Guest User

Untitled

a guest
Nov 29th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.82 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.2, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/bdw-gc/7.2c --enable-cplusplus
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = MacBook-Pro-de-David.local
  14. uname -m = x86_64
  15. uname -r = 12.0.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~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 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 2 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: 152 tasks, 741 threads, 4 processors
  34. Load average: 2.00, Mach factor: 2.12
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /Users/davidcoeurjolly/Sources/DGtalScripts/dev/scripts
  40. PATH: .
  41. PATH: /Users/davidcoeurjolly/local/bin
  42. PATH: /usr/local/bin
  43. PATH: /usr/local/sbin
  44. PATH: /usr/bin
  45. PATH: /Users/davidcoeurjolly/Sources/DGtalScripts/dev/scripts
  46. PATH: .
  47. PATH: /Users/davidcoeurjolly/local/bin
  48. PATH: /usr/local/bin
  49. PATH: /usr/local/sbin
  50. PATH: /usr/bin
  51. PATH: /usr/bin
  52. PATH: /bin
  53. PATH: /usr/sbin
  54. PATH: /sbin
  55. PATH: /usr/local/bin
  56. PATH: /opt/X11/bin
  57. PATH: /usr/local/Library/Contributions/cmds
  58.  
  59.  
  60. ## ----------- ##
  61. ## Core tests. ##
  62. ## ----------- ##
  63.  
  64. configure:2457: checking build system type
  65. configure:2471: result: x86_64-apple-darwin12.0.0
  66. configure:2491: checking host system type
  67. configure:2504: result: x86_64-apple-darwin12.0.0
  68. configure:2524: checking target system type
  69. configure:2537: result: x86_64-apple-darwin12.0.0
  70. configure:2566: checking GC version numbers
  71. configure:2605: result: major=7 minor=2
  72. configure:2625: checking for a BSD-compatible install
  73. configure:2693: result: /usr/bin/install -c
  74. configure:2704: checking whether build environment is sane
  75. configure:2754: result: yes
  76. configure:2895: checking for a thread-safe mkdir -p
  77. configure:2934: result: ./install-sh -c -d
  78. configure:2947: checking for gawk
  79. configure:2977: result: no
  80. configure:2947: checking for mawk
  81. configure:2977: result: no
  82. configure:2947: checking for nawk
  83. configure:2977: result: no
  84. configure:2947: checking for awk
  85. configure:2963: found /usr/bin/awk
  86. configure:2974: result: awk
  87. configure:2985: checking whether make sets $(MAKE)
  88. configure:3007: result: yes
  89. configure:3090: checking whether to enable maintainer-specific portions of Makefiles
  90. configure:3099: result: no
  91. configure:3128: checking for style of include used by make
  92. configure:3156: result: GNU
  93. configure:3226: checking for gcc
  94. configure:3253: result: /usr/bin/clang
  95. configure:3482: checking for C compiler version
  96. configure:3491: /usr/bin/clang --version >&5
  97. Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
  98. Target: x86_64-apple-darwin12.0.0
  99. Thread model: posix
  100. configure:3502: $? = 0
  101. configure:3491: /usr/bin/clang -v >&5
  102. Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
  103. Target: x86_64-apple-darwin12.0.0
  104. Thread model: posix
  105. configure:3502: $? = 0
  106. configure:3491: /usr/bin/clang -V >&5
  107. clang: error: argument to '-V' is missing (expected 1 value)
  108. clang: error: no input files
  109. configure:3502: $? = 1
  110. configure:3491: /usr/bin/clang -qversion >&5
  111. clang: error: no input files
  112. configure:3502: $? = 1
  113. configure:3522: checking whether the C compiler works
  114. configure:3544: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  115. configure:3548: $? = 0
  116. configure:3596: result: yes
  117. configure:3599: checking for C compiler default output file name
  118. configure:3601: result: a.out
  119. configure:3607: checking for suffix of executables
  120. configure:3614: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  121. configure:3618: $? = 0
  122. configure:3640: result:
  123. configure:3662: checking whether we are cross compiling
  124. configure:3670: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  125. configure:3674: $? = 0
  126. configure:3681: ./conftest
  127. configure:3685: $? = 0
  128. configure:3700: result: no
  129. configure:3705: checking for suffix of object files
  130. configure:3727: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
  131. configure:3731: $? = 0
  132. configure:3752: result: o
  133. configure:3756: checking whether we are using the GNU C compiler
  134. configure:3775: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
  135. configure:3775: $? = 0
  136. configure:3784: result: yes
  137. configure:3793: checking whether /usr/bin/clang accepts -g
  138. configure:3813: /usr/bin/clang -c -g -isystem /usr/local/include conftest.c >&5
  139. configure:3813: $? = 0
  140. configure:3854: result: yes
  141. configure:3871: checking for /usr/bin/clang option to accept ISO C89
  142. configure:3935: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
  143. configure:3935: $? = 0
  144. configure:3948: result: none needed
  145. configure:3970: checking dependency style of /usr/bin/clang
  146. configure:4080: result: none
  147. configure:4096: checking whether /usr/bin/clang and cc understand -c and -o together
  148. configure:4127: /usr/bin/clang -c conftest.c -o conftest2.o >&5
  149. configure:4131: $? = 0
  150. configure:4137: /usr/bin/clang -c conftest.c -o conftest2.o >&5
  151. configure:4141: $? = 0
  152. configure:4152: cc -c conftest.c >&5
  153. configure:4156: $? = 0
  154. configure:4164: cc -c conftest.c -o conftest2.o >&5
  155. configure:4168: $? = 0
  156. configure:4174: cc -c conftest.c -o conftest2.o >&5
  157. configure:4178: $? = 0
  158. configure:4196: result: yes
  159. configure:4333: checking for C++ compiler version
  160. configure:4342: /usr/bin/clang++ --version >&5
  161. Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
  162. Target: x86_64-apple-darwin12.0.0
  163. Thread model: posix
  164. configure:4353: $? = 0
  165. configure:4342: /usr/bin/clang++ -v >&5
  166. Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
  167. Target: x86_64-apple-darwin12.0.0
  168. Thread model: posix
  169. configure:4353: $? = 0
  170. configure:4342: /usr/bin/clang++ -V >&5
  171. clang: error: argument to '-V' is missing (expected 1 value)
  172. clang: error: no input files
  173. configure:4353: $? = 1
  174. configure:4342: /usr/bin/clang++ -qversion >&5
  175. clang: error: no input files
  176. configure:4353: $? = 1
  177. configure:4357: checking whether we are using the GNU C++ compiler
  178. configure:4376: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
  179. configure:4376: $? = 0
  180. configure:4385: result: yes
  181. configure:4394: checking whether /usr/bin/clang++ accepts -g
  182. configure:4414: /usr/bin/clang++ -c -g -isystem /usr/local/include conftest.cpp >&5
  183. configure:4414: $? = 0
  184. configure:4455: result: yes
  185. configure:4480: checking dependency style of /usr/bin/clang++
  186. configure:4590: result: none
  187. configure:4615: checking dependency style of /usr/bin/clang
  188. configure:4723: result: none
  189. configure:4750: checking for thread model used by GCC
  190. configure:4764: result: posix
  191. configure:4812: checking for inline
  192. configure:4828: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
  193. configure:4828: $? = 0
  194. configure:4836: result: inline
  195. configure:4864: checking for pthread_self in -lpthread
  196. configure:4889: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  197. configure:4889: $? = 0
  198. configure:4898: result: yes
  199. configure:5055: WARNING: "Explicit GC_INIT() calls may be required."
  200. configure:5208: checking for xlc
  201. configure:5225: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
  202. conftest.c:21:4: error:
  203. # error
  204. ^
  205. 1 error generated.
  206. configure:5225: $? = 1
  207. configure: failed program was:
  208. | /* confdefs.h */
  209. | #define PACKAGE_NAME "gc"
  210. | #define PACKAGE_TARNAME "gc"
  211. | #define PACKAGE_VERSION "7.2"
  212. | #define PACKAGE_STRING "gc 7.2"
  213. | #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
  214. | #define PACKAGE_URL ""
  215. | #define GC_VERSION_MAJOR 7
  216. | #define GC_VERSION_MINOR 2
  217. | #define PACKAGE "gc"
  218. | #define VERSION "7.2"
  219. | #define GC_DARWIN_THREADS 1
  220. | #define THREAD_LOCAL_ALLOC 1
  221. | /* end confdefs.h. */
  222. |
  223. | int
  224. | main ()
  225. | {
  226. |
  227. | #ifndef __xlC__
  228. | # error
  229. | #endif
  230. |
  231. | ;
  232. | return 0;
  233. | }
  234. configure:5231: result: no
  235. configure:5250: checking whether gcc supports -fno-strict-aliasing
  236. configure:5276: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  237. configure:5276: $? = 0
  238. configure:5285: result: yes
  239. configure:5410: checking whether to build shared libraries
  240. configure:5452: result: yes
  241. configure:5466: checking which machine-dependent code should be used
  242. configure:5525: result:
  243. configure:5579: checking how to print strings
  244. configure:5606: result: printf
  245. configure:5627: checking for a sed that does not truncate output
  246. configure:5691: result: /usr/bin/sed
  247. configure:5709: checking for grep that handles long lines and -e
  248. configure:5767: result: /usr/bin/grep
  249. configure:5772: checking for egrep
  250. configure:5834: result: /usr/bin/grep -E
  251. configure:5839: checking for fgrep
  252. configure:5901: result: /usr/bin/grep -F
  253. configure:5936: checking for ld used by /usr/bin/clang
  254. configure:6003: result: /usr/bin/clang
  255. configure:6010: checking if the linker (/usr/bin/clang) is GNU ld
  256. configure:6025: result: no
  257. configure:6037: checking for BSD- or MS-compatible name lister (nm)
  258. configure:6086: result: /usr/bin/nm
  259. configure:6216: checking the name lister (/usr/bin/nm) interface
  260. configure:6223: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  261. configure:6226: /usr/bin/nm "conftest.o"
  262. configure:6229: output
  263. 0000000000000000 S _some_variable
  264. configure:6236: result: BSD nm
  265. configure:6239: checking whether ln -s works
  266. configure:6243: result: yes
  267. configure:6251: checking the maximum length of command line arguments
  268. configure:6376: result: 196608
  269. configure:6393: checking whether the shell understands some XSI constructs
  270. configure:6403: result: yes
  271. configure:6407: checking whether the shell understands "+="
  272. configure:6413: result: yes
  273. configure:6448: checking how to convert x86_64-apple-darwin12.0.0 file names to x86_64-apple-darwin12.0.0 format
  274. configure:6488: result: func_convert_file_noop
  275. configure:6495: checking how to convert x86_64-apple-darwin12.0.0 file names to toolchain format
  276. configure:6515: result: func_convert_file_noop
  277. configure:6522: checking for /usr/bin/clang option to reload object files
  278. configure:6529: result: -r
  279. configure:6603: checking for objdump
  280. configure:6633: result: no
  281. configure:6662: checking how to recognize dependent libraries
  282. configure:6864: result: pass_all
  283. configure:6949: checking for dlltool
  284. configure:6979: result: no
  285. configure:7009: checking how to associate runtime and link libraries
  286. configure:7036: result: printf %s\n
  287. configure:7096: checking for ar
  288. configure:7112: found /usr/bin/ar
  289. configure:7123: result: ar
  290. configure:7160: checking for archiver @FILE support
  291. configure:7177: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  292. configure:7177: $? = 0
  293. configure:7180: ar cru libconftest.a @conftest.lst >&5
  294. ar: @conftest.lst: No such file or directory
  295. configure:7183: $? = 1
  296. configure:7203: result: no
  297. configure:7261: checking for strip
  298. configure:7277: found /usr/bin/strip
  299. configure:7288: result: strip
  300. configure:7360: checking for ranlib
  301. configure:7376: found /usr/bin/ranlib
  302. configure:7387: result: ranlib
  303. configure:7489: checking command to parse /usr/bin/nm output from /usr/bin/clang object
  304. configure:7608: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  305. configure:7611: $? = 0
  306. configure:7615: /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
  307. configure:7618: $? = 0
  308. cannot find nm_test_var in conftest.nm
  309. configure:7608: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  310. configure:7611: $? = 0
  311. configure:7615: /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
  312. configure:7618: $? = 0
  313. configure:7684: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5
  314. configure:7687: $? = 0
  315. configure:7725: result: ok
  316. configure:7762: checking for sysroot
  317. configure:7792: result: no
  318. configure:8035: checking for mt
  319. configure:8065: result: no
  320. configure:8085: checking if : is a manifest tool
  321. configure:8091: : '-?'
  322. configure:8099: result: no
  323. configure:8155: checking for dsymutil
  324. configure:8171: found /usr/bin/dsymutil
  325. configure:8182: result: dsymutil
  326. configure:8247: checking for nmedit
  327. configure:8263: found /usr/bin/nmedit
  328. configure:8274: result: nmedit
  329. configure:8339: checking for lipo
  330. configure:8355: found /usr/bin/lipo
  331. configure:8366: result: lipo
  332. configure:8431: checking for otool
  333. configure:8447: found /usr/bin/otool
  334. configure:8458: result: otool
  335. configure:8523: checking for otool64
  336. configure:8553: result: no
  337. configure:8598: checking for -single_module linker flag
  338. /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -L/usr/local/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  339. configure:8625: result: yes
  340. configure:8627: checking for -exported_symbols_list linker flag
  341. configure:8647: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include -L/usr/local/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  342. configure:8647: $? = 0
  343. configure:8657: result: yes
  344. configure:8659: checking for -force_load linker flag
  345. /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -c -o conftest.o conftest.c
  346. ar cru libconftest.a conftest.o
  347. ranlib libconftest.a
  348. /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -L/usr/local/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
  349. configure:8689: result: yes
  350. configure:8731: checking how to run the C preprocessor
  351. configure:8762: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  352. configure:8762: $? = 0
  353. configure:8776: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  354. conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
  355. #include <ac_nonexistent.h>
  356. ^
  357. 1 error generated.
  358. configure:8776: $? = 1
  359. configure: failed program was:
  360. | /* confdefs.h */
  361. | #define PACKAGE_NAME "gc"
  362. | #define PACKAGE_TARNAME "gc"
  363. | #define PACKAGE_VERSION "7.2"
  364. | #define PACKAGE_STRING "gc 7.2"
  365. | #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
  366. | #define PACKAGE_URL ""
  367. | #define GC_VERSION_MAJOR 7
  368. | #define GC_VERSION_MINOR 2
  369. | #define PACKAGE "gc"
  370. | #define VERSION "7.2"
  371. | #define GC_DARWIN_THREADS 1
  372. | #define THREAD_LOCAL_ALLOC 1
  373. | /* end confdefs.h. */
  374. | #include <ac_nonexistent.h>
  375. configure:8801: result: /usr/bin/clang -E
  376. configure:8821: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  377. configure:8821: $? = 0
  378. configure:8835: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  379. conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
  380. #include <ac_nonexistent.h>
  381. ^
  382. 1 error generated.
  383. configure:8835: $? = 1
  384. configure: failed program was:
  385. | /* confdefs.h */
  386. | #define PACKAGE_NAME "gc"
  387. | #define PACKAGE_TARNAME "gc"
  388. | #define PACKAGE_VERSION "7.2"
  389. | #define PACKAGE_STRING "gc 7.2"
  390. | #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
  391. | #define PACKAGE_URL ""
  392. | #define GC_VERSION_MAJOR 7
  393. | #define GC_VERSION_MINOR 2
  394. | #define PACKAGE "gc"
  395. | #define VERSION "7.2"
  396. | #define GC_DARWIN_THREADS 1
  397. | #define THREAD_LOCAL_ALLOC 1
  398. | /* end confdefs.h. */
  399. | #include <ac_nonexistent.h>
  400. configure:8864: checking for ANSI C header files
  401. configure:8884: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  402. configure:8884: $? = 0
  403. configure:8957: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  404. configure:8957: $? = 0
  405. configure:8957: ./conftest
  406. configure:8957: $? = 0
  407. configure:8968: result: yes
  408. configure:8981: checking for sys/types.h
  409. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  410. configure:8981: $? = 0
  411. configure:8981: result: yes
  412. configure:8981: checking for sys/stat.h
  413. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  414. configure:8981: $? = 0
  415. configure:8981: result: yes
  416. configure:8981: checking for stdlib.h
  417. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  418. configure:8981: $? = 0
  419. configure:8981: result: yes
  420. configure:8981: checking for string.h
  421. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  422. configure:8981: $? = 0
  423. configure:8981: result: yes
  424. configure:8981: checking for memory.h
  425. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  426. configure:8981: $? = 0
  427. configure:8981: result: yes
  428. configure:8981: checking for strings.h
  429. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  430. configure:8981: $? = 0
  431. configure:8981: result: yes
  432. configure:8981: checking for inttypes.h
  433. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  434. configure:8981: $? = 0
  435. configure:8981: result: yes
  436. configure:8981: checking for stdint.h
  437. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  438. configure:8981: $? = 0
  439. configure:8981: result: yes
  440. configure:8981: checking for unistd.h
  441. configure:8981: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  442. configure:8981: $? = 0
  443. configure:8981: result: yes
  444. configure:8995: checking for dlfcn.h
  445. configure:8995: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  446. configure:8995: $? = 0
  447. configure:8995: result: yes
  448. configure:9163: checking for objdir
  449. configure:9178: result: .libs
  450. configure:9449: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
  451. configure:9467: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include -fno-rtti -fno-exceptions conftest.c >&5
  452. configure:9471: $? = 0
  453. configure:9484: result: yes
  454. configure:9794: checking for /usr/bin/clang option to produce PIC
  455. configure:9801: result: -fno-common -DPIC
  456. configure:9809: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
  457. configure:9827: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include -fno-common -DPIC -DPIC conftest.c >&5
  458. configure:9831: $? = 0
  459. configure:9844: result: yes
  460. configure:9873: checking if /usr/bin/clang static flag -static works
  461. configure:9901: result: no
  462. configure:9916: checking if /usr/bin/clang supports -c -o file.o
  463. configure:9937: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include -o out/conftest2.o conftest.c >&5
  464. configure:9941: $? = 0
  465. configure:9963: result: yes
  466. configure:9971: checking if /usr/bin/clang supports -c -o file.o
  467. configure:10018: result: yes
  468. configure:10051: checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries
  469. configure:11209: result: yes
  470. configure:11454: checking dynamic linker characteristics
  471. configure:12190: result: darwin12.0.0 dyld
  472. configure:12297: checking how to hardcode library paths into programs
  473. configure:12322: result: immediate
  474. configure:12862: checking whether stripping libraries is possible
  475. configure:12876: result: yes
  476. configure:12902: checking if libtool supports shared libraries
  477. configure:12904: result: yes
  478. configure:12907: checking whether to build shared libraries
  479. configure:12928: result: yes
  480. configure:12931: checking whether to build static libraries
  481. configure:12935: result: yes
  482. configure:12958: checking how to run the C++ preprocessor
  483. configure:12985: /usr/bin/clang++ -E -isystem /usr/local/include conftest.cpp
  484. configure:12985: $? = 0
  485. configure:12999: /usr/bin/clang++ -E -isystem /usr/local/include conftest.cpp
  486. conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
  487. #include <ac_nonexistent.h>
  488. ^
  489. 1 error generated.
  490. configure:12999: $? = 1
  491. configure: failed program was:
  492. | /* confdefs.h */
  493. | #define PACKAGE_NAME "gc"
  494. | #define PACKAGE_TARNAME "gc"
  495. | #define PACKAGE_VERSION "7.2"
  496. | #define PACKAGE_STRING "gc 7.2"
  497. | #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
  498. | #define PACKAGE_URL ""
  499. | #define GC_VERSION_MAJOR 7
  500. | #define GC_VERSION_MINOR 2
  501. | #define PACKAGE "gc"
  502. | #define VERSION "7.2"
  503. | #define GC_DARWIN_THREADS 1
  504. | #define THREAD_LOCAL_ALLOC 1
  505. | #define STDC_HEADERS 1
  506. | #define HAVE_SYS_TYPES_H 1
  507. | #define HAVE_SYS_STAT_H 1
  508. | #define HAVE_STDLIB_H 1
  509. | #define HAVE_STRING_H 1
  510. | #define HAVE_MEMORY_H 1
  511. | #define HAVE_STRINGS_H 1
  512. | #define HAVE_INTTYPES_H 1
  513. | #define HAVE_STDINT_H 1
  514. | #define HAVE_UNISTD_H 1
  515. | #define HAVE_DLFCN_H 1
  516. | #define LT_OBJDIR ".libs/"
  517. | /* end confdefs.h. */
  518. | #include <ac_nonexistent.h>
  519. configure:13024: result: /usr/bin/clang++ -E
  520. configure:13044: /usr/bin/clang++ -E -isystem /usr/local/include conftest.cpp
  521. configure:13044: $? = 0
  522. configure:13058: /usr/bin/clang++ -E -isystem /usr/local/include conftest.cpp
  523. conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
  524. #include <ac_nonexistent.h>
  525. ^
  526. 1 error generated.
  527. configure:13058: $? = 1
  528. configure: failed program was:
  529. | /* confdefs.h */
  530. | #define PACKAGE_NAME "gc"
  531. | #define PACKAGE_TARNAME "gc"
  532. | #define PACKAGE_VERSION "7.2"
  533. | #define PACKAGE_STRING "gc 7.2"
  534. | #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
  535. | #define PACKAGE_URL ""
  536. | #define GC_VERSION_MAJOR 7
  537. | #define GC_VERSION_MINOR 2
  538. | #define PACKAGE "gc"
  539. | #define VERSION "7.2"
  540. | #define GC_DARWIN_THREADS 1
  541. | #define THREAD_LOCAL_ALLOC 1
  542. | #define STDC_HEADERS 1
  543. | #define HAVE_SYS_TYPES_H 1
  544. | #define HAVE_SYS_STAT_H 1
  545. | #define HAVE_STDLIB_H 1
  546. | #define HAVE_STRING_H 1
  547. | #define HAVE_MEMORY_H 1
  548. | #define HAVE_STRINGS_H 1
  549. | #define HAVE_INTTYPES_H 1
  550. | #define HAVE_STDINT_H 1
  551. | #define HAVE_UNISTD_H 1
  552. | #define HAVE_DLFCN_H 1
  553. | #define LT_OBJDIR ".libs/"
  554. | /* end confdefs.h. */
  555. | #include <ac_nonexistent.h>
  556. configure:13228: checking for ld used by /usr/bin/clang++
  557. configure:13295: result: /usr/bin/clang
  558. configure:13302: checking if the linker (/usr/bin/clang) is GNU ld
  559. configure:13317: result: no
  560. configure:13372: checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries
  561. configure:14376: result: yes
  562. configure:14411: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
  563. configure:14414: $? = 0
  564. configure:14934: checking for /usr/bin/clang++ option to produce PIC
  565. configure:14941: result: -fno-common -DPIC
  566. configure:14949: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
  567. configure:14967: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
  568. configure:14971: $? = 0
  569. configure:14984: result: yes
  570. configure:15007: checking if /usr/bin/clang++ static flag -static works
  571. configure:15035: result: no
  572. configure:15047: checking if /usr/bin/clang++ supports -c -o file.o
  573. configure:15068: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -o out/conftest2.o conftest.cpp >&5
  574. configure:15072: $? = 0
  575. configure:15094: result: yes
  576. configure:15099: checking if /usr/bin/clang++ supports -c -o file.o
  577. configure:15146: result: yes
  578. configure:15176: checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries
  579. configure:15210: result: yes
  580. configure:15353: checking dynamic linker characteristics
  581. configure:16023: result: darwin12.0.0 dyld
  582. configure:16076: checking how to hardcode library paths into programs
  583. configure:16101: result: immediate
  584. configure:16185: checking whether Solaris gcc optimization fix is necessary
  585. configure:16208: result: no
  586. configure:16336: checking sys/dg_sys_info.h usability
  587. configure:16336: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5
  588. conftest.c:63:10: fatal error: 'sys/dg_sys_info.h' file not found
  589. #include <sys/dg_sys_info.h>
  590. ^
  591. 1 error generated.
  592. configure:16336: $? = 1
  593. configure: failed program was:
  594. | /* confdefs.h */
  595. | #define PACKAGE_NAME "gc"
  596. | #define PACKAGE_TARNAME "gc"
  597. | #define PACKAGE_VERSION "7.2"
  598. | #define PACKAGE_STRING "gc 7.2"
  599. | #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
  600. | #define PACKAGE_URL ""
  601. | #define GC_VERSION_MAJOR 7
  602. | #define GC_VERSION_MINOR 2
  603. | #define PACKAGE "gc"
  604. | #define VERSION "7.2"
  605. | #define GC_DARWIN_THREADS 1
  606. | #define THREAD_LOCAL_ALLOC 1
  607. | #define STDC_HEADERS 1
  608. | #define HAVE_SYS_TYPES_H 1
  609. | #define HAVE_SYS_STAT_H 1
  610. | #define HAVE_STDLIB_H 1
  611. | #define HAVE_STRING_H 1
  612. | #define HAVE_MEMORY_H 1
  613. | #define HAVE_STRINGS_H 1
  614. | #define HAVE_INTTYPES_H 1
  615. | #define HAVE_STDINT_H 1
  616. | #define HAVE_UNISTD_H 1
  617. | #define HAVE_DLFCN_H 1
  618. | #define LT_OBJDIR ".libs/"
  619. | #define NO_EXECUTE_PERMISSION 1
  620. | #define ALL_INTERIOR_POINTERS 1
  621. | #define GC_GCJ_SUPPORT 1
  622. | /* end confdefs.h. */
  623. | #include <stdio.h>
  624. | #ifdef HAVE_SYS_TYPES_H
  625. | # include <sys/types.h>
  626. | #endif
  627. | #ifdef HAVE_SYS_STAT_H
  628. | # include <sys/stat.h>
  629. | #endif
  630. | #ifdef STDC_HEADERS
  631. | # include <stdlib.h>
  632. | # include <stddef.h>
  633. | #else
  634. | # ifdef HAVE_STDLIB_H
  635. | # include <stdlib.h>
  636. | # endif
  637. | #endif
  638. | #ifdef HAVE_STRING_H
  639. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  640. | # include <memory.h>
  641. | # endif
  642. | # include <string.h>
  643. | #endif
  644. | #ifdef HAVE_STRINGS_H
  645. | # include <strings.h>
  646. | #endif
  647. | #ifdef HAVE_INTTYPES_H
  648. | # include <inttypes.h>
  649. | #endif
  650. | #ifdef HAVE_STDINT_H
  651. | # include <stdint.h>
  652. | #endif
  653. | #ifdef HAVE_UNISTD_H
  654. | # include <unistd.h>
  655. | #endif
  656. | #include <sys/dg_sys_info.h>
  657. configure:16336: result: no
  658. configure:16336: checking sys/dg_sys_info.h presence
  659. configure:16336: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  660. conftest.c:30:10: fatal error: 'sys/dg_sys_info.h' file not found
  661. #include <sys/dg_sys_info.h>
  662. ^
  663. 1 error generated.
  664. configure:16336: $? = 1
  665. configure: failed program was:
  666. | /* confdefs.h */
  667. | #define PACKAGE_NAME "gc"
  668. | #define PACKAGE_TARNAME "gc"
  669. | #define PACKAGE_VERSION "7.2"
  670. | #define PACKAGE_STRING "gc 7.2"
  671. | #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
  672. | #define PACKAGE_URL ""
  673. | #define GC_VERSION_MAJOR 7
  674. | #define GC_VERSION_MINOR 2
  675. | #define PACKAGE "gc"
  676. | #define VERSION "7.2"
  677. | #define GC_DARWIN_THREADS 1
  678. | #define THREAD_LOCAL_ALLOC 1
  679. | #define STDC_HEADERS 1
  680. | #define HAVE_SYS_TYPES_H 1
  681. | #define HAVE_SYS_STAT_H 1
  682. | #define HAVE_STDLIB_H 1
  683. | #define HAVE_STRING_H 1
  684. | #define HAVE_MEMORY_H 1
  685. | #define HAVE_STRINGS_H 1
  686. | #define HAVE_INTTYPES_H 1
  687. | #define HAVE_STDINT_H 1
  688. | #define HAVE_UNISTD_H 1
  689. | #define HAVE_DLFCN_H 1
  690. | #define LT_OBJDIR ".libs/"
  691. | #define NO_EXECUTE_PERMISSION 1
  692. | #define ALL_INTERIOR_POINTERS 1
  693. | #define GC_GCJ_SUPPORT 1
  694. | /* end confdefs.h. */
  695. | #include <sys/dg_sys_info.h>
  696. configure:16336: result: no
  697. configure:16336: checking for sys/dg_sys_info.h
  698. configure:16336: result: no
  699. configure:16563: checking for pkg-config
  700. configure:16581: found /usr/local/bin/pkg-config
  701. configure:16593: result: /usr/local/bin/pkg-config
  702. configure:16618: checking pkg-config is at least version 0.9.0
  703. configure:16621: result: yes
  704. configure:16633: checking for ATOMIC_OPS
  705. configure:16641: $PKG_CONFIG --exists --print-errors "atomic_ops"
  706. Package atomic_ops was not found in the pkg-config search path.
  707. Perhaps you should add the directory containing `atomic_ops.pc'
  708. to the PKG_CONFIG_PATH environment variable
  709. No package 'atomic_ops' found
  710. configure:16644: $? = 1
  711. configure:16659: $PKG_CONFIG --exists --print-errors "atomic_ops"
  712. Package atomic_ops was not found in the pkg-config search path.
  713. Perhaps you should add the directory containing `atomic_ops.pc'
  714. to the PKG_CONFIG_PATH environment variable
  715. No package 'atomic_ops' found
  716. configure:16662: $? = 1
  717. No package 'atomic_ops' found
  718. configure:16690: result: no
  719. configure:16717: checking which libatomic_ops to use
  720. configure:16725: result: internal
  721. configure:16952: creating ./config.status
  722.  
  723. ## ---------------------- ##
  724. ## Running config.status. ##
  725. ## ---------------------- ##
  726.  
  727. This file was extended by gc config.status 7.2, which was
  728. generated by GNU Autoconf 2.68. Invocation command line was
  729.  
  730. CONFIG_FILES =
  731. CONFIG_HEADERS =
  732. CONFIG_LINKS =
  733. CONFIG_COMMANDS =
  734. $ ./config.status
  735.  
  736. on MacBook-Pro-de-David.local
  737.  
  738. config.status:1217: creating Makefile
  739. config.status:1217: creating bdw-gc.pc
  740. config.status:1217: creating include/private/config.h
  741. config.status:1446: executing depfiles commands
  742. config.status:1446: executing libtool commands
  743. config.status:1446: executing default commands
  744. configure:19535: === configuring in libatomic_ops (/private/tmp/homebrew-bdw-gc-7.2c-YNUA/gc-7.2/libatomic_ops)
  745. configure:19598: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/bdw-gc/7.2c' '--disable-debug' '--disable-dependency-tracking' '--enable-cplusplus' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-isystem /usr/local/include' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' --cache-file=/dev/null --srcdir=.
  746.  
  747. ## ---------------- ##
  748. ## Cache variables. ##
  749. ## ---------------- ##
  750.  
  751. ac_cv_build=x86_64-apple-darwin12.0.0
  752. ac_cv_c_compiler_gnu=yes
  753. ac_cv_c_inline=inline
  754. ac_cv_cxx_compiler_gnu=yes
  755. ac_cv_env_ATOMIC_OPS_CFLAGS_set=
  756. ac_cv_env_ATOMIC_OPS_CFLAGS_value=
  757. ac_cv_env_ATOMIC_OPS_LIBS_set=
  758. ac_cv_env_ATOMIC_OPS_LIBS_value=
  759. ac_cv_env_CCASFLAGS_set=
  760. ac_cv_env_CCASFLAGS_value=
  761. ac_cv_env_CCAS_set=
  762. ac_cv_env_CCAS_value=
  763. ac_cv_env_CCC_set=
  764. ac_cv_env_CCC_value=
  765. ac_cv_env_CC_set=set
  766. ac_cv_env_CC_value=/usr/bin/clang
  767. ac_cv_env_CFLAGS_set=set
  768. ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
  769. ac_cv_env_CPPFLAGS_set=set
  770. ac_cv_env_CPPFLAGS_value='-isystem /usr/local/include'
  771. ac_cv_env_CPP_set=
  772. ac_cv_env_CPP_value=
  773. ac_cv_env_CXXCPP_set=
  774. ac_cv_env_CXXCPP_value=
  775. ac_cv_env_CXXFLAGS_set=set
  776. ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
  777. ac_cv_env_CXX_set=set
  778. ac_cv_env_CXX_value=/usr/bin/clang++
  779. ac_cv_env_LDFLAGS_set=set
  780. ac_cv_env_LDFLAGS_value=-L/usr/local/lib
  781. ac_cv_env_LIBS_set=
  782. ac_cv_env_LIBS_value=
  783. ac_cv_env_PKG_CONFIG_set=
  784. ac_cv_env_PKG_CONFIG_value=
  785. ac_cv_env_build_alias_set=
  786. ac_cv_env_build_alias_value=
  787. ac_cv_env_host_alias_set=
  788. ac_cv_env_host_alias_value=
  789. ac_cv_env_target_alias_set=
  790. ac_cv_env_target_alias_value=
  791. ac_cv_fno_strict_aliasing=yes
  792. ac_cv_header_dlfcn_h=yes
  793. ac_cv_header_inttypes_h=yes
  794. ac_cv_header_memory_h=yes
  795. ac_cv_header_stdc=yes
  796. ac_cv_header_stdint_h=yes
  797. ac_cv_header_stdlib_h=yes
  798. ac_cv_header_string_h=yes
  799. ac_cv_header_strings_h=yes
  800. ac_cv_header_sys_dg_sys_info_h=no
  801. ac_cv_header_sys_stat_h=yes
  802. ac_cv_header_sys_types_h=yes
  803. ac_cv_header_unistd_h=yes
  804. ac_cv_host=x86_64-apple-darwin12.0.0
  805. ac_cv_lib_pthread_pthread_self=yes
  806. ac_cv_objext=o
  807. ac_cv_path_EGREP='/usr/bin/grep -E'
  808. ac_cv_path_FGREP='/usr/bin/grep -F'
  809. ac_cv_path_GREP=/usr/bin/grep
  810. ac_cv_path_SED=/usr/bin/sed
  811. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  812. ac_cv_path_install='/usr/bin/install -c'
  813. ac_cv_prog_AWK=awk
  814. ac_cv_prog_CPP='/usr/bin/clang -E'
  815. ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
  816. ac_cv_prog_ac_ct_AR=ar
  817. ac_cv_prog_ac_ct_CC=/usr/bin/clang
  818. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  819. ac_cv_prog_ac_ct_LIPO=lipo
  820. ac_cv_prog_ac_ct_NMEDIT=nmedit
  821. ac_cv_prog_ac_ct_OTOOL=otool
  822. ac_cv_prog_ac_ct_RANLIB=ranlib
  823. ac_cv_prog_ac_ct_STRIP=strip
  824. ac_cv_prog_cc__usr_bin_clang_c_o=yes
  825. ac_cv_prog_cc_c89=
  826. ac_cv_prog_cc_g=yes
  827. ac_cv_prog_cxx_g=yes
  828. ac_cv_prog_make_make_set=yes
  829. ac_cv_target=x86_64-apple-darwin12.0.0
  830. am_cv_CCAS_dependencies_compiler_type=none
  831. am_cv_CC_dependencies_compiler_type=none
  832. am_cv_CXX_dependencies_compiler_type=none
  833. lt_cv_apple_cc_single_mod=yes
  834. lt_cv_ar_at_file=no
  835. lt_cv_deplibs_check_method=pass_all
  836. lt_cv_file_magic_cmd='$MAGIC_CMD'
  837. lt_cv_file_magic_test_file=
  838. lt_cv_ld_exported_symbols_list=yes
  839. lt_cv_ld_force_load=yes
  840. lt_cv_ld_reload_flag=-r
  841. lt_cv_nm_interface='BSD nm'
  842. lt_cv_objdir=.libs
  843. lt_cv_path_LD=/usr/bin/clang
  844. lt_cv_path_LDCXX=/usr/bin/clang
  845. lt_cv_path_NM=/usr/bin/nm
  846. lt_cv_path_mainfest_tool=no
  847. lt_cv_prog_compiler_c_o=yes
  848. lt_cv_prog_compiler_c_o_CXX=yes
  849. lt_cv_prog_compiler_pic='-fno-common -DPIC'
  850. lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
  851. lt_cv_prog_compiler_pic_works=yes
  852. lt_cv_prog_compiler_pic_works_CXX=yes
  853. lt_cv_prog_compiler_rtti_exceptions=yes
  854. lt_cv_prog_compiler_static_works=no
  855. lt_cv_prog_compiler_static_works_CXX=no
  856. lt_cv_prog_gnu_ld=no
  857. lt_cv_prog_gnu_ldcxx=no
  858. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  859. 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'\'''
  860. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  861. 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'\'''
  862. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  863. lt_cv_sys_max_cmd_len=196608
  864. lt_cv_to_host_file_cmd=func_convert_file_noop
  865. lt_cv_to_tool_file_cmd=func_convert_file_noop
  866.  
  867. ## ----------------- ##
  868. ## Output variables. ##
  869. ## ----------------- ##
  870.  
  871. ACLOCAL='${SHELL} /private/tmp/homebrew-bdw-gc-7.2c-YNUA/gc-7.2/missing --run aclocal-1.11'
  872. AMDEPBACKSLASH=''
  873. AMDEP_FALSE=''
  874. AMDEP_TRUE='#'
  875. AMTAR='${SHELL} /private/tmp/homebrew-bdw-gc-7.2c-YNUA/gc-7.2/missing --run tar'
  876. AR='ar'
  877. ATOMIC_OPS_CFLAGS='-I$(top_builddir)/libatomic_ops/src -I$(top_srcdir)/libatomic_ops/src'
  878. ATOMIC_OPS_LIBS=''
  879. AUTOCONF='${SHELL} /private/tmp/homebrew-bdw-gc-7.2c-YNUA/gc-7.2/missing --run autoconf'
  880. AUTOHEADER='${SHELL} /private/tmp/homebrew-bdw-gc-7.2c-YNUA/gc-7.2/missing --run autoheader'
  881. AUTOMAKE='${SHELL} /private/tmp/homebrew-bdw-gc-7.2c-YNUA/gc-7.2/missing --run automake-1.11'
  882. AVOID_CPP_LIB_FALSE=''
  883. AVOID_CPP_LIB_TRUE='#'
  884. AWK='awk'
  885. CC='/usr/bin/clang'
  886. CCAS='/usr/bin/clang'
  887. CCASDEPMODE='depmode=none'
  888. CCASFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
  889. CCDEPMODE='depmode=none'
  890. CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fno-strict-aliasing'
  891. COMPILER_XLC_FALSE=''
  892. COMPILER_XLC_TRUE='#'
  893. CPLUSPLUS_FALSE='#'
  894. CPLUSPLUS_TRUE=''
  895. CPP='/usr/bin/clang -E'
  896. CPPFLAGS='-isystem /usr/local/include'
  897. CXX='/usr/bin/clang++'
  898. CXXCPP='/usr/bin/clang++ -E'
  899. CXXDEPMODE='depmode=none'
  900. CXXFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
  901. CXXINCLUDES=''
  902. CYGPATH_W='echo'
  903. DARWIN_THREADS_FALSE='#'
  904. DARWIN_THREADS_TRUE=''
  905. DEFS='-DHAVE_CONFIG_H'
  906. DEPDIR='.deps'
  907. DLLTOOL='false'
  908. DSYMUTIL='dsymutil'
  909. DUMPBIN=''
  910. ECHO_C='\c'
  911. ECHO_N=''
  912. ECHO_T=''
  913. EGREP='/usr/bin/grep -E'
  914. ENABLE_GCJ_SUPPORT_FALSE='#'
  915. ENABLE_GCJ_SUPPORT_TRUE=''
  916. EXEEXT=''
  917. EXTRA_TEST_LIBS=''
  918. FGREP='/usr/bin/grep -F'
  919. GC_CFLAGS=' -fexceptions'
  920. GC_VERSION=''
  921. GREP='/usr/bin/grep'
  922. INCLUDES=''
  923. INSTALL_DATA='${INSTALL} -m 644'
  924. INSTALL_PROGRAM='${INSTALL}'
  925. INSTALL_SCRIPT='${INSTALL}'
  926. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  927. KEEP_BACK_PTRS_FALSE=''
  928. KEEP_BACK_PTRS_TRUE='#'
  929. LD='/usr/bin/clang'
  930. LDFLAGS='-L/usr/local/lib'
  931. LIBOBJS=''
  932. LIBS=''
  933. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  934. LIPO='lipo'
  935. LN_S='ln -s'
  936. LTLIBOBJS=''
  937. MAINT='#'
  938. MAINTAINER_MODE_FALSE=''
  939. MAINTAINER_MODE_TRUE='#'
  940. MAKEINFO='${SHELL} /private/tmp/homebrew-bdw-gc-7.2c-YNUA/gc-7.2/missing --run makeinfo'
  941. MANIFEST_TOOL=':'
  942. MKDIR_P='./install-sh -c -d'
  943. NEED_ATOMIC_OPS_ASM_FALSE=''
  944. NEED_ATOMIC_OPS_ASM_TRUE='#'
  945. NM='/usr/bin/nm'
  946. NMEDIT='nmedit'
  947. OBJDUMP='false'
  948. OBJEXT='o'
  949. OPENBSD_THREADS_FALSE=''
  950. OPENBSD_THREADS_TRUE='#'
  951. OTOOL64=':'
  952. OTOOL='otool'
  953. PACKAGE='gc'
  954. PACKAGE_BUGREPORT='gc@linux.hpl.hp.com'
  955. PACKAGE_NAME='gc'
  956. PACKAGE_STRING='gc 7.2'
  957. PACKAGE_TARNAME='gc'
  958. PACKAGE_URL=''
  959. PACKAGE_VERSION='7.2'
  960. PATH_SEPARATOR=':'
  961. PKG_CONFIG='/usr/local/bin/pkg-config'
  962. PTHREADS_FALSE='#'
  963. PTHREADS_TRUE=''
  964. RANLIB='ranlib'
  965. SED='/usr/bin/sed'
  966. SET_MAKE=''
  967. SHELL='/bin/sh'
  968. STRIP='strip'
  969. THREADDLLIBS='-lpthread'
  970. THREADS_FALSE='#'
  971. THREADS_TRUE=''
  972. UNWINDLIBS=''
  973. USE_INTERNAL_LIBATOMIC_OPS_FALSE='#'
  974. USE_INTERNAL_LIBATOMIC_OPS_TRUE=''
  975. USE_LIBDIR_FALSE='#'
  976. USE_LIBDIR_TRUE=''
  977. VERSION='7.2'
  978. WIN32_THREADS_FALSE=''
  979. WIN32_THREADS_TRUE='#'
  980. ac_ct_AR='ar'
  981. ac_ct_CC='/usr/bin/clang'
  982. ac_ct_CXX=''
  983. ac_ct_DUMPBIN=''
  984. addlibs=''
  985. addobjs=' mach_dep.lo'
  986. am__EXEEXT_FALSE=''
  987. am__EXEEXT_TRUE='#'
  988. am__fastdepCCAS_FALSE=''
  989. am__fastdepCCAS_TRUE='#'
  990. am__fastdepCC_FALSE=''
  991. am__fastdepCC_TRUE='#'
  992. am__fastdepCXX_FALSE=''
  993. am__fastdepCXX_TRUE='#'
  994. am__include='include'
  995. am__isrc=''
  996. am__leading_dot='.'
  997. am__quote=''
  998. am__tar='${AMTAR} chof - "$$tardir"'
  999. am__untar='${AMTAR} xf -'
  1000. bindir='${exec_prefix}/bin'
  1001. build='x86_64-apple-darwin12.0.0'
  1002. build_alias=''
  1003. build_cpu='x86_64'
  1004. build_os='darwin12.0.0'
  1005. build_vendor='apple'
  1006. datadir='${datarootdir}'
  1007. datarootdir='${prefix}/share'
  1008. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1009. dvidir='${docdir}'
  1010. exec_prefix='${prefix}'
  1011. extra_ldflags_libgc='-Wl,-single_module'
  1012. host='x86_64-apple-darwin12.0.0'
  1013. host_alias=''
  1014. host_cpu='x86_64'
  1015. host_os='darwin12.0.0'
  1016. host_vendor='apple'
  1017. htmldir='${docdir}'
  1018. includedir='${prefix}/include'
  1019. infodir='${datarootdir}/info'
  1020. install_sh='${SHELL} /private/tmp/homebrew-bdw-gc-7.2c-YNUA/gc-7.2/install-sh'
  1021. libdir='${exec_prefix}/lib'
  1022. libexecdir='${exec_prefix}/libexec'
  1023. localedir='${datarootdir}/locale'
  1024. localstatedir='${prefix}/var'
  1025. mandir='${datarootdir}/man'
  1026. mkdir_p='$(top_builddir)/./install-sh -c -d'
  1027. oldincludedir='/usr/include'
  1028. pdfdir='${docdir}'
  1029. prefix='/usr/local/Cellar/bdw-gc/7.2c'
  1030. program_transform_name='s,x,x,'
  1031. psdir='${docdir}'
  1032. sbindir='${exec_prefix}/sbin'
  1033. sharedstatedir='${prefix}/com'
  1034. subdirs=' libatomic_ops'
  1035. sysconfdir='${prefix}/etc'
  1036. target='x86_64-apple-darwin12.0.0'
  1037. target_alias=''
  1038. target_all='libgc.la'
  1039. target_cpu='x86_64'
  1040. target_os='darwin12.0.0'
  1041. target_vendor='apple'
  1042.  
  1043. ## ----------- ##
  1044. ## confdefs.h. ##
  1045. ## ----------- ##
  1046.  
  1047. /* confdefs.h */
  1048. #define PACKAGE_NAME "gc"
  1049. #define PACKAGE_TARNAME "gc"
  1050. #define PACKAGE_VERSION "7.2"
  1051. #define PACKAGE_STRING "gc 7.2"
  1052. #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
  1053. #define PACKAGE_URL ""
  1054. #define GC_VERSION_MAJOR 7
  1055. #define GC_VERSION_MINOR 2
  1056. #define PACKAGE "gc"
  1057. #define VERSION "7.2"
  1058. #define GC_DARWIN_THREADS 1
  1059. #define THREAD_LOCAL_ALLOC 1
  1060. #define STDC_HEADERS 1
  1061. #define HAVE_SYS_TYPES_H 1
  1062. #define HAVE_SYS_STAT_H 1
  1063. #define HAVE_STDLIB_H 1
  1064. #define HAVE_STRING_H 1
  1065. #define HAVE_MEMORY_H 1
  1066. #define HAVE_STRINGS_H 1
  1067. #define HAVE_INTTYPES_H 1
  1068. #define HAVE_STDINT_H 1
  1069. #define HAVE_UNISTD_H 1
  1070. #define HAVE_DLFCN_H 1
  1071. #define LT_OBJDIR ".libs/"
  1072. #define NO_EXECUTE_PERMISSION 1
  1073. #define ALL_INTERIOR_POINTERS 1
  1074. #define GC_GCJ_SUPPORT 1
  1075. #define JAVA_FINALIZATION 1
  1076. #define ATOMIC_UNCOLLECTABLE 1
  1077.  
  1078. configure: exit 0
Add Comment
Please, Sign In to add comment