Advertisement
Guest User

Untitled

a guest
Aug 14th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1.  
  2. // phpize output
  3. Configuring for:
  4. PHP Api Version: 20100412
  5. Zend Module Api No: 20100525
  6. Zend Extension Api No: 220100525
  7.  
  8. // ./configure output
  9. checking for grep that handles long lines and -e... /usr/bin/grep
  10. checking for egrep... /usr/bin/grep -E
  11. checking for a sed that does not truncate output... /usr/bin/sed
  12. checking for cc... cc
  13. checking for C compiler default output file name... a.out
  14. checking whether the C compiler works... yes
  15. checking whether we are cross compiling... no
  16. checking for suffix of executables...
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether cc accepts -g... yes
  20. checking for cc option to accept ISO C89... none needed
  21. checking how to run the C preprocessor... cc -E
  22. checking for icc... no
  23. checking for suncc... no
  24. checking whether cc understands -c and -o together... yes
  25. checking for system library directory... lib
  26. checking if compiler supports -R... no
  27. checking if compiler supports -Wl,-rpath,... yes
  28. checking build system type... i386-apple-darwin11.4.2
  29. checking host system type... i386-apple-darwin11.4.2
  30. checking target system type... i386-apple-darwin11.4.2
  31. checking for PHP prefix... /usr
  32. checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
  33. checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20100525
  34. checking for PHP installed headers prefix... /usr/include/php
  35. checking if debug is enabled... no
  36. checking if zts is enabled... no
  37. checking for re2c... no
  38. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  39. checking for gawk... no
  40. checking for nawk... no
  41. checking for awk... awk
  42. checking if awk is broken... no
  43. checking whether to enable APCu support... yes, shared
  44. checking if APCu should provide APC full compatibility support... yes
  45. checking if APCu should be allowed to use rwlocks... yes
  46. checking if APCu should be built in debug mode... no
  47. checking if APCu should clear on SIGUSR1... no
  48. checking if APCu will use mmap or shm... mmap
  49. pthread rwlocks are supported!
  50. checking for sigaction... yes
  51. checking for union semun... yes
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking valgrind/memcheck.h usability... no
  63. checking valgrind/memcheck.h presence... no
  64. checking for valgrind/memcheck.h... no
  65. checking for shm_open in -lrt... no
  66. checking whether to include code coverage symbols... no
  67. checking for ld used by cc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  68. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  69. checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
  70. checking for BSD-compatible nm... /usr/bin/nm
  71. checking whether ln -s works... yes
  72. checking how to recognize dependent libraries... pass_all
  73. checking dlfcn.h usability... yes
  74. checking dlfcn.h presence... yes
  75. checking for dlfcn.h... yes
  76. checking the maximum length of command line arguments... 196608
  77. checking command to parse /usr/bin/nm output from cc object... rm: conftest.dSYM: is a directory
  78. ok
  79. checking for objdir... .libs
  80. checking for ar... ar
  81. checking for ranlib... ranlib
  82. checking for strip... strip
  83. checking for dsymutil... dsymutil
  84. checking for nmedit... nmedit
  85. checking for -single_module linker flag... yes
  86. checking for -exported_symbols_list linker flag... yes
  87. checking if cc supports -fno-rtti -fno-exceptions... no
  88. checking for cc option to produce PIC... -fno-common
  89. checking if cc PIC flag -fno-common works... yes
  90. checking if cc static flag -static works... no
  91. checking if cc supports -c -o file.o... yes
  92. checking whether the cc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  93. checking dynamic linker characteristics... darwin11.4.2 dyld
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... no
  99.  
  100. creating libtool
  101. appending configuration tag "CXX" to libtool
  102. configure: creating ./config.status
  103. config.status: creating config.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement