컴파일이 안되네요 ㅠㅠ

jwha@node002:~/Desktop/VP/VP$ scons
scons: Reading SConscript files …
Configuring build for linux.
Check compile flags ("-O3 -mcpu=pentium4 -march=i686 -Wall") work … yes
Checking for working librtp … yes

Warning: No config found to match: /usr/local/bin/wx-config --static --libs --libs gl
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Checking for wx-windows with GL support … failed
Failed to link against wxWindows with GL support, VP will not work with this library.

어떤점이 잘못된걸까요? ㅠㅠ wxWindows와 openGl은 다 설치 했습니다… 하지만… 왜 저 에러가 나오는지 ㅠㅠ
도와주세요 ㅠㅠ

SConstruct 파일을 열어서
–static --libs --libs gl

부분을 찾아가서
–static=no --libs --libs gl

로 바꿔 보셈

우분투에 설치되는 wxgtk는 아마도 static라이브러리가 들어있지 않은듯
보이네요.

–static=yes --libs --libs gl
을 넣어보시면 알수 있을 겁니다.

스테틱 라이브러리가 반드시 VP컴파일에 필요한 것이라서
저런 옵션을 준거라면 wxgtk를 --enable-static옵션 추가해서
직접 컴파일 하셔야 할듯.

감사합니다~ ^-^ 많은 도움 되었습니다! :D :D :D