file /mnt/gmirror/ports/games/pingus/work/pingus-0.7.2/SConstruct,line 430: Configure(confdir = .sconf_temp) scons: Configure: Checking for C++ library boost_signals... .sconf_temp/conftest_0.cpp <- | | |#include "boost/signals.hpp" | |int |main() { | |return 0; |} | c++ -o .sconf_temp/conftest_0.o -c -fno-common -I/usr/local/include -I/usr/X11R6/include .sconf_temp/conftest_0.cpp c++ -o .sconf_temp/conftest_0 .sconf_temp/conftest_0.o -L/usr/local/lib -L/usr/X11R6/lib -lboost_signals ld: can't locate file for: -lboost_signals scons: Configure: no scons: Configure: Checking for C++ library png... .sconf_temp/conftest_1.cpp <- | | |#include "png.h" | |int |main() { | |return 0; |} | c++ -o .sconf_temp/conftest_1.o -c -fno-common -I/usr/local/include -I/usr/X11R6/include .sconf_temp/conftest_1.cpp c++ -o .sconf_temp/conftest_1 .sconf_temp/conftest_1.o -L/usr/local/lib -L/usr/X11R6/lib -lpng scons: Configure: yes scons: Configure: Checking for sdl-config... scons: Configure: (cached) /usr/local/bin/sdl-config scons: Configure: Checking for SDL_image... .sconf_temp/conftest_2.cpp <- | |#include "SDL.h" |#include "SDL_image.h" |int main(int argc, char* argv[]) { return 0; } | c++ -o .sconf_temp/conftest_2.o -c -fno-common -pthread -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include -I/usr/X11R6/include -I/include/SDL -I/include .sconf_temp/conftest_2.cpp c++: unrecognized option `-pthread' .sconf_temp/conftest_2.cpp:3:23: SDL_image.h: No such file or directory scons: Configure: failed scons: Configure: Checking for SDL_mixer... .sconf_temp/conftest_3.cpp <- | |#include "SDL.h" |#include "SDL_mixer.h" |int main(int argc, char* argv[]) { return 0; } | c++ -o .sconf_temp/conftest_3.o -c -fno-common -pthread -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include -I/usr/X11R6/include -I/include/SDL -I/include .sconf_temp/conftest_3.cpp c++: unrecognized option `-pthread' .sconf_temp/conftest_3.cpp:3:23: SDL_mixer.h: No such file or directory scons: Configure: failed scons: Configure: Checking for C++ library iconv... .sconf_temp/conftest_4.cpp <- | | |#include "iconv.h" | |int |main() { | |return 0; |} | c++ -o .sconf_temp/conftest_4.o -c -fno-common -pthread -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include -I/usr/X11R6/include -I/include/SDL -I/include .sconf_temp/conftest_4.cpp c++: unrecognized option `-pthread' c++ -o .sconf_temp/conftest_4 -pthread .sconf_temp/conftest_4.o -L/usr/local/lib -L/usr/X11R6/lib -L/lib -lpng -lSDL -lSDL_image -lSDL_mixer -liconv c++: unrecognized option `-pthread' ld: can't locate file for: -lSDL scons: Configure: no scons: Configure: Check how to call iconv... .sconf_temp/conftest_5.cpp <- | |#include |int main() { | char *foo; | (void)iconv((iconv_t)0, &foo, (size_t*)0, (char**)0, (size_t*)0); | return 0; |} | c++ -o .sconf_temp/conftest_5.o -c -fno-common -pthread -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include -I/usr/X11R6/include -I/include/SDL -I/include .sconf_temp/conftest_5.cpp c++: unrecognized option `-pthread' .sconf_temp/conftest_5.cpp: In function `int main()': .sconf_temp/conftest_5.cpp:5: warning: invalid conversion from `char**' to ` const char**' scons: Configure: use ''