Advertisement
ketema

Manual Configure of pecl expect

Apr 5th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. checking for grep that handles long lines and -e... /usr/bin/grep
  2. checking for egrep... /usr/bin/grep -E
  3. checking for a sed that does not truncate output... /opt/local/bin/gsed
  4. checking for cc... cc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  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 ISO C89... 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... i386-apple-darwin11.3.0
  21. checking host system type... i386-apple-darwin11.3.0
  22. checking target system type... i386-apple-darwin11.3.0
  23. checking for PHP prefix... /opt/local
  24. checking for PHP includes... -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include
  25. checking for PHP extension directory... /opt/local/lib/php/extensions/no-debug-non-zts-20090626
  26. checking for PHP installed headers prefix... /opt/local/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 expect support... yes, shared
  33. checking specify path to Tcl needed by expect... yes, shared
  34. checking for ld used by cc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  35. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  36. checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
  37. checking for BSD-compatible nm... /usr/bin/nm
  38. checking whether ln -s works... yes
  39. checking how to recognize dependent libraries... pass_all
  40. checking for ANSI C header files... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking dlfcn.h usability... yes
  51. checking dlfcn.h presence... yes
  52. checking for dlfcn.h... yes
  53. checking the maximum length of command line arguments... 196608
  54. checking command to parse /usr/bin/nm output from cc object... ok
  55. checking for objdir... .libs
  56. checking for ar... ar
  57. checking for ranlib... ranlib
  58. checking for strip... strip
  59. checking for dsymutil... dsymutil
  60. checking for nmedit... nmedit
  61. checking for -single_module linker flag... yes
  62. checking for -exported_symbols_list linker flag... yes
  63. checking if cc supports -fno-rtti -fno-exceptions... no
  64. checking for cc option to produce PIC... -fno-common
  65. checking if cc PIC flag -fno-common works... yes
  66. checking if cc static flag -static works... no
  67. checking if cc supports -c -o file.o... yes
  68. checking whether the cc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  69. checking dynamic linker characteristics... darwin11.3.0 dyld
  70. checking how to hardcode library paths into programs... immediate
  71. checking whether stripping libraries is possible... yes
  72. checking if libtool supports shared libraries... yes
  73. checking whether to build shared libraries... yes
  74. checking whether to build static libraries... no
  75.  
  76. creating libtool
  77. appending configuration tag "CXX" to libtool
  78. configure: creating ./config.status
  79. config.status: creating config.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement