Guest User

Untitled

a guest
Jan 22nd, 2018
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.69 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 gc configure 7.2alpha6, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --enable-threads=posix --enable-thread-local-alloc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = TheBus.local
  14. uname -m = x86_64
  15. uname -r = 10.8.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
  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 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
  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: 75 tasks, 414 threads, 4 processors
  34. Load average: 1.16, Mach factor: 2.83
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/bin
  40. PATH: /usr/bin
  41. PATH: /bin
  42. PATH: /usr/sbin
  43. PATH: /sbin
  44. PATH: /opt/X11/bin
  45. PATH: /usr/local/Library/Contributions/examples
  46.  
  47.  
  48. ## ----------- ##
  49. ## Core tests. ##
  50. ## ----------- ##
  51.  
  52. configure:2444: checking build system type
  53. configure:2458: result: x86_64-apple-darwin10.8.0
  54. configure:2478: checking host system type
  55. configure:2491: result: x86_64-apple-darwin10.8.0
  56. configure:2511: checking target system type
  57. configure:2524: result: x86_64-apple-darwin10.8.0
  58. configure:2553: checking GC version numbers
  59. configure:2592: result: major=7 minor=2 alpha=6
  60. configure:2612: checking for a BSD-compatible install
  61. configure:2680: result: /usr/bin/install -c
  62. configure:2691: checking whether build environment is sane
  63. configure:2741: result: yes
  64. configure:2882: checking for a thread-safe mkdir -p
  65. configure:2921: result: ./install-sh -c -d
  66. configure:2934: checking for gawk
  67. configure:2950: found /usr/local/bin/gawk
  68. configure:2961: result: gawk
  69. configure:2972: checking whether make sets $(MAKE)
  70. configure:2994: result: yes
  71. configure:3077: checking whether to enable maintainer-specific portions of Makefiles
  72. configure:3086: result: no
  73. configure:3115: checking for style of include used by make
  74. configure:3143: result: GNU
  75. configure:3213: checking for gcc
  76. configure:3240: result: /usr/bin/llvm-gcc
  77. configure:3469: checking for C compiler version
  78. configure:3478: /usr/bin/llvm-gcc --version >&5
  79. i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)
  80. Copyright (C) 2007 Free Software Foundation, Inc.
  81. This is free software; see the source for copying conditions. There is NO
  82. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  83.  
  84. configure:3489: $? = 0
  85. configure:3478: /usr/bin/llvm-gcc -v >&5
  86. Using built-in specs.
  87. Target: i686-apple-darwin10
  88. Configured with: /var/tmp/llvmgcc42/llvmgcc42-2335.9~9/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-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2335.9~9/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
  89. Thread model: posix
  90. gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)
  91. configure:3489: $? = 0
  92. configure:3478: /usr/bin/llvm-gcc -V >&5
  93. llvm-gcc-4.2: argument to `-V' is missing
  94. configure:3489: $? = 1
  95. configure:3478: /usr/bin/llvm-gcc -qversion >&5
  96. i686-apple-darwin10-llvm-gcc-4.2: no input files
  97. configure:3489: $? = 1
  98. configure:3509: checking whether the C compiler works
  99. configure:3531: /usr/bin/llvm-gcc -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  100. configure:3535: $? = 0
  101. configure:3583: result: yes
  102. configure:3586: checking for C compiler default output file name
  103. configure:3588: result: a.out
  104. configure:3594: checking for suffix of executables
  105. configure:3601: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  106. configure:3605: $? = 0
  107. configure:3627: result:
  108. configure:3649: checking whether we are cross compiling
  109. configure:3657: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  110. configure:3661: $? = 0
  111. configure:3668: ./conftest
  112. configure:3672: $? = 0
  113. configure:3687: result: no
  114. configure:3692: checking for suffix of object files
  115. configure:3714: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  116. configure:3718: $? = 0
  117. configure:3739: result: o
  118. configure:3743: checking whether we are using the GNU C compiler
  119. configure:3762: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  120. configure:3762: $? = 0
  121. configure:3771: result: yes
  122. configure:3780: checking whether /usr/bin/llvm-gcc accepts -g
  123. configure:3800: /usr/bin/llvm-gcc -c -g conftest.c >&5
  124. configure:3800: $? = 0
  125. configure:3841: result: yes
  126. configure:3858: checking for /usr/bin/llvm-gcc option to accept ISO C89
  127. configure:3922: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  128. configure:3922: $? = 0
  129. configure:3935: result: none needed
  130. configure:3957: checking dependency style of /usr/bin/llvm-gcc
  131. configure:4067: result: gcc3
  132. configure:4083: checking whether /usr/bin/llvm-gcc and cc understand -c and -o together
  133. configure:4114: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5
  134. configure:4118: $? = 0
  135. configure:4124: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5
  136. configure:4128: $? = 0
  137. configure:4139: cc -c conftest.c >&5
  138. configure:4143: $? = 0
  139. configure:4151: cc -c conftest.c -o conftest2.o >&5
  140. configure:4155: $? = 0
  141. configure:4161: cc -c conftest.c -o conftest2.o >&5
  142. configure:4165: $? = 0
  143. configure:4183: result: yes
  144. configure:4320: checking for C++ compiler version
  145. configure:4329: /usr/bin/llvm-g++ --version >&5
  146. i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)
  147. Copyright (C) 2007 Free Software Foundation, Inc.
  148. This is free software; see the source for copying conditions. There is NO
  149. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  150.  
  151. configure:4340: $? = 0
  152. configure:4329: /usr/bin/llvm-g++ -v >&5
  153. Using built-in specs.
  154. Target: i686-apple-darwin10
  155. Configured with: /var/tmp/llvmgcc42/llvmgcc42-2335.9~9/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-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2335.9~9/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
  156. Thread model: posix
  157. gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)
  158. configure:4340: $? = 0
  159. configure:4329: /usr/bin/llvm-g++ -V >&5
  160. llvm-g++-4.2: argument to `-V' is missing
  161. configure:4340: $? = 1
  162. configure:4329: /usr/bin/llvm-g++ -qversion >&5
  163. i686-apple-darwin10-llvm-g++-4.2: no input files
  164. configure:4340: $? = 1
  165. configure:4344: checking whether we are using the GNU C++ compiler
  166. configure:4363: /usr/bin/llvm-g++ -c -O3 -march=core2 -msse4 -w -pipe conftest.cpp >&5
  167. configure:4363: $? = 0
  168. configure:4372: result: yes
  169. configure:4381: checking whether /usr/bin/llvm-g++ accepts -g
  170. configure:4401: /usr/bin/llvm-g++ -c -g conftest.cpp >&5
  171. configure:4401: $? = 0
  172. configure:4442: result: yes
  173. configure:4467: checking dependency style of /usr/bin/llvm-g++
  174. configure:4577: result: gcc3
  175. configure:4602: checking dependency style of /usr/bin/llvm-gcc
  176. configure:4710: result: gcc3
  177. configure:4769: checking for ar
  178. configure:4785: found /usr/bin/ar
  179. configure:4796: result: ar
  180. configure:4861: checking for ranlib
  181. configure:4877: found /usr/bin/ranlib
  182. configure:4888: result: ranlib
  183. configure:4972: checking for inline
  184. configure:4988: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  185. configure:4988: $? = 0
  186. configure:4996: result: inline
  187. configure:5024: checking for pthread_self in -lpthread
  188. configure:5049: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c -lpthread >&5
  189. configure:5049: $? = 0
  190. configure:5058: result: yes
  191. configure:5199: WARNING: "Explicit GC_INIT() calls may be required."
  192. configure:5337: checking for xlc
  193. configure:5354: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  194. conftest.c:22:4: error: #error
  195. configure:5354: $? = 1
  196. configure: failed program was:
  197. | /* confdefs.h */
  198. | #define PACKAGE_NAME "gc"
  199. | #define PACKAGE_TARNAME "gc"
  200. | #define PACKAGE_VERSION "7.2alpha6"
  201. | #define PACKAGE_STRING "gc 7.2alpha6"
  202. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  203. | #define PACKAGE_URL ""
  204. | #define GC_VERSION_MAJOR 7
  205. | #define GC_VERSION_MINOR 2
  206. | #define GC_ALPHA_VERSION 6
  207. | #define PACKAGE "gc"
  208. | #define VERSION "7.2alpha6"
  209. | #define GC_DARWIN_THREADS 1
  210. | #define THREAD_LOCAL_ALLOC 1
  211. | /* end confdefs.h. */
  212. |
  213. | int
  214. | main ()
  215. | {
  216. |
  217. | #ifndef __xlC__
  218. | # error
  219. | #endif
  220. |
  221. | ;
  222. | return 0;
  223. | }
  224. configure:5360: result: no
  225. configure:5498: checking whether to build shared libraries
  226. configure:5540: result: yes
  227. configure:5545: checking which machine-dependent code should be used
  228. configure:5604: result:
  229. configure:5658: checking how to print strings
  230. configure:5685: result: printf
  231. configure:5706: checking for a sed that does not truncate output
  232. configure:5770: result: /usr/local/bin/gsed
  233. configure:5788: checking for grep that handles long lines and -e
  234. configure:5846: result: /usr/bin/grep
  235. configure:5851: checking for egrep
  236. configure:5913: result: /usr/bin/grep -E
  237. configure:5918: checking for fgrep
  238. configure:5980: result: /usr/bin/grep -F
  239. configure:6015: checking for ld used by /usr/bin/llvm-gcc
  240. configure:6082: result: /usr/bin/llvm-gcc
  241. configure:6089: checking if the linker (/usr/bin/llvm-gcc) is GNU ld
  242. configure:6104: result: no
  243. configure:6116: checking for BSD- or MS-compatible name lister (nm)
  244. configure:6165: result: /usr/bin/nm
  245. configure:6295: checking the name lister (/usr/bin/nm) interface
  246. configure:6302: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  247. configure:6305: /usr/bin/nm "conftest.o"
  248. configure:6308: output
  249. 0000000000000000 S _some_variable
  250. configure:6315: result: BSD nm
  251. configure:6318: checking whether ln -s works
  252. configure:6322: result: yes
  253. configure:6330: checking the maximum length of command line arguments
  254. configure:6455: result: 196608
  255. configure:6472: checking whether the shell understands some XSI constructs
  256. configure:6482: result: yes
  257. configure:6486: checking whether the shell understands "+="
  258. configure:6492: result: yes
  259. configure:6527: checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format
  260. configure:6567: result: func_convert_file_noop
  261. configure:6574: checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format
  262. configure:6594: result: func_convert_file_noop
  263. configure:6601: checking for /usr/bin/llvm-gcc option to reload object files
  264. configure:6608: result: -r
  265. configure:6682: checking for objdump
  266. configure:6712: result: no
  267. configure:6741: checking how to recognize dependent libraries
  268. configure:6943: result: pass_all
  269. configure:7028: checking for dlltool
  270. configure:7058: result: no
  271. configure:7088: checking how to associate runtime and link libraries
  272. configure:7115: result: printf %s\n
  273. configure:7239: checking for archiver @FILE support
  274. configure:7256: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  275. configure:7256: $? = 0
  276. configure:7259: ar cru libconftest.a @conftest.lst >&5
  277. ar: @conftest.lst: No such file or directory
  278. configure:7262: $? = 1
  279. configure:7282: result: no
  280. configure:7340: checking for strip
  281. configure:7356: found /usr/bin/strip
  282. configure:7367: result: strip
  283. configure:7439: checking for ranlib
  284. configure:7466: result: ranlib
  285. configure:7568: checking command to parse /usr/bin/nm output from /usr/bin/llvm-gcc object
  286. configure:7687: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  287. configure:7690: $? = 0
  288. configure:7694: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  289. configure:7697: $? = 0
  290. cannot find nm_test_var in conftest.nm
  291. configure:7687: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  292. configure:7690: $? = 0
  293. configure:7694: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  294. configure:7697: $? = 0
  295. configure:7763: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c conftstm.o >&5
  296. configure:7766: $? = 0
  297. configure:7804: result: ok
  298. configure:7841: checking for sysroot
  299. configure:7871: result: no
  300. configure:8114: checking for mt
  301. configure:8144: result: no
  302. configure:8164: checking if : is a manifest tool
  303. configure:8170: : '-?'
  304. configure:8178: result: no
  305. configure:8234: checking for dsymutil
  306. configure:8250: found /usr/bin/dsymutil
  307. configure:8261: result: dsymutil
  308. configure:8326: checking for nmedit
  309. configure:8342: found /usr/bin/nmedit
  310. configure:8353: result: nmedit
  311. configure:8418: checking for lipo
  312. configure:8434: found /usr/bin/lipo
  313. configure:8445: result: lipo
  314. configure:8510: checking for otool
  315. configure:8526: found /usr/bin/otool
  316. configure:8537: result: otool
  317. configure:8602: checking for otool64
  318. configure:8632: result: no
  319. configure:8677: checking for -single_module linker flag
  320. /usr/bin/llvm-gcc -O3 -march=core2 -msse4 -w -pipe -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  321. configure:8704: result: yes
  322. configure:8706: checking for -exported_symbols_list linker flag
  323. configure:8726: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  324. configure:8726: $? = 0
  325. configure:8736: result: yes
  326. configure:8738: checking for -force_load linker flag
  327. /usr/bin/llvm-gcc -O3 -march=core2 -msse4 -w -pipe -c -o conftest.o conftest.c
  328. ar cru libconftest.a conftest.o
  329. ranlib libconftest.a
  330. /usr/bin/llvm-gcc -O3 -march=core2 -msse4 -w -pipe -o conftest conftest.c -Wl,-force_load,./libconftest.a
  331. configure:8768: result: yes
  332. configure:8810: checking how to run the C preprocessor
  333. configure:8841: /usr/bin/llvm-gcc -E conftest.c
  334. configure:8841: $? = 0
  335. configure:8855: /usr/bin/llvm-gcc -E conftest.c
  336. conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
  337. configure:8855: $? = 1
  338. configure: failed program was:
  339. | /* confdefs.h */
  340. | #define PACKAGE_NAME "gc"
  341. | #define PACKAGE_TARNAME "gc"
  342. | #define PACKAGE_VERSION "7.2alpha6"
  343. | #define PACKAGE_STRING "gc 7.2alpha6"
  344. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  345. | #define PACKAGE_URL ""
  346. | #define GC_VERSION_MAJOR 7
  347. | #define GC_VERSION_MINOR 2
  348. | #define GC_ALPHA_VERSION 6
  349. | #define PACKAGE "gc"
  350. | #define VERSION "7.2alpha6"
  351. | #define GC_DARWIN_THREADS 1
  352. | #define THREAD_LOCAL_ALLOC 1
  353. | /* end confdefs.h. */
  354. | #include <ac_nonexistent.h>
  355. configure:8880: result: /usr/bin/llvm-gcc -E
  356. configure:8900: /usr/bin/llvm-gcc -E conftest.c
  357. configure:8900: $? = 0
  358. configure:8914: /usr/bin/llvm-gcc -E conftest.c
  359. conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
  360. configure:8914: $? = 1
  361. configure: failed program was:
  362. | /* confdefs.h */
  363. | #define PACKAGE_NAME "gc"
  364. | #define PACKAGE_TARNAME "gc"
  365. | #define PACKAGE_VERSION "7.2alpha6"
  366. | #define PACKAGE_STRING "gc 7.2alpha6"
  367. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  368. | #define PACKAGE_URL ""
  369. | #define GC_VERSION_MAJOR 7
  370. | #define GC_VERSION_MINOR 2
  371. | #define GC_ALPHA_VERSION 6
  372. | #define PACKAGE "gc"
  373. | #define VERSION "7.2alpha6"
  374. | #define GC_DARWIN_THREADS 1
  375. | #define THREAD_LOCAL_ALLOC 1
  376. | /* end confdefs.h. */
  377. | #include <ac_nonexistent.h>
  378. configure:8943: checking for ANSI C header files
  379. configure:8963: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  380. configure:8963: $? = 0
  381. configure:9036: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  382. configure:9036: $? = 0
  383. configure:9036: ./conftest
  384. configure:9036: $? = 0
  385. configure:9047: result: yes
  386. configure:9060: checking for sys/types.h
  387. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  388. configure:9060: $? = 0
  389. configure:9060: result: yes
  390. configure:9060: checking for sys/stat.h
  391. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  392. configure:9060: $? = 0
  393. configure:9060: result: yes
  394. configure:9060: checking for stdlib.h
  395. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  396. configure:9060: $? = 0
  397. configure:9060: result: yes
  398. configure:9060: checking for string.h
  399. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  400. configure:9060: $? = 0
  401. configure:9060: result: yes
  402. configure:9060: checking for memory.h
  403. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  404. configure:9060: $? = 0
  405. configure:9060: result: yes
  406. configure:9060: checking for strings.h
  407. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  408. configure:9060: $? = 0
  409. configure:9060: result: yes
  410. configure:9060: checking for inttypes.h
  411. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  412. configure:9060: $? = 0
  413. configure:9060: result: yes
  414. configure:9060: checking for stdint.h
  415. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  416. configure:9060: $? = 0
  417. configure:9060: result: yes
  418. configure:9060: checking for unistd.h
  419. configure:9060: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  420. configure:9060: $? = 0
  421. configure:9060: result: yes
  422. configure:9074: checking for dlfcn.h
  423. configure:9074: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  424. configure:9074: $? = 0
  425. configure:9074: result: yes
  426. configure:9242: checking for objdir
  427. configure:9257: result: .libs
  428. configure:9528: checking if /usr/bin/llvm-gcc supports -fno-rtti -fno-exceptions
  429. configure:9546: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe -fno-rtti -fno-exceptions conftest.c >&5
  430. configure:9550: $? = 0
  431. configure:9563: result: yes
  432. configure:9873: checking for /usr/bin/llvm-gcc option to produce PIC
  433. configure:9880: result: -fno-common -DPIC
  434. configure:9888: checking if /usr/bin/llvm-gcc PIC flag -fno-common -DPIC works
  435. configure:9906: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe -fno-common -DPIC -DPIC conftest.c >&5
  436. configure:9910: $? = 0
  437. configure:9923: result: yes
  438. configure:9952: checking if /usr/bin/llvm-gcc static flag -static works
  439. configure:9980: result: no
  440. configure:9995: checking if /usr/bin/llvm-gcc supports -c -o file.o
  441. configure:10016: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe -o out/conftest2.o conftest.c >&5
  442. configure:10020: $? = 0
  443. configure:10042: result: yes
  444. configure:10050: checking if /usr/bin/llvm-gcc supports -c -o file.o
  445. configure:10097: result: yes
  446. configure:10130: checking whether the /usr/bin/llvm-gcc linker (/usr/bin/llvm-gcc) supports shared libraries
  447. configure:11288: result: yes
  448. configure:11533: checking dynamic linker characteristics
  449. configure:12269: result: darwin10.8.0 dyld
  450. configure:12376: checking how to hardcode library paths into programs
  451. configure:12401: result: immediate
  452. configure:12941: checking whether stripping libraries is possible
  453. configure:12955: result: yes
  454. configure:12981: checking if libtool supports shared libraries
  455. configure:12983: result: yes
  456. configure:12986: checking whether to build shared libraries
  457. configure:13007: result: yes
  458. configure:13010: checking whether to build static libraries
  459. configure:13014: result: yes
  460. configure:13037: checking how to run the C++ preprocessor
  461. configure:13064: /usr/bin/llvm-g++ -E conftest.cpp
  462. configure:13064: $? = 0
  463. configure:13078: /usr/bin/llvm-g++ -E conftest.cpp
  464. conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
  465. configure:13078: $? = 1
  466. configure: failed program was:
  467. | /* confdefs.h */
  468. | #define PACKAGE_NAME "gc"
  469. | #define PACKAGE_TARNAME "gc"
  470. | #define PACKAGE_VERSION "7.2alpha6"
  471. | #define PACKAGE_STRING "gc 7.2alpha6"
  472. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  473. | #define PACKAGE_URL ""
  474. | #define GC_VERSION_MAJOR 7
  475. | #define GC_VERSION_MINOR 2
  476. | #define GC_ALPHA_VERSION 6
  477. | #define PACKAGE "gc"
  478. | #define VERSION "7.2alpha6"
  479. | #define GC_DARWIN_THREADS 1
  480. | #define THREAD_LOCAL_ALLOC 1
  481. | #define STDC_HEADERS 1
  482. | #define HAVE_SYS_TYPES_H 1
  483. | #define HAVE_SYS_STAT_H 1
  484. | #define HAVE_STDLIB_H 1
  485. | #define HAVE_STRING_H 1
  486. | #define HAVE_MEMORY_H 1
  487. | #define HAVE_STRINGS_H 1
  488. | #define HAVE_INTTYPES_H 1
  489. | #define HAVE_STDINT_H 1
  490. | #define HAVE_UNISTD_H 1
  491. | #define HAVE_DLFCN_H 1
  492. | #define LT_OBJDIR ".libs/"
  493. | /* end confdefs.h. */
  494. | #include <ac_nonexistent.h>
  495. configure:13103: result: /usr/bin/llvm-g++ -E
  496. configure:13123: /usr/bin/llvm-g++ -E conftest.cpp
  497. configure:13123: $? = 0
  498. configure:13137: /usr/bin/llvm-g++ -E conftest.cpp
  499. conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
  500. configure:13137: $? = 1
  501. configure: failed program was:
  502. | /* confdefs.h */
  503. | #define PACKAGE_NAME "gc"
  504. | #define PACKAGE_TARNAME "gc"
  505. | #define PACKAGE_VERSION "7.2alpha6"
  506. | #define PACKAGE_STRING "gc 7.2alpha6"
  507. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  508. | #define PACKAGE_URL ""
  509. | #define GC_VERSION_MAJOR 7
  510. | #define GC_VERSION_MINOR 2
  511. | #define GC_ALPHA_VERSION 6
  512. | #define PACKAGE "gc"
  513. | #define VERSION "7.2alpha6"
  514. | #define GC_DARWIN_THREADS 1
  515. | #define THREAD_LOCAL_ALLOC 1
  516. | #define STDC_HEADERS 1
  517. | #define HAVE_SYS_TYPES_H 1
  518. | #define HAVE_SYS_STAT_H 1
  519. | #define HAVE_STDLIB_H 1
  520. | #define HAVE_STRING_H 1
  521. | #define HAVE_MEMORY_H 1
  522. | #define HAVE_STRINGS_H 1
  523. | #define HAVE_INTTYPES_H 1
  524. | #define HAVE_STDINT_H 1
  525. | #define HAVE_UNISTD_H 1
  526. | #define HAVE_DLFCN_H 1
  527. | #define LT_OBJDIR ".libs/"
  528. | /* end confdefs.h. */
  529. | #include <ac_nonexistent.h>
  530. configure:13307: checking for ld used by /usr/bin/llvm-g++
  531. configure:13374: result: /usr/bin/llvm-gcc
  532. configure:13381: checking if the linker (/usr/bin/llvm-gcc) is GNU ld
  533. configure:13396: result: no
  534. configure:13451: checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries
  535. configure:14455: result: yes
  536. configure:14490: /usr/bin/llvm-g++ -c -O3 -march=core2 -msse4 -w -pipe conftest.cpp >&5
  537. configure:14493: $? = 0
  538. configure:15013: checking for /usr/bin/llvm-g++ option to produce PIC
  539. configure:15020: result: -fno-common -DPIC
  540. configure:15028: checking if /usr/bin/llvm-g++ PIC flag -fno-common -DPIC works
  541. configure:15046: /usr/bin/llvm-g++ -c -O3 -march=core2 -msse4 -w -pipe -fno-common -DPIC -DPIC conftest.cpp >&5
  542. configure:15050: $? = 0
  543. configure:15063: result: yes
  544. configure:15086: checking if /usr/bin/llvm-g++ static flag -static works
  545. configure:15114: result: no
  546. configure:15126: checking if /usr/bin/llvm-g++ supports -c -o file.o
  547. configure:15147: /usr/bin/llvm-g++ -c -O3 -march=core2 -msse4 -w -pipe -o out/conftest2.o conftest.cpp >&5
  548. configure:15151: $? = 0
  549. configure:15173: result: yes
  550. configure:15178: checking if /usr/bin/llvm-g++ supports -c -o file.o
  551. configure:15225: result: yes
  552. configure:15255: checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries
  553. configure:15289: result: yes
  554. configure:15432: checking dynamic linker characteristics
  555. configure:16102: result: darwin10.8.0 dyld
  556. configure:16155: checking how to hardcode library paths into programs
  557. configure:16180: result: immediate
  558. configure:16245: checking sys/dg_sys_info.h usability
  559. configure:16245: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  560. conftest.c:61:29: error: sys/dg_sys_info.h: No such file or directory
  561. configure:16245: $? = 1
  562. configure: failed program was:
  563. | /* confdefs.h */
  564. | #define PACKAGE_NAME "gc"
  565. | #define PACKAGE_TARNAME "gc"
  566. | #define PACKAGE_VERSION "7.2alpha6"
  567. | #define PACKAGE_STRING "gc 7.2alpha6"
  568. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  569. | #define PACKAGE_URL ""
  570. | #define GC_VERSION_MAJOR 7
  571. | #define GC_VERSION_MINOR 2
  572. | #define GC_ALPHA_VERSION 6
  573. | #define PACKAGE "gc"
  574. | #define VERSION "7.2alpha6"
  575. | #define GC_DARWIN_THREADS 1
  576. | #define THREAD_LOCAL_ALLOC 1
  577. | #define STDC_HEADERS 1
  578. | #define HAVE_SYS_TYPES_H 1
  579. | #define HAVE_SYS_STAT_H 1
  580. | #define HAVE_STDLIB_H 1
  581. | #define HAVE_STRING_H 1
  582. | #define HAVE_MEMORY_H 1
  583. | #define HAVE_STRINGS_H 1
  584. | #define HAVE_INTTYPES_H 1
  585. | #define HAVE_STDINT_H 1
  586. | #define HAVE_UNISTD_H 1
  587. | #define HAVE_DLFCN_H 1
  588. | #define LT_OBJDIR ".libs/"
  589. | /* end confdefs.h. */
  590. | #include <stdio.h>
  591. | #ifdef HAVE_SYS_TYPES_H
  592. | # include <sys/types.h>
  593. | #endif
  594. | #ifdef HAVE_SYS_STAT_H
  595. | # include <sys/stat.h>
  596. | #endif
  597. | #ifdef STDC_HEADERS
  598. | # include <stdlib.h>
  599. | # include <stddef.h>
  600. | #else
  601. | # ifdef HAVE_STDLIB_H
  602. | # include <stdlib.h>
  603. | # endif
  604. | #endif
  605. | #ifdef HAVE_STRING_H
  606. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  607. | # include <memory.h>
  608. | # endif
  609. | # include <string.h>
  610. | #endif
  611. | #ifdef HAVE_STRINGS_H
  612. | # include <strings.h>
  613. | #endif
  614. | #ifdef HAVE_INTTYPES_H
  615. | # include <inttypes.h>
  616. | #endif
  617. | #ifdef HAVE_STDINT_H
  618. | # include <stdint.h>
  619. | #endif
  620. | #ifdef HAVE_UNISTD_H
  621. | # include <unistd.h>
  622. | #endif
  623. | #include <sys/dg_sys_info.h>
  624. configure:16245: result: no
  625. configure:16245: checking sys/dg_sys_info.h presence
  626. configure:16245: /usr/bin/llvm-gcc -E conftest.c
  627. conftest.c:28:29: error: sys/dg_sys_info.h: No such file or directory
  628. configure:16245: $? = 1
  629. configure: failed program was:
  630. | /* confdefs.h */
  631. | #define PACKAGE_NAME "gc"
  632. | #define PACKAGE_TARNAME "gc"
  633. | #define PACKAGE_VERSION "7.2alpha6"
  634. | #define PACKAGE_STRING "gc 7.2alpha6"
  635. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  636. | #define PACKAGE_URL ""
  637. | #define GC_VERSION_MAJOR 7
  638. | #define GC_VERSION_MINOR 2
  639. | #define GC_ALPHA_VERSION 6
  640. | #define PACKAGE "gc"
  641. | #define VERSION "7.2alpha6"
  642. | #define GC_DARWIN_THREADS 1
  643. | #define THREAD_LOCAL_ALLOC 1
  644. | #define STDC_HEADERS 1
  645. | #define HAVE_SYS_TYPES_H 1
  646. | #define HAVE_SYS_STAT_H 1
  647. | #define HAVE_STDLIB_H 1
  648. | #define HAVE_STRING_H 1
  649. | #define HAVE_MEMORY_H 1
  650. | #define HAVE_STRINGS_H 1
  651. | #define HAVE_INTTYPES_H 1
  652. | #define HAVE_STDINT_H 1
  653. | #define HAVE_UNISTD_H 1
  654. | #define HAVE_DLFCN_H 1
  655. | #define LT_OBJDIR ".libs/"
  656. | /* end confdefs.h. */
  657. | #include <sys/dg_sys_info.h>
  658. configure:16245: result: no
  659. configure:16245: checking for sys/dg_sys_info.h
  660. configure:16245: result: no
  661. configure:16289: checking whether Solaris gcc optimization fix is necessary
  662. configure:16312: result: no
  663. configure:16579: checking atomic_ops.h usability
  664. configure:16579: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  665. conftest.c:66:24: error: atomic_ops.h: No such file or directory
  666. configure:16579: $? = 1
  667. configure: failed program was:
  668. | /* confdefs.h */
  669. | #define PACKAGE_NAME "gc"
  670. | #define PACKAGE_TARNAME "gc"
  671. | #define PACKAGE_VERSION "7.2alpha6"
  672. | #define PACKAGE_STRING "gc 7.2alpha6"
  673. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  674. | #define PACKAGE_URL ""
  675. | #define GC_VERSION_MAJOR 7
  676. | #define GC_VERSION_MINOR 2
  677. | #define GC_ALPHA_VERSION 6
  678. | #define PACKAGE "gc"
  679. | #define VERSION "7.2alpha6"
  680. | #define GC_DARWIN_THREADS 1
  681. | #define THREAD_LOCAL_ALLOC 1
  682. | #define STDC_HEADERS 1
  683. | #define HAVE_SYS_TYPES_H 1
  684. | #define HAVE_SYS_STAT_H 1
  685. | #define HAVE_STDLIB_H 1
  686. | #define HAVE_STRING_H 1
  687. | #define HAVE_MEMORY_H 1
  688. | #define HAVE_STRINGS_H 1
  689. | #define HAVE_INTTYPES_H 1
  690. | #define HAVE_STDINT_H 1
  691. | #define HAVE_UNISTD_H 1
  692. | #define HAVE_DLFCN_H 1
  693. | #define LT_OBJDIR ".libs/"
  694. | #define NO_EXECUTE_PERMISSION 1
  695. | #define ALL_INTERIOR_POINTERS 1
  696. | #define GC_GCJ_SUPPORT 1
  697. | #define JAVA_FINALIZATION 1
  698. | #define ATOMIC_UNCOLLECTABLE 1
  699. | /* end confdefs.h. */
  700. | #include <stdio.h>
  701. | #ifdef HAVE_SYS_TYPES_H
  702. | # include <sys/types.h>
  703. | #endif
  704. | #ifdef HAVE_SYS_STAT_H
  705. | # include <sys/stat.h>
  706. | #endif
  707. | #ifdef STDC_HEADERS
  708. | # include <stdlib.h>
  709. | # include <stddef.h>
  710. | #else
  711. | # ifdef HAVE_STDLIB_H
  712. | # include <stdlib.h>
  713. | # endif
  714. | #endif
  715. | #ifdef HAVE_STRING_H
  716. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  717. | # include <memory.h>
  718. | # endif
  719. | # include <string.h>
  720. | #endif
  721. | #ifdef HAVE_STRINGS_H
  722. | # include <strings.h>
  723. | #endif
  724. | #ifdef HAVE_INTTYPES_H
  725. | # include <inttypes.h>
  726. | #endif
  727. | #ifdef HAVE_STDINT_H
  728. | # include <stdint.h>
  729. | #endif
  730. | #ifdef HAVE_UNISTD_H
  731. | # include <unistd.h>
  732. | #endif
  733. | #include <atomic_ops.h>
  734. configure:16579: result: no
  735. configure:16579: checking atomic_ops.h presence
  736. configure:16579: /usr/bin/llvm-gcc -E conftest.c
  737. conftest.c:33:24: error: atomic_ops.h: No such file or directory
  738. configure:16579: $? = 1
  739. configure: failed program was:
  740. | /* confdefs.h */
  741. | #define PACKAGE_NAME "gc"
  742. | #define PACKAGE_TARNAME "gc"
  743. | #define PACKAGE_VERSION "7.2alpha6"
  744. | #define PACKAGE_STRING "gc 7.2alpha6"
  745. | #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  746. | #define PACKAGE_URL ""
  747. | #define GC_VERSION_MAJOR 7
  748. | #define GC_VERSION_MINOR 2
  749. | #define GC_ALPHA_VERSION 6
  750. | #define PACKAGE "gc"
  751. | #define VERSION "7.2alpha6"
  752. | #define GC_DARWIN_THREADS 1
  753. | #define THREAD_LOCAL_ALLOC 1
  754. | #define STDC_HEADERS 1
  755. | #define HAVE_SYS_TYPES_H 1
  756. | #define HAVE_SYS_STAT_H 1
  757. | #define HAVE_STDLIB_H 1
  758. | #define HAVE_STRING_H 1
  759. | #define HAVE_MEMORY_H 1
  760. | #define HAVE_STRINGS_H 1
  761. | #define HAVE_INTTYPES_H 1
  762. | #define HAVE_STDINT_H 1
  763. | #define HAVE_UNISTD_H 1
  764. | #define HAVE_DLFCN_H 1
  765. | #define LT_OBJDIR ".libs/"
  766. | #define NO_EXECUTE_PERMISSION 1
  767. | #define ALL_INTERIOR_POINTERS 1
  768. | #define GC_GCJ_SUPPORT 1
  769. | #define JAVA_FINALIZATION 1
  770. | #define ATOMIC_UNCOLLECTABLE 1
  771. | /* end confdefs.h. */
  772. | #include <atomic_ops.h>
  773. configure:16579: result: no
  774. configure:16579: checking for atomic_ops.h
  775. configure:16579: result: no
  776. configure:16593: checking which libatomic_ops to use
  777. configure:16603: result: bundled
  778. configure:16827: creating ./config.status
  779.  
  780. ## ---------------------- ##
  781. ## Running config.status. ##
  782. ## ---------------------- ##
  783.  
  784. This file was extended by gc config.status 7.2alpha6, which was
  785. generated by GNU Autoconf 2.68. Invocation command line was
  786.  
  787. CONFIG_FILES =
  788. CONFIG_HEADERS =
  789. CONFIG_LINKS =
  790. CONFIG_COMMANDS =
  791. $ ./config.status
  792.  
  793. on TheBus.local
  794.  
  795. config.status:1216: creating Makefile
  796. config.status:1216: creating bdw-gc.pc
  797. config.status:1216: creating include/private/config.h
  798. config.status:1445: executing depfiles commands
  799. config.status:1445: executing libtool commands
  800. config.status:1445: executing default commands
  801. configure:19410: === configuring in libatomic_ops (/private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/libatomic_ops)
  802. configure:19473: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-threads=posix' '--enable-thread-local-alloc' 'CC=/usr/bin/llvm-gcc' 'CFLAGS=-O3 -march=core2 -msse4 -w -pipe' 'CXX=/usr/bin/llvm-g++' 'CXXFLAGS=-O3 -march=core2 -msse4 -w -pipe' --cache-file=/dev/null --srcdir=.
  803.  
  804. ## ---------------- ##
  805. ## Cache variables. ##
  806. ## ---------------- ##
  807.  
  808. ac_cv_build=x86_64-apple-darwin10.8.0
  809. ac_cv_c_compiler_gnu=yes
  810. ac_cv_c_inline=inline
  811. ac_cv_cxx_compiler_gnu=yes
  812. ac_cv_env_CCASFLAGS_set=
  813. ac_cv_env_CCASFLAGS_value=
  814. ac_cv_env_CCAS_set=
  815. ac_cv_env_CCAS_value=
  816. ac_cv_env_CCC_set=
  817. ac_cv_env_CCC_value=
  818. ac_cv_env_CC_set=set
  819. ac_cv_env_CC_value=/usr/bin/llvm-gcc
  820. ac_cv_env_CFLAGS_set=set
  821. ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4 -w -pipe'
  822. ac_cv_env_CPPFLAGS_set=
  823. ac_cv_env_CPPFLAGS_value=
  824. ac_cv_env_CPP_set=
  825. ac_cv_env_CPP_value=
  826. ac_cv_env_CXXCPP_set=
  827. ac_cv_env_CXXCPP_value=
  828. ac_cv_env_CXXFLAGS_set=set
  829. ac_cv_env_CXXFLAGS_value='-O3 -march=core2 -msse4 -w -pipe'
  830. ac_cv_env_CXX_set=set
  831. ac_cv_env_CXX_value=/usr/bin/llvm-g++
  832. ac_cv_env_LDFLAGS_set=
  833. ac_cv_env_LDFLAGS_value=
  834. ac_cv_env_LIBS_set=
  835. ac_cv_env_LIBS_value=
  836. ac_cv_env_build_alias_set=
  837. ac_cv_env_build_alias_value=
  838. ac_cv_env_host_alias_set=
  839. ac_cv_env_host_alias_value=
  840. ac_cv_env_target_alias_set=
  841. ac_cv_env_target_alias_value=
  842. ac_cv_header_atomic_ops_h=no
  843. ac_cv_header_dlfcn_h=yes
  844. ac_cv_header_inttypes_h=yes
  845. ac_cv_header_memory_h=yes
  846. ac_cv_header_stdc=yes
  847. ac_cv_header_stdint_h=yes
  848. ac_cv_header_stdlib_h=yes
  849. ac_cv_header_string_h=yes
  850. ac_cv_header_strings_h=yes
  851. ac_cv_header_sys_dg_sys_info_h=no
  852. ac_cv_header_sys_stat_h=yes
  853. ac_cv_header_sys_types_h=yes
  854. ac_cv_header_unistd_h=yes
  855. ac_cv_host=x86_64-apple-darwin10.8.0
  856. ac_cv_lib_pthread_pthread_self=yes
  857. ac_cv_objext=o
  858. ac_cv_path_EGREP='/usr/bin/grep -E'
  859. ac_cv_path_FGREP='/usr/bin/grep -F'
  860. ac_cv_path_GREP=/usr/bin/grep
  861. ac_cv_path_SED=/usr/local/bin/gsed
  862. ac_cv_path_install='/usr/bin/install -c'
  863. ac_cv_prog_AWK=gawk
  864. ac_cv_prog_CPP='/usr/bin/llvm-gcc -E'
  865. ac_cv_prog_CXXCPP='/usr/bin/llvm-g++ -E'
  866. ac_cv_prog_ac_ct_AR=ar
  867. ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc
  868. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  869. ac_cv_prog_ac_ct_LIPO=lipo
  870. ac_cv_prog_ac_ct_NMEDIT=nmedit
  871. ac_cv_prog_ac_ct_OTOOL=otool
  872. ac_cv_prog_ac_ct_RANLIB=ranlib
  873. ac_cv_prog_ac_ct_STRIP=strip
  874. ac_cv_prog_cc__usr_bin_llvm_gcc_c_o=yes
  875. ac_cv_prog_cc_c89=
  876. ac_cv_prog_cc_g=yes
  877. ac_cv_prog_cxx_g=yes
  878. ac_cv_prog_make_make_set=yes
  879. ac_cv_target=x86_64-apple-darwin10.8.0
  880. am_cv_CCAS_dependencies_compiler_type=gcc3
  881. am_cv_CC_dependencies_compiler_type=gcc3
  882. am_cv_CXX_dependencies_compiler_type=gcc3
  883. lt_cv_apple_cc_single_mod=yes
  884. lt_cv_ar_at_file=no
  885. lt_cv_deplibs_check_method=pass_all
  886. lt_cv_file_magic_cmd='$MAGIC_CMD'
  887. lt_cv_file_magic_test_file=
  888. lt_cv_ld_exported_symbols_list=yes
  889. lt_cv_ld_force_load=yes
  890. lt_cv_ld_reload_flag=-r
  891. lt_cv_nm_interface='BSD nm'
  892. lt_cv_objdir=.libs
  893. lt_cv_path_LD=/usr/bin/llvm-gcc
  894. lt_cv_path_LDCXX=/usr/bin/llvm-gcc
  895. lt_cv_path_NM=/usr/bin/nm
  896. lt_cv_path_mainfest_tool=no
  897. lt_cv_prog_compiler_c_o=yes
  898. lt_cv_prog_compiler_c_o_CXX=yes
  899. lt_cv_prog_compiler_pic='-fno-common -DPIC'
  900. lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
  901. lt_cv_prog_compiler_pic_works=yes
  902. lt_cv_prog_compiler_pic_works_CXX=yes
  903. lt_cv_prog_compiler_rtti_exceptions=yes
  904. lt_cv_prog_compiler_static_works=no
  905. lt_cv_prog_compiler_static_works_CXX=no
  906. lt_cv_prog_gnu_ld=no
  907. lt_cv_prog_gnu_ldcxx=no
  908. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  909. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  910. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  911. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  912. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  913. lt_cv_sys_max_cmd_len=196608
  914. lt_cv_to_host_file_cmd=func_convert_file_noop
  915. lt_cv_to_tool_file_cmd=func_convert_file_noop
  916.  
  917. ## ----------------- ##
  918. ## Output variables. ##
  919. ## ----------------- ##
  920.  
  921. ACLOCAL='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/missing --run aclocal-1.11'
  922. AMDEPBACKSLASH='\'
  923. AMDEP_FALSE='#'
  924. AMDEP_TRUE=''
  925. AMTAR='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/missing --run tar'
  926. AR='ar'
  927. ATOMIC_OPS_LIBS=''
  928. AUTOCONF='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/missing --run autoconf'
  929. AUTOHEADER='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/missing --run autoheader'
  930. AUTOMAKE='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/missing --run automake-1.11'
  931. AVOID_CPP_LIB_FALSE=''
  932. AVOID_CPP_LIB_TRUE='#'
  933. AWK='gawk'
  934. CC='/usr/bin/llvm-gcc'
  935. CCAS='/usr/bin/llvm-gcc'
  936. CCASDEPMODE='depmode=gcc3'
  937. CCASFLAGS='-O3 -march=core2 -msse4 -w -pipe'
  938. CCDEPMODE='depmode=gcc3'
  939. CFLAGS='-O3 -march=core2 -msse4 -w -pipe'
  940. COMPILER_XLC_FALSE=''
  941. COMPILER_XLC_TRUE='#'
  942. CPLUSPLUS_FALSE=''
  943. CPLUSPLUS_TRUE='#'
  944. CPP='/usr/bin/llvm-gcc -E'
  945. CPPFLAGS=''
  946. CXX='/usr/bin/llvm-g++'
  947. CXXCPP='/usr/bin/llvm-g++ -E'
  948. CXXDEPMODE='depmode=gcc3'
  949. CXXFLAGS='-O3 -march=core2 -msse4 -w -pipe'
  950. CXXINCLUDES=''
  951. CYGPATH_W='echo'
  952. DARWIN_THREADS_FALSE='#'
  953. DARWIN_THREADS_TRUE=''
  954. DEFS='-DHAVE_CONFIG_H'
  955. DEPDIR='.deps'
  956. DLLTOOL='false'
  957. DSYMUTIL='dsymutil'
  958. DUMPBIN=''
  959. ECHO_C='\c'
  960. ECHO_N=''
  961. ECHO_T=''
  962. EGREP='/usr/bin/grep -E'
  963. ENABLE_GCJ_SUPPORT_FALSE='#'
  964. ENABLE_GCJ_SUPPORT_TRUE=''
  965. EXEEXT=''
  966. EXTRA_TEST_LIBS=''
  967. FGREP='/usr/bin/grep -F'
  968. GC_CFLAGS=' -fexceptions'
  969. GC_VERSION=''
  970. GREP='/usr/bin/grep'
  971. INCLUDES=''
  972. INSTALL_DATA='${INSTALL} -m 644'
  973. INSTALL_PROGRAM='${INSTALL}'
  974. INSTALL_SCRIPT='${INSTALL}'
  975. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  976. KEEP_BACK_PTRS_FALSE=''
  977. KEEP_BACK_PTRS_TRUE='#'
  978. LD='/usr/bin/llvm-gcc'
  979. LDFLAGS=''
  980. LIBOBJS=''
  981. LIBS=''
  982. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  983. LIPO='lipo'
  984. LN_S='ln -s'
  985. LTLIBOBJS=''
  986. MAINT='#'
  987. MAINTAINER_MODE_FALSE=''
  988. MAINTAINER_MODE_TRUE='#'
  989. MAKEINFO='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/missing --run makeinfo'
  990. MANIFEST_TOOL=':'
  991. MKDIR_P='./install-sh -c -d'
  992. NEED_ATOMIC_OPS_ASM_FALSE=''
  993. NEED_ATOMIC_OPS_ASM_TRUE='#'
  994. NM='/usr/bin/nm'
  995. NMEDIT='nmedit'
  996. OBJDUMP='false'
  997. OBJEXT='o'
  998. OPENBSD_THREADS_FALSE=''
  999. OPENBSD_THREADS_TRUE='#'
  1000. OTOOL64=':'
  1001. OTOOL='otool'
  1002. PACKAGE='gc'
  1003. PACKAGE_BUGREPORT='Hans.Boehm@hp.com'
  1004. PACKAGE_NAME='gc'
  1005. PACKAGE_STRING='gc 7.2alpha6'
  1006. PACKAGE_TARNAME='gc'
  1007. PACKAGE_URL=''
  1008. PACKAGE_VERSION='7.2alpha6'
  1009. PATH_SEPARATOR=':'
  1010. PTHREADS_FALSE='#'
  1011. PTHREADS_TRUE=''
  1012. RANLIB='ranlib'
  1013. SED='/usr/local/bin/gsed'
  1014. SET_MAKE=''
  1015. SHELL='/bin/sh'
  1016. STRIP='strip'
  1017. THREADDLLIBS='-lpthread'
  1018. THREADS_FALSE='#'
  1019. THREADS_TRUE=''
  1020. UNWINDLIBS=''
  1021. USE_INTERNAL_LIBATOMIC_OPS_FALSE='#'
  1022. USE_INTERNAL_LIBATOMIC_OPS_TRUE=''
  1023. USE_LIBDIR_FALSE='#'
  1024. USE_LIBDIR_TRUE=''
  1025. VERSION='7.2alpha6'
  1026. WIN32_THREADS_FALSE=''
  1027. WIN32_THREADS_TRUE='#'
  1028. ac_ct_AR='ar'
  1029. ac_ct_CC='/usr/bin/llvm-gcc'
  1030. ac_ct_CXX=''
  1031. ac_ct_DUMPBIN=''
  1032. addlibs=''
  1033. addobjs=' mach_dep.lo'
  1034. am__EXEEXT_FALSE=''
  1035. am__EXEEXT_TRUE='#'
  1036. am__fastdepCCAS_FALSE='#'
  1037. am__fastdepCCAS_TRUE=''
  1038. am__fastdepCC_FALSE='#'
  1039. am__fastdepCC_TRUE=''
  1040. am__fastdepCXX_FALSE='#'
  1041. am__fastdepCXX_TRUE=''
  1042. am__include='include'
  1043. am__isrc=''
  1044. am__leading_dot='.'
  1045. am__quote=''
  1046. am__tar='${AMTAR} chof - "$$tardir"'
  1047. am__untar='${AMTAR} xf -'
  1048. bindir='${exec_prefix}/bin'
  1049. build='x86_64-apple-darwin10.8.0'
  1050. build_alias=''
  1051. build_cpu='x86_64'
  1052. build_os='darwin10.8.0'
  1053. build_vendor='apple'
  1054. datadir='${datarootdir}'
  1055. datarootdir='${prefix}/share'
  1056. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1057. dvidir='${docdir}'
  1058. exec_prefix='${prefix}'
  1059. extra_ldflags_libgc='-Wl,-single_module'
  1060. host='x86_64-apple-darwin10.8.0'
  1061. host_alias=''
  1062. host_cpu='x86_64'
  1063. host_os='darwin10.8.0'
  1064. host_vendor='apple'
  1065. htmldir='${docdir}'
  1066. includedir='${prefix}/include'
  1067. infodir='${datarootdir}/info'
  1068. install_sh='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/install-sh'
  1069. libdir='${exec_prefix}/lib'
  1070. libexecdir='${exec_prefix}/libexec'
  1071. localedir='${datarootdir}/locale'
  1072. localstatedir='${prefix}/var'
  1073. mandir='${datarootdir}/man'
  1074. mkdir_p='$(top_builddir)/./install-sh -c -d'
  1075. oldincludedir='/usr/include'
  1076. pdfdir='${docdir}'
  1077. prefix='/usr/local'
  1078. program_transform_name='s,x,x,'
  1079. psdir='${docdir}'
  1080. sbindir='${exec_prefix}/sbin'
  1081. sharedstatedir='${prefix}/com'
  1082. subdirs=' libatomic_ops'
  1083. sysconfdir='${prefix}/etc'
  1084. target='x86_64-apple-darwin10.8.0'
  1085. target_alias=''
  1086. target_all='libgc.la'
  1087. target_cpu='x86_64'
  1088. target_os='darwin10.8.0'
  1089. target_vendor='apple'
  1090.  
  1091. ## ----------- ##
  1092. ## confdefs.h. ##
  1093. ## ----------- ##
  1094.  
  1095. /* confdefs.h */
  1096. #define PACKAGE_NAME "gc"
  1097. #define PACKAGE_TARNAME "gc"
  1098. #define PACKAGE_VERSION "7.2alpha6"
  1099. #define PACKAGE_STRING "gc 7.2alpha6"
  1100. #define PACKAGE_BUGREPORT "Hans.Boehm@hp.com"
  1101. #define PACKAGE_URL ""
  1102. #define GC_VERSION_MAJOR 7
  1103. #define GC_VERSION_MINOR 2
  1104. #define GC_ALPHA_VERSION 6
  1105. #define PACKAGE "gc"
  1106. #define VERSION "7.2alpha6"
  1107. #define GC_DARWIN_THREADS 1
  1108. #define THREAD_LOCAL_ALLOC 1
  1109. #define STDC_HEADERS 1
  1110. #define HAVE_SYS_TYPES_H 1
  1111. #define HAVE_SYS_STAT_H 1
  1112. #define HAVE_STDLIB_H 1
  1113. #define HAVE_STRING_H 1
  1114. #define HAVE_MEMORY_H 1
  1115. #define HAVE_STRINGS_H 1
  1116. #define HAVE_INTTYPES_H 1
  1117. #define HAVE_STDINT_H 1
  1118. #define HAVE_UNISTD_H 1
  1119. #define HAVE_DLFCN_H 1
  1120. #define LT_OBJDIR ".libs/"
  1121. #define NO_EXECUTE_PERMISSION 1
  1122. #define ALL_INTERIOR_POINTERS 1
  1123. #define GC_GCJ_SUPPORT 1
  1124. #define JAVA_FINALIZATION 1
  1125. #define ATOMIC_UNCOLLECTABLE 1
  1126.  
  1127. configure: exit 0
Add Comment
Please, Sign In to add comment