Advertisement
ketema

config.log from pecl expect configure command

Apr 5th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.89 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = kjhmacpro
  14. uname -m = i386
  15. uname -r = 11.3.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:48:32 PST 2012; root:xnu-1699.24.23~1/RELEASE_I386
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 11.3.0: Thu Jan 12 18:48:32 PST 2012; root:xnu-1699.24.23~1/RELEASE_I386
  27. Kernel configured for up to 4 processors.
  28. 4 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 160 tasks, 591 threads, 4 processors
  34. Load average: 1.33, Mach factor: 2.66
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: ./bin
  40. PATH: /opt/local/bin
  41. PATH: /opt/local/apache2/bin
  42. PATH: /opt/local/sbin
  43. PATH: /usr/local/pgsql/bin
  44. PATH: /opt/local/lib/mysql5/bin
  45. PATH: /bin
  46. PATH: /usr/sbin
  47. PATH: /usr/bin
  48. PATH: /usr/local/sbin
  49. PATH: /usr/local/bin
  50. PATH: /Users/ketema/bin
  51. PATH: /sbin
  52. PATH: /Users/ketema/Documents/projects/lithium/libraries/lithium/console
  53. PATH: /usr/games/bin
  54. PATH: /Users/ketema/android-sdk-mac_x86/tools
  55. PATH: /Users/ketema/android-sdk-mac_x86/platform-tools
  56.  
  57.  
  58. ## ----------- ##
  59. ## Core tests. ##
  60. ## ----------- ##
  61.  
  62. configure:2591: checking for grep that handles long lines and -e
  63. configure:2649: result: /usr/bin/grep
  64. configure:2654: checking for egrep
  65. configure:2716: result: /usr/bin/grep -E
  66. configure:2721: checking for a sed that does not truncate output
  67. configure:2775: result: /opt/local/bin/gsed
  68. configure:2907: checking for cc
  69. configure:2923: found /usr/bin/cc
  70. configure:2934: result: cc
  71. configure:2965: checking for C compiler version
  72. configure:2974: cc --version >&5
  73. i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
  74. Copyright (C) 2007 Free Software Foundation, Inc.
  75. This is free software; see the source for copying conditions. There is NO
  76. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  77.  
  78. configure:2985: $? = 0
  79. configure:2974: cc -v >&5
  80. Using built-in specs.
  81. Target: i686-apple-darwin11
  82. Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
  83. Thread model: posix
  84. gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
  85. configure:2985: $? = 0
  86. configure:2974: cc -V >&5
  87. llvm-gcc-4.2: argument to `-V' is missing
  88. configure:2985: $? = 1
  89. configure:2974: cc -qversion >&5
  90. i686-apple-darwin11-llvm-gcc-4.2: no input files
  91. configure:2985: $? = 1
  92. configure:3005: checking whether the C compiler works
  93. configure:3027: cc conftest.c >&5
  94. configure:3031: $? = 0
  95. configure:3079: result: yes
  96. configure:3082: checking for C compiler default output file name
  97. configure:3084: result: a.out
  98. configure:3090: checking for suffix of executables
  99. configure:3097: cc -o conftest conftest.c >&5
  100. configure:3101: $? = 0
  101. configure:3123: result:
  102. configure:3145: checking whether we are cross compiling
  103. configure:3153: cc -o conftest conftest.c >&5
  104. configure:3157: $? = 0
  105. configure:3164: ./conftest
  106. configure:3168: $? = 0
  107. configure:3183: result: no
  108. configure:3188: checking for suffix of object files
  109. configure:3210: cc -c conftest.c >&5
  110. configure:3214: $? = 0
  111. configure:3235: result: o
  112. configure:3239: checking whether we are using the GNU C compiler
  113. configure:3258: cc -c conftest.c >&5
  114. configure:3258: $? = 0
  115. configure:3267: result: yes
  116. configure:3276: checking whether cc accepts -g
  117. configure:3296: cc -c -g conftest.c >&5
  118. configure:3296: $? = 0
  119. configure:3337: result: yes
  120. configure:3354: checking for cc option to accept ISO C89
  121. configure:3418: cc -c -g -O2 conftest.c >&5
  122. configure:3418: $? = 0
  123. configure:3431: result: none needed
  124. configure:3457: checking how to run the C preprocessor
  125. configure:3488: cc -E conftest.c
  126. configure:3488: $? = 0
  127. configure:3502: cc -E conftest.c
  128. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  129. configure:3502: $? = 1
  130. configure: failed program was:
  131. | /* confdefs.h */
  132. | #define PACKAGE_NAME ""
  133. | #define PACKAGE_TARNAME ""
  134. | #define PACKAGE_VERSION ""
  135. | #define PACKAGE_STRING ""
  136. | #define PACKAGE_BUGREPORT ""
  137. | #define PACKAGE_URL ""
  138. | /* end confdefs.h. */
  139. | #include <ac_nonexistent.h>
  140. configure:3527: result: cc -E
  141. configure:3547: cc -E conftest.c
  142. configure:3547: $? = 0
  143. configure:3561: cc -E conftest.c
  144. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  145. configure:3561: $? = 1
  146. configure: failed program was:
  147. | /* confdefs.h */
  148. | #define PACKAGE_NAME ""
  149. | #define PACKAGE_TARNAME ""
  150. | #define PACKAGE_VERSION ""
  151. | #define PACKAGE_STRING ""
  152. | #define PACKAGE_BUGREPORT ""
  153. | #define PACKAGE_URL ""
  154. | /* end confdefs.h. */
  155. | #include <ac_nonexistent.h>
  156. configure:3592: checking for icc
  157. configure:3601: result: no
  158. configure:3615: checking for suncc
  159. configure:3624: result: no
  160. configure:3642: checking whether cc understands -c and -o together
  161. configure:3670: cc -c conftest.c -o conftest2.o >&5
  162. configure:3674: $? = 0
  163. configure:3680: cc -c conftest.c -o conftest2.o >&5
  164. configure:3684: $? = 0
  165. configure:3739: result: yes
  166. configure:3753: checking for system library directory
  167. configure:3768: result: lib
  168. configure:3775: checking if compiler supports -R
  169. configure:3794: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5
  170. ld: in /usr/lib, can't map file, errno=22 for architecture x86_64
  171. collect2: ld returned 1 exit status
  172. configure:3794: $? = 1
  173. configure: failed program was:
  174. | /* confdefs.h */
  175. | #define PACKAGE_NAME ""
  176. | #define PACKAGE_TARNAME ""
  177. | #define PACKAGE_VERSION ""
  178. | #define PACKAGE_STRING ""
  179. | #define PACKAGE_BUGREPORT ""
  180. | #define PACKAGE_URL ""
  181. | /* end confdefs.h. */
  182. |
  183. | int
  184. | main ()
  185. | {
  186. |
  187. | ;
  188. | return 0;
  189. | }
  190. configure:3804: result: no
  191. configure:3809: checking if compiler supports -Wl,-rpath,
  192. configure:3828: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
  193. configure:3828: $? = 0
  194. configure:3838: result: yes
  195. configure:3883: checking build system type
  196. configure:3897: result: i386-apple-darwin11.3.0
  197. configure:3917: checking host system type
  198. configure:3930: result: i386-apple-darwin11.3.0
  199. configure:3950: checking target system type
  200. configure:3963: result: i386-apple-darwin11.3.0
  201. configure:4066: checking for PHP prefix
  202. configure:4068: result: /opt/local
  203. configure:4070: checking for PHP includes
  204. configure:4072: result: -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
  205. configure:4074: checking for PHP extension directory
  206. configure:4076: result: /opt/local/lib/php/extensions/no-debug-non-zts-20090626
  207. configure:4078: checking for PHP installed headers prefix
  208. configure:4080: result: /opt/local/include/php
  209. configure:4083: checking if debug is enabled
  210. configure:4109: result: no
  211. configure:4112: checking if zts is enabled
  212. configure:4138: result: no
  213. configure:4212: checking for re2c
  214. configure:4242: result: no
  215. configure:4267: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  216. configure:4281: checking for gawk
  217. configure:4298: found /opt/local/bin/gawk
  218. configure:4309: result: gawk
  219. configure:4353: checking for expect support
  220. configure:4393: result: yes, shared
  221. configure:4402: checking specify path to Tcl needed by expect
  222. configure:4442: result: yes, shared
  223. configure:5089: checking for ld used by cc
  224. configure:5156: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  225. configure:5163: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
  226. configure:5178: result: no
  227. configure:5183: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files
  228. configure:5190: result: -r
  229. configure:5208: checking for BSD-compatible nm
  230. configure:5257: result: /usr/bin/nm
  231. configure:5261: checking whether ln -s works
  232. configure:5265: result: yes
  233. configure:5272: checking how to recognize dependent libraries
  234. configure:5458: result: pass_all
  235. configure:5670: checking for ANSI C header files
  236. configure:5690: cc -c -g -O2 conftest.c >&5
  237. configure:5690: $? = 0
  238. configure:5763: cc -o conftest -g -O2 conftest.c >&5
  239. configure:5763: $? = 0
  240. configure:5763: ./conftest
  241. configure:5763: $? = 0
  242. configure:5774: result: yes
  243. configure:5787: checking for sys/types.h
  244. configure:5787: cc -c -g -O2 conftest.c >&5
  245. configure:5787: $? = 0
  246. configure:5787: result: yes
  247. configure:5787: checking for sys/stat.h
  248. configure:5787: cc -c -g -O2 conftest.c >&5
  249. configure:5787: $? = 0
  250. configure:5787: result: yes
  251. configure:5787: checking for stdlib.h
  252. configure:5787: cc -c -g -O2 conftest.c >&5
  253. configure:5787: $? = 0
  254. configure:5787: result: yes
  255. configure:5787: checking for string.h
  256. configure:5787: cc -c -g -O2 conftest.c >&5
  257. configure:5787: $? = 0
  258. configure:5787: result: yes
  259. configure:5787: checking for memory.h
  260. configure:5787: cc -c -g -O2 conftest.c >&5
  261. configure:5787: $? = 0
  262. configure:5787: result: yes
  263. configure:5787: checking for strings.h
  264. configure:5787: cc -c -g -O2 conftest.c >&5
  265. configure:5787: $? = 0
  266. configure:5787: result: yes
  267. configure:5787: checking for inttypes.h
  268. configure:5787: cc -c -g -O2 conftest.c >&5
  269. configure:5787: $? = 0
  270. configure:5787: result: yes
  271. configure:5787: checking for stdint.h
  272. configure:5787: cc -c -g -O2 conftest.c >&5
  273. configure:5787: $? = 0
  274. configure:5787: result: yes
  275. configure:5787: checking for unistd.h
  276. configure:5787: cc -c -g -O2 conftest.c >&5
  277. configure:5787: $? = 0
  278. configure:5787: result: yes
  279. configure:5801: checking dlfcn.h usability
  280. configure:5801: cc -c -g -O2 conftest.c >&5
  281. configure:5801: $? = 0
  282. configure:5801: result: yes
  283. configure:5801: checking dlfcn.h presence
  284. configure:5801: cc -E conftest.c
  285. configure:5801: $? = 0
  286. configure:5801: result: yes
  287. configure:5801: checking for dlfcn.h
  288. configure:5801: result: yes
  289. configure:5823: checking the maximum length of command line arguments
  290. configure:5935: result: 196608
  291. configure:5947: checking command to parse /usr/bin/nm output from cc object
  292. configure:6052: cc -c -g -O2 conftest.c >&5
  293. configure:6055: $? = 0
  294. configure:6059: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  295. configure:6062: $? = 0
  296. cannot find nm_test_var in conftest.nm
  297. configure:6052: cc -c -g -O2 conftest.c >&5
  298. configure:6055: $? = 0
  299. configure:6059: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  300. configure:6062: $? = 0
  301. configure:6114: cc -o conftest -g -O2 conftest.c conftstm.o >&5
  302. configure:6117: $? = 0
  303. configure:6155: result: ok
  304. configure:6159: checking for objdir
  305. configure:6174: result: .libs
  306. configure:6266: checking for ar
  307. configure:6282: found /usr/bin/ar
  308. configure:6293: result: ar
  309. configure:6358: checking for ranlib
  310. configure:6374: found /usr/bin/ranlib
  311. configure:6385: result: ranlib
  312. configure:6450: checking for strip
  313. configure:6466: found /usr/bin/strip
  314. configure:6477: result: strip
  315. configure:6730: checking for dsymutil
  316. configure:6746: found /usr/bin/dsymutil
  317. configure:6757: result: dsymutil
  318. configure:6822: checking for nmedit
  319. configure:6838: found /usr/bin/nmedit
  320. configure:6849: result: nmedit
  321. configure:6872: checking for -single_module linker flag
  322. configure:6893: result: yes
  323. configure:6895: checking for -exported_symbols_list linker flag
  324. configure:6911: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  325. configure:6914: $? = 0
  326. configure:6928: result: yes
  327. configure:7046: checking if cc supports -fno-rtti -fno-exceptions
  328. configure:7064: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  329. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  330. configure:7068: $? = 0
  331. configure:7081: result: no
  332. configure:7096: checking for cc option to produce PIC
  333. configure:7336: result: -fno-common
  334. configure:7344: checking if cc PIC flag -fno-common works
  335. configure:7362: cc -c -g -O2 -fno-common -DPIC conftest.c >&5
  336. configure:7366: $? = 0
  337. configure:7379: result: yes
  338. configure:7407: checking if cc static flag -static works
  339. configure:7435: result: no
  340. configure:7445: checking if cc supports -c -o file.o
  341. configure:7466: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
  342. configure:7470: $? = 0
  343. configure:7492: result: yes
  344. configure:7518: checking whether the cc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
  345. configure:8450: result: yes
  346. configure:8517: checking dynamic linker characteristics
  347. configure:9119: result: darwin11.3.0 dyld
  348. configure:9143: checking how to hardcode library paths into programs
  349. configure:9168: result: immediate
  350. configure:9182: checking whether stripping libraries is possible
  351. configure:9196: result: yes
  352. configure:9704: checking if libtool supports shared libraries
  353. configure:9706: result: yes
  354. configure:9709: checking whether to build shared libraries
  355. configure:9730: result: yes
  356. configure:9733: checking whether to build static libraries
  357. configure:9737: result: no
  358. configure:9832: result:
  359. creating libtool
  360. configure:13535: creating ./config.status
  361.  
  362. ## ---------------------- ##
  363. ## Running config.status. ##
  364. ## ---------------------- ##
  365.  
  366. This file was extended by config.status, which was
  367. generated by GNU Autoconf 2.68. Invocation command line was
  368.  
  369. CONFIG_FILES =
  370. CONFIG_HEADERS =
  371. CONFIG_LINKS =
  372. CONFIG_COMMANDS =
  373. $ ./config.status
  374.  
  375. on kjhmacpro
  376.  
  377. config.status:688: creating config.h
  378.  
  379. ## ---------------- ##
  380. ## Cache variables. ##
  381. ## ---------------- ##
  382.  
  383. ac_cv_build=i386-apple-darwin11.3.0
  384. ac_cv_c_compiler_gnu=yes
  385. ac_cv_env_CC_set=
  386. ac_cv_env_CC_value=
  387. ac_cv_env_CFLAGS_set=
  388. ac_cv_env_CFLAGS_value=
  389. ac_cv_env_CPPFLAGS_set=
  390. ac_cv_env_CPPFLAGS_value=
  391. ac_cv_env_CPP_set=
  392. ac_cv_env_CPP_value=
  393. ac_cv_env_LDFLAGS_set=
  394. ac_cv_env_LDFLAGS_value=
  395. ac_cv_env_LIBS_set=
  396. ac_cv_env_LIBS_value=
  397. ac_cv_env_build_alias_set=
  398. ac_cv_env_build_alias_value=
  399. ac_cv_env_host_alias_set=
  400. ac_cv_env_host_alias_value=
  401. ac_cv_env_target_alias_set=
  402. ac_cv_env_target_alias_value=
  403. ac_cv_header_dlfcn_h=yes
  404. ac_cv_header_inttypes_h=yes
  405. ac_cv_header_memory_h=yes
  406. ac_cv_header_stdc=yes
  407. ac_cv_header_stdint_h=yes
  408. ac_cv_header_stdlib_h=yes
  409. ac_cv_header_string_h=yes
  410. ac_cv_header_strings_h=yes
  411. ac_cv_header_sys_stat_h=yes
  412. ac_cv_header_sys_types_h=yes
  413. ac_cv_header_unistd_h=yes
  414. ac_cv_host=i386-apple-darwin11.3.0
  415. ac_cv_objext=o
  416. ac_cv_path_EGREP='/usr/bin/grep -E'
  417. ac_cv_path_GREP=/usr/bin/grep
  418. ac_cv_prog_AWK=gawk
  419. ac_cv_prog_CPP='cc -E'
  420. ac_cv_prog_ac_ct_AR=ar
  421. ac_cv_prog_ac_ct_CC=cc
  422. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  423. ac_cv_prog_ac_ct_NMEDIT=nmedit
  424. ac_cv_prog_ac_ct_RANLIB=ranlib
  425. ac_cv_prog_ac_ct_STRIP=strip
  426. ac_cv_prog_cc_c89=
  427. ac_cv_prog_cc_cc_c_o=yes
  428. ac_cv_prog_cc_g=yes
  429. ac_cv_target=i386-apple-darwin11.3.0
  430. lt_cv_apple_cc_single_mod=yes
  431. lt_cv_deplibs_check_method=pass_all
  432. lt_cv_file_magic_cmd='$MAGIC_CMD'
  433. lt_cv_file_magic_test_file=
  434. lt_cv_ld_exported_symbols_list=yes
  435. lt_cv_ld_reload_flag=-r
  436. lt_cv_objdir=.libs
  437. lt_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  438. lt_cv_path_NM=/usr/bin/nm
  439. lt_cv_path_SED=/opt/local/bin/gsed
  440. lt_cv_prog_compiler_c_o=yes
  441. lt_cv_prog_compiler_pic_works=yes
  442. lt_cv_prog_compiler_rtti_exceptions=no
  443. lt_cv_prog_compiler_static_works=no
  444. lt_cv_prog_gnu_ld=no
  445. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  446. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  447. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  448. lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  449. lt_cv_sys_lib_search_path_spec='/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 /Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 /usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 /usr/lib/i686-apple-darwin11/4.2.1 /usr/lib /usr/llvm-gcc-4.2/lib/gcc /usr/llvm-gcc-4.2/lib /Developer/usr/llvm-gcc-4.2/lib /usr/local/lib'
  450. lt_cv_sys_max_cmd_len=196608
  451. lt_lt_cv_prog_compiler_c_o='"yes"'
  452. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
  453. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  454. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  455. php_cv_cc_dashr=no
  456. php_cv_cc_rpath=yes
  457.  
  458. ## ----------------- ##
  459. ## Output variables. ##
  460. ## ----------------- ##
  461.  
  462. AR='ar'
  463. AWK='gawk'
  464. CC='cc'
  465. CFLAGS='-g -O2'
  466. CONFIGURE_COMMAND=' '\''./configure'\'' '
  467. CONFIGURE_OPTIONS=''
  468. CPP='cc -E'
  469. CPPFLAGS=' -DHAVE_CONFIG_H'
  470. DEFS='-DHAVE_CONFIG_H'
  471. DSYMUTIL='dsymutil'
  472. ECHO='/bin/echo'
  473. ECHO_C='\c'
  474. ECHO_N=''
  475. ECHO_T=''
  476. EGREP='/usr/bin/grep -E'
  477. EXEEXT=''
  478. GREP='/usr/bin/grep'
  479. LDFLAGS=''
  480. LIBOBJS=''
  481. LIBS=''
  482. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  483. LN_S='ln -s'
  484. LTLIBOBJS=''
  485. NMEDIT='nmedit'
  486. OBJEXT='o'
  487. PACKAGE_BUGREPORT=''
  488. PACKAGE_NAME=''
  489. PACKAGE_STRING=''
  490. PACKAGE_TARNAME=''
  491. PACKAGE_URL=''
  492. PACKAGE_VERSION=''
  493. PATH_SEPARATOR=':'
  494. RANLIB='ranlib'
  495. RE2C='exit 0;'
  496. SED='/opt/local/bin/gsed'
  497. SHELL='/bin/sh'
  498. SHLIB_DL_SUFFIX_NAME='so'
  499. SHLIB_SUFFIX_NAME='dylib'
  500. STRIP='strip'
  501. ac_ct_CC='cc'
  502. bindir='${exec_prefix}/bin'
  503. build='i386-apple-darwin11.3.0'
  504. build_alias=''
  505. build_cpu='i386'
  506. build_os='darwin11.3.0'
  507. build_vendor='apple'
  508. datadir='${datarootdir}'
  509. datarootdir='${prefix}/share'
  510. docdir='${datarootdir}/doc/${PACKAGE}'
  511. dvidir='${docdir}'
  512. exec_prefix='$(prefix)'
  513. host='i386-apple-darwin11.3.0'
  514. host_alias='i386-apple-darwin11.3.0'
  515. host_cpu='i386'
  516. host_os='darwin11.3.0'
  517. host_vendor='apple'
  518. htmldir='${docdir}'
  519. includedir='${prefix}/include'
  520. infodir='${datarootdir}/info'
  521. libdir='${exec_prefix}/lib'
  522. libexecdir='${exec_prefix}/libexec'
  523. localedir='${datarootdir}/locale'
  524. localstatedir='${prefix}/var'
  525. mandir='${datarootdir}/man'
  526. oldincludedir='/usr/include'
  527. pdfdir='${docdir}'
  528. prefix='/opt/local'
  529. program_transform_name='s,x,x,'
  530. psdir='${docdir}'
  531. sbindir='${exec_prefix}/sbin'
  532. sharedstatedir='${prefix}/com'
  533. sysconfdir='${prefix}/etc'
  534. target='i386-apple-darwin11.3.0'
  535. target_alias=''
  536. target_cpu='i386'
  537. target_os='darwin11.3.0'
  538. target_vendor='apple'
  539.  
  540. ## ----------- ##
  541. ## confdefs.h. ##
  542. ## ----------- ##
  543.  
  544. /* confdefs.h */
  545. #define PACKAGE_NAME ""
  546. #define PACKAGE_TARNAME ""
  547. #define PACKAGE_VERSION ""
  548. #define PACKAGE_STRING ""
  549. #define PACKAGE_BUGREPORT ""
  550. #define PACKAGE_URL ""
  551. #define COMPILE_DL_EXPECT 1
  552. #define STDC_HEADERS 1
  553. #define HAVE_SYS_TYPES_H 1
  554. #define HAVE_SYS_STAT_H 1
  555. #define HAVE_STDLIB_H 1
  556. #define HAVE_STRING_H 1
  557. #define HAVE_MEMORY_H 1
  558. #define HAVE_STRINGS_H 1
  559. #define HAVE_INTTYPES_H 1
  560. #define HAVE_STDINT_H 1
  561. #define HAVE_UNISTD_H 1
  562. #define HAVE_DLFCN_H 1
  563.  
  564. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement