- file /home/yoshi/freeorion/FreeOrion/GG/SConstruct,line 283:
- Configure(confdir = .sconf_temp)
- scons: Configure: Checking for pkg-config...
- pkg-config --atleast-pkgconfig-version 0.15.0
- close failed: [Errno 9] Bad file descriptor
- scons: Configure: yes
- scons: Configure: Checking for C++ header file boost/shared_ptr.hpp...
- .sconf_temp/conftest_1.cpp <-
- |
- |#include "boost/shared_ptr.hpp"
- |
- |
- g++ -o .sconf_temp/conftest_1.o -c -I/usr/local/include/boost-1_37 .sconf_temp/conftest_1.cpp
- close failed: [Errno 9] Bad file descriptor
- scons: Configure: yes
- scons: Configure: Checking Boost version >= 1.36...
- scons: Configure: (cached) yes
- scons: Configure: Checking for boost::signals::connection() in C++ library boost_signals...
- .sconf_temp/conftest_2.cpp <-
- |
- |
- |#include "boost/signals.hpp"
- |
- |int
- |main() {
- | boost::signals::connection();
- |return 0;
- |}
- |
- g++ -o .sconf_temp/conftest_2.o -c -I/usr/local/include/boost-1_37 .sconf_temp/conftest_2.cpp
- close failed: [Errno 9] Bad file descriptor
- g++ -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -L/usr/local/lib -lboost_signals
- /usr/bin/ld: cannot find -lboost_signals
- collect2: ld returned 1 exit status
- close failed: [Errno 9] Bad file descriptor
- scons: Configure: no
- scons: Configure: Checking for boost::signals::connection() in C++ library boost_signals-mt...
- .sconf_temp/conftest_3.cpp <-
- |
- |
- |#include "boost/signals.hpp"
- |
- |int
- |main() {
- | boost::signals::connection();
- |return 0;
- |}
- |
- g++ -o .sconf_temp/conftest_3.o -c -I/usr/local/include/boost-1_37 .sconf_temp/conftest_3.cpp
- close failed: [Errno 9] Bad file descriptor
- g++ -o .sconf_temp/conftest_3 .sconf_temp/conftest_3.o -L/usr/local/lib -lboost_signals-mt
- /usr/bin/ld: cannot find -lboost_signals-mt
- collect2: ld returned 1 exit status
- close failed: [Errno 9] Bad file descriptor
- scons: Configure: no
- scons: Configure: Boost configuration...
- scons: Configure: (cached) no