Advertisement
Guest User

Untitled

a guest
Oct 20th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. checking build system type... x86_64-unknown-linux-gnu
  2. checking host system type... x86_64-unknown-linux-gnu
  3. configure: -----------------------------------------------
  4. configure: reading configure.user for your custom settings
  5. configure: -----------------------------------------------
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc-4.6 accepts -g... yes
  13. checking for gcc-4.6 option to accept ISO C89... none needed
  14. checking whether we are using the GNU C++ compiler... yes
  15. checking whether g++-4.6 accepts -g... yes
  16. checking for g++-4.6... g++-4.6
  17. checking for ranlib... ranlib
  18. checking whether g++-4.6 supports -fno-stack-protector... yes
  19. checking whether g++-4.6 supports -Wl,--no-as-needed... yes
  20. checking whether g++-4.6 supports -Wl,--as-needed... yes
  21. checking for swapcontext... yes
  22. checking if shared libs need -fPIC... yes
  23. checking for dlopen with CFLAGS="" LIBS=""... no
  24. checking if --export-dynamic linker option is supported/needed... test failed
  25. checking for flags needed to link with static libs containing simple modules... --whole-archive
  26. configure: NOTE: Use the following syntax when linking with static libraries
  27. configure: containing simple modules and other dynamically registered components:
  28. configure: g++-4.6 ... -Wl,--whole-archive <libs> -Wl,--no-whole-archive ...
  29. checking whether linker supports -rpath... yes
  30. checking for bison... bison -y
  31. checking for flex... flex
  32. checking lex output file root... lex.yy
  33. checking lex library... none needed
  34. checking whether yytext is a pointer... no
  35. checking for make... make
  36. checking for perl... perl
  37. checking for swig... swig
  38. checking for math with CFLAGS="" LIBS=""... yes
  39. checking for standard C++ lib with CFLAGS="" LIBS="-lstdc++"... yes
  40. checking for dlopen with CFLAGS="" LIBS=""... no
  41. checking for dlopen with CFLAGS="" LIBS="-ldl"... yes
  42. checking for winsock with CFLAGS="" LIBS="-lwsock32"... no
  43. checking for zlib with CFLAGS="-O2 -DNDEBUG=1 --std=c++11 -fPIC -fno-stack-protector -DHAVE_SWAPCONTEXT " LIBS="-lz"... no
  44. configure: error: zlib or zlib header file not found, please install it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement