Advertisement
infogulch

output for: ./configure pkg_cv_openssl_LIBS='-lssl -lcrypto'

Feb 26th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. checking for g++... g++
  2. checking whether the C++ compiler works... yes
  3. checking for C++ compiler default output file name... a.exe
  4. checking for suffix of executables... .exe
  5. checking whether we are cross compiling... no
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C++ compiler... yes
  8. checking whether g++ accepts -g... yes
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking for grep that handles long lines and -e... /usr/bin/grep
  11. checking for a sed that does not truncate output... /usr/bin/sed
  12. checking build system type... i686-pc-cygwin
  13. checking host system type... i686-pc-cygwin
  14. checking for special C compiler options needed for large files... no
  15. checking for _FILE_OFFSET_BITS value needed for large files... no
  16. checking whether the -Werror option is usable... yes
  17. checking for simple visibility declarations... no
  18. checking for getopt_long in -lgnugetopt... no
  19. checking for lstat... yes
  20. checking for getopt_long... yes
  21. checking for getphassphrase... no
  22. checking for pkg-config... /usr/bin/pkg-config
  23. checking pkg-config is at least version 0.9.0... yes
  24. checking for library containing dlopen... none required
  25. checking for the pthreads library -lpthreads... no
  26. checking whether pthreads work without any flags... yes
  27. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  28. checking if more special flags are required for pthreads... no
  29. checking for PTHREAD_PRIO_INHERIT... no
  30. checking for xlc_r... no
  31. checking for cc_r... no
  32. checking for openssl... yes
  33. checking for iconv... no
  34. checking for iconv_open in -liconv... no
  35. configure: WARNING: libiconv was not found, disabling the charset module
  36. checking for GNU make... /usr/bin/make
  37. configure: creating ./config.status
  38. config.status: creating Makefile
  39. config.status: creating znc-config
  40. config.status: creating znc-buildmod
  41. config.status: creating man/Makefile
  42. config.status: creating znc.pc
  43. config.status: creating znc-uninstalled.pc
  44. config.status: creating modules/Makefile
  45. config.status: creating test/Makefile
  46. config.status: creating include/znc/zncconfig.h
  47. config.status: include/znc/zncconfig.h is unchanged
  48.  
  49. ZNC 0.205 configured
  50.  
  51. prefix: /usr/local
  52. debug: no
  53. ipv6: yes
  54. openssl: yes
  55. dns: threads
  56. perl: no
  57. python: no
  58. swig: no
  59. sasl: no
  60. tcl: no
  61. charset: no
  62. run from src: no
  63.  
  64. Now you can run "make" to compile ZNC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement