Advertisement
Guest User

xcache output

a guest
Mar 11th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. [root@s1 xcache-1.3.2]# ./configure --enable-xcache --with-php-config=/opt/php/bin/php-config
  2. checking for egrep... grep -E
  3. checking for a sed that does not truncate output... /bin/sed
  4. checking for cc... cc
  5. checking for C compiler default output file name... a.out
  6. checking whether the C compiler works... yes
  7. checking whether we are cross compiling... no
  8. checking for suffix of executables...
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether cc accepts -g... yes
  12. checking for cc option to accept ANSI C... none needed
  13. checking how to run the C preprocessor... cc -E
  14. checking for icc... no
  15. checking for suncc... no
  16. checking whether cc understands -c and -o together... yes
  17. checking for system library directory... lib
  18. checking if compiler supports -R... no
  19. checking if compiler supports -Wl,-rpath,... yes
  20. checking build system type... x86_64-unknown-linux-gnu
  21. checking host system type... x86_64-unknown-linux-gnu
  22. checking target system type... x86_64-unknown-linux-gnu
  23. checking for PHP prefix... /opt/php
  24. checking for PHP includes... -I/opt/php/include/php -I/opt/php/include/php/main -I/opt/php/include/php/TSRM -I/opt/php/include/php/Zend -I/opt/php/include/php/ext -I/opt/php/include/php/ext/date/lib
  25. checking for PHP extension directory... /opt/php/lib/php/extensions/no-debug-non-zts-20100525
  26. checking for PHP installed headers prefix... /opt/php/include/php
  27. checking if debug is enabled... no
  28. checking if zts is enabled... no
  29. checking for re2c... no
  30. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  31. checking for gawk... gawk
  32. checking for XCache support... yes, shared
  33. checking for XCache handle of compile time constant... yes
  34. checking for XCache optimizer... no
  35. checking for XCache coverager... no
  36. checking for XCache assembler... no
  37. checking for XCache disassembler... no
  38. checking for XCache encoder... no
  39. checking for XCache decoder... no
  40. checking for XCache self test... no
  41. checking for XCache self test... no
  42. checking for gawk... /bin/gawk
  43. checking for m4... /usr/bin/m4
  44. checking for grep... /bin/grep
  45. checking for sed... /bin/sed
  46. checking for indent... no
  47. checking for cat... /bin/cat
  48. checking if you have opcode_spec_def.h for XCache... yes
  49. checking for ld used by cc... /usr/bin/ld
  50. checking if the linker (/usr/bin/ld) is GNU ld... yes
  51. checking for /usr/bin/ld option to reload object files... -r
  52. checking for BSD-compatible nm... /usr/bin/nm -B
  53. checking whether ln -s works... yes
  54. checking how to recognize dependent libraries... pass_all
  55. checking for ANSI C header files... yes
  56. checking for sys/types.h... yes
  57. checking for sys/stat.h... yes
  58. checking for stdlib.h... yes
  59. checking for string.h... yes
  60. checking for memory.h... yes
  61. checking for strings.h... yes
  62. checking for inttypes.h... yes
  63. checking for stdint.h... yes
  64. checking for unistd.h... yes
  65. checking dlfcn.h usability... yes
  66. checking dlfcn.h presence... yes
  67. checking for dlfcn.h... yes
  68. checking the maximum length of command line arguments... 98304
  69. checking command to parse /usr/bin/nm -B output from cc object... ok
  70. checking for objdir... .libs
  71. checking for ar... ar
  72. checking for ranlib... ranlib
  73. checking for strip... strip
  74. checking if cc supports -fno-rtti -fno-exceptions... no
  75. checking for cc option to produce PIC... -fPIC
  76. checking if cc PIC flag -fPIC works... yes
  77. checking if cc static flag -static works... yes
  78. checking if cc supports -c -o file.o... yes
  79. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  80. checking whether -lc should be explicitly linked in... no
  81. checking dynamic linker characteristics... GNU/Linux ld.so
  82. checking how to hardcode library paths into programs... immediate
  83. checking whether stripping libraries is possible... yes
  84. checking if libtool supports shared libraries... yes
  85. checking whether to build shared libraries... yes
  86. checking whether to build static libraries... no
  87.  
  88. creating libtool
  89. appending configuration tag "CXX" to libtool
  90. configure: creating ./config.status
  91. config.status: creating config.h
  92. config.status: config.h is unchanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement