Advertisement
xkeshav

configure output

Nov 25th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.40 KB | None | 0 0
  1. keshav@keshav-desktop:/opt/lampp/wso2/src$: ./configure
  2.  
  3. checking for grep that handles long lines and -e... /bin/grep
  4. checking for egrep... /bin/grep -E
  5. checking for a sed that does not truncate output... /bin/sed
  6. checking for cc... cc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether cc accepts -g... yes
  14. checking for cc option to accept ISO C89... none needed
  15. checking how to run the C preprocessor... cc -E
  16. checking for icc... no
  17. checking for suncc... no
  18. checking whether cc understands -c and -o together... yes
  19. checking for system library directory... lib
  20. checking if compiler supports -R... no
  21. checking if compiler supports -Wl,-rpath,... yes
  22. checking build system type... x86_64-unknown-linux-gnu
  23. checking host system type... x86_64-unknown-linux-gnu
  24. checking target system type... x86_64-unknown-linux-gnu
  25. checking for PHP prefix... /usr
  26. checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
  27. checking for PHP extension directory... /usr/lib/php5/20121212
  28. checking for PHP installed headers prefix... /usr/include/php5
  29. checking if debug is enabled... no
  30. checking if zts is enabled... no
  31. checking for re2c... no
  32. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  33. checking for gawk... no
  34. checking for nawk... nawk
  35. checking if nawk is broken... no
  36. checking Whether to enable WSF/PHP Support... yes, shared
  37. checking how to print strings... printf
  38. checking for a sed that does not truncate output... (cached) /bin/sed
  39. checking for fgrep... /bin/grep -F
  40. checking for ld used by cc... /usr/bin/ld
  41. checking if the linker (/usr/bin/ld) is GNU ld... yes
  42. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  43. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  44. checking whether ln -s works... yes
  45. checking the maximum length of command line arguments... 1572864
  46. checking whether the shell understands some XSI constructs... yes
  47. checking whether the shell understands "+="... yes
  48. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  49. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  50. checking for /usr/bin/ld option to reload object files... -r
  51. checking for objdump... objdump
  52. checking how to recognize dependent libraries... pass_all
  53. checking for dlltool... no
  54. checking how to associate runtime and link libraries... printf %s\n
  55. checking for ar... ar
  56. checking for archiver @FILE support... @
  57. checking for strip... strip
  58. checking for ranlib... ranlib
  59. checking for gawk... (cached) nawk
  60. checking command to parse /usr/bin/nm -B output from cc object... ok
  61. checking for sysroot... no
  62. checking for mt... mt
  63. checking if mt is a manifest tool... no
  64. checking for ANSI C header files... yes
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking for dlfcn.h... yes
  75. checking for objdir... .libs
  76. checking if cc supports -fno-rtti -fno-exceptions... no
  77. checking for cc option to produce PIC... -fPIC -DPIC
  78. checking if cc PIC flag -fPIC -DPIC works... yes
  79. checking if cc static flag -static works... yes
  80. checking if cc supports -c -o file.o... yes
  81. checking if cc supports -c -o file.o... (cached) yes
  82. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  83. checking whether -lc should be explicitly linked in... no
  84. checking dynamic linker characteristics... GNU/Linux ld.so
  85. checking how to hardcode library paths into programs... immediate
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... no
  90. configure: creating ./config.status
  91. config.status: creating config.h
  92. config.status: config.h is unchanged
  93. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement