Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. x@m1:~/Downloads/fuego-1.1$ ./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether to enable maintainer-specific portions of Makefiles... no
  9. checking for g++... g++
  10. checking whether the C++ compiler works... yes
  11. checking for C++ compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C++ compiler... yes
  16. checking whether g++ accepts -g... yes
  17. checking for style of include used by make... GNU
  18. checking dependency style of g++... gcc3
  19. checking for ranlib... ranlib
  20. checking for boostlib >= 1.33.1... yes
  21. checking for gcc... gcc
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking dependency style of gcc... gcc3
  26. checking build system type... x86_64-unknown-linux-gnu
  27. checking whether the Boost::Thread library is available... yes
  28. checking for exit in -lboost_thread... no
  29. configure: error: Could not link against boost_thread !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement