Advertisement
Guest User

Untitled

a guest
Jan 10th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 176.48 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 LLVM configure 3.3svn, which was
  5. generated by GNU Autoconf 2.60. Invocation command line was
  6.  
  7. $ ../llvm/configure --with-gcc-toolchain=/usr/lib/gcc-snapshot/gcc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = daniel-Virtual-Machine
  14. uname -m = x86_64
  15. uname -r = 3.2.0-35-generic
  16. uname -s = Linux
  17. uname -v = #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012
  18.  
  19. /usr/bin/uname -p = unknown
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/lib/lightdm/lightdm
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2033: checking for clang
  45. configure:2063: result: no
  46. configure:2033: checking for llvm-gcc
  47. configure:2063: result: no
  48. configure:2033: checking for gcc
  49. configure:2049: found /usr/bin/gcc
  50. configure:2060: result: gcc
  51. configure:2096: checking for C compiler version
  52. configure:2103: gcc --version >&5
  53. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  54. Copyright (C) 2011 Free Software Foundation, Inc.
  55. This is free software; see the source for copying conditions. There is NO
  56. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  57.  
  58. configure:2106: $? = 0
  59. configure:2113: gcc -v >&5
  60. Using built-in specs.
  61. COLLECT_GCC=gcc
  62. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  63. Target: x86_64-linux-gnu
  64. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  65. Thread model: posix
  66. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  67. configure:2116: $? = 0
  68. configure:2123: gcc -V >&5
  69. gcc: error: unrecognized option '-V'
  70. gcc: fatal error: no input files
  71. compilation terminated.
  72. configure:2126: $? = 4
  73. configure:2149: checking for C compiler default output file name
  74. configure:2176: gcc conftest.c >&5
  75. configure:2179: $? = 0
  76. configure:2225: result: a.out
  77. configure:2230: checking whether the C compiler works
  78. configure:2240: ./a.out
  79. configure:2243: $? = 0
  80. configure:2260: result: yes
  81. configure:2267: checking whether we are cross compiling
  82. configure:2269: result: no
  83. configure:2272: checking for suffix of executables
  84. configure:2279: gcc -o conftest conftest.c >&5
  85. configure:2282: $? = 0
  86. configure:2306: result:
  87. configure:2312: checking for suffix of object files
  88. configure:2338: gcc -c conftest.c >&5
  89. configure:2341: $? = 0
  90. configure:2364: result: o
  91. configure:2368: checking whether we are using the GNU C compiler
  92. configure:2397: gcc -c conftest.c >&5
  93. configure:2403: $? = 0
  94. configure:2410: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  95. configure:2413: $? = 0
  96. configure:2420: test -s conftest.o
  97. configure:2423: $? = 0
  98. configure:2437: result: yes
  99. configure:2442: checking whether gcc accepts -g
  100. configure:2472: gcc -c -g conftest.c >&5
  101. configure:2478: $? = 0
  102. configure:2485: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  103. configure:2488: $? = 0
  104. configure:2495: test -s conftest.o
  105. configure:2498: $? = 0
  106. configure:2628: result: yes
  107. configure:2645: checking for gcc option to accept ISO C89
  108. configure:2719: gcc -c -g -O2 conftest.c >&5
  109. configure:2725: $? = 0
  110. configure:2732: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  111. configure:2735: $? = 0
  112. configure:2742: test -s conftest.o
  113. configure:2745: $? = 0
  114. configure:2765: result: none needed
  115. configure:2841: checking for clang++
  116. configure:2871: result: no
  117. configure:2841: checking for llvm-g++
  118. configure:2871: result: no
  119. configure:2841: checking for g++
  120. configure:2857: found /usr/bin/g++
  121. configure:2868: result: g++
  122. configure:2899: checking for C++ compiler version
  123. configure:2906: g++ --version >&5
  124. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  125. Copyright (C) 2011 Free Software Foundation, Inc.
  126. This is free software; see the source for copying conditions. There is NO
  127. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  128.  
  129. configure:2909: $? = 0
  130. configure:2916: g++ -v >&5
  131. Using built-in specs.
  132. COLLECT_GCC=g++
  133. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  134. Target: x86_64-linux-gnu
  135. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  136. Thread model: posix
  137. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  138. configure:2919: $? = 0
  139. configure:2926: g++ -V >&5
  140. g++: error: unrecognized option '-V'
  141. g++: fatal error: no input files
  142. compilation terminated.
  143. configure:2929: $? = 4
  144. configure:2932: checking whether we are using the GNU C++ compiler
  145. configure:2961: g++ -c conftest.cpp >&5
  146. configure:2967: $? = 0
  147. configure:2974: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  148. configure:2977: $? = 0
  149. configure:2984: test -s conftest.o
  150. configure:2987: $? = 0
  151. configure:3001: result: yes
  152. configure:3006: checking whether g++ accepts -g
  153. configure:3036: g++ -c -g conftest.cpp >&5
  154. configure:3042: $? = 0
  155. configure:3049: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  156. configure:3052: $? = 0
  157. configure:3059: test -s conftest.o
  158. configure:3062: $? = 0
  159. configure:3192: result: yes
  160. configure:3220: checking how to run the C preprocessor
  161. configure:3260: gcc -E conftest.c
  162. configure:3266: $? = 0
  163. configure:3304: gcc -E conftest.c
  164. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  165. compilation terminated.
  166. configure:3310: $? = 1
  167. configure: failed program was:
  168. | /* confdefs.h. */
  169. | #define PACKAGE_NAME "LLVM"
  170. | #define PACKAGE_TARNAME "llvm"
  171. | #define PACKAGE_VERSION "3.3svn"
  172. | #define PACKAGE_STRING "LLVM 3.3svn"
  173. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  174. | #define LLVM_VERSION_MAJOR 3
  175. | #define LLVM_VERSION_MINOR 3
  176. | /* end confdefs.h. */
  177. | #include <ac_nonexistent.h>
  178. configure:3350: result: gcc -E
  179. configure:3379: gcc -E conftest.c
  180. configure:3385: $? = 0
  181. configure:3423: gcc -E conftest.c
  182. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  183. compilation terminated.
  184. configure:3429: $? = 1
  185. configure: failed program was:
  186. | /* confdefs.h. */
  187. | #define PACKAGE_NAME "LLVM"
  188. | #define PACKAGE_TARNAME "llvm"
  189. | #define PACKAGE_VERSION "3.3svn"
  190. | #define PACKAGE_STRING "LLVM 3.3svn"
  191. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  192. | #define LLVM_VERSION_MAJOR 3
  193. | #define LLVM_VERSION_MINOR 3
  194. | /* end confdefs.h. */
  195. | #include <ac_nonexistent.h>
  196. configure:3569: checking build system type
  197. configure:3587: result: x86_64-unknown-linux-gnu
  198. configure:3609: checking host system type
  199. configure:3624: result: x86_64-unknown-linux-gnu
  200. configure:3646: checking target system type
  201. configure:3661: result: x86_64-unknown-linux-gnu
  202. configure:3690: checking type of operating system we're going to host on
  203. configure:3803: result: Linux
  204. configure:3806: checking type of operating system we're going to target
  205. configure:3858: result: Linux
  206. configure:3904: checking target architecture
  207. configure:3925: result: x86_64
  208. configure:3967: checking for grep that handles long lines and -e
  209. configure:4041: result: /bin/grep
  210. configure:4046: checking for egrep
  211. configure:4124: result: /bin/grep -E
  212. configure:4129: checking for ANSI C header files
  213. configure:4159: gcc -c -g -O2 conftest.c >&5
  214. configure:4165: $? = 0
  215. configure:4172: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  216. configure:4175: $? = 0
  217. configure:4182: test -s conftest.o
  218. configure:4185: $? = 0
  219. configure:4281: gcc -o conftest -g -O2 conftest.c >&5
  220. configure:4284: $? = 0
  221. configure:4290: ./conftest
  222. configure:4293: $? = 0
  223. configure:4310: result: yes
  224. configure:4334: checking for sys/types.h
  225. configure:4355: gcc -c -g -O2 conftest.c >&5
  226. configure:4361: $? = 0
  227. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  228. configure:4371: $? = 0
  229. configure:4378: test -s conftest.o
  230. configure:4381: $? = 0
  231. configure:4394: result: yes
  232. configure:4334: checking for sys/stat.h
  233. configure:4355: gcc -c -g -O2 conftest.c >&5
  234. configure:4361: $? = 0
  235. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  236. configure:4371: $? = 0
  237. configure:4378: test -s conftest.o
  238. configure:4381: $? = 0
  239. configure:4394: result: yes
  240. configure:4334: checking for stdlib.h
  241. configure:4355: gcc -c -g -O2 conftest.c >&5
  242. configure:4361: $? = 0
  243. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  244. configure:4371: $? = 0
  245. configure:4378: test -s conftest.o
  246. configure:4381: $? = 0
  247. configure:4394: result: yes
  248. configure:4334: checking for string.h
  249. configure:4355: gcc -c -g -O2 conftest.c >&5
  250. configure:4361: $? = 0
  251. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  252. configure:4371: $? = 0
  253. configure:4378: test -s conftest.o
  254. configure:4381: $? = 0
  255. configure:4394: result: yes
  256. configure:4334: checking for memory.h
  257. configure:4355: gcc -c -g -O2 conftest.c >&5
  258. configure:4361: $? = 0
  259. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  260. configure:4371: $? = 0
  261. configure:4378: test -s conftest.o
  262. configure:4381: $? = 0
  263. configure:4394: result: yes
  264. configure:4334: checking for strings.h
  265. configure:4355: gcc -c -g -O2 conftest.c >&5
  266. configure:4361: $? = 0
  267. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  268. configure:4371: $? = 0
  269. configure:4378: test -s conftest.o
  270. configure:4381: $? = 0
  271. configure:4394: result: yes
  272. configure:4334: checking for inttypes.h
  273. configure:4355: gcc -c -g -O2 conftest.c >&5
  274. configure:4361: $? = 0
  275. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  276. configure:4371: $? = 0
  277. configure:4378: test -s conftest.o
  278. configure:4381: $? = 0
  279. configure:4394: result: yes
  280. configure:4334: checking for stdint.h
  281. configure:4355: gcc -c -g -O2 conftest.c >&5
  282. configure:4361: $? = 0
  283. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  284. configure:4371: $? = 0
  285. configure:4378: test -s conftest.o
  286. configure:4381: $? = 0
  287. configure:4394: result: yes
  288. configure:4334: checking for unistd.h
  289. configure:4355: gcc -c -g -O2 conftest.c >&5
  290. configure:4361: $? = 0
  291. configure:4368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  292. configure:4371: $? = 0
  293. configure:4378: test -s conftest.o
  294. configure:4381: $? = 0
  295. configure:4394: result: yes
  296. configure:4406: checking whether byte ordering is bigendian
  297. configure:4438: gcc -c -g -O2 conftest.c >&5
  298. configure:4444: $? = 0
  299. configure:4451: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  300. configure:4454: $? = 0
  301. configure:4461: test -s conftest.o
  302. configure:4464: $? = 0
  303. configure:4493: gcc -c -g -O2 conftest.c >&5
  304. conftest.c: In function 'main':
  305. conftest.c:28:2: error: unknown type name 'not'
  306. conftest.c:28:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  307. configure:4499: $? = 1
  308. configure: failed program was:
  309. | /* confdefs.h. */
  310. | #define PACKAGE_NAME "LLVM"
  311. | #define PACKAGE_TARNAME "llvm"
  312. | #define PACKAGE_VERSION "3.3svn"
  313. | #define PACKAGE_STRING "LLVM 3.3svn"
  314. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  315. | #define LLVM_VERSION_MAJOR 3
  316. | #define LLVM_VERSION_MINOR 3
  317. | #define LLVM_ON_UNIX 1
  318. | #define STDC_HEADERS 1
  319. | #define HAVE_SYS_TYPES_H 1
  320. | #define HAVE_SYS_STAT_H 1
  321. | #define HAVE_STDLIB_H 1
  322. | #define HAVE_STRING_H 1
  323. | #define HAVE_MEMORY_H 1
  324. | #define HAVE_STRINGS_H 1
  325. | #define HAVE_INTTYPES_H 1
  326. | #define HAVE_STDINT_H 1
  327. | #define HAVE_UNISTD_H 1
  328. | /* end confdefs.h. */
  329. | #include <sys/types.h>
  330. | #include <sys/param.h>
  331. |
  332. | int
  333. | main ()
  334. | {
  335. | #if BYTE_ORDER != BIG_ENDIAN
  336. | not big endian
  337. | #endif
  338. |
  339. | ;
  340. | return 0;
  341. | }
  342. configure:4673: result: no
  343. configure:5642: checking optimization flags
  344. configure:5655: result: -O3
  345. configure:5868: checking for BSD-compatible nm
  346. configure:5917: result: /usr/bin/nm -B
  347. configure:5923: checking for GNU make
  348. configure:5938: result: make
  349. configure:5949: checking whether ln -s works
  350. configure:5953: result: yes
  351. configure:5962: checking for cmp
  352. configure:5980: found /usr/bin/cmp
  353. configure:5993: result: /usr/bin/cmp
  354. configure:6003: checking for cp
  355. configure:6021: found /bin/cp
  356. configure:6034: result: /bin/cp
  357. configure:6044: checking for date
  358. configure:6062: found /bin/date
  359. configure:6075: result: /bin/date
  360. configure:6085: checking for find
  361. configure:6103: found /usr/bin/find
  362. configure:6116: result: /usr/bin/find
  363. configure:6126: checking for grep
  364. configure:6157: result: /bin/grep
  365. configure:6167: checking for mkdir
  366. configure:6185: found /bin/mkdir
  367. configure:6198: result: /bin/mkdir
  368. configure:6208: checking for mv
  369. configure:6226: found /bin/mv
  370. configure:6239: result: /bin/mv
  371. configure:6290: checking for ranlib
  372. configure:6306: found /usr/bin/ranlib
  373. configure:6317: result: ranlib
  374. configure:6386: checking for ar
  375. configure:6402: found /usr/bin/ar
  376. configure:6413: result: ar
  377. configure:6441: checking for rm
  378. configure:6459: found /bin/rm
  379. configure:6472: result: /bin/rm
  380. configure:6482: checking for sed
  381. configure:6500: found /bin/sed
  382. configure:6513: result: /bin/sed
  383. configure:6523: checking for tar
  384. configure:6541: found /bin/tar
  385. configure:6554: result: /bin/tar
  386. configure:6564: checking for pwd
  387. configure:6582: found /bin/pwd
  388. configure:6595: result: /bin/pwd
  389. configure:6606: checking for Graphviz
  390. configure:6637: result: echo Graphviz
  391. configure:6662: checking for dot
  392. configure:6693: result: echo dot
  393. configure:6718: checking for fdp
  394. configure:6749: result: echo fdp
  395. configure:6774: checking for neato
  396. configure:6805: result: echo neato
  397. configure:6830: checking for twopi
  398. configure:6861: result: echo twopi
  399. configure:6886: checking for circo
  400. configure:6917: result: echo circo
  401. configure:6944: checking for gv
  402. configure:6977: result: no
  403. configure:6944: checking for gsview32
  404. configure:6977: result: no
  405. configure:7003: checking for dotty
  406. configure:7034: result: echo dotty
  407. configure:7059: checking for xdot.py
  408. configure:7090: result: echo xdot.py
  409. configure:7127: checking for a BSD-compatible install
  410. configure:7183: result: /usr/bin/install -c
  411. configure:7201: checking for bzip2
  412. configure:7219: found /bin/bzip2
  413. configure:7231: result: /bin/bzip2
  414. configure:7241: checking for cat
  415. configure:7259: found /bin/cat
  416. configure:7271: result: /bin/cat
  417. configure:7281: checking for doxygen
  418. configure:7314: result: no
  419. configure:7321: checking for groff
  420. configure:7339: found /usr/bin/groff
  421. configure:7351: result: /usr/bin/groff
  422. configure:7361: checking for gzip
  423. configure:7379: found /bin/gzip
  424. configure:7391: result: /bin/gzip
  425. configure:7401: checking for pdfroff
  426. configure:7434: result: no
  427. configure:7441: checking for zip
  428. configure:7459: found /usr/bin/zip
  429. configure:7471: result: /usr/bin/zip
  430. configure:7483: checking for ocamlc
  431. configure:7516: result: no
  432. configure:7528: checking for ocamlopt
  433. configure:7561: result: no
  434. configure:7573: checking for ocamldep
  435. configure:7606: result: no
  436. configure:7618: checking for ocamldoc
  437. configure:7651: result: no
  438. configure:7663: checking for gas
  439. configure:7696: result: no
  440. configure:7663: checking for as
  441. configure:7681: found /usr/bin/as
  442. configure:7693: result: /usr/bin/as
  443. configure:7705: checking for linker version
  444. configure:7721: result: 2.22
  445. configure:7730: checking for compiler -Wl,-R<path> option
  446. configure:7764: gcc -o conftest -g -O2 -Wl,-R. conftest.c >&5
  447. configure:7770: $? = 0
  448. configure:7777: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  449. configure:7780: $? = 0
  450. configure:7787: test -s conftest
  451. configure:7790: $? = 0
  452. configure:7811: result: yes
  453. configure:7822: checking for compiler -Wl,-export-dynamic option
  454. configure:7856: gcc -o conftest -g -O2 -Wl,-export-dynamic conftest.c >&5
  455. configure:7862: $? = 0
  456. configure:7869: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  457. configure:7872: $? = 0
  458. configure:7879: test -s conftest
  459. configure:7882: $? = 0
  460. configure:7903: result: yes
  461. configure:7914: checking for compiler -Wl,--version-script option
  462. configure:7970: gcc -o conftest -g -O2 -Wl,--version-script=/tmp/fooCqcFuS/export.map conftest.c >&5
  463. configure:7976: $? = 0
  464. configure:7983: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  465. configure:7986: $? = 0
  466. configure:7993: test -s conftest
  467. configure:7996: $? = 0
  468. configure:8019: result: yes
  469. configure:8029: checking for an ANSI C-conforming const
  470. configure:8104: gcc -c -g -O2 conftest.c >&5
  471. configure:8110: $? = 0
  472. configure:8117: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  473. configure:8120: $? = 0
  474. configure:8127: test -s conftest.o
  475. configure:8130: $? = 0
  476. configure:8142: result: yes
  477. configure:8160: checking for dirent.h that defines DIR
  478. configure:8189: gcc -c -g -O2 conftest.c >&5
  479. configure:8195: $? = 0
  480. configure:8202: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  481. configure:8205: $? = 0
  482. configure:8212: test -s conftest.o
  483. configure:8215: $? = 0
  484. configure:8228: result: yes
  485. configure:8241: checking for library containing opendir
  486. configure:8282: gcc -o conftest -g -O2 conftest.c >&5
  487. configure:8288: $? = 0
  488. configure:8295: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  489. configure:8298: $? = 0
  490. configure:8305: test -s conftest
  491. configure:8308: $? = 0
  492. configure:8332: result: none required
  493. configure:8457: checking dlfcn.h usability
  494. configure:8474: gcc -c -g -O2 conftest.c >&5
  495. configure:8480: $? = 0
  496. configure:8487: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  497. configure:8490: $? = 0
  498. configure:8497: test -s conftest.o
  499. configure:8500: $? = 0
  500. configure:8511: result: yes
  501. configure:8515: checking dlfcn.h presence
  502. configure:8530: gcc -E conftest.c
  503. configure:8536: $? = 0
  504. configure:8557: result: yes
  505. configure:8590: checking for dlfcn.h
  506. configure:8598: result: yes
  507. configure:8638: checking dynamic linker characteristics
  508. configure:9226: result: GNU/Linux ld.so
  509. configure:9236: checking which extension is used for loadable modules
  510. configure:9246: result: .so
  511. configure:9257: checking which variable specifies run-time library path
  512. configure:9264: result: LD_LIBRARY_PATH
  513. configure:9275: checking for the default library search path
  514. configure:9282: result: /lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa /lib32 /usr/lib32
  515. configure:9300: checking for objdir
  516. configure:9321: result: .libs
  517. configure:9334: checking command to parse /usr/bin/nm -B output from object
  518. configure:9439: gcc -c -g -O2 conftest.c >&5
  519. configure:9442: $? = 0
  520. configure:9446: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  521. configure:9449: $? = 0
  522. configure:9501: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  523. configure:9504: $? = 0
  524. configure:9542: result: ok
  525. configure:9547: checking whether libtool supports -dlopen/-dlpreopen
  526. configure:9559: result: yes
  527. configure:9578: checking for shl_load
  528. configure:9634: gcc -o conftest -g -O2 conftest.c >&5
  529. /tmp/ccvlNooh.o: In function `main':
  530. /home/daniel/programming/build/conftest.c:81: undefined reference to `shl_load'
  531. collect2: ld returned 1 exit status
  532. configure:9640: $? = 1
  533. configure: failed program was:
  534. | /* confdefs.h. */
  535. | #define PACKAGE_NAME "LLVM"
  536. | #define PACKAGE_TARNAME "llvm"
  537. | #define PACKAGE_VERSION "3.3svn"
  538. | #define PACKAGE_STRING "LLVM 3.3svn"
  539. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  540. | #define LLVM_VERSION_MAJOR 3
  541. | #define LLVM_VERSION_MINOR 3
  542. | #define LLVM_ON_UNIX 1
  543. | #define STDC_HEADERS 1
  544. | #define HAVE_SYS_TYPES_H 1
  545. | #define HAVE_SYS_STAT_H 1
  546. | #define HAVE_STDLIB_H 1
  547. | #define HAVE_STRING_H 1
  548. | #define HAVE_MEMORY_H 1
  549. | #define HAVE_STRINGS_H 1
  550. | #define HAVE_INTTYPES_H 1
  551. | #define HAVE_STDINT_H 1
  552. | #define HAVE_UNISTD_H 1
  553. | #define LLVM_ENABLE_THREADS 1
  554. | #define ENABLE_PIC 1
  555. | #define ENABLE_TIMESTAMPS 1
  556. | #define ENABLE_BACKTRACES 1
  557. | #define LLVM_NATIVE_ARCH X86
  558. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  559. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  560. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  561. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  562. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  563. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  564. | #define CLANG_RESOURCE_DIR ""
  565. | #define C_INCLUDE_DIRS ""
  566. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  567. | #define DEFAULT_SYSROOT ""
  568. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  569. | #define HOST_LINK_VERSION "2.22"
  570. | #define HAVE_LINK_R 1
  571. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  572. | #define HAVE_DIRENT_H 1
  573. | #define HAVE_DLFCN_H 1
  574. | #define LTDL_SHLIB_EXT ".so"
  575. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  576. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  577. | #define LTDL_OBJDIR ".libs/"
  578. | #define HAVE_PRELOADED_SYMBOLS 1
  579. | /* end confdefs.h. */
  580. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  581. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  582. | #define shl_load innocuous_shl_load
  583. |
  584. | /* System header to define __stub macros and hopefully few prototypes,
  585. | which can conflict with char shl_load (); below.
  586. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  587. | <limits.h> exists even on freestanding compilers. */
  588. |
  589. | #ifdef __STDC__
  590. | # include <limits.h>
  591. | #else
  592. | # include <assert.h>
  593. | #endif
  594. |
  595. | #undef shl_load
  596. |
  597. | /* Override any GCC internal prototype to avoid an error.
  598. | Use char because int might match the return type of a GCC
  599. | builtin and then its argument prototype would still apply. */
  600. | #ifdef __cplusplus
  601. | extern "C"
  602. | #endif
  603. | char shl_load ();
  604. | /* The GNU C library defines this for functions which it implements
  605. | to always fail with ENOSYS. Some functions are actually named
  606. | something starting with __ and the normal name is an alias. */
  607. | #if defined __stub_shl_load || defined __stub___shl_load
  608. | choke me
  609. | #endif
  610. |
  611. | int
  612. | main ()
  613. | {
  614. | return shl_load ();
  615. | ;
  616. | return 0;
  617. | }
  618. configure:9673: result: no
  619. configure:9682: checking for shl_load in -ldld
  620. configure:9717: gcc -o conftest -g -O2 conftest.c -ldld >&5
  621. /usr/bin/ld: cannot find -ldld
  622. collect2: ld returned 1 exit status
  623. configure:9723: $? = 1
  624. configure: failed program was:
  625. | /* confdefs.h. */
  626. | #define PACKAGE_NAME "LLVM"
  627. | #define PACKAGE_TARNAME "llvm"
  628. | #define PACKAGE_VERSION "3.3svn"
  629. | #define PACKAGE_STRING "LLVM 3.3svn"
  630. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  631. | #define LLVM_VERSION_MAJOR 3
  632. | #define LLVM_VERSION_MINOR 3
  633. | #define LLVM_ON_UNIX 1
  634. | #define STDC_HEADERS 1
  635. | #define HAVE_SYS_TYPES_H 1
  636. | #define HAVE_SYS_STAT_H 1
  637. | #define HAVE_STDLIB_H 1
  638. | #define HAVE_STRING_H 1
  639. | #define HAVE_MEMORY_H 1
  640. | #define HAVE_STRINGS_H 1
  641. | #define HAVE_INTTYPES_H 1
  642. | #define HAVE_STDINT_H 1
  643. | #define HAVE_UNISTD_H 1
  644. | #define LLVM_ENABLE_THREADS 1
  645. | #define ENABLE_PIC 1
  646. | #define ENABLE_TIMESTAMPS 1
  647. | #define ENABLE_BACKTRACES 1
  648. | #define LLVM_NATIVE_ARCH X86
  649. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  650. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  651. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  652. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  653. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  654. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  655. | #define CLANG_RESOURCE_DIR ""
  656. | #define C_INCLUDE_DIRS ""
  657. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  658. | #define DEFAULT_SYSROOT ""
  659. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  660. | #define HOST_LINK_VERSION "2.22"
  661. | #define HAVE_LINK_R 1
  662. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  663. | #define HAVE_DIRENT_H 1
  664. | #define HAVE_DLFCN_H 1
  665. | #define LTDL_SHLIB_EXT ".so"
  666. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  667. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  668. | #define LTDL_OBJDIR ".libs/"
  669. | #define HAVE_PRELOADED_SYMBOLS 1
  670. | /* end confdefs.h. */
  671. |
  672. | /* Override any GCC internal prototype to avoid an error.
  673. | Use char because int might match the return type of a GCC
  674. | builtin and then its argument prototype would still apply. */
  675. | #ifdef __cplusplus
  676. | extern "C"
  677. | #endif
  678. | char shl_load ();
  679. | int
  680. | main ()
  681. | {
  682. | return shl_load ();
  683. | ;
  684. | return 0;
  685. | }
  686. configure:9757: result: no
  687. configure:9767: checking for dlopen in -ldl
  688. configure:9802: gcc -o conftest -g -O2 conftest.c -ldl >&5
  689. configure:9808: $? = 0
  690. configure:9815: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  691. configure:9818: $? = 0
  692. configure:9825: test -s conftest
  693. configure:9828: $? = 0
  694. configure:9842: result: yes
  695. configure:10217: checking for dlerror
  696. configure:10273: gcc -o conftest -g -O2 conftest.c -ldl >&5
  697. configure:10279: $? = 0
  698. configure:10286: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  699. configure:10289: $? = 0
  700. configure:10296: test -s conftest
  701. configure:10299: $? = 0
  702. configure:10313: result: yes
  703. configure:10333: checking for _ prefix in compiled symbols
  704. configure:10343: gcc -c -g -O2 conftest.c >&5
  705. configure:10346: $? = 0
  706. configure:10350: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  707. configure:10353: $? = 0
  708. configure:10375: result: no
  709. configure:10495: checking whether deplibs are loaded by dlopen
  710. configure:10576: result: yes
  711. configure:10601: checking argz.h usability
  712. configure:10618: gcc -c -g -O2 conftest.c >&5
  713. configure:10624: $? = 0
  714. configure:10631: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  715. configure:10634: $? = 0
  716. configure:10641: test -s conftest.o
  717. configure:10644: $? = 0
  718. configure:10655: result: yes
  719. configure:10659: checking argz.h presence
  720. configure:10674: gcc -E conftest.c
  721. configure:10680: $? = 0
  722. configure:10701: result: yes
  723. configure:10734: checking for argz.h
  724. configure:10742: result: yes
  725. configure:10756: checking for error_t
  726. configure:10789: gcc -c -g -O2 conftest.c >&5
  727. configure:10795: $? = 0
  728. configure:10802: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  729. configure:10805: $? = 0
  730. configure:10812: test -s conftest.o
  731. configure:10815: $? = 0
  732. configure:10827: result: yes
  733. configure:10853: checking for argz_append
  734. configure:10909: gcc -o conftest -g -O2 conftest.c >&5
  735. configure:10915: $? = 0
  736. configure:10922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  737. configure:10925: $? = 0
  738. configure:10932: test -s conftest
  739. configure:10935: $? = 0
  740. configure:10949: result: yes
  741. configure:10853: checking for argz_create_sep
  742. configure:10909: gcc -o conftest -g -O2 conftest.c >&5
  743. configure:10915: $? = 0
  744. configure:10922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  745. configure:10925: $? = 0
  746. configure:10932: test -s conftest
  747. configure:10935: $? = 0
  748. configure:10949: result: yes
  749. configure:10853: checking for argz_insert
  750. configure:10909: gcc -o conftest -g -O2 conftest.c >&5
  751. configure:10915: $? = 0
  752. configure:10922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  753. configure:10925: $? = 0
  754. configure:10932: test -s conftest
  755. configure:10935: $? = 0
  756. configure:10949: result: yes
  757. configure:10853: checking for argz_next
  758. configure:10909: gcc -o conftest -g -O2 conftest.c >&5
  759. configure:10915: $? = 0
  760. configure:10922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  761. configure:10925: $? = 0
  762. configure:10932: test -s conftest
  763. configure:10935: $? = 0
  764. configure:10949: result: yes
  765. configure:10853: checking for argz_stringify
  766. configure:10909: gcc -o conftest -g -O2 conftest.c >&5
  767. configure:10915: $? = 0
  768. configure:10922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  769. configure:10925: $? = 0
  770. configure:10932: test -s conftest
  771. configure:10935: $? = 0
  772. configure:10949: result: yes
  773. configure:11001: checking assert.h usability
  774. configure:11018: gcc -c -g -O2 conftest.c >&5
  775. configure:11024: $? = 0
  776. configure:11031: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  777. configure:11034: $? = 0
  778. configure:11041: test -s conftest.o
  779. configure:11044: $? = 0
  780. configure:11055: result: yes
  781. configure:11059: checking assert.h presence
  782. configure:11074: gcc -E conftest.c
  783. configure:11080: $? = 0
  784. configure:11101: result: yes
  785. configure:11134: checking for assert.h
  786. configure:11142: result: yes
  787. configure:11001: checking ctype.h usability
  788. configure:11018: gcc -c -g -O2 conftest.c >&5
  789. configure:11024: $? = 0
  790. configure:11031: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  791. configure:11034: $? = 0
  792. configure:11041: test -s conftest.o
  793. configure:11044: $? = 0
  794. configure:11055: result: yes
  795. configure:11059: checking ctype.h presence
  796. configure:11074: gcc -E conftest.c
  797. configure:11080: $? = 0
  798. configure:11101: result: yes
  799. configure:11134: checking for ctype.h
  800. configure:11142: result: yes
  801. configure:11001: checking errno.h usability
  802. configure:11018: gcc -c -g -O2 conftest.c >&5
  803. configure:11024: $? = 0
  804. configure:11031: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  805. configure:11034: $? = 0
  806. configure:11041: test -s conftest.o
  807. configure:11044: $? = 0
  808. configure:11055: result: yes
  809. configure:11059: checking errno.h presence
  810. configure:11074: gcc -E conftest.c
  811. configure:11080: $? = 0
  812. configure:11101: result: yes
  813. configure:11134: checking for errno.h
  814. configure:11142: result: yes
  815. configure:11001: checking malloc.h usability
  816. configure:11018: gcc -c -g -O2 conftest.c >&5
  817. configure:11024: $? = 0
  818. configure:11031: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  819. configure:11034: $? = 0
  820. configure:11041: test -s conftest.o
  821. configure:11044: $? = 0
  822. configure:11055: result: yes
  823. configure:11059: checking malloc.h presence
  824. configure:11074: gcc -E conftest.c
  825. configure:11080: $? = 0
  826. configure:11101: result: yes
  827. configure:11134: checking for malloc.h
  828. configure:11142: result: yes
  829. configure:10991: checking for memory.h
  830. configure:10997: result: yes
  831. configure:10991: checking for stdlib.h
  832. configure:10997: result: yes
  833. configure:11001: checking stdio.h usability
  834. configure:11018: gcc -c -g -O2 conftest.c >&5
  835. configure:11024: $? = 0
  836. configure:11031: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  837. configure:11034: $? = 0
  838. configure:11041: test -s conftest.o
  839. configure:11044: $? = 0
  840. configure:11055: result: yes
  841. configure:11059: checking stdio.h presence
  842. configure:11074: gcc -E conftest.c
  843. configure:11080: $? = 0
  844. configure:11101: result: yes
  845. configure:11134: checking for stdio.h
  846. configure:11142: result: yes
  847. configure:10991: checking for unistd.h
  848. configure:10997: result: yes
  849. configure:11173: checking dl.h usability
  850. configure:11190: gcc -c -g -O2 conftest.c >&5
  851. conftest.c:97:16: fatal error: dl.h: No such file or directory
  852. compilation terminated.
  853. configure:11196: $? = 1
  854. configure: failed program was:
  855. | /* confdefs.h. */
  856. | #define PACKAGE_NAME "LLVM"
  857. | #define PACKAGE_TARNAME "llvm"
  858. | #define PACKAGE_VERSION "3.3svn"
  859. | #define PACKAGE_STRING "LLVM 3.3svn"
  860. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  861. | #define LLVM_VERSION_MAJOR 3
  862. | #define LLVM_VERSION_MINOR 3
  863. | #define LLVM_ON_UNIX 1
  864. | #define STDC_HEADERS 1
  865. | #define HAVE_SYS_TYPES_H 1
  866. | #define HAVE_SYS_STAT_H 1
  867. | #define HAVE_STDLIB_H 1
  868. | #define HAVE_STRING_H 1
  869. | #define HAVE_MEMORY_H 1
  870. | #define HAVE_STRINGS_H 1
  871. | #define HAVE_INTTYPES_H 1
  872. | #define HAVE_STDINT_H 1
  873. | #define HAVE_UNISTD_H 1
  874. | #define LLVM_ENABLE_THREADS 1
  875. | #define ENABLE_PIC 1
  876. | #define ENABLE_TIMESTAMPS 1
  877. | #define ENABLE_BACKTRACES 1
  878. | #define LLVM_NATIVE_ARCH X86
  879. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  880. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  881. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  882. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  883. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  884. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  885. | #define CLANG_RESOURCE_DIR ""
  886. | #define C_INCLUDE_DIRS ""
  887. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  888. | #define DEFAULT_SYSROOT ""
  889. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  890. | #define HOST_LINK_VERSION "2.22"
  891. | #define HAVE_LINK_R 1
  892. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  893. | #define HAVE_DIRENT_H 1
  894. | #define HAVE_DLFCN_H 1
  895. | #define LTDL_SHLIB_EXT ".so"
  896. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  897. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  898. | #define LTDL_OBJDIR ".libs/"
  899. | #define HAVE_PRELOADED_SYMBOLS 1
  900. | #define HAVE_LIBDL 1
  901. | #define HAVE_DLERROR 1
  902. | #define HAVE_ARGZ_H 1
  903. | #define HAVE_ERROR_T 1
  904. | #define HAVE_ARGZ_APPEND 1
  905. | #define HAVE_ARGZ_CREATE_SEP 1
  906. | #define HAVE_ARGZ_INSERT 1
  907. | #define HAVE_ARGZ_NEXT 1
  908. | #define HAVE_ARGZ_STRINGIFY 1
  909. | #define HAVE_ASSERT_H 1
  910. | #define HAVE_CTYPE_H 1
  911. | #define HAVE_ERRNO_H 1
  912. | #define HAVE_MALLOC_H 1
  913. | #define HAVE_MEMORY_H 1
  914. | #define HAVE_STDLIB_H 1
  915. | #define HAVE_STDIO_H 1
  916. | #define HAVE_UNISTD_H 1
  917. | /* end confdefs.h. */
  918. | #include <stdio.h>
  919. | #if HAVE_SYS_TYPES_H
  920. | # include <sys/types.h>
  921. | #endif
  922. | #if HAVE_SYS_STAT_H
  923. | # include <sys/stat.h>
  924. | #endif
  925. | #if STDC_HEADERS
  926. | # include <stdlib.h>
  927. | # include <stddef.h>
  928. | #else
  929. | # if HAVE_STDLIB_H
  930. | # include <stdlib.h>
  931. | # endif
  932. | #endif
  933. | #if HAVE_STRING_H
  934. | # if !STDC_HEADERS && HAVE_MEMORY_H
  935. | # include <memory.h>
  936. | # endif
  937. | # include <string.h>
  938. | #endif
  939. | #if HAVE_STRINGS_H
  940. | # include <strings.h>
  941. | #endif
  942. | #if HAVE_INTTYPES_H
  943. | # include <inttypes.h>
  944. | #endif
  945. | #if HAVE_STDINT_H
  946. | # include <stdint.h>
  947. | #endif
  948. | #if HAVE_UNISTD_H
  949. | # include <unistd.h>
  950. | #endif
  951. | #include <dl.h>
  952. configure:11227: result: no
  953. configure:11231: checking dl.h presence
  954. configure:11246: gcc -E conftest.c
  955. conftest.c:64:16: fatal error: dl.h: No such file or directory
  956. compilation terminated.
  957. configure:11252: $? = 1
  958. configure: failed program was:
  959. | /* confdefs.h. */
  960. | #define PACKAGE_NAME "LLVM"
  961. | #define PACKAGE_TARNAME "llvm"
  962. | #define PACKAGE_VERSION "3.3svn"
  963. | #define PACKAGE_STRING "LLVM 3.3svn"
  964. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  965. | #define LLVM_VERSION_MAJOR 3
  966. | #define LLVM_VERSION_MINOR 3
  967. | #define LLVM_ON_UNIX 1
  968. | #define STDC_HEADERS 1
  969. | #define HAVE_SYS_TYPES_H 1
  970. | #define HAVE_SYS_STAT_H 1
  971. | #define HAVE_STDLIB_H 1
  972. | #define HAVE_STRING_H 1
  973. | #define HAVE_MEMORY_H 1
  974. | #define HAVE_STRINGS_H 1
  975. | #define HAVE_INTTYPES_H 1
  976. | #define HAVE_STDINT_H 1
  977. | #define HAVE_UNISTD_H 1
  978. | #define LLVM_ENABLE_THREADS 1
  979. | #define ENABLE_PIC 1
  980. | #define ENABLE_TIMESTAMPS 1
  981. | #define ENABLE_BACKTRACES 1
  982. | #define LLVM_NATIVE_ARCH X86
  983. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  984. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  985. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  986. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  987. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  988. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  989. | #define CLANG_RESOURCE_DIR ""
  990. | #define C_INCLUDE_DIRS ""
  991. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  992. | #define DEFAULT_SYSROOT ""
  993. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  994. | #define HOST_LINK_VERSION "2.22"
  995. | #define HAVE_LINK_R 1
  996. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  997. | #define HAVE_DIRENT_H 1
  998. | #define HAVE_DLFCN_H 1
  999. | #define LTDL_SHLIB_EXT ".so"
  1000. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1001. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1002. | #define LTDL_OBJDIR ".libs/"
  1003. | #define HAVE_PRELOADED_SYMBOLS 1
  1004. | #define HAVE_LIBDL 1
  1005. | #define HAVE_DLERROR 1
  1006. | #define HAVE_ARGZ_H 1
  1007. | #define HAVE_ERROR_T 1
  1008. | #define HAVE_ARGZ_APPEND 1
  1009. | #define HAVE_ARGZ_CREATE_SEP 1
  1010. | #define HAVE_ARGZ_INSERT 1
  1011. | #define HAVE_ARGZ_NEXT 1
  1012. | #define HAVE_ARGZ_STRINGIFY 1
  1013. | #define HAVE_ASSERT_H 1
  1014. | #define HAVE_CTYPE_H 1
  1015. | #define HAVE_ERRNO_H 1
  1016. | #define HAVE_MALLOC_H 1
  1017. | #define HAVE_MEMORY_H 1
  1018. | #define HAVE_STDLIB_H 1
  1019. | #define HAVE_STDIO_H 1
  1020. | #define HAVE_UNISTD_H 1
  1021. | /* end confdefs.h. */
  1022. | #include <dl.h>
  1023. configure:11273: result: no
  1024. configure:11306: checking for dl.h
  1025. configure:11314: result: no
  1026. configure:11173: checking sys/dl.h usability
  1027. configure:11190: gcc -c -g -O2 conftest.c >&5
  1028. conftest.c:97:20: fatal error: sys/dl.h: No such file or directory
  1029. compilation terminated.
  1030. configure:11196: $? = 1
  1031. configure: failed program was:
  1032. | /* confdefs.h. */
  1033. | #define PACKAGE_NAME "LLVM"
  1034. | #define PACKAGE_TARNAME "llvm"
  1035. | #define PACKAGE_VERSION "3.3svn"
  1036. | #define PACKAGE_STRING "LLVM 3.3svn"
  1037. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  1038. | #define LLVM_VERSION_MAJOR 3
  1039. | #define LLVM_VERSION_MINOR 3
  1040. | #define LLVM_ON_UNIX 1
  1041. | #define STDC_HEADERS 1
  1042. | #define HAVE_SYS_TYPES_H 1
  1043. | #define HAVE_SYS_STAT_H 1
  1044. | #define HAVE_STDLIB_H 1
  1045. | #define HAVE_STRING_H 1
  1046. | #define HAVE_MEMORY_H 1
  1047. | #define HAVE_STRINGS_H 1
  1048. | #define HAVE_INTTYPES_H 1
  1049. | #define HAVE_STDINT_H 1
  1050. | #define HAVE_UNISTD_H 1
  1051. | #define LLVM_ENABLE_THREADS 1
  1052. | #define ENABLE_PIC 1
  1053. | #define ENABLE_TIMESTAMPS 1
  1054. | #define ENABLE_BACKTRACES 1
  1055. | #define LLVM_NATIVE_ARCH X86
  1056. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1057. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1058. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  1059. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1060. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  1061. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  1062. | #define CLANG_RESOURCE_DIR ""
  1063. | #define C_INCLUDE_DIRS ""
  1064. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  1065. | #define DEFAULT_SYSROOT ""
  1066. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  1067. | #define HOST_LINK_VERSION "2.22"
  1068. | #define HAVE_LINK_R 1
  1069. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1070. | #define HAVE_DIRENT_H 1
  1071. | #define HAVE_DLFCN_H 1
  1072. | #define LTDL_SHLIB_EXT ".so"
  1073. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1074. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1075. | #define LTDL_OBJDIR ".libs/"
  1076. | #define HAVE_PRELOADED_SYMBOLS 1
  1077. | #define HAVE_LIBDL 1
  1078. | #define HAVE_DLERROR 1
  1079. | #define HAVE_ARGZ_H 1
  1080. | #define HAVE_ERROR_T 1
  1081. | #define HAVE_ARGZ_APPEND 1
  1082. | #define HAVE_ARGZ_CREATE_SEP 1
  1083. | #define HAVE_ARGZ_INSERT 1
  1084. | #define HAVE_ARGZ_NEXT 1
  1085. | #define HAVE_ARGZ_STRINGIFY 1
  1086. | #define HAVE_ASSERT_H 1
  1087. | #define HAVE_CTYPE_H 1
  1088. | #define HAVE_ERRNO_H 1
  1089. | #define HAVE_MALLOC_H 1
  1090. | #define HAVE_MEMORY_H 1
  1091. | #define HAVE_STDLIB_H 1
  1092. | #define HAVE_STDIO_H 1
  1093. | #define HAVE_UNISTD_H 1
  1094. | /* end confdefs.h. */
  1095. | #include <stdio.h>
  1096. | #if HAVE_SYS_TYPES_H
  1097. | # include <sys/types.h>
  1098. | #endif
  1099. | #if HAVE_SYS_STAT_H
  1100. | # include <sys/stat.h>
  1101. | #endif
  1102. | #if STDC_HEADERS
  1103. | # include <stdlib.h>
  1104. | # include <stddef.h>
  1105. | #else
  1106. | # if HAVE_STDLIB_H
  1107. | # include <stdlib.h>
  1108. | # endif
  1109. | #endif
  1110. | #if HAVE_STRING_H
  1111. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1112. | # include <memory.h>
  1113. | # endif
  1114. | # include <string.h>
  1115. | #endif
  1116. | #if HAVE_STRINGS_H
  1117. | # include <strings.h>
  1118. | #endif
  1119. | #if HAVE_INTTYPES_H
  1120. | # include <inttypes.h>
  1121. | #endif
  1122. | #if HAVE_STDINT_H
  1123. | # include <stdint.h>
  1124. | #endif
  1125. | #if HAVE_UNISTD_H
  1126. | # include <unistd.h>
  1127. | #endif
  1128. | #include <sys/dl.h>
  1129. configure:11227: result: no
  1130. configure:11231: checking sys/dl.h presence
  1131. configure:11246: gcc -E conftest.c
  1132. conftest.c:64:20: fatal error: sys/dl.h: No such file or directory
  1133. compilation terminated.
  1134. configure:11252: $? = 1
  1135. configure: failed program was:
  1136. | /* confdefs.h. */
  1137. | #define PACKAGE_NAME "LLVM"
  1138. | #define PACKAGE_TARNAME "llvm"
  1139. | #define PACKAGE_VERSION "3.3svn"
  1140. | #define PACKAGE_STRING "LLVM 3.3svn"
  1141. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  1142. | #define LLVM_VERSION_MAJOR 3
  1143. | #define LLVM_VERSION_MINOR 3
  1144. | #define LLVM_ON_UNIX 1
  1145. | #define STDC_HEADERS 1
  1146. | #define HAVE_SYS_TYPES_H 1
  1147. | #define HAVE_SYS_STAT_H 1
  1148. | #define HAVE_STDLIB_H 1
  1149. | #define HAVE_STRING_H 1
  1150. | #define HAVE_MEMORY_H 1
  1151. | #define HAVE_STRINGS_H 1
  1152. | #define HAVE_INTTYPES_H 1
  1153. | #define HAVE_STDINT_H 1
  1154. | #define HAVE_UNISTD_H 1
  1155. | #define LLVM_ENABLE_THREADS 1
  1156. | #define ENABLE_PIC 1
  1157. | #define ENABLE_TIMESTAMPS 1
  1158. | #define ENABLE_BACKTRACES 1
  1159. | #define LLVM_NATIVE_ARCH X86
  1160. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1161. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1162. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  1163. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1164. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  1165. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  1166. | #define CLANG_RESOURCE_DIR ""
  1167. | #define C_INCLUDE_DIRS ""
  1168. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  1169. | #define DEFAULT_SYSROOT ""
  1170. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  1171. | #define HOST_LINK_VERSION "2.22"
  1172. | #define HAVE_LINK_R 1
  1173. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1174. | #define HAVE_DIRENT_H 1
  1175. | #define HAVE_DLFCN_H 1
  1176. | #define LTDL_SHLIB_EXT ".so"
  1177. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1178. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1179. | #define LTDL_OBJDIR ".libs/"
  1180. | #define HAVE_PRELOADED_SYMBOLS 1
  1181. | #define HAVE_LIBDL 1
  1182. | #define HAVE_DLERROR 1
  1183. | #define HAVE_ARGZ_H 1
  1184. | #define HAVE_ERROR_T 1
  1185. | #define HAVE_ARGZ_APPEND 1
  1186. | #define HAVE_ARGZ_CREATE_SEP 1
  1187. | #define HAVE_ARGZ_INSERT 1
  1188. | #define HAVE_ARGZ_NEXT 1
  1189. | #define HAVE_ARGZ_STRINGIFY 1
  1190. | #define HAVE_ASSERT_H 1
  1191. | #define HAVE_CTYPE_H 1
  1192. | #define HAVE_ERRNO_H 1
  1193. | #define HAVE_MALLOC_H 1
  1194. | #define HAVE_MEMORY_H 1
  1195. | #define HAVE_STDLIB_H 1
  1196. | #define HAVE_STDIO_H 1
  1197. | #define HAVE_UNISTD_H 1
  1198. | /* end confdefs.h. */
  1199. | #include <sys/dl.h>
  1200. configure:11273: result: no
  1201. configure:11306: checking for sys/dl.h
  1202. configure:11314: result: no
  1203. configure:11173: checking dld.h usability
  1204. configure:11190: gcc -c -g -O2 conftest.c >&5
  1205. conftest.c:97:17: fatal error: dld.h: No such file or directory
  1206. compilation terminated.
  1207. configure:11196: $? = 1
  1208. configure: failed program was:
  1209. | /* confdefs.h. */
  1210. | #define PACKAGE_NAME "LLVM"
  1211. | #define PACKAGE_TARNAME "llvm"
  1212. | #define PACKAGE_VERSION "3.3svn"
  1213. | #define PACKAGE_STRING "LLVM 3.3svn"
  1214. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  1215. | #define LLVM_VERSION_MAJOR 3
  1216. | #define LLVM_VERSION_MINOR 3
  1217. | #define LLVM_ON_UNIX 1
  1218. | #define STDC_HEADERS 1
  1219. | #define HAVE_SYS_TYPES_H 1
  1220. | #define HAVE_SYS_STAT_H 1
  1221. | #define HAVE_STDLIB_H 1
  1222. | #define HAVE_STRING_H 1
  1223. | #define HAVE_MEMORY_H 1
  1224. | #define HAVE_STRINGS_H 1
  1225. | #define HAVE_INTTYPES_H 1
  1226. | #define HAVE_STDINT_H 1
  1227. | #define HAVE_UNISTD_H 1
  1228. | #define LLVM_ENABLE_THREADS 1
  1229. | #define ENABLE_PIC 1
  1230. | #define ENABLE_TIMESTAMPS 1
  1231. | #define ENABLE_BACKTRACES 1
  1232. | #define LLVM_NATIVE_ARCH X86
  1233. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1234. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1235. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  1236. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1237. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  1238. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  1239. | #define CLANG_RESOURCE_DIR ""
  1240. | #define C_INCLUDE_DIRS ""
  1241. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  1242. | #define DEFAULT_SYSROOT ""
  1243. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  1244. | #define HOST_LINK_VERSION "2.22"
  1245. | #define HAVE_LINK_R 1
  1246. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1247. | #define HAVE_DIRENT_H 1
  1248. | #define HAVE_DLFCN_H 1
  1249. | #define LTDL_SHLIB_EXT ".so"
  1250. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1251. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1252. | #define LTDL_OBJDIR ".libs/"
  1253. | #define HAVE_PRELOADED_SYMBOLS 1
  1254. | #define HAVE_LIBDL 1
  1255. | #define HAVE_DLERROR 1
  1256. | #define HAVE_ARGZ_H 1
  1257. | #define HAVE_ERROR_T 1
  1258. | #define HAVE_ARGZ_APPEND 1
  1259. | #define HAVE_ARGZ_CREATE_SEP 1
  1260. | #define HAVE_ARGZ_INSERT 1
  1261. | #define HAVE_ARGZ_NEXT 1
  1262. | #define HAVE_ARGZ_STRINGIFY 1
  1263. | #define HAVE_ASSERT_H 1
  1264. | #define HAVE_CTYPE_H 1
  1265. | #define HAVE_ERRNO_H 1
  1266. | #define HAVE_MALLOC_H 1
  1267. | #define HAVE_MEMORY_H 1
  1268. | #define HAVE_STDLIB_H 1
  1269. | #define HAVE_STDIO_H 1
  1270. | #define HAVE_UNISTD_H 1
  1271. | /* end confdefs.h. */
  1272. | #include <stdio.h>
  1273. | #if HAVE_SYS_TYPES_H
  1274. | # include <sys/types.h>
  1275. | #endif
  1276. | #if HAVE_SYS_STAT_H
  1277. | # include <sys/stat.h>
  1278. | #endif
  1279. | #if STDC_HEADERS
  1280. | # include <stdlib.h>
  1281. | # include <stddef.h>
  1282. | #else
  1283. | # if HAVE_STDLIB_H
  1284. | # include <stdlib.h>
  1285. | # endif
  1286. | #endif
  1287. | #if HAVE_STRING_H
  1288. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1289. | # include <memory.h>
  1290. | # endif
  1291. | # include <string.h>
  1292. | #endif
  1293. | #if HAVE_STRINGS_H
  1294. | # include <strings.h>
  1295. | #endif
  1296. | #if HAVE_INTTYPES_H
  1297. | # include <inttypes.h>
  1298. | #endif
  1299. | #if HAVE_STDINT_H
  1300. | # include <stdint.h>
  1301. | #endif
  1302. | #if HAVE_UNISTD_H
  1303. | # include <unistd.h>
  1304. | #endif
  1305. | #include <dld.h>
  1306. configure:11227: result: no
  1307. configure:11231: checking dld.h presence
  1308. configure:11246: gcc -E conftest.c
  1309. conftest.c:64:17: fatal error: dld.h: No such file or directory
  1310. compilation terminated.
  1311. configure:11252: $? = 1
  1312. configure: failed program was:
  1313. | /* confdefs.h. */
  1314. | #define PACKAGE_NAME "LLVM"
  1315. | #define PACKAGE_TARNAME "llvm"
  1316. | #define PACKAGE_VERSION "3.3svn"
  1317. | #define PACKAGE_STRING "LLVM 3.3svn"
  1318. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  1319. | #define LLVM_VERSION_MAJOR 3
  1320. | #define LLVM_VERSION_MINOR 3
  1321. | #define LLVM_ON_UNIX 1
  1322. | #define STDC_HEADERS 1
  1323. | #define HAVE_SYS_TYPES_H 1
  1324. | #define HAVE_SYS_STAT_H 1
  1325. | #define HAVE_STDLIB_H 1
  1326. | #define HAVE_STRING_H 1
  1327. | #define HAVE_MEMORY_H 1
  1328. | #define HAVE_STRINGS_H 1
  1329. | #define HAVE_INTTYPES_H 1
  1330. | #define HAVE_STDINT_H 1
  1331. | #define HAVE_UNISTD_H 1
  1332. | #define LLVM_ENABLE_THREADS 1
  1333. | #define ENABLE_PIC 1
  1334. | #define ENABLE_TIMESTAMPS 1
  1335. | #define ENABLE_BACKTRACES 1
  1336. | #define LLVM_NATIVE_ARCH X86
  1337. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1338. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1339. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  1340. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1341. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  1342. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  1343. | #define CLANG_RESOURCE_DIR ""
  1344. | #define C_INCLUDE_DIRS ""
  1345. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  1346. | #define DEFAULT_SYSROOT ""
  1347. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  1348. | #define HOST_LINK_VERSION "2.22"
  1349. | #define HAVE_LINK_R 1
  1350. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1351. | #define HAVE_DIRENT_H 1
  1352. | #define HAVE_DLFCN_H 1
  1353. | #define LTDL_SHLIB_EXT ".so"
  1354. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1355. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1356. | #define LTDL_OBJDIR ".libs/"
  1357. | #define HAVE_PRELOADED_SYMBOLS 1
  1358. | #define HAVE_LIBDL 1
  1359. | #define HAVE_DLERROR 1
  1360. | #define HAVE_ARGZ_H 1
  1361. | #define HAVE_ERROR_T 1
  1362. | #define HAVE_ARGZ_APPEND 1
  1363. | #define HAVE_ARGZ_CREATE_SEP 1
  1364. | #define HAVE_ARGZ_INSERT 1
  1365. | #define HAVE_ARGZ_NEXT 1
  1366. | #define HAVE_ARGZ_STRINGIFY 1
  1367. | #define HAVE_ASSERT_H 1
  1368. | #define HAVE_CTYPE_H 1
  1369. | #define HAVE_ERRNO_H 1
  1370. | #define HAVE_MALLOC_H 1
  1371. | #define HAVE_MEMORY_H 1
  1372. | #define HAVE_STDLIB_H 1
  1373. | #define HAVE_STDIO_H 1
  1374. | #define HAVE_UNISTD_H 1
  1375. | /* end confdefs.h. */
  1376. | #include <dld.h>
  1377. configure:11273: result: no
  1378. configure:11306: checking for dld.h
  1379. configure:11314: result: no
  1380. configure:11173: checking mach-o/dyld.h usability
  1381. configure:11190: gcc -c -g -O2 conftest.c >&5
  1382. conftest.c:97:25: fatal error: mach-o/dyld.h: No such file or directory
  1383. compilation terminated.
  1384. configure:11196: $? = 1
  1385. configure: failed program was:
  1386. | /* confdefs.h. */
  1387. | #define PACKAGE_NAME "LLVM"
  1388. | #define PACKAGE_TARNAME "llvm"
  1389. | #define PACKAGE_VERSION "3.3svn"
  1390. | #define PACKAGE_STRING "LLVM 3.3svn"
  1391. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  1392. | #define LLVM_VERSION_MAJOR 3
  1393. | #define LLVM_VERSION_MINOR 3
  1394. | #define LLVM_ON_UNIX 1
  1395. | #define STDC_HEADERS 1
  1396. | #define HAVE_SYS_TYPES_H 1
  1397. | #define HAVE_SYS_STAT_H 1
  1398. | #define HAVE_STDLIB_H 1
  1399. | #define HAVE_STRING_H 1
  1400. | #define HAVE_MEMORY_H 1
  1401. | #define HAVE_STRINGS_H 1
  1402. | #define HAVE_INTTYPES_H 1
  1403. | #define HAVE_STDINT_H 1
  1404. | #define HAVE_UNISTD_H 1
  1405. | #define LLVM_ENABLE_THREADS 1
  1406. | #define ENABLE_PIC 1
  1407. | #define ENABLE_TIMESTAMPS 1
  1408. | #define ENABLE_BACKTRACES 1
  1409. | #define LLVM_NATIVE_ARCH X86
  1410. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1411. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1412. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  1413. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1414. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  1415. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  1416. | #define CLANG_RESOURCE_DIR ""
  1417. | #define C_INCLUDE_DIRS ""
  1418. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  1419. | #define DEFAULT_SYSROOT ""
  1420. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  1421. | #define HOST_LINK_VERSION "2.22"
  1422. | #define HAVE_LINK_R 1
  1423. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1424. | #define HAVE_DIRENT_H 1
  1425. | #define HAVE_DLFCN_H 1
  1426. | #define LTDL_SHLIB_EXT ".so"
  1427. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1428. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1429. | #define LTDL_OBJDIR ".libs/"
  1430. | #define HAVE_PRELOADED_SYMBOLS 1
  1431. | #define HAVE_LIBDL 1
  1432. | #define HAVE_DLERROR 1
  1433. | #define HAVE_ARGZ_H 1
  1434. | #define HAVE_ERROR_T 1
  1435. | #define HAVE_ARGZ_APPEND 1
  1436. | #define HAVE_ARGZ_CREATE_SEP 1
  1437. | #define HAVE_ARGZ_INSERT 1
  1438. | #define HAVE_ARGZ_NEXT 1
  1439. | #define HAVE_ARGZ_STRINGIFY 1
  1440. | #define HAVE_ASSERT_H 1
  1441. | #define HAVE_CTYPE_H 1
  1442. | #define HAVE_ERRNO_H 1
  1443. | #define HAVE_MALLOC_H 1
  1444. | #define HAVE_MEMORY_H 1
  1445. | #define HAVE_STDLIB_H 1
  1446. | #define HAVE_STDIO_H 1
  1447. | #define HAVE_UNISTD_H 1
  1448. | /* end confdefs.h. */
  1449. | #include <stdio.h>
  1450. | #if HAVE_SYS_TYPES_H
  1451. | # include <sys/types.h>
  1452. | #endif
  1453. | #if HAVE_SYS_STAT_H
  1454. | # include <sys/stat.h>
  1455. | #endif
  1456. | #if STDC_HEADERS
  1457. | # include <stdlib.h>
  1458. | # include <stddef.h>
  1459. | #else
  1460. | # if HAVE_STDLIB_H
  1461. | # include <stdlib.h>
  1462. | # endif
  1463. | #endif
  1464. | #if HAVE_STRING_H
  1465. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1466. | # include <memory.h>
  1467. | # endif
  1468. | # include <string.h>
  1469. | #endif
  1470. | #if HAVE_STRINGS_H
  1471. | # include <strings.h>
  1472. | #endif
  1473. | #if HAVE_INTTYPES_H
  1474. | # include <inttypes.h>
  1475. | #endif
  1476. | #if HAVE_STDINT_H
  1477. | # include <stdint.h>
  1478. | #endif
  1479. | #if HAVE_UNISTD_H
  1480. | # include <unistd.h>
  1481. | #endif
  1482. | #include <mach-o/dyld.h>
  1483. configure:11227: result: no
  1484. configure:11231: checking mach-o/dyld.h presence
  1485. configure:11246: gcc -E conftest.c
  1486. conftest.c:64:25: fatal error: mach-o/dyld.h: No such file or directory
  1487. compilation terminated.
  1488. configure:11252: $? = 1
  1489. configure: failed program was:
  1490. | /* confdefs.h. */
  1491. | #define PACKAGE_NAME "LLVM"
  1492. | #define PACKAGE_TARNAME "llvm"
  1493. | #define PACKAGE_VERSION "3.3svn"
  1494. | #define PACKAGE_STRING "LLVM 3.3svn"
  1495. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  1496. | #define LLVM_VERSION_MAJOR 3
  1497. | #define LLVM_VERSION_MINOR 3
  1498. | #define LLVM_ON_UNIX 1
  1499. | #define STDC_HEADERS 1
  1500. | #define HAVE_SYS_TYPES_H 1
  1501. | #define HAVE_SYS_STAT_H 1
  1502. | #define HAVE_STDLIB_H 1
  1503. | #define HAVE_STRING_H 1
  1504. | #define HAVE_MEMORY_H 1
  1505. | #define HAVE_STRINGS_H 1
  1506. | #define HAVE_INTTYPES_H 1
  1507. | #define HAVE_STDINT_H 1
  1508. | #define HAVE_UNISTD_H 1
  1509. | #define LLVM_ENABLE_THREADS 1
  1510. | #define ENABLE_PIC 1
  1511. | #define ENABLE_TIMESTAMPS 1
  1512. | #define ENABLE_BACKTRACES 1
  1513. | #define LLVM_NATIVE_ARCH X86
  1514. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1515. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1516. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  1517. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1518. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  1519. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  1520. | #define CLANG_RESOURCE_DIR ""
  1521. | #define C_INCLUDE_DIRS ""
  1522. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  1523. | #define DEFAULT_SYSROOT ""
  1524. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  1525. | #define HOST_LINK_VERSION "2.22"
  1526. | #define HAVE_LINK_R 1
  1527. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1528. | #define HAVE_DIRENT_H 1
  1529. | #define HAVE_DLFCN_H 1
  1530. | #define LTDL_SHLIB_EXT ".so"
  1531. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1532. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1533. | #define LTDL_OBJDIR ".libs/"
  1534. | #define HAVE_PRELOADED_SYMBOLS 1
  1535. | #define HAVE_LIBDL 1
  1536. | #define HAVE_DLERROR 1
  1537. | #define HAVE_ARGZ_H 1
  1538. | #define HAVE_ERROR_T 1
  1539. | #define HAVE_ARGZ_APPEND 1
  1540. | #define HAVE_ARGZ_CREATE_SEP 1
  1541. | #define HAVE_ARGZ_INSERT 1
  1542. | #define HAVE_ARGZ_NEXT 1
  1543. | #define HAVE_ARGZ_STRINGIFY 1
  1544. | #define HAVE_ASSERT_H 1
  1545. | #define HAVE_CTYPE_H 1
  1546. | #define HAVE_ERRNO_H 1
  1547. | #define HAVE_MALLOC_H 1
  1548. | #define HAVE_MEMORY_H 1
  1549. | #define HAVE_STDLIB_H 1
  1550. | #define HAVE_STDIO_H 1
  1551. | #define HAVE_UNISTD_H 1
  1552. | /* end confdefs.h. */
  1553. | #include <mach-o/dyld.h>
  1554. configure:11273: result: no
  1555. configure:11306: checking for mach-o/dyld.h
  1556. configure:11314: result: no
  1557. configure:11333: checking for string.h
  1558. configure:11339: result: yes
  1559. configure:11503: checking for strchr
  1560. configure:11559: gcc -o conftest -g -O2 conftest.c >&5
  1561. conftest.c:88:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  1562. configure:11565: $? = 0
  1563. configure:11572: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1564. configure:11575: $? = 0
  1565. configure:11582: test -s conftest
  1566. configure:11585: $? = 0
  1567. configure:11599: result: yes
  1568. configure:11614: checking for strrchr
  1569. configure:11670: gcc -o conftest -g -O2 conftest.c >&5
  1570. conftest.c:89:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  1571. configure:11676: $? = 0
  1572. configure:11683: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1573. configure:11686: $? = 0
  1574. configure:11693: test -s conftest
  1575. configure:11696: $? = 0
  1576. configure:11710: result: yes
  1577. configure:11725: checking for memcpy
  1578. configure:11781: gcc -o conftest -g -O2 conftest.c >&5
  1579. conftest.c:90:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
  1580. configure:11787: $? = 0
  1581. configure:11794: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1582. configure:11797: $? = 0
  1583. configure:11804: test -s conftest
  1584. configure:11807: $? = 0
  1585. configure:11821: result: yes
  1586. configure:11836: checking for memmove
  1587. configure:11892: gcc -o conftest -g -O2 conftest.c >&5
  1588. conftest.c:91:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  1589. configure:11898: $? = 0
  1590. configure:11905: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1591. configure:11908: $? = 0
  1592. configure:11915: test -s conftest
  1593. configure:11918: $? = 0
  1594. configure:11932: result: yes
  1595. configure:11836: checking for strcmp
  1596. configure:11892: gcc -o conftest -g -O2 conftest.c >&5
  1597. conftest.c:92:6: warning: conflicting types for built-in function 'strcmp' [enabled by default]
  1598. configure:11898: $? = 0
  1599. configure:11905: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1600. configure:11908: $? = 0
  1601. configure:11915: test -s conftest
  1602. configure:11918: $? = 0
  1603. configure:11932: result: yes
  1604. configure:11948: checking for closedir
  1605. configure:12004: gcc -o conftest -g -O2 conftest.c >&5
  1606. configure:12010: $? = 0
  1607. configure:12017: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1608. configure:12020: $? = 0
  1609. configure:12027: test -s conftest
  1610. configure:12030: $? = 0
  1611. configure:12044: result: yes
  1612. configure:11948: checking for opendir
  1613. configure:12004: gcc -o conftest -g -O2 conftest.c >&5
  1614. configure:12010: $? = 0
  1615. configure:12017: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1616. configure:12020: $? = 0
  1617. configure:12027: test -s conftest
  1618. configure:12030: $? = 0
  1619. configure:12044: result: yes
  1620. configure:11948: checking for readdir
  1621. configure:12004: gcc -o conftest -g -O2 conftest.c >&5
  1622. configure:12010: $? = 0
  1623. configure:12017: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1624. configure:12020: $? = 0
  1625. configure:12027: test -s conftest
  1626. configure:12030: $? = 0
  1627. configure:12044: result: yes
  1628. configure:12056: checking tool compatibility
  1629. configure:12098: gcc -c -g -O2 conftest.c >&5
  1630. configure:12104: $? = 0
  1631. configure:12111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1632. configure:12114: $? = 0
  1633. configure:12121: test -s conftest.o
  1634. configure:12124: $? = 0
  1635. configure:12146: result: ok
  1636. configure:12149: checking optional compiler flags
  1637. configure:12157: result: -Wno-variadic-macros -Wno-missing-field-initializers
  1638. configure:12162: checking for sin in -lm
  1639. configure:12197: gcc -o conftest -g -O2 conftest.c -lm >&5
  1640. conftest.c:80:6: warning: conflicting types for built-in function 'sin' [enabled by default]
  1641. configure:12203: $? = 0
  1642. configure:12210: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1643. configure:12213: $? = 0
  1644. configure:12220: test -s conftest
  1645. configure:12223: $? = 0
  1646. configure:12237: result: yes
  1647. configure:12413: checking for library containing dlopen
  1648. configure:12454: gcc -o conftest -g -O2 conftest.c -lm >&5
  1649. /tmp/cc5kJG7v.o: In function `main':
  1650. /home/daniel/programming/build/conftest.c:85: undefined reference to `dlopen'
  1651. collect2: ld returned 1 exit status
  1652. configure:12460: $? = 1
  1653. configure: failed program was:
  1654. | /* confdefs.h. */
  1655. | #define PACKAGE_NAME "LLVM"
  1656. | #define PACKAGE_TARNAME "llvm"
  1657. | #define PACKAGE_VERSION "3.3svn"
  1658. | #define PACKAGE_STRING "LLVM 3.3svn"
  1659. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  1660. | #define LLVM_VERSION_MAJOR 3
  1661. | #define LLVM_VERSION_MINOR 3
  1662. | #define LLVM_ON_UNIX 1
  1663. | #define STDC_HEADERS 1
  1664. | #define HAVE_SYS_TYPES_H 1
  1665. | #define HAVE_SYS_STAT_H 1
  1666. | #define HAVE_STDLIB_H 1
  1667. | #define HAVE_STRING_H 1
  1668. | #define HAVE_MEMORY_H 1
  1669. | #define HAVE_STRINGS_H 1
  1670. | #define HAVE_INTTYPES_H 1
  1671. | #define HAVE_STDINT_H 1
  1672. | #define HAVE_UNISTD_H 1
  1673. | #define LLVM_ENABLE_THREADS 1
  1674. | #define ENABLE_PIC 1
  1675. | #define ENABLE_TIMESTAMPS 1
  1676. | #define ENABLE_BACKTRACES 1
  1677. | #define LLVM_NATIVE_ARCH X86
  1678. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1679. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1680. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  1681. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1682. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  1683. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  1684. | #define CLANG_RESOURCE_DIR ""
  1685. | #define C_INCLUDE_DIRS ""
  1686. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  1687. | #define DEFAULT_SYSROOT ""
  1688. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  1689. | #define HOST_LINK_VERSION "2.22"
  1690. | #define HAVE_LINK_R 1
  1691. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1692. | #define HAVE_DIRENT_H 1
  1693. | #define HAVE_DLFCN_H 1
  1694. | #define LTDL_SHLIB_EXT ".so"
  1695. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1696. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1697. | #define LTDL_OBJDIR ".libs/"
  1698. | #define HAVE_PRELOADED_SYMBOLS 1
  1699. | #define HAVE_LIBDL 1
  1700. | #define HAVE_DLERROR 1
  1701. | #define HAVE_ARGZ_H 1
  1702. | #define HAVE_ERROR_T 1
  1703. | #define HAVE_ARGZ_APPEND 1
  1704. | #define HAVE_ARGZ_CREATE_SEP 1
  1705. | #define HAVE_ARGZ_INSERT 1
  1706. | #define HAVE_ARGZ_NEXT 1
  1707. | #define HAVE_ARGZ_STRINGIFY 1
  1708. | #define HAVE_ASSERT_H 1
  1709. | #define HAVE_CTYPE_H 1
  1710. | #define HAVE_ERRNO_H 1
  1711. | #define HAVE_MALLOC_H 1
  1712. | #define HAVE_MEMORY_H 1
  1713. | #define HAVE_STDLIB_H 1
  1714. | #define HAVE_STDIO_H 1
  1715. | #define HAVE_UNISTD_H 1
  1716. | #define HAVE_STRING_H 1
  1717. | #define HAVE_STRCHR 1
  1718. | #define HAVE_STRRCHR 1
  1719. | #define HAVE_MEMCPY 1
  1720. | #define HAVE_MEMMOVE 1
  1721. | #define HAVE_STRCMP 1
  1722. | #define HAVE_CLOSEDIR 1
  1723. | #define HAVE_OPENDIR 1
  1724. | #define HAVE_READDIR 1
  1725. | #define HAVE_LIBM 1
  1726. | /* end confdefs.h. */
  1727. |
  1728. | /* Override any GCC internal prototype to avoid an error.
  1729. | Use char because int might match the return type of a GCC
  1730. | builtin and then its argument prototype would still apply. */
  1731. | #ifdef __cplusplus
  1732. | extern "C"
  1733. | #endif
  1734. | char dlopen ();
  1735. | int
  1736. | main ()
  1737. | {
  1738. | return dlopen ();
  1739. | ;
  1740. | return 0;
  1741. | }
  1742. configure:12454: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  1743. configure:12460: $? = 0
  1744. configure:12467: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1745. configure:12470: $? = 0
  1746. configure:12477: test -s conftest
  1747. configure:12480: $? = 0
  1748. configure:12504: result: -ldl
  1749. configure:12630: checking for library containing mallinfo
  1750. configure:12671: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  1751. configure:12677: $? = 0
  1752. configure:12684: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1753. configure:12687: $? = 0
  1754. configure:12694: test -s conftest
  1755. configure:12697: $? = 0
  1756. configure:12721: result: none required
  1757. configure:12736: checking for pthread_mutex_init in -lpthread
  1758. configure:12771: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  1759. configure:12777: $? = 0
  1760. configure:12784: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1761. configure:12787: $? = 0
  1762. configure:12794: test -s conftest
  1763. configure:12797: $? = 0
  1764. configure:12811: result: yes
  1765. configure:12822: checking for library containing pthread_mutex_lock
  1766. configure:12863: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  1767. configure:12869: $? = 0
  1768. configure:12876: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1769. configure:12879: $? = 0
  1770. configure:12886: test -s conftest
  1771. configure:12889: $? = 0
  1772. configure:12913: result: none required
  1773. configure:12925: checking for library containing pthread_rwlock_init
  1774. configure:12966: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  1775. configure:12972: $? = 0
  1776. configure:12979: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1777. configure:12982: $? = 0
  1778. configure:12989: test -s conftest
  1779. configure:12992: $? = 0
  1780. configure:13016: result: none required
  1781. configure:13028: checking for library containing pthread_getspecific
  1782. configure:13069: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  1783. configure:13075: $? = 0
  1784. configure:13082: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1785. configure:13085: $? = 0
  1786. configure:13092: test -s conftest
  1787. configure:13095: $? = 0
  1788. configure:13119: result: none required
  1789. configure:13697: checking for xml2-config
  1790. configure:13727: result: no
  1791. configure:13736: checking for libxml2 includes
  1792. configure:13739: result: xml2-config not found
  1793. configure:13844: checking for dirent.h that defines DIR
  1794. configure:13912: result: yes
  1795. configure:13925: checking for library containing opendir
  1796. configure:14016: result: none required
  1797. configure:14126: checking for MAP_ANONYMOUS vs. MAP_ANON
  1798. configure:14160: gcc -c -g -O2 conftest.c >&5
  1799. configure:14166: $? = 0
  1800. configure:14173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1801. configure:14176: $? = 0
  1802. configure:14183: test -s conftest.o
  1803. configure:14186: $? = 0
  1804. configure:14205: result: yes
  1805. configure:14215: checking whether stat file-mode macros are broken
  1806. configure:14263: result: no
  1807. configure:14273: checking for sys/wait.h that is POSIX.1 compatible
  1808. configure:14309: gcc -c -g -O2 conftest.c >&5
  1809. configure:14315: $? = 0
  1810. configure:14322: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1811. configure:14325: $? = 0
  1812. configure:14332: test -s conftest.o
  1813. configure:14335: $? = 0
  1814. configure:14347: result: yes
  1815. configure:14357: checking whether time.h and sys/time.h may both be included
  1816. configure:14387: gcc -c -g -O2 conftest.c >&5
  1817. configure:14393: $? = 0
  1818. configure:14400: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1819. configure:14403: $? = 0
  1820. configure:14410: test -s conftest.o
  1821. configure:14413: $? = 0
  1822. configure:14425: result: yes
  1823. configure:14446: checking for dlfcn.h
  1824. configure:14452: result: yes
  1825. configure:14456: checking execinfo.h usability
  1826. configure:14473: gcc -c -g -O2 conftest.c >&5
  1827. configure:14479: $? = 0
  1828. configure:14486: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1829. configure:14489: $? = 0
  1830. configure:14496: test -s conftest.o
  1831. configure:14499: $? = 0
  1832. configure:14510: result: yes
  1833. configure:14514: checking execinfo.h presence
  1834. configure:14529: gcc -E conftest.c
  1835. configure:14535: $? = 0
  1836. configure:14556: result: yes
  1837. configure:14589: checking for execinfo.h
  1838. configure:14597: result: yes
  1839. configure:14456: checking fcntl.h usability
  1840. configure:14473: gcc -c -g -O2 conftest.c >&5
  1841. configure:14479: $? = 0
  1842. configure:14486: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1843. configure:14489: $? = 0
  1844. configure:14496: test -s conftest.o
  1845. configure:14499: $? = 0
  1846. configure:14510: result: yes
  1847. configure:14514: checking fcntl.h presence
  1848. configure:14529: gcc -E conftest.c
  1849. configure:14535: $? = 0
  1850. configure:14556: result: yes
  1851. configure:14589: checking for fcntl.h
  1852. configure:14597: result: yes
  1853. configure:14446: checking for inttypes.h
  1854. configure:14452: result: yes
  1855. configure:14456: checking limits.h usability
  1856. configure:14473: gcc -c -g -O2 conftest.c >&5
  1857. configure:14479: $? = 0
  1858. configure:14486: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1859. configure:14489: $? = 0
  1860. configure:14496: test -s conftest.o
  1861. configure:14499: $? = 0
  1862. configure:14510: result: yes
  1863. configure:14514: checking limits.h presence
  1864. configure:14529: gcc -E conftest.c
  1865. configure:14535: $? = 0
  1866. configure:14556: result: yes
  1867. configure:14589: checking for limits.h
  1868. configure:14597: result: yes
  1869. configure:14456: checking link.h usability
  1870. configure:14473: gcc -c -g -O2 conftest.c >&5
  1871. configure:14479: $? = 0
  1872. configure:14486: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1873. configure:14489: $? = 0
  1874. configure:14496: test -s conftest.o
  1875. configure:14499: $? = 0
  1876. configure:14510: result: yes
  1877. configure:14514: checking link.h presence
  1878. configure:14529: gcc -E conftest.c
  1879. configure:14535: $? = 0
  1880. configure:14556: result: yes
  1881. configure:14589: checking for link.h
  1882. configure:14597: result: yes
  1883. configure:14620: checking for malloc.h
  1884. configure:14626: result: yes
  1885. configure:14630: checking setjmp.h usability
  1886. configure:14647: gcc -c -g -O2 conftest.c >&5
  1887. configure:14653: $? = 0
  1888. configure:14660: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1889. configure:14663: $? = 0
  1890. configure:14670: test -s conftest.o
  1891. configure:14673: $? = 0
  1892. configure:14684: result: yes
  1893. configure:14688: checking setjmp.h presence
  1894. configure:14703: gcc -E conftest.c
  1895. configure:14709: $? = 0
  1896. configure:14730: result: yes
  1897. configure:14763: checking for setjmp.h
  1898. configure:14771: result: yes
  1899. configure:14630: checking signal.h usability
  1900. configure:14647: gcc -c -g -O2 conftest.c >&5
  1901. configure:14653: $? = 0
  1902. configure:14660: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1903. configure:14663: $? = 0
  1904. configure:14670: test -s conftest.o
  1905. configure:14673: $? = 0
  1906. configure:14684: result: yes
  1907. configure:14688: checking signal.h presence
  1908. configure:14703: gcc -E conftest.c
  1909. configure:14709: $? = 0
  1910. configure:14730: result: yes
  1911. configure:14763: checking for signal.h
  1912. configure:14771: result: yes
  1913. configure:14620: checking for stdint.h
  1914. configure:14626: result: yes
  1915. configure:14630: checking termios.h usability
  1916. configure:14647: gcc -c -g -O2 conftest.c >&5
  1917. configure:14653: $? = 0
  1918. configure:14660: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1919. configure:14663: $? = 0
  1920. configure:14670: test -s conftest.o
  1921. configure:14673: $? = 0
  1922. configure:14684: result: yes
  1923. configure:14688: checking termios.h presence
  1924. configure:14703: gcc -E conftest.c
  1925. configure:14709: $? = 0
  1926. configure:14730: result: yes
  1927. configure:14763: checking for termios.h
  1928. configure:14771: result: yes
  1929. configure:14620: checking for unistd.h
  1930. configure:14626: result: yes
  1931. configure:14800: checking utime.h usability
  1932. configure:14817: gcc -c -g -O2 conftest.c >&5
  1933. configure:14823: $? = 0
  1934. configure:14830: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1935. configure:14833: $? = 0
  1936. configure:14840: test -s conftest.o
  1937. configure:14843: $? = 0
  1938. configure:14854: result: yes
  1939. configure:14858: checking utime.h presence
  1940. configure:14873: gcc -E conftest.c
  1941. configure:14879: $? = 0
  1942. configure:14900: result: yes
  1943. configure:14933: checking for utime.h
  1944. configure:14941: result: yes
  1945. configure:14800: checking windows.h usability
  1946. configure:14817: gcc -c -g -O2 conftest.c >&5
  1947. conftest.c:133:21: fatal error: windows.h: No such file or directory
  1948. compilation terminated.
  1949. configure:14823: $? = 1
  1950. configure: failed program was:
  1951. | /* confdefs.h. */
  1952. | #define PACKAGE_NAME "LLVM"
  1953. | #define PACKAGE_TARNAME "llvm"
  1954. | #define PACKAGE_VERSION "3.3svn"
  1955. | #define PACKAGE_STRING "LLVM 3.3svn"
  1956. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  1957. | #define LLVM_VERSION_MAJOR 3
  1958. | #define LLVM_VERSION_MINOR 3
  1959. | #define LLVM_ON_UNIX 1
  1960. | #define STDC_HEADERS 1
  1961. | #define HAVE_SYS_TYPES_H 1
  1962. | #define HAVE_SYS_STAT_H 1
  1963. | #define HAVE_STDLIB_H 1
  1964. | #define HAVE_STRING_H 1
  1965. | #define HAVE_MEMORY_H 1
  1966. | #define HAVE_STRINGS_H 1
  1967. | #define HAVE_INTTYPES_H 1
  1968. | #define HAVE_STDINT_H 1
  1969. | #define HAVE_UNISTD_H 1
  1970. | #define LLVM_ENABLE_THREADS 1
  1971. | #define ENABLE_PIC 1
  1972. | #define ENABLE_TIMESTAMPS 1
  1973. | #define ENABLE_BACKTRACES 1
  1974. | #define LLVM_NATIVE_ARCH X86
  1975. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1976. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1977. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  1978. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1979. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  1980. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  1981. | #define CLANG_RESOURCE_DIR ""
  1982. | #define C_INCLUDE_DIRS ""
  1983. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  1984. | #define DEFAULT_SYSROOT ""
  1985. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  1986. | #define HOST_LINK_VERSION "2.22"
  1987. | #define HAVE_LINK_R 1
  1988. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1989. | #define HAVE_DIRENT_H 1
  1990. | #define HAVE_DLFCN_H 1
  1991. | #define LTDL_SHLIB_EXT ".so"
  1992. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1993. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  1994. | #define LTDL_OBJDIR ".libs/"
  1995. | #define HAVE_PRELOADED_SYMBOLS 1
  1996. | #define HAVE_LIBDL 1
  1997. | #define HAVE_DLERROR 1
  1998. | #define HAVE_ARGZ_H 1
  1999. | #define HAVE_ERROR_T 1
  2000. | #define HAVE_ARGZ_APPEND 1
  2001. | #define HAVE_ARGZ_CREATE_SEP 1
  2002. | #define HAVE_ARGZ_INSERT 1
  2003. | #define HAVE_ARGZ_NEXT 1
  2004. | #define HAVE_ARGZ_STRINGIFY 1
  2005. | #define HAVE_ASSERT_H 1
  2006. | #define HAVE_CTYPE_H 1
  2007. | #define HAVE_ERRNO_H 1
  2008. | #define HAVE_MALLOC_H 1
  2009. | #define HAVE_MEMORY_H 1
  2010. | #define HAVE_STDLIB_H 1
  2011. | #define HAVE_STDIO_H 1
  2012. | #define HAVE_UNISTD_H 1
  2013. | #define HAVE_STRING_H 1
  2014. | #define HAVE_STRCHR 1
  2015. | #define HAVE_STRRCHR 1
  2016. | #define HAVE_MEMCPY 1
  2017. | #define HAVE_MEMMOVE 1
  2018. | #define HAVE_STRCMP 1
  2019. | #define HAVE_CLOSEDIR 1
  2020. | #define HAVE_OPENDIR 1
  2021. | #define HAVE_READDIR 1
  2022. | #define HAVE_LIBM 1
  2023. | #define HAVE_DLOPEN 1
  2024. | #define HAVE_MALLINFO 1
  2025. | #define HAVE_LIBPTHREAD 1
  2026. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2027. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2028. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2029. | #define USE_UDIS86 0
  2030. | #define LLVM_USE_OPROFILE 0
  2031. | #define LLVM_USE_INTEL_JITEVENTS 0
  2032. | #define HAVE_DIRENT_H 1
  2033. | #define HAVE_MMAP_ANONYMOUS 1
  2034. | #define HAVE_SYS_WAIT_H 1
  2035. | #define TIME_WITH_SYS_TIME 1
  2036. | #define HAVE_DLFCN_H 1
  2037. | #define HAVE_EXECINFO_H 1
  2038. | #define HAVE_FCNTL_H 1
  2039. | #define HAVE_INTTYPES_H 1
  2040. | #define HAVE_LIMITS_H 1
  2041. | #define HAVE_LINK_H 1
  2042. | #define HAVE_MALLOC_H 1
  2043. | #define HAVE_SETJMP_H 1
  2044. | #define HAVE_SIGNAL_H 1
  2045. | #define HAVE_STDINT_H 1
  2046. | #define HAVE_TERMIOS_H 1
  2047. | #define HAVE_UNISTD_H 1
  2048. | #define HAVE_UTIME_H 1
  2049. | /* end confdefs.h. */
  2050. | #include <stdio.h>
  2051. | #if HAVE_SYS_TYPES_H
  2052. | # include <sys/types.h>
  2053. | #endif
  2054. | #if HAVE_SYS_STAT_H
  2055. | # include <sys/stat.h>
  2056. | #endif
  2057. | #if STDC_HEADERS
  2058. | # include <stdlib.h>
  2059. | # include <stddef.h>
  2060. | #else
  2061. | # if HAVE_STDLIB_H
  2062. | # include <stdlib.h>
  2063. | # endif
  2064. | #endif
  2065. | #if HAVE_STRING_H
  2066. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2067. | # include <memory.h>
  2068. | # endif
  2069. | # include <string.h>
  2070. | #endif
  2071. | #if HAVE_STRINGS_H
  2072. | # include <strings.h>
  2073. | #endif
  2074. | #if HAVE_INTTYPES_H
  2075. | # include <inttypes.h>
  2076. | #endif
  2077. | #if HAVE_STDINT_H
  2078. | # include <stdint.h>
  2079. | #endif
  2080. | #if HAVE_UNISTD_H
  2081. | # include <unistd.h>
  2082. | #endif
  2083. | #include <windows.h>
  2084. configure:14854: result: no
  2085. configure:14858: checking windows.h presence
  2086. configure:14873: gcc -E conftest.c
  2087. conftest.c:100:21: fatal error: windows.h: No such file or directory
  2088. compilation terminated.
  2089. configure:14879: $? = 1
  2090. configure: failed program was:
  2091. | /* confdefs.h. */
  2092. | #define PACKAGE_NAME "LLVM"
  2093. | #define PACKAGE_TARNAME "llvm"
  2094. | #define PACKAGE_VERSION "3.3svn"
  2095. | #define PACKAGE_STRING "LLVM 3.3svn"
  2096. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  2097. | #define LLVM_VERSION_MAJOR 3
  2098. | #define LLVM_VERSION_MINOR 3
  2099. | #define LLVM_ON_UNIX 1
  2100. | #define STDC_HEADERS 1
  2101. | #define HAVE_SYS_TYPES_H 1
  2102. | #define HAVE_SYS_STAT_H 1
  2103. | #define HAVE_STDLIB_H 1
  2104. | #define HAVE_STRING_H 1
  2105. | #define HAVE_MEMORY_H 1
  2106. | #define HAVE_STRINGS_H 1
  2107. | #define HAVE_INTTYPES_H 1
  2108. | #define HAVE_STDINT_H 1
  2109. | #define HAVE_UNISTD_H 1
  2110. | #define LLVM_ENABLE_THREADS 1
  2111. | #define ENABLE_PIC 1
  2112. | #define ENABLE_TIMESTAMPS 1
  2113. | #define ENABLE_BACKTRACES 1
  2114. | #define LLVM_NATIVE_ARCH X86
  2115. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2116. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2117. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  2118. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2119. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  2120. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  2121. | #define CLANG_RESOURCE_DIR ""
  2122. | #define C_INCLUDE_DIRS ""
  2123. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  2124. | #define DEFAULT_SYSROOT ""
  2125. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  2126. | #define HOST_LINK_VERSION "2.22"
  2127. | #define HAVE_LINK_R 1
  2128. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2129. | #define HAVE_DIRENT_H 1
  2130. | #define HAVE_DLFCN_H 1
  2131. | #define LTDL_SHLIB_EXT ".so"
  2132. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2133. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  2134. | #define LTDL_OBJDIR ".libs/"
  2135. | #define HAVE_PRELOADED_SYMBOLS 1
  2136. | #define HAVE_LIBDL 1
  2137. | #define HAVE_DLERROR 1
  2138. | #define HAVE_ARGZ_H 1
  2139. | #define HAVE_ERROR_T 1
  2140. | #define HAVE_ARGZ_APPEND 1
  2141. | #define HAVE_ARGZ_CREATE_SEP 1
  2142. | #define HAVE_ARGZ_INSERT 1
  2143. | #define HAVE_ARGZ_NEXT 1
  2144. | #define HAVE_ARGZ_STRINGIFY 1
  2145. | #define HAVE_ASSERT_H 1
  2146. | #define HAVE_CTYPE_H 1
  2147. | #define HAVE_ERRNO_H 1
  2148. | #define HAVE_MALLOC_H 1
  2149. | #define HAVE_MEMORY_H 1
  2150. | #define HAVE_STDLIB_H 1
  2151. | #define HAVE_STDIO_H 1
  2152. | #define HAVE_UNISTD_H 1
  2153. | #define HAVE_STRING_H 1
  2154. | #define HAVE_STRCHR 1
  2155. | #define HAVE_STRRCHR 1
  2156. | #define HAVE_MEMCPY 1
  2157. | #define HAVE_MEMMOVE 1
  2158. | #define HAVE_STRCMP 1
  2159. | #define HAVE_CLOSEDIR 1
  2160. | #define HAVE_OPENDIR 1
  2161. | #define HAVE_READDIR 1
  2162. | #define HAVE_LIBM 1
  2163. | #define HAVE_DLOPEN 1
  2164. | #define HAVE_MALLINFO 1
  2165. | #define HAVE_LIBPTHREAD 1
  2166. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2167. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2168. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2169. | #define USE_UDIS86 0
  2170. | #define LLVM_USE_OPROFILE 0
  2171. | #define LLVM_USE_INTEL_JITEVENTS 0
  2172. | #define HAVE_DIRENT_H 1
  2173. | #define HAVE_MMAP_ANONYMOUS 1
  2174. | #define HAVE_SYS_WAIT_H 1
  2175. | #define TIME_WITH_SYS_TIME 1
  2176. | #define HAVE_DLFCN_H 1
  2177. | #define HAVE_EXECINFO_H 1
  2178. | #define HAVE_FCNTL_H 1
  2179. | #define HAVE_INTTYPES_H 1
  2180. | #define HAVE_LIMITS_H 1
  2181. | #define HAVE_LINK_H 1
  2182. | #define HAVE_MALLOC_H 1
  2183. | #define HAVE_SETJMP_H 1
  2184. | #define HAVE_SIGNAL_H 1
  2185. | #define HAVE_STDINT_H 1
  2186. | #define HAVE_TERMIOS_H 1
  2187. | #define HAVE_UNISTD_H 1
  2188. | #define HAVE_UTIME_H 1
  2189. | /* end confdefs.h. */
  2190. | #include <windows.h>
  2191. configure:14900: result: no
  2192. configure:14933: checking for windows.h
  2193. configure:14941: result: no
  2194. configure:14973: checking sys/mman.h usability
  2195. configure:14990: gcc -c -g -O2 conftest.c >&5
  2196. configure:14996: $? = 0
  2197. configure:15003: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2198. configure:15006: $? = 0
  2199. configure:15013: test -s conftest.o
  2200. configure:15016: $? = 0
  2201. configure:15027: result: yes
  2202. configure:15031: checking sys/mman.h presence
  2203. configure:15046: gcc -E conftest.c
  2204. configure:15052: $? = 0
  2205. configure:15073: result: yes
  2206. configure:15106: checking for sys/mman.h
  2207. configure:15114: result: yes
  2208. configure:14973: checking sys/param.h usability
  2209. configure:14990: gcc -c -g -O2 conftest.c >&5
  2210. configure:14996: $? = 0
  2211. configure:15003: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2212. configure:15006: $? = 0
  2213. configure:15013: test -s conftest.o
  2214. configure:15016: $? = 0
  2215. configure:15027: result: yes
  2216. configure:15031: checking sys/param.h presence
  2217. configure:15046: gcc -E conftest.c
  2218. configure:15052: $? = 0
  2219. configure:15073: result: yes
  2220. configure:15106: checking for sys/param.h
  2221. configure:15114: result: yes
  2222. configure:14973: checking sys/resource.h usability
  2223. configure:14990: gcc -c -g -O2 conftest.c >&5
  2224. configure:14996: $? = 0
  2225. configure:15003: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2226. configure:15006: $? = 0
  2227. configure:15013: test -s conftest.o
  2228. configure:15016: $? = 0
  2229. configure:15027: result: yes
  2230. configure:15031: checking sys/resource.h presence
  2231. configure:15046: gcc -E conftest.c
  2232. configure:15052: $? = 0
  2233. configure:15073: result: yes
  2234. configure:15106: checking for sys/resource.h
  2235. configure:15114: result: yes
  2236. configure:14973: checking sys/time.h usability
  2237. configure:14990: gcc -c -g -O2 conftest.c >&5
  2238. configure:14996: $? = 0
  2239. configure:15003: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2240. configure:15006: $? = 0
  2241. configure:15013: test -s conftest.o
  2242. configure:15016: $? = 0
  2243. configure:15027: result: yes
  2244. configure:15031: checking sys/time.h presence
  2245. configure:15046: gcc -E conftest.c
  2246. configure:15052: $? = 0
  2247. configure:15073: result: yes
  2248. configure:15106: checking for sys/time.h
  2249. configure:15114: result: yes
  2250. configure:14973: checking sys/uio.h usability
  2251. configure:14990: gcc -c -g -O2 conftest.c >&5
  2252. configure:14996: $? = 0
  2253. configure:15003: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2254. configure:15006: $? = 0
  2255. configure:15013: test -s conftest.o
  2256. configure:15016: $? = 0
  2257. configure:15027: result: yes
  2258. configure:15031: checking sys/uio.h presence
  2259. configure:15046: gcc -E conftest.c
  2260. configure:15052: $? = 0
  2261. configure:15073: result: yes
  2262. configure:15106: checking for sys/uio.h
  2263. configure:15114: result: yes
  2264. configure:15135: checking for sys/types.h
  2265. configure:15141: result: yes
  2266. configure:15145: checking sys/ioctl.h usability
  2267. configure:15162: gcc -c -g -O2 conftest.c >&5
  2268. configure:15168: $? = 0
  2269. configure:15175: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2270. configure:15178: $? = 0
  2271. configure:15185: test -s conftest.o
  2272. configure:15188: $? = 0
  2273. configure:15199: result: yes
  2274. configure:15203: checking sys/ioctl.h presence
  2275. configure:15218: gcc -E conftest.c
  2276. configure:15224: $? = 0
  2277. configure:15245: result: yes
  2278. configure:15278: checking for sys/ioctl.h
  2279. configure:15286: result: yes
  2280. configure:15145: checking malloc/malloc.h usability
  2281. configure:15162: gcc -c -g -O2 conftest.c >&5
  2282. conftest.c:140:27: fatal error: malloc/malloc.h: No such file or directory
  2283. compilation terminated.
  2284. configure:15168: $? = 1
  2285. configure: failed program was:
  2286. | /* confdefs.h. */
  2287. | #define PACKAGE_NAME "LLVM"
  2288. | #define PACKAGE_TARNAME "llvm"
  2289. | #define PACKAGE_VERSION "3.3svn"
  2290. | #define PACKAGE_STRING "LLVM 3.3svn"
  2291. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  2292. | #define LLVM_VERSION_MAJOR 3
  2293. | #define LLVM_VERSION_MINOR 3
  2294. | #define LLVM_ON_UNIX 1
  2295. | #define STDC_HEADERS 1
  2296. | #define HAVE_SYS_TYPES_H 1
  2297. | #define HAVE_SYS_STAT_H 1
  2298. | #define HAVE_STDLIB_H 1
  2299. | #define HAVE_STRING_H 1
  2300. | #define HAVE_MEMORY_H 1
  2301. | #define HAVE_STRINGS_H 1
  2302. | #define HAVE_INTTYPES_H 1
  2303. | #define HAVE_STDINT_H 1
  2304. | #define HAVE_UNISTD_H 1
  2305. | #define LLVM_ENABLE_THREADS 1
  2306. | #define ENABLE_PIC 1
  2307. | #define ENABLE_TIMESTAMPS 1
  2308. | #define ENABLE_BACKTRACES 1
  2309. | #define LLVM_NATIVE_ARCH X86
  2310. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2311. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2312. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  2313. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2314. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  2315. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  2316. | #define CLANG_RESOURCE_DIR ""
  2317. | #define C_INCLUDE_DIRS ""
  2318. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  2319. | #define DEFAULT_SYSROOT ""
  2320. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  2321. | #define HOST_LINK_VERSION "2.22"
  2322. | #define HAVE_LINK_R 1
  2323. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2324. | #define HAVE_DIRENT_H 1
  2325. | #define HAVE_DLFCN_H 1
  2326. | #define LTDL_SHLIB_EXT ".so"
  2327. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2328. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  2329. | #define LTDL_OBJDIR ".libs/"
  2330. | #define HAVE_PRELOADED_SYMBOLS 1
  2331. | #define HAVE_LIBDL 1
  2332. | #define HAVE_DLERROR 1
  2333. | #define HAVE_ARGZ_H 1
  2334. | #define HAVE_ERROR_T 1
  2335. | #define HAVE_ARGZ_APPEND 1
  2336. | #define HAVE_ARGZ_CREATE_SEP 1
  2337. | #define HAVE_ARGZ_INSERT 1
  2338. | #define HAVE_ARGZ_NEXT 1
  2339. | #define HAVE_ARGZ_STRINGIFY 1
  2340. | #define HAVE_ASSERT_H 1
  2341. | #define HAVE_CTYPE_H 1
  2342. | #define HAVE_ERRNO_H 1
  2343. | #define HAVE_MALLOC_H 1
  2344. | #define HAVE_MEMORY_H 1
  2345. | #define HAVE_STDLIB_H 1
  2346. | #define HAVE_STDIO_H 1
  2347. | #define HAVE_UNISTD_H 1
  2348. | #define HAVE_STRING_H 1
  2349. | #define HAVE_STRCHR 1
  2350. | #define HAVE_STRRCHR 1
  2351. | #define HAVE_MEMCPY 1
  2352. | #define HAVE_MEMMOVE 1
  2353. | #define HAVE_STRCMP 1
  2354. | #define HAVE_CLOSEDIR 1
  2355. | #define HAVE_OPENDIR 1
  2356. | #define HAVE_READDIR 1
  2357. | #define HAVE_LIBM 1
  2358. | #define HAVE_DLOPEN 1
  2359. | #define HAVE_MALLINFO 1
  2360. | #define HAVE_LIBPTHREAD 1
  2361. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2362. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2363. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2364. | #define USE_UDIS86 0
  2365. | #define LLVM_USE_OPROFILE 0
  2366. | #define LLVM_USE_INTEL_JITEVENTS 0
  2367. | #define HAVE_DIRENT_H 1
  2368. | #define HAVE_MMAP_ANONYMOUS 1
  2369. | #define HAVE_SYS_WAIT_H 1
  2370. | #define TIME_WITH_SYS_TIME 1
  2371. | #define HAVE_DLFCN_H 1
  2372. | #define HAVE_EXECINFO_H 1
  2373. | #define HAVE_FCNTL_H 1
  2374. | #define HAVE_INTTYPES_H 1
  2375. | #define HAVE_LIMITS_H 1
  2376. | #define HAVE_LINK_H 1
  2377. | #define HAVE_MALLOC_H 1
  2378. | #define HAVE_SETJMP_H 1
  2379. | #define HAVE_SIGNAL_H 1
  2380. | #define HAVE_STDINT_H 1
  2381. | #define HAVE_TERMIOS_H 1
  2382. | #define HAVE_UNISTD_H 1
  2383. | #define HAVE_UTIME_H 1
  2384. | #define HAVE_SYS_MMAN_H 1
  2385. | #define HAVE_SYS_PARAM_H 1
  2386. | #define HAVE_SYS_RESOURCE_H 1
  2387. | #define HAVE_SYS_TIME_H 1
  2388. | #define HAVE_SYS_UIO_H 1
  2389. | #define HAVE_SYS_TYPES_H 1
  2390. | #define HAVE_SYS_IOCTL_H 1
  2391. | /* end confdefs.h. */
  2392. | #include <stdio.h>
  2393. | #if HAVE_SYS_TYPES_H
  2394. | # include <sys/types.h>
  2395. | #endif
  2396. | #if HAVE_SYS_STAT_H
  2397. | # include <sys/stat.h>
  2398. | #endif
  2399. | #if STDC_HEADERS
  2400. | # include <stdlib.h>
  2401. | # include <stddef.h>
  2402. | #else
  2403. | # if HAVE_STDLIB_H
  2404. | # include <stdlib.h>
  2405. | # endif
  2406. | #endif
  2407. | #if HAVE_STRING_H
  2408. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2409. | # include <memory.h>
  2410. | # endif
  2411. | # include <string.h>
  2412. | #endif
  2413. | #if HAVE_STRINGS_H
  2414. | # include <strings.h>
  2415. | #endif
  2416. | #if HAVE_INTTYPES_H
  2417. | # include <inttypes.h>
  2418. | #endif
  2419. | #if HAVE_STDINT_H
  2420. | # include <stdint.h>
  2421. | #endif
  2422. | #if HAVE_UNISTD_H
  2423. | # include <unistd.h>
  2424. | #endif
  2425. | #include <malloc/malloc.h>
  2426. configure:15199: result: no
  2427. configure:15203: checking malloc/malloc.h presence
  2428. configure:15218: gcc -E conftest.c
  2429. conftest.c:107:27: fatal error: malloc/malloc.h: No such file or directory
  2430. compilation terminated.
  2431. configure:15224: $? = 1
  2432. configure: failed program was:
  2433. | /* confdefs.h. */
  2434. | #define PACKAGE_NAME "LLVM"
  2435. | #define PACKAGE_TARNAME "llvm"
  2436. | #define PACKAGE_VERSION "3.3svn"
  2437. | #define PACKAGE_STRING "LLVM 3.3svn"
  2438. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  2439. | #define LLVM_VERSION_MAJOR 3
  2440. | #define LLVM_VERSION_MINOR 3
  2441. | #define LLVM_ON_UNIX 1
  2442. | #define STDC_HEADERS 1
  2443. | #define HAVE_SYS_TYPES_H 1
  2444. | #define HAVE_SYS_STAT_H 1
  2445. | #define HAVE_STDLIB_H 1
  2446. | #define HAVE_STRING_H 1
  2447. | #define HAVE_MEMORY_H 1
  2448. | #define HAVE_STRINGS_H 1
  2449. | #define HAVE_INTTYPES_H 1
  2450. | #define HAVE_STDINT_H 1
  2451. | #define HAVE_UNISTD_H 1
  2452. | #define LLVM_ENABLE_THREADS 1
  2453. | #define ENABLE_PIC 1
  2454. | #define ENABLE_TIMESTAMPS 1
  2455. | #define ENABLE_BACKTRACES 1
  2456. | #define LLVM_NATIVE_ARCH X86
  2457. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2458. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2459. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  2460. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2461. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  2462. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  2463. | #define CLANG_RESOURCE_DIR ""
  2464. | #define C_INCLUDE_DIRS ""
  2465. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  2466. | #define DEFAULT_SYSROOT ""
  2467. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  2468. | #define HOST_LINK_VERSION "2.22"
  2469. | #define HAVE_LINK_R 1
  2470. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2471. | #define HAVE_DIRENT_H 1
  2472. | #define HAVE_DLFCN_H 1
  2473. | #define LTDL_SHLIB_EXT ".so"
  2474. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2475. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  2476. | #define LTDL_OBJDIR ".libs/"
  2477. | #define HAVE_PRELOADED_SYMBOLS 1
  2478. | #define HAVE_LIBDL 1
  2479. | #define HAVE_DLERROR 1
  2480. | #define HAVE_ARGZ_H 1
  2481. | #define HAVE_ERROR_T 1
  2482. | #define HAVE_ARGZ_APPEND 1
  2483. | #define HAVE_ARGZ_CREATE_SEP 1
  2484. | #define HAVE_ARGZ_INSERT 1
  2485. | #define HAVE_ARGZ_NEXT 1
  2486. | #define HAVE_ARGZ_STRINGIFY 1
  2487. | #define HAVE_ASSERT_H 1
  2488. | #define HAVE_CTYPE_H 1
  2489. | #define HAVE_ERRNO_H 1
  2490. | #define HAVE_MALLOC_H 1
  2491. | #define HAVE_MEMORY_H 1
  2492. | #define HAVE_STDLIB_H 1
  2493. | #define HAVE_STDIO_H 1
  2494. | #define HAVE_UNISTD_H 1
  2495. | #define HAVE_STRING_H 1
  2496. | #define HAVE_STRCHR 1
  2497. | #define HAVE_STRRCHR 1
  2498. | #define HAVE_MEMCPY 1
  2499. | #define HAVE_MEMMOVE 1
  2500. | #define HAVE_STRCMP 1
  2501. | #define HAVE_CLOSEDIR 1
  2502. | #define HAVE_OPENDIR 1
  2503. | #define HAVE_READDIR 1
  2504. | #define HAVE_LIBM 1
  2505. | #define HAVE_DLOPEN 1
  2506. | #define HAVE_MALLINFO 1
  2507. | #define HAVE_LIBPTHREAD 1
  2508. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2509. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2510. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2511. | #define USE_UDIS86 0
  2512. | #define LLVM_USE_OPROFILE 0
  2513. | #define LLVM_USE_INTEL_JITEVENTS 0
  2514. | #define HAVE_DIRENT_H 1
  2515. | #define HAVE_MMAP_ANONYMOUS 1
  2516. | #define HAVE_SYS_WAIT_H 1
  2517. | #define TIME_WITH_SYS_TIME 1
  2518. | #define HAVE_DLFCN_H 1
  2519. | #define HAVE_EXECINFO_H 1
  2520. | #define HAVE_FCNTL_H 1
  2521. | #define HAVE_INTTYPES_H 1
  2522. | #define HAVE_LIMITS_H 1
  2523. | #define HAVE_LINK_H 1
  2524. | #define HAVE_MALLOC_H 1
  2525. | #define HAVE_SETJMP_H 1
  2526. | #define HAVE_SIGNAL_H 1
  2527. | #define HAVE_STDINT_H 1
  2528. | #define HAVE_TERMIOS_H 1
  2529. | #define HAVE_UNISTD_H 1
  2530. | #define HAVE_UTIME_H 1
  2531. | #define HAVE_SYS_MMAN_H 1
  2532. | #define HAVE_SYS_PARAM_H 1
  2533. | #define HAVE_SYS_RESOURCE_H 1
  2534. | #define HAVE_SYS_TIME_H 1
  2535. | #define HAVE_SYS_UIO_H 1
  2536. | #define HAVE_SYS_TYPES_H 1
  2537. | #define HAVE_SYS_IOCTL_H 1
  2538. | /* end confdefs.h. */
  2539. | #include <malloc/malloc.h>
  2540. configure:15245: result: no
  2541. configure:15278: checking for malloc/malloc.h
  2542. configure:15286: result: no
  2543. configure:15145: checking mach/mach.h usability
  2544. configure:15162: gcc -c -g -O2 conftest.c >&5
  2545. conftest.c:140:23: fatal error: mach/mach.h: No such file or directory
  2546. compilation terminated.
  2547. configure:15168: $? = 1
  2548. configure: failed program was:
  2549. | /* confdefs.h. */
  2550. | #define PACKAGE_NAME "LLVM"
  2551. | #define PACKAGE_TARNAME "llvm"
  2552. | #define PACKAGE_VERSION "3.3svn"
  2553. | #define PACKAGE_STRING "LLVM 3.3svn"
  2554. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  2555. | #define LLVM_VERSION_MAJOR 3
  2556. | #define LLVM_VERSION_MINOR 3
  2557. | #define LLVM_ON_UNIX 1
  2558. | #define STDC_HEADERS 1
  2559. | #define HAVE_SYS_TYPES_H 1
  2560. | #define HAVE_SYS_STAT_H 1
  2561. | #define HAVE_STDLIB_H 1
  2562. | #define HAVE_STRING_H 1
  2563. | #define HAVE_MEMORY_H 1
  2564. | #define HAVE_STRINGS_H 1
  2565. | #define HAVE_INTTYPES_H 1
  2566. | #define HAVE_STDINT_H 1
  2567. | #define HAVE_UNISTD_H 1
  2568. | #define LLVM_ENABLE_THREADS 1
  2569. | #define ENABLE_PIC 1
  2570. | #define ENABLE_TIMESTAMPS 1
  2571. | #define ENABLE_BACKTRACES 1
  2572. | #define LLVM_NATIVE_ARCH X86
  2573. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2574. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2575. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  2576. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2577. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  2578. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  2579. | #define CLANG_RESOURCE_DIR ""
  2580. | #define C_INCLUDE_DIRS ""
  2581. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  2582. | #define DEFAULT_SYSROOT ""
  2583. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  2584. | #define HOST_LINK_VERSION "2.22"
  2585. | #define HAVE_LINK_R 1
  2586. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2587. | #define HAVE_DIRENT_H 1
  2588. | #define HAVE_DLFCN_H 1
  2589. | #define LTDL_SHLIB_EXT ".so"
  2590. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2591. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  2592. | #define LTDL_OBJDIR ".libs/"
  2593. | #define HAVE_PRELOADED_SYMBOLS 1
  2594. | #define HAVE_LIBDL 1
  2595. | #define HAVE_DLERROR 1
  2596. | #define HAVE_ARGZ_H 1
  2597. | #define HAVE_ERROR_T 1
  2598. | #define HAVE_ARGZ_APPEND 1
  2599. | #define HAVE_ARGZ_CREATE_SEP 1
  2600. | #define HAVE_ARGZ_INSERT 1
  2601. | #define HAVE_ARGZ_NEXT 1
  2602. | #define HAVE_ARGZ_STRINGIFY 1
  2603. | #define HAVE_ASSERT_H 1
  2604. | #define HAVE_CTYPE_H 1
  2605. | #define HAVE_ERRNO_H 1
  2606. | #define HAVE_MALLOC_H 1
  2607. | #define HAVE_MEMORY_H 1
  2608. | #define HAVE_STDLIB_H 1
  2609. | #define HAVE_STDIO_H 1
  2610. | #define HAVE_UNISTD_H 1
  2611. | #define HAVE_STRING_H 1
  2612. | #define HAVE_STRCHR 1
  2613. | #define HAVE_STRRCHR 1
  2614. | #define HAVE_MEMCPY 1
  2615. | #define HAVE_MEMMOVE 1
  2616. | #define HAVE_STRCMP 1
  2617. | #define HAVE_CLOSEDIR 1
  2618. | #define HAVE_OPENDIR 1
  2619. | #define HAVE_READDIR 1
  2620. | #define HAVE_LIBM 1
  2621. | #define HAVE_DLOPEN 1
  2622. | #define HAVE_MALLINFO 1
  2623. | #define HAVE_LIBPTHREAD 1
  2624. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2625. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2626. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2627. | #define USE_UDIS86 0
  2628. | #define LLVM_USE_OPROFILE 0
  2629. | #define LLVM_USE_INTEL_JITEVENTS 0
  2630. | #define HAVE_DIRENT_H 1
  2631. | #define HAVE_MMAP_ANONYMOUS 1
  2632. | #define HAVE_SYS_WAIT_H 1
  2633. | #define TIME_WITH_SYS_TIME 1
  2634. | #define HAVE_DLFCN_H 1
  2635. | #define HAVE_EXECINFO_H 1
  2636. | #define HAVE_FCNTL_H 1
  2637. | #define HAVE_INTTYPES_H 1
  2638. | #define HAVE_LIMITS_H 1
  2639. | #define HAVE_LINK_H 1
  2640. | #define HAVE_MALLOC_H 1
  2641. | #define HAVE_SETJMP_H 1
  2642. | #define HAVE_SIGNAL_H 1
  2643. | #define HAVE_STDINT_H 1
  2644. | #define HAVE_TERMIOS_H 1
  2645. | #define HAVE_UNISTD_H 1
  2646. | #define HAVE_UTIME_H 1
  2647. | #define HAVE_SYS_MMAN_H 1
  2648. | #define HAVE_SYS_PARAM_H 1
  2649. | #define HAVE_SYS_RESOURCE_H 1
  2650. | #define HAVE_SYS_TIME_H 1
  2651. | #define HAVE_SYS_UIO_H 1
  2652. | #define HAVE_SYS_TYPES_H 1
  2653. | #define HAVE_SYS_IOCTL_H 1
  2654. | /* end confdefs.h. */
  2655. | #include <stdio.h>
  2656. | #if HAVE_SYS_TYPES_H
  2657. | # include <sys/types.h>
  2658. | #endif
  2659. | #if HAVE_SYS_STAT_H
  2660. | # include <sys/stat.h>
  2661. | #endif
  2662. | #if STDC_HEADERS
  2663. | # include <stdlib.h>
  2664. | # include <stddef.h>
  2665. | #else
  2666. | # if HAVE_STDLIB_H
  2667. | # include <stdlib.h>
  2668. | # endif
  2669. | #endif
  2670. | #if HAVE_STRING_H
  2671. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2672. | # include <memory.h>
  2673. | # endif
  2674. | # include <string.h>
  2675. | #endif
  2676. | #if HAVE_STRINGS_H
  2677. | # include <strings.h>
  2678. | #endif
  2679. | #if HAVE_INTTYPES_H
  2680. | # include <inttypes.h>
  2681. | #endif
  2682. | #if HAVE_STDINT_H
  2683. | # include <stdint.h>
  2684. | #endif
  2685. | #if HAVE_UNISTD_H
  2686. | # include <unistd.h>
  2687. | #endif
  2688. | #include <mach/mach.h>
  2689. configure:15199: result: no
  2690. configure:15203: checking mach/mach.h presence
  2691. configure:15218: gcc -E conftest.c
  2692. conftest.c:107:23: fatal error: mach/mach.h: No such file or directory
  2693. compilation terminated.
  2694. configure:15224: $? = 1
  2695. configure: failed program was:
  2696. | /* confdefs.h. */
  2697. | #define PACKAGE_NAME "LLVM"
  2698. | #define PACKAGE_TARNAME "llvm"
  2699. | #define PACKAGE_VERSION "3.3svn"
  2700. | #define PACKAGE_STRING "LLVM 3.3svn"
  2701. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  2702. | #define LLVM_VERSION_MAJOR 3
  2703. | #define LLVM_VERSION_MINOR 3
  2704. | #define LLVM_ON_UNIX 1
  2705. | #define STDC_HEADERS 1
  2706. | #define HAVE_SYS_TYPES_H 1
  2707. | #define HAVE_SYS_STAT_H 1
  2708. | #define HAVE_STDLIB_H 1
  2709. | #define HAVE_STRING_H 1
  2710. | #define HAVE_MEMORY_H 1
  2711. | #define HAVE_STRINGS_H 1
  2712. | #define HAVE_INTTYPES_H 1
  2713. | #define HAVE_STDINT_H 1
  2714. | #define HAVE_UNISTD_H 1
  2715. | #define LLVM_ENABLE_THREADS 1
  2716. | #define ENABLE_PIC 1
  2717. | #define ENABLE_TIMESTAMPS 1
  2718. | #define ENABLE_BACKTRACES 1
  2719. | #define LLVM_NATIVE_ARCH X86
  2720. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2721. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2722. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  2723. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2724. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  2725. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  2726. | #define CLANG_RESOURCE_DIR ""
  2727. | #define C_INCLUDE_DIRS ""
  2728. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  2729. | #define DEFAULT_SYSROOT ""
  2730. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  2731. | #define HOST_LINK_VERSION "2.22"
  2732. | #define HAVE_LINK_R 1
  2733. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2734. | #define HAVE_DIRENT_H 1
  2735. | #define HAVE_DLFCN_H 1
  2736. | #define LTDL_SHLIB_EXT ".so"
  2737. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2738. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  2739. | #define LTDL_OBJDIR ".libs/"
  2740. | #define HAVE_PRELOADED_SYMBOLS 1
  2741. | #define HAVE_LIBDL 1
  2742. | #define HAVE_DLERROR 1
  2743. | #define HAVE_ARGZ_H 1
  2744. | #define HAVE_ERROR_T 1
  2745. | #define HAVE_ARGZ_APPEND 1
  2746. | #define HAVE_ARGZ_CREATE_SEP 1
  2747. | #define HAVE_ARGZ_INSERT 1
  2748. | #define HAVE_ARGZ_NEXT 1
  2749. | #define HAVE_ARGZ_STRINGIFY 1
  2750. | #define HAVE_ASSERT_H 1
  2751. | #define HAVE_CTYPE_H 1
  2752. | #define HAVE_ERRNO_H 1
  2753. | #define HAVE_MALLOC_H 1
  2754. | #define HAVE_MEMORY_H 1
  2755. | #define HAVE_STDLIB_H 1
  2756. | #define HAVE_STDIO_H 1
  2757. | #define HAVE_UNISTD_H 1
  2758. | #define HAVE_STRING_H 1
  2759. | #define HAVE_STRCHR 1
  2760. | #define HAVE_STRRCHR 1
  2761. | #define HAVE_MEMCPY 1
  2762. | #define HAVE_MEMMOVE 1
  2763. | #define HAVE_STRCMP 1
  2764. | #define HAVE_CLOSEDIR 1
  2765. | #define HAVE_OPENDIR 1
  2766. | #define HAVE_READDIR 1
  2767. | #define HAVE_LIBM 1
  2768. | #define HAVE_DLOPEN 1
  2769. | #define HAVE_MALLINFO 1
  2770. | #define HAVE_LIBPTHREAD 1
  2771. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2772. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2773. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2774. | #define USE_UDIS86 0
  2775. | #define LLVM_USE_OPROFILE 0
  2776. | #define LLVM_USE_INTEL_JITEVENTS 0
  2777. | #define HAVE_DIRENT_H 1
  2778. | #define HAVE_MMAP_ANONYMOUS 1
  2779. | #define HAVE_SYS_WAIT_H 1
  2780. | #define TIME_WITH_SYS_TIME 1
  2781. | #define HAVE_DLFCN_H 1
  2782. | #define HAVE_EXECINFO_H 1
  2783. | #define HAVE_FCNTL_H 1
  2784. | #define HAVE_INTTYPES_H 1
  2785. | #define HAVE_LIMITS_H 1
  2786. | #define HAVE_LINK_H 1
  2787. | #define HAVE_MALLOC_H 1
  2788. | #define HAVE_SETJMP_H 1
  2789. | #define HAVE_SIGNAL_H 1
  2790. | #define HAVE_STDINT_H 1
  2791. | #define HAVE_TERMIOS_H 1
  2792. | #define HAVE_UNISTD_H 1
  2793. | #define HAVE_UTIME_H 1
  2794. | #define HAVE_SYS_MMAN_H 1
  2795. | #define HAVE_SYS_PARAM_H 1
  2796. | #define HAVE_SYS_RESOURCE_H 1
  2797. | #define HAVE_SYS_TIME_H 1
  2798. | #define HAVE_SYS_UIO_H 1
  2799. | #define HAVE_SYS_TYPES_H 1
  2800. | #define HAVE_SYS_IOCTL_H 1
  2801. | /* end confdefs.h. */
  2802. | #include <mach/mach.h>
  2803. configure:15245: result: no
  2804. configure:15278: checking for mach/mach.h
  2805. configure:15286: result: no
  2806. configure:15314: checking valgrind/valgrind.h usability
  2807. configure:15331: gcc -c -g -O2 conftest.c >&5
  2808. configure:15337: $? = 0
  2809. configure:15344: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2810. configure:15347: $? = 0
  2811. configure:15354: test -s conftest.o
  2812. configure:15357: $? = 0
  2813. configure:15368: result: yes
  2814. configure:15372: checking valgrind/valgrind.h presence
  2815. configure:15387: gcc -E conftest.c
  2816. configure:15393: $? = 0
  2817. configure:15414: result: yes
  2818. configure:15447: checking for valgrind/valgrind.h
  2819. configure:15455: result: yes
  2820. configure:15483: checking fenv.h usability
  2821. configure:15500: gcc -c -g -O2 conftest.c >&5
  2822. configure:15506: $? = 0
  2823. configure:15513: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2824. configure:15516: $? = 0
  2825. configure:15523: test -s conftest.o
  2826. configure:15526: $? = 0
  2827. configure:15537: result: yes
  2828. configure:15541: checking fenv.h presence
  2829. configure:15556: gcc -E conftest.c
  2830. configure:15562: $? = 0
  2831. configure:15583: result: yes
  2832. configure:15616: checking for fenv.h
  2833. configure:15624: result: yes
  2834. configure:15653: checking pthread.h usability
  2835. configure:15670: gcc -c -g -O2 conftest.c >&5
  2836. configure:15676: $? = 0
  2837. configure:15683: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2838. configure:15686: $? = 0
  2839. configure:15693: test -s conftest.o
  2840. configure:15696: $? = 0
  2841. configure:15707: result: yes
  2842. configure:15711: checking pthread.h presence
  2843. configure:15726: gcc -E conftest.c
  2844. configure:15732: $? = 0
  2845. configure:15753: result: yes
  2846. configure:15786: checking for pthread.h
  2847. configure:15794: result: yes
  2848. configure:16004: checking CrashReporterClient.h usability
  2849. configure:16021: gcc -c -g -O2 conftest.c >&5
  2850. conftest.c:143:33: fatal error: CrashReporterClient.h: No such file or directory
  2851. compilation terminated.
  2852. configure:16027: $? = 1
  2853. configure: failed program was:
  2854. | /* confdefs.h. */
  2855. | #define PACKAGE_NAME "LLVM"
  2856. | #define PACKAGE_TARNAME "llvm"
  2857. | #define PACKAGE_VERSION "3.3svn"
  2858. | #define PACKAGE_STRING "LLVM 3.3svn"
  2859. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  2860. | #define LLVM_VERSION_MAJOR 3
  2861. | #define LLVM_VERSION_MINOR 3
  2862. | #define LLVM_ON_UNIX 1
  2863. | #define STDC_HEADERS 1
  2864. | #define HAVE_SYS_TYPES_H 1
  2865. | #define HAVE_SYS_STAT_H 1
  2866. | #define HAVE_STDLIB_H 1
  2867. | #define HAVE_STRING_H 1
  2868. | #define HAVE_MEMORY_H 1
  2869. | #define HAVE_STRINGS_H 1
  2870. | #define HAVE_INTTYPES_H 1
  2871. | #define HAVE_STDINT_H 1
  2872. | #define HAVE_UNISTD_H 1
  2873. | #define LLVM_ENABLE_THREADS 1
  2874. | #define ENABLE_PIC 1
  2875. | #define ENABLE_TIMESTAMPS 1
  2876. | #define ENABLE_BACKTRACES 1
  2877. | #define LLVM_NATIVE_ARCH X86
  2878. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2879. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2880. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  2881. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2882. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  2883. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  2884. | #define CLANG_RESOURCE_DIR ""
  2885. | #define C_INCLUDE_DIRS ""
  2886. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  2887. | #define DEFAULT_SYSROOT ""
  2888. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  2889. | #define HOST_LINK_VERSION "2.22"
  2890. | #define HAVE_LINK_R 1
  2891. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2892. | #define HAVE_DIRENT_H 1
  2893. | #define HAVE_DLFCN_H 1
  2894. | #define LTDL_SHLIB_EXT ".so"
  2895. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2896. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  2897. | #define LTDL_OBJDIR ".libs/"
  2898. | #define HAVE_PRELOADED_SYMBOLS 1
  2899. | #define HAVE_LIBDL 1
  2900. | #define HAVE_DLERROR 1
  2901. | #define HAVE_ARGZ_H 1
  2902. | #define HAVE_ERROR_T 1
  2903. | #define HAVE_ARGZ_APPEND 1
  2904. | #define HAVE_ARGZ_CREATE_SEP 1
  2905. | #define HAVE_ARGZ_INSERT 1
  2906. | #define HAVE_ARGZ_NEXT 1
  2907. | #define HAVE_ARGZ_STRINGIFY 1
  2908. | #define HAVE_ASSERT_H 1
  2909. | #define HAVE_CTYPE_H 1
  2910. | #define HAVE_ERRNO_H 1
  2911. | #define HAVE_MALLOC_H 1
  2912. | #define HAVE_MEMORY_H 1
  2913. | #define HAVE_STDLIB_H 1
  2914. | #define HAVE_STDIO_H 1
  2915. | #define HAVE_UNISTD_H 1
  2916. | #define HAVE_STRING_H 1
  2917. | #define HAVE_STRCHR 1
  2918. | #define HAVE_STRRCHR 1
  2919. | #define HAVE_MEMCPY 1
  2920. | #define HAVE_MEMMOVE 1
  2921. | #define HAVE_STRCMP 1
  2922. | #define HAVE_CLOSEDIR 1
  2923. | #define HAVE_OPENDIR 1
  2924. | #define HAVE_READDIR 1
  2925. | #define HAVE_LIBM 1
  2926. | #define HAVE_DLOPEN 1
  2927. | #define HAVE_MALLINFO 1
  2928. | #define HAVE_LIBPTHREAD 1
  2929. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2930. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2931. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2932. | #define USE_UDIS86 0
  2933. | #define LLVM_USE_OPROFILE 0
  2934. | #define LLVM_USE_INTEL_JITEVENTS 0
  2935. | #define HAVE_DIRENT_H 1
  2936. | #define HAVE_MMAP_ANONYMOUS 1
  2937. | #define HAVE_SYS_WAIT_H 1
  2938. | #define TIME_WITH_SYS_TIME 1
  2939. | #define HAVE_DLFCN_H 1
  2940. | #define HAVE_EXECINFO_H 1
  2941. | #define HAVE_FCNTL_H 1
  2942. | #define HAVE_INTTYPES_H 1
  2943. | #define HAVE_LIMITS_H 1
  2944. | #define HAVE_LINK_H 1
  2945. | #define HAVE_MALLOC_H 1
  2946. | #define HAVE_SETJMP_H 1
  2947. | #define HAVE_SIGNAL_H 1
  2948. | #define HAVE_STDINT_H 1
  2949. | #define HAVE_TERMIOS_H 1
  2950. | #define HAVE_UNISTD_H 1
  2951. | #define HAVE_UTIME_H 1
  2952. | #define HAVE_SYS_MMAN_H 1
  2953. | #define HAVE_SYS_PARAM_H 1
  2954. | #define HAVE_SYS_RESOURCE_H 1
  2955. | #define HAVE_SYS_TIME_H 1
  2956. | #define HAVE_SYS_UIO_H 1
  2957. | #define HAVE_SYS_TYPES_H 1
  2958. | #define HAVE_SYS_IOCTL_H 1
  2959. | #define HAVE_VALGRIND_VALGRIND_H 1
  2960. | #define HAVE_FENV_H 1
  2961. | #define HAVE_PTHREAD_H 1
  2962. | /* end confdefs.h. */
  2963. | #include <stdio.h>
  2964. | #if HAVE_SYS_TYPES_H
  2965. | # include <sys/types.h>
  2966. | #endif
  2967. | #if HAVE_SYS_STAT_H
  2968. | # include <sys/stat.h>
  2969. | #endif
  2970. | #if STDC_HEADERS
  2971. | # include <stdlib.h>
  2972. | # include <stddef.h>
  2973. | #else
  2974. | # if HAVE_STDLIB_H
  2975. | # include <stdlib.h>
  2976. | # endif
  2977. | #endif
  2978. | #if HAVE_STRING_H
  2979. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2980. | # include <memory.h>
  2981. | # endif
  2982. | # include <string.h>
  2983. | #endif
  2984. | #if HAVE_STRINGS_H
  2985. | # include <strings.h>
  2986. | #endif
  2987. | #if HAVE_INTTYPES_H
  2988. | # include <inttypes.h>
  2989. | #endif
  2990. | #if HAVE_STDINT_H
  2991. | # include <stdint.h>
  2992. | #endif
  2993. | #if HAVE_UNISTD_H
  2994. | # include <unistd.h>
  2995. | #endif
  2996. | #include <CrashReporterClient.h>
  2997. configure:16058: result: no
  2998. configure:16062: checking CrashReporterClient.h presence
  2999. configure:16077: gcc -E conftest.c
  3000. conftest.c:110:33: fatal error: CrashReporterClient.h: No such file or directory
  3001. compilation terminated.
  3002. configure:16083: $? = 1
  3003. configure: failed program was:
  3004. | /* confdefs.h. */
  3005. | #define PACKAGE_NAME "LLVM"
  3006. | #define PACKAGE_TARNAME "llvm"
  3007. | #define PACKAGE_VERSION "3.3svn"
  3008. | #define PACKAGE_STRING "LLVM 3.3svn"
  3009. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  3010. | #define LLVM_VERSION_MAJOR 3
  3011. | #define LLVM_VERSION_MINOR 3
  3012. | #define LLVM_ON_UNIX 1
  3013. | #define STDC_HEADERS 1
  3014. | #define HAVE_SYS_TYPES_H 1
  3015. | #define HAVE_SYS_STAT_H 1
  3016. | #define HAVE_STDLIB_H 1
  3017. | #define HAVE_STRING_H 1
  3018. | #define HAVE_MEMORY_H 1
  3019. | #define HAVE_STRINGS_H 1
  3020. | #define HAVE_INTTYPES_H 1
  3021. | #define HAVE_STDINT_H 1
  3022. | #define HAVE_UNISTD_H 1
  3023. | #define LLVM_ENABLE_THREADS 1
  3024. | #define ENABLE_PIC 1
  3025. | #define ENABLE_TIMESTAMPS 1
  3026. | #define ENABLE_BACKTRACES 1
  3027. | #define LLVM_NATIVE_ARCH X86
  3028. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3029. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3030. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  3031. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3032. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  3033. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  3034. | #define CLANG_RESOURCE_DIR ""
  3035. | #define C_INCLUDE_DIRS ""
  3036. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  3037. | #define DEFAULT_SYSROOT ""
  3038. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  3039. | #define HOST_LINK_VERSION "2.22"
  3040. | #define HAVE_LINK_R 1
  3041. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3042. | #define HAVE_DIRENT_H 1
  3043. | #define HAVE_DLFCN_H 1
  3044. | #define LTDL_SHLIB_EXT ".so"
  3045. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3046. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  3047. | #define LTDL_OBJDIR ".libs/"
  3048. | #define HAVE_PRELOADED_SYMBOLS 1
  3049. | #define HAVE_LIBDL 1
  3050. | #define HAVE_DLERROR 1
  3051. | #define HAVE_ARGZ_H 1
  3052. | #define HAVE_ERROR_T 1
  3053. | #define HAVE_ARGZ_APPEND 1
  3054. | #define HAVE_ARGZ_CREATE_SEP 1
  3055. | #define HAVE_ARGZ_INSERT 1
  3056. | #define HAVE_ARGZ_NEXT 1
  3057. | #define HAVE_ARGZ_STRINGIFY 1
  3058. | #define HAVE_ASSERT_H 1
  3059. | #define HAVE_CTYPE_H 1
  3060. | #define HAVE_ERRNO_H 1
  3061. | #define HAVE_MALLOC_H 1
  3062. | #define HAVE_MEMORY_H 1
  3063. | #define HAVE_STDLIB_H 1
  3064. | #define HAVE_STDIO_H 1
  3065. | #define HAVE_UNISTD_H 1
  3066. | #define HAVE_STRING_H 1
  3067. | #define HAVE_STRCHR 1
  3068. | #define HAVE_STRRCHR 1
  3069. | #define HAVE_MEMCPY 1
  3070. | #define HAVE_MEMMOVE 1
  3071. | #define HAVE_STRCMP 1
  3072. | #define HAVE_CLOSEDIR 1
  3073. | #define HAVE_OPENDIR 1
  3074. | #define HAVE_READDIR 1
  3075. | #define HAVE_LIBM 1
  3076. | #define HAVE_DLOPEN 1
  3077. | #define HAVE_MALLINFO 1
  3078. | #define HAVE_LIBPTHREAD 1
  3079. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3080. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3081. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3082. | #define USE_UDIS86 0
  3083. | #define LLVM_USE_OPROFILE 0
  3084. | #define LLVM_USE_INTEL_JITEVENTS 0
  3085. | #define HAVE_DIRENT_H 1
  3086. | #define HAVE_MMAP_ANONYMOUS 1
  3087. | #define HAVE_SYS_WAIT_H 1
  3088. | #define TIME_WITH_SYS_TIME 1
  3089. | #define HAVE_DLFCN_H 1
  3090. | #define HAVE_EXECINFO_H 1
  3091. | #define HAVE_FCNTL_H 1
  3092. | #define HAVE_INTTYPES_H 1
  3093. | #define HAVE_LIMITS_H 1
  3094. | #define HAVE_LINK_H 1
  3095. | #define HAVE_MALLOC_H 1
  3096. | #define HAVE_SETJMP_H 1
  3097. | #define HAVE_SIGNAL_H 1
  3098. | #define HAVE_STDINT_H 1
  3099. | #define HAVE_TERMIOS_H 1
  3100. | #define HAVE_UNISTD_H 1
  3101. | #define HAVE_UTIME_H 1
  3102. | #define HAVE_SYS_MMAN_H 1
  3103. | #define HAVE_SYS_PARAM_H 1
  3104. | #define HAVE_SYS_RESOURCE_H 1
  3105. | #define HAVE_SYS_TIME_H 1
  3106. | #define HAVE_SYS_UIO_H 1
  3107. | #define HAVE_SYS_TYPES_H 1
  3108. | #define HAVE_SYS_IOCTL_H 1
  3109. | #define HAVE_VALGRIND_VALGRIND_H 1
  3110. | #define HAVE_FENV_H 1
  3111. | #define HAVE_PTHREAD_H 1
  3112. | /* end confdefs.h. */
  3113. | #include <CrashReporterClient.h>
  3114. configure:16104: result: no
  3115. configure:16137: checking for CrashReporterClient.h
  3116. configure:16145: result: no
  3117. configure:16159: checking __crashreporter_info__
  3118. configure:16180: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3119. /tmp/cc28Q6cM.o: In function `main':
  3120. /home/daniel/programming/build/conftest.c:112: undefined reference to `__crashreporter_info__'
  3121. collect2: ld returned 1 exit status
  3122. configure:16186: $? = 1
  3123. configure: failed program was:
  3124. | /* confdefs.h. */
  3125. | #define PACKAGE_NAME "LLVM"
  3126. | #define PACKAGE_TARNAME "llvm"
  3127. | #define PACKAGE_VERSION "3.3svn"
  3128. | #define PACKAGE_STRING "LLVM 3.3svn"
  3129. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  3130. | #define LLVM_VERSION_MAJOR 3
  3131. | #define LLVM_VERSION_MINOR 3
  3132. | #define LLVM_ON_UNIX 1
  3133. | #define STDC_HEADERS 1
  3134. | #define HAVE_SYS_TYPES_H 1
  3135. | #define HAVE_SYS_STAT_H 1
  3136. | #define HAVE_STDLIB_H 1
  3137. | #define HAVE_STRING_H 1
  3138. | #define HAVE_MEMORY_H 1
  3139. | #define HAVE_STRINGS_H 1
  3140. | #define HAVE_INTTYPES_H 1
  3141. | #define HAVE_STDINT_H 1
  3142. | #define HAVE_UNISTD_H 1
  3143. | #define LLVM_ENABLE_THREADS 1
  3144. | #define ENABLE_PIC 1
  3145. | #define ENABLE_TIMESTAMPS 1
  3146. | #define ENABLE_BACKTRACES 1
  3147. | #define LLVM_NATIVE_ARCH X86
  3148. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3149. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3150. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  3151. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3152. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  3153. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  3154. | #define CLANG_RESOURCE_DIR ""
  3155. | #define C_INCLUDE_DIRS ""
  3156. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  3157. | #define DEFAULT_SYSROOT ""
  3158. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  3159. | #define HOST_LINK_VERSION "2.22"
  3160. | #define HAVE_LINK_R 1
  3161. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3162. | #define HAVE_DIRENT_H 1
  3163. | #define HAVE_DLFCN_H 1
  3164. | #define LTDL_SHLIB_EXT ".so"
  3165. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3166. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  3167. | #define LTDL_OBJDIR ".libs/"
  3168. | #define HAVE_PRELOADED_SYMBOLS 1
  3169. | #define HAVE_LIBDL 1
  3170. | #define HAVE_DLERROR 1
  3171. | #define HAVE_ARGZ_H 1
  3172. | #define HAVE_ERROR_T 1
  3173. | #define HAVE_ARGZ_APPEND 1
  3174. | #define HAVE_ARGZ_CREATE_SEP 1
  3175. | #define HAVE_ARGZ_INSERT 1
  3176. | #define HAVE_ARGZ_NEXT 1
  3177. | #define HAVE_ARGZ_STRINGIFY 1
  3178. | #define HAVE_ASSERT_H 1
  3179. | #define HAVE_CTYPE_H 1
  3180. | #define HAVE_ERRNO_H 1
  3181. | #define HAVE_MALLOC_H 1
  3182. | #define HAVE_MEMORY_H 1
  3183. | #define HAVE_STDLIB_H 1
  3184. | #define HAVE_STDIO_H 1
  3185. | #define HAVE_UNISTD_H 1
  3186. | #define HAVE_STRING_H 1
  3187. | #define HAVE_STRCHR 1
  3188. | #define HAVE_STRRCHR 1
  3189. | #define HAVE_MEMCPY 1
  3190. | #define HAVE_MEMMOVE 1
  3191. | #define HAVE_STRCMP 1
  3192. | #define HAVE_CLOSEDIR 1
  3193. | #define HAVE_OPENDIR 1
  3194. | #define HAVE_READDIR 1
  3195. | #define HAVE_LIBM 1
  3196. | #define HAVE_DLOPEN 1
  3197. | #define HAVE_MALLINFO 1
  3198. | #define HAVE_LIBPTHREAD 1
  3199. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3200. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3201. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3202. | #define USE_UDIS86 0
  3203. | #define LLVM_USE_OPROFILE 0
  3204. | #define LLVM_USE_INTEL_JITEVENTS 0
  3205. | #define HAVE_DIRENT_H 1
  3206. | #define HAVE_MMAP_ANONYMOUS 1
  3207. | #define HAVE_SYS_WAIT_H 1
  3208. | #define TIME_WITH_SYS_TIME 1
  3209. | #define HAVE_DLFCN_H 1
  3210. | #define HAVE_EXECINFO_H 1
  3211. | #define HAVE_FCNTL_H 1
  3212. | #define HAVE_INTTYPES_H 1
  3213. | #define HAVE_LIMITS_H 1
  3214. | #define HAVE_LINK_H 1
  3215. | #define HAVE_MALLOC_H 1
  3216. | #define HAVE_SETJMP_H 1
  3217. | #define HAVE_SIGNAL_H 1
  3218. | #define HAVE_STDINT_H 1
  3219. | #define HAVE_TERMIOS_H 1
  3220. | #define HAVE_UNISTD_H 1
  3221. | #define HAVE_UTIME_H 1
  3222. | #define HAVE_SYS_MMAN_H 1
  3223. | #define HAVE_SYS_PARAM_H 1
  3224. | #define HAVE_SYS_RESOURCE_H 1
  3225. | #define HAVE_SYS_TIME_H 1
  3226. | #define HAVE_SYS_UIO_H 1
  3227. | #define HAVE_SYS_TYPES_H 1
  3228. | #define HAVE_SYS_IOCTL_H 1
  3229. | #define HAVE_VALGRIND_VALGRIND_H 1
  3230. | #define HAVE_FENV_H 1
  3231. | #define HAVE_PTHREAD_H 1
  3232. | /* end confdefs.h. */
  3233. | extern const char *__crashreporter_info__;
  3234. | int main() {
  3235. | __crashreporter_info__ = "test";
  3236. | return 0;
  3237. | }
  3238. |
  3239. configure:16219: result: no
  3240. configure:16234: checking for HUGE_VAL sanity
  3241. configure:16272: g++ -o conftest -g -O2 -pedantic conftest.cpp -lpthread -ldl -lm >&5
  3242. configure:16275: $? = 0
  3243. configure:16281: ./conftest
  3244. configure:16284: $? = 0
  3245. configure:16308: result: yes
  3246. configure:16313: checking for pid_t
  3247. configure:16343: gcc -c -g -O2 conftest.c >&5
  3248. configure:16349: $? = 0
  3249. configure:16356: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3250. configure:16359: $? = 0
  3251. configure:16366: test -s conftest.o
  3252. configure:16369: $? = 0
  3253. configure:16381: result: yes
  3254. configure:16393: checking for size_t
  3255. configure:16423: gcc -c -g -O2 conftest.c >&5
  3256. configure:16429: $? = 0
  3257. configure:16436: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3258. configure:16439: $? = 0
  3259. configure:16446: test -s conftest.o
  3260. configure:16449: $? = 0
  3261. configure:16461: result: yes
  3262. configure:16478: checking whether struct tm is in sys/time.h or time.h
  3263. configure:16506: gcc -c -g -O2 conftest.c >&5
  3264. configure:16512: $? = 0
  3265. configure:16519: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3266. configure:16522: $? = 0
  3267. configure:16529: test -s conftest.o
  3268. configure:16532: $? = 0
  3269. configure:16544: result: time.h
  3270. configure:16554: checking for int64_t
  3271. configure:16584: gcc -c -g -O2 conftest.c >&5
  3272. configure:16590: $? = 0
  3273. configure:16597: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3274. configure:16600: $? = 0
  3275. configure:16607: test -s conftest.o
  3276. configure:16610: $? = 0
  3277. configure:16622: result: yes
  3278. configure:16637: checking for uint64_t
  3279. configure:16667: gcc -c -g -O2 conftest.c >&5
  3280. configure:16673: $? = 0
  3281. configure:16680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3282. configure:16683: $? = 0
  3283. configure:16690: test -s conftest.o
  3284. configure:16693: $? = 0
  3285. configure:16705: result: yes
  3286. configure:16812: checking for backtrace
  3287. configure:16868: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3288. configure:16874: $? = 0
  3289. configure:16881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3290. configure:16884: $? = 0
  3291. configure:16891: test -s conftest
  3292. configure:16894: $? = 0
  3293. configure:16908: result: yes
  3294. configure:16812: checking for ceilf
  3295. configure:16868: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3296. conftest.c:138:6: warning: conflicting types for built-in function 'ceilf' [enabled by default]
  3297. configure:16874: $? = 0
  3298. configure:16881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3299. configure:16884: $? = 0
  3300. configure:16891: test -s conftest
  3301. configure:16894: $? = 0
  3302. configure:16908: result: yes
  3303. configure:16812: checking for floorf
  3304. configure:16868: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3305. conftest.c:139:6: warning: conflicting types for built-in function 'floorf' [enabled by default]
  3306. configure:16874: $? = 0
  3307. configure:16881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3308. configure:16884: $? = 0
  3309. configure:16891: test -s conftest
  3310. configure:16894: $? = 0
  3311. configure:16908: result: yes
  3312. configure:16812: checking for roundf
  3313. configure:16868: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3314. conftest.c:140:6: warning: conflicting types for built-in function 'roundf' [enabled by default]
  3315. configure:16874: $? = 0
  3316. configure:16881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3317. configure:16884: $? = 0
  3318. configure:16891: test -s conftest
  3319. configure:16894: $? = 0
  3320. configure:16908: result: yes
  3321. configure:16812: checking for rintf
  3322. configure:16868: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3323. conftest.c:141:6: warning: conflicting types for built-in function 'rintf' [enabled by default]
  3324. configure:16874: $? = 0
  3325. configure:16881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3326. configure:16884: $? = 0
  3327. configure:16891: test -s conftest
  3328. configure:16894: $? = 0
  3329. configure:16908: result: yes
  3330. configure:16812: checking for nearbyintf
  3331. configure:16868: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3332. conftest.c:142:6: warning: conflicting types for built-in function 'nearbyintf' [enabled by default]
  3333. configure:16874: $? = 0
  3334. configure:16881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3335. configure:16884: $? = 0
  3336. configure:16891: test -s conftest
  3337. configure:16894: $? = 0
  3338. configure:16908: result: yes
  3339. configure:16812: checking for getcwd
  3340. configure:16868: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3341. configure:16874: $? = 0
  3342. configure:16881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3343. configure:16884: $? = 0
  3344. configure:16891: test -s conftest
  3345. configure:16894: $? = 0
  3346. configure:16908: result: yes
  3347. configure:16925: checking for powf
  3348. configure:16981: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3349. conftest.c:144:6: warning: conflicting types for built-in function 'powf' [enabled by default]
  3350. configure:16987: $? = 0
  3351. configure:16994: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3352. configure:16997: $? = 0
  3353. configure:17004: test -s conftest
  3354. configure:17007: $? = 0
  3355. configure:17021: result: yes
  3356. configure:16925: checking for fmodf
  3357. configure:16981: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3358. conftest.c:145:6: warning: conflicting types for built-in function 'fmodf' [enabled by default]
  3359. configure:16987: $? = 0
  3360. configure:16994: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3361. configure:16997: $? = 0
  3362. configure:17004: test -s conftest
  3363. configure:17007: $? = 0
  3364. configure:17021: result: yes
  3365. configure:16925: checking for strtof
  3366. configure:16981: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3367. configure:16987: $? = 0
  3368. configure:16994: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3369. configure:16997: $? = 0
  3370. configure:17004: test -s conftest
  3371. configure:17007: $? = 0
  3372. configure:17021: result: yes
  3373. configure:16925: checking for round
  3374. configure:16981: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3375. conftest.c:147:6: warning: conflicting types for built-in function 'round' [enabled by default]
  3376. configure:16987: $? = 0
  3377. configure:16994: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3378. configure:16997: $? = 0
  3379. configure:17004: test -s conftest
  3380. configure:17007: $? = 0
  3381. configure:17021: result: yes
  3382. configure:17039: checking for getpagesize
  3383. configure:17095: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3384. configure:17101: $? = 0
  3385. configure:17108: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3386. configure:17111: $? = 0
  3387. configure:17118: test -s conftest
  3388. configure:17121: $? = 0
  3389. configure:17135: result: yes
  3390. configure:17039: checking for getrusage
  3391. configure:17095: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3392. configure:17101: $? = 0
  3393. configure:17108: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3394. configure:17111: $? = 0
  3395. configure:17118: test -s conftest
  3396. configure:17121: $? = 0
  3397. configure:17135: result: yes
  3398. configure:17039: checking for getrlimit
  3399. configure:17095: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3400. configure:17101: $? = 0
  3401. configure:17108: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3402. configure:17111: $? = 0
  3403. configure:17118: test -s conftest
  3404. configure:17121: $? = 0
  3405. configure:17135: result: yes
  3406. configure:17039: checking for setrlimit
  3407. configure:17095: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3408. configure:17101: $? = 0
  3409. configure:17108: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3410. configure:17111: $? = 0
  3411. configure:17118: test -s conftest
  3412. configure:17121: $? = 0
  3413. configure:17135: result: yes
  3414. configure:17039: checking for gettimeofday
  3415. configure:17095: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3416. configure:17101: $? = 0
  3417. configure:17108: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3418. configure:17111: $? = 0
  3419. configure:17118: test -s conftest
  3420. configure:17121: $? = 0
  3421. configure:17135: result: yes
  3422. configure:17151: checking for isatty
  3423. configure:17207: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3424. configure:17213: $? = 0
  3425. configure:17220: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3426. configure:17223: $? = 0
  3427. configure:17230: test -s conftest
  3428. configure:17233: $? = 0
  3429. configure:17247: result: yes
  3430. configure:17151: checking for mkdtemp
  3431. configure:17207: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3432. configure:17213: $? = 0
  3433. configure:17220: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3434. configure:17223: $? = 0
  3435. configure:17230: test -s conftest
  3436. configure:17233: $? = 0
  3437. configure:17247: result: yes
  3438. configure:17151: checking for mkstemp
  3439. configure:17207: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3440. configure:17213: $? = 0
  3441. configure:17220: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3442. configure:17223: $? = 0
  3443. configure:17230: test -s conftest
  3444. configure:17233: $? = 0
  3445. configure:17247: result: yes
  3446. configure:17267: checking for mktemp
  3447. configure:17323: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3448. configure:17329: $? = 0
  3449. configure:17336: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3450. configure:17339: $? = 0
  3451. configure:17346: test -s conftest
  3452. configure:17349: $? = 0
  3453. configure:17363: result: yes
  3454. configure:17267: checking for posix_spawn
  3455. configure:17323: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3456. configure:17329: $? = 0
  3457. configure:17336: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3458. configure:17339: $? = 0
  3459. configure:17346: test -s conftest
  3460. configure:17349: $? = 0
  3461. configure:17363: result: yes
  3462. configure:17267: checking for pread
  3463. configure:17323: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3464. configure:17329: $? = 0
  3465. configure:17336: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3466. configure:17339: $? = 0
  3467. configure:17346: test -s conftest
  3468. configure:17349: $? = 0
  3469. configure:17363: result: yes
  3470. configure:17267: checking for realpath
  3471. configure:17323: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3472. configure:17329: $? = 0
  3473. configure:17336: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3474. configure:17339: $? = 0
  3475. configure:17346: test -s conftest
  3476. configure:17349: $? = 0
  3477. configure:17363: result: yes
  3478. configure:17267: checking for sbrk
  3479. configure:17323: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3480. configure:17329: $? = 0
  3481. configure:17336: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3482. configure:17339: $? = 0
  3483. configure:17346: test -s conftest
  3484. configure:17349: $? = 0
  3485. configure:17363: result: yes
  3486. configure:17267: checking for setrlimit
  3487. configure:17363: result: yes
  3488. configure:17267: checking for strdup
  3489. configure:17323: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3490. conftest.c:162:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  3491. configure:17329: $? = 0
  3492. configure:17336: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3493. configure:17339: $? = 0
  3494. configure:17346: test -s conftest
  3495. configure:17349: $? = 0
  3496. configure:17363: result: yes
  3497. configure:17380: checking for strerror
  3498. configure:17436: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3499. configure:17442: $? = 0
  3500. configure:17449: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3501. configure:17452: $? = 0
  3502. configure:17459: test -s conftest
  3503. configure:17462: $? = 0
  3504. configure:17476: result: yes
  3505. configure:17380: checking for strerror_r
  3506. configure:17436: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3507. configure:17442: $? = 0
  3508. configure:17449: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3509. configure:17452: $? = 0
  3510. configure:17459: test -s conftest
  3511. configure:17462: $? = 0
  3512. configure:17476: result: yes
  3513. configure:17380: checking for setenv
  3514. configure:17436: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3515. configure:17442: $? = 0
  3516. configure:17449: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3517. configure:17452: $? = 0
  3518. configure:17459: test -s conftest
  3519. configure:17462: $? = 0
  3520. configure:17476: result: yes
  3521. configure:17380: checking for arc4random
  3522. configure:17436: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3523. /tmp/ccmaTsFC.o: In function `main':
  3524. /home/daniel/programming/build/conftest.c:177: undefined reference to `arc4random'
  3525. collect2: ld returned 1 exit status
  3526. configure:17442: $? = 1
  3527. configure: failed program was:
  3528. | /* confdefs.h. */
  3529. | #define PACKAGE_NAME "LLVM"
  3530. | #define PACKAGE_TARNAME "llvm"
  3531. | #define PACKAGE_VERSION "3.3svn"
  3532. | #define PACKAGE_STRING "LLVM 3.3svn"
  3533. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  3534. | #define LLVM_VERSION_MAJOR 3
  3535. | #define LLVM_VERSION_MINOR 3
  3536. | #define LLVM_ON_UNIX 1
  3537. | #define STDC_HEADERS 1
  3538. | #define HAVE_SYS_TYPES_H 1
  3539. | #define HAVE_SYS_STAT_H 1
  3540. | #define HAVE_STDLIB_H 1
  3541. | #define HAVE_STRING_H 1
  3542. | #define HAVE_MEMORY_H 1
  3543. | #define HAVE_STRINGS_H 1
  3544. | #define HAVE_INTTYPES_H 1
  3545. | #define HAVE_STDINT_H 1
  3546. | #define HAVE_UNISTD_H 1
  3547. | #define LLVM_ENABLE_THREADS 1
  3548. | #define ENABLE_PIC 1
  3549. | #define ENABLE_TIMESTAMPS 1
  3550. | #define ENABLE_BACKTRACES 1
  3551. | #define LLVM_NATIVE_ARCH X86
  3552. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3553. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3554. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  3555. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3556. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  3557. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  3558. | #define CLANG_RESOURCE_DIR ""
  3559. | #define C_INCLUDE_DIRS ""
  3560. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  3561. | #define DEFAULT_SYSROOT ""
  3562. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  3563. | #define HOST_LINK_VERSION "2.22"
  3564. | #define HAVE_LINK_R 1
  3565. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3566. | #define HAVE_DIRENT_H 1
  3567. | #define HAVE_DLFCN_H 1
  3568. | #define LTDL_SHLIB_EXT ".so"
  3569. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3570. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  3571. | #define LTDL_OBJDIR ".libs/"
  3572. | #define HAVE_PRELOADED_SYMBOLS 1
  3573. | #define HAVE_LIBDL 1
  3574. | #define HAVE_DLERROR 1
  3575. | #define HAVE_ARGZ_H 1
  3576. | #define HAVE_ERROR_T 1
  3577. | #define HAVE_ARGZ_APPEND 1
  3578. | #define HAVE_ARGZ_CREATE_SEP 1
  3579. | #define HAVE_ARGZ_INSERT 1
  3580. | #define HAVE_ARGZ_NEXT 1
  3581. | #define HAVE_ARGZ_STRINGIFY 1
  3582. | #define HAVE_ASSERT_H 1
  3583. | #define HAVE_CTYPE_H 1
  3584. | #define HAVE_ERRNO_H 1
  3585. | #define HAVE_MALLOC_H 1
  3586. | #define HAVE_MEMORY_H 1
  3587. | #define HAVE_STDLIB_H 1
  3588. | #define HAVE_STDIO_H 1
  3589. | #define HAVE_UNISTD_H 1
  3590. | #define HAVE_STRING_H 1
  3591. | #define HAVE_STRCHR 1
  3592. | #define HAVE_STRRCHR 1
  3593. | #define HAVE_MEMCPY 1
  3594. | #define HAVE_MEMMOVE 1
  3595. | #define HAVE_STRCMP 1
  3596. | #define HAVE_CLOSEDIR 1
  3597. | #define HAVE_OPENDIR 1
  3598. | #define HAVE_READDIR 1
  3599. | #define HAVE_LIBM 1
  3600. | #define HAVE_DLOPEN 1
  3601. | #define HAVE_MALLINFO 1
  3602. | #define HAVE_LIBPTHREAD 1
  3603. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3604. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3605. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3606. | #define USE_UDIS86 0
  3607. | #define LLVM_USE_OPROFILE 0
  3608. | #define LLVM_USE_INTEL_JITEVENTS 0
  3609. | #define HAVE_DIRENT_H 1
  3610. | #define HAVE_MMAP_ANONYMOUS 1
  3611. | #define HAVE_SYS_WAIT_H 1
  3612. | #define TIME_WITH_SYS_TIME 1
  3613. | #define HAVE_DLFCN_H 1
  3614. | #define HAVE_EXECINFO_H 1
  3615. | #define HAVE_FCNTL_H 1
  3616. | #define HAVE_INTTYPES_H 1
  3617. | #define HAVE_LIMITS_H 1
  3618. | #define HAVE_LINK_H 1
  3619. | #define HAVE_MALLOC_H 1
  3620. | #define HAVE_SETJMP_H 1
  3621. | #define HAVE_SIGNAL_H 1
  3622. | #define HAVE_STDINT_H 1
  3623. | #define HAVE_TERMIOS_H 1
  3624. | #define HAVE_UNISTD_H 1
  3625. | #define HAVE_UTIME_H 1
  3626. | #define HAVE_SYS_MMAN_H 1
  3627. | #define HAVE_SYS_PARAM_H 1
  3628. | #define HAVE_SYS_RESOURCE_H 1
  3629. | #define HAVE_SYS_TIME_H 1
  3630. | #define HAVE_SYS_UIO_H 1
  3631. | #define HAVE_SYS_TYPES_H 1
  3632. | #define HAVE_SYS_IOCTL_H 1
  3633. | #define HAVE_VALGRIND_VALGRIND_H 1
  3634. | #define HAVE_FENV_H 1
  3635. | #define HAVE_PTHREAD_H 1
  3636. | #define HAVE_CRASHREPORTER_INFO 0
  3637. | #define RETSIGTYPE void
  3638. | #define HAVE_INT64_T 1
  3639. | #define HAVE_UINT64_T 1
  3640. | #define HAVE_BACKTRACE 1
  3641. | #define HAVE_CEILF 1
  3642. | #define HAVE_FLOORF 1
  3643. | #define HAVE_ROUNDF 1
  3644. | #define HAVE_RINTF 1
  3645. | #define HAVE_NEARBYINTF 1
  3646. | #define HAVE_GETCWD 1
  3647. | #define HAVE_POWF 1
  3648. | #define HAVE_FMODF 1
  3649. | #define HAVE_STRTOF 1
  3650. | #define HAVE_ROUND 1
  3651. | #define HAVE_GETPAGESIZE 1
  3652. | #define HAVE_GETRUSAGE 1
  3653. | #define HAVE_GETRLIMIT 1
  3654. | #define HAVE_SETRLIMIT 1
  3655. | #define HAVE_GETTIMEOFDAY 1
  3656. | #define HAVE_ISATTY 1
  3657. | #define HAVE_MKDTEMP 1
  3658. | #define HAVE_MKSTEMP 1
  3659. | #define HAVE_MKTEMP 1
  3660. | #define HAVE_POSIX_SPAWN 1
  3661. | #define HAVE_PREAD 1
  3662. | #define HAVE_REALPATH 1
  3663. | #define HAVE_SBRK 1
  3664. | #define HAVE_SETRLIMIT 1
  3665. | #define HAVE_STRDUP 1
  3666. | #define HAVE_STRERROR 1
  3667. | #define HAVE_STRERROR_R 1
  3668. | #define HAVE_SETENV 1
  3669. | /* end confdefs.h. */
  3670. | /* Define arc4random to an innocuous variant, in case <limits.h> declares arc4random.
  3671. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3672. | #define arc4random innocuous_arc4random
  3673. |
  3674. | /* System header to define __stub macros and hopefully few prototypes,
  3675. | which can conflict with char arc4random (); below.
  3676. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3677. | <limits.h> exists even on freestanding compilers. */
  3678. |
  3679. | #ifdef __STDC__
  3680. | # include <limits.h>
  3681. | #else
  3682. | # include <assert.h>
  3683. | #endif
  3684. |
  3685. | #undef arc4random
  3686. |
  3687. | /* Override any GCC internal prototype to avoid an error.
  3688. | Use char because int might match the return type of a GCC
  3689. | builtin and then its argument prototype would still apply. */
  3690. | #ifdef __cplusplus
  3691. | extern "C"
  3692. | #endif
  3693. | char arc4random ();
  3694. | /* The GNU C library defines this for functions which it implements
  3695. | to always fail with ENOSYS. Some functions are actually named
  3696. | something starting with __ and the normal name is an alias. */
  3697. | #if defined __stub_arc4random || defined __stub___arc4random
  3698. | choke me
  3699. | #endif
  3700. |
  3701. | int
  3702. | main ()
  3703. | {
  3704. | return arc4random ();
  3705. | ;
  3706. | return 0;
  3707. | }
  3708. configure:17476: result: no
  3709. configure:17493: checking for strtoll
  3710. configure:17549: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3711. configure:17555: $? = 0
  3712. configure:17562: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3713. configure:17565: $? = 0
  3714. configure:17572: test -s conftest
  3715. configure:17575: $? = 0
  3716. configure:17589: result: yes
  3717. configure:17493: checking for strtoq
  3718. configure:17549: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3719. configure:17555: $? = 0
  3720. configure:17562: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3721. configure:17565: $? = 0
  3722. configure:17572: test -s conftest
  3723. configure:17575: $? = 0
  3724. configure:17589: result: yes
  3725. configure:17493: checking for sysconf
  3726. configure:17549: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3727. configure:17555: $? = 0
  3728. configure:17562: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3729. configure:17565: $? = 0
  3730. configure:17572: test -s conftest
  3731. configure:17575: $? = 0
  3732. configure:17589: result: yes
  3733. configure:17493: checking for malloc_zone_statistics
  3734. configure:17549: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3735. /tmp/ccJuQcmo.o: In function `main':
  3736. /home/daniel/programming/build/conftest.c:180: undefined reference to `malloc_zone_statistics'
  3737. collect2: ld returned 1 exit status
  3738. configure:17555: $? = 1
  3739. configure: failed program was:
  3740. | /* confdefs.h. */
  3741. | #define PACKAGE_NAME "LLVM"
  3742. | #define PACKAGE_TARNAME "llvm"
  3743. | #define PACKAGE_VERSION "3.3svn"
  3744. | #define PACKAGE_STRING "LLVM 3.3svn"
  3745. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  3746. | #define LLVM_VERSION_MAJOR 3
  3747. | #define LLVM_VERSION_MINOR 3
  3748. | #define LLVM_ON_UNIX 1
  3749. | #define STDC_HEADERS 1
  3750. | #define HAVE_SYS_TYPES_H 1
  3751. | #define HAVE_SYS_STAT_H 1
  3752. | #define HAVE_STDLIB_H 1
  3753. | #define HAVE_STRING_H 1
  3754. | #define HAVE_MEMORY_H 1
  3755. | #define HAVE_STRINGS_H 1
  3756. | #define HAVE_INTTYPES_H 1
  3757. | #define HAVE_STDINT_H 1
  3758. | #define HAVE_UNISTD_H 1
  3759. | #define LLVM_ENABLE_THREADS 1
  3760. | #define ENABLE_PIC 1
  3761. | #define ENABLE_TIMESTAMPS 1
  3762. | #define ENABLE_BACKTRACES 1
  3763. | #define LLVM_NATIVE_ARCH X86
  3764. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3765. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3766. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  3767. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3768. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  3769. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  3770. | #define CLANG_RESOURCE_DIR ""
  3771. | #define C_INCLUDE_DIRS ""
  3772. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  3773. | #define DEFAULT_SYSROOT ""
  3774. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  3775. | #define HOST_LINK_VERSION "2.22"
  3776. | #define HAVE_LINK_R 1
  3777. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3778. | #define HAVE_DIRENT_H 1
  3779. | #define HAVE_DLFCN_H 1
  3780. | #define LTDL_SHLIB_EXT ".so"
  3781. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3782. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  3783. | #define LTDL_OBJDIR ".libs/"
  3784. | #define HAVE_PRELOADED_SYMBOLS 1
  3785. | #define HAVE_LIBDL 1
  3786. | #define HAVE_DLERROR 1
  3787. | #define HAVE_ARGZ_H 1
  3788. | #define HAVE_ERROR_T 1
  3789. | #define HAVE_ARGZ_APPEND 1
  3790. | #define HAVE_ARGZ_CREATE_SEP 1
  3791. | #define HAVE_ARGZ_INSERT 1
  3792. | #define HAVE_ARGZ_NEXT 1
  3793. | #define HAVE_ARGZ_STRINGIFY 1
  3794. | #define HAVE_ASSERT_H 1
  3795. | #define HAVE_CTYPE_H 1
  3796. | #define HAVE_ERRNO_H 1
  3797. | #define HAVE_MALLOC_H 1
  3798. | #define HAVE_MEMORY_H 1
  3799. | #define HAVE_STDLIB_H 1
  3800. | #define HAVE_STDIO_H 1
  3801. | #define HAVE_UNISTD_H 1
  3802. | #define HAVE_STRING_H 1
  3803. | #define HAVE_STRCHR 1
  3804. | #define HAVE_STRRCHR 1
  3805. | #define HAVE_MEMCPY 1
  3806. | #define HAVE_MEMMOVE 1
  3807. | #define HAVE_STRCMP 1
  3808. | #define HAVE_CLOSEDIR 1
  3809. | #define HAVE_OPENDIR 1
  3810. | #define HAVE_READDIR 1
  3811. | #define HAVE_LIBM 1
  3812. | #define HAVE_DLOPEN 1
  3813. | #define HAVE_MALLINFO 1
  3814. | #define HAVE_LIBPTHREAD 1
  3815. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3816. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3817. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3818. | #define USE_UDIS86 0
  3819. | #define LLVM_USE_OPROFILE 0
  3820. | #define LLVM_USE_INTEL_JITEVENTS 0
  3821. | #define HAVE_DIRENT_H 1
  3822. | #define HAVE_MMAP_ANONYMOUS 1
  3823. | #define HAVE_SYS_WAIT_H 1
  3824. | #define TIME_WITH_SYS_TIME 1
  3825. | #define HAVE_DLFCN_H 1
  3826. | #define HAVE_EXECINFO_H 1
  3827. | #define HAVE_FCNTL_H 1
  3828. | #define HAVE_INTTYPES_H 1
  3829. | #define HAVE_LIMITS_H 1
  3830. | #define HAVE_LINK_H 1
  3831. | #define HAVE_MALLOC_H 1
  3832. | #define HAVE_SETJMP_H 1
  3833. | #define HAVE_SIGNAL_H 1
  3834. | #define HAVE_STDINT_H 1
  3835. | #define HAVE_TERMIOS_H 1
  3836. | #define HAVE_UNISTD_H 1
  3837. | #define HAVE_UTIME_H 1
  3838. | #define HAVE_SYS_MMAN_H 1
  3839. | #define HAVE_SYS_PARAM_H 1
  3840. | #define HAVE_SYS_RESOURCE_H 1
  3841. | #define HAVE_SYS_TIME_H 1
  3842. | #define HAVE_SYS_UIO_H 1
  3843. | #define HAVE_SYS_TYPES_H 1
  3844. | #define HAVE_SYS_IOCTL_H 1
  3845. | #define HAVE_VALGRIND_VALGRIND_H 1
  3846. | #define HAVE_FENV_H 1
  3847. | #define HAVE_PTHREAD_H 1
  3848. | #define HAVE_CRASHREPORTER_INFO 0
  3849. | #define RETSIGTYPE void
  3850. | #define HAVE_INT64_T 1
  3851. | #define HAVE_UINT64_T 1
  3852. | #define HAVE_BACKTRACE 1
  3853. | #define HAVE_CEILF 1
  3854. | #define HAVE_FLOORF 1
  3855. | #define HAVE_ROUNDF 1
  3856. | #define HAVE_RINTF 1
  3857. | #define HAVE_NEARBYINTF 1
  3858. | #define HAVE_GETCWD 1
  3859. | #define HAVE_POWF 1
  3860. | #define HAVE_FMODF 1
  3861. | #define HAVE_STRTOF 1
  3862. | #define HAVE_ROUND 1
  3863. | #define HAVE_GETPAGESIZE 1
  3864. | #define HAVE_GETRUSAGE 1
  3865. | #define HAVE_GETRLIMIT 1
  3866. | #define HAVE_SETRLIMIT 1
  3867. | #define HAVE_GETTIMEOFDAY 1
  3868. | #define HAVE_ISATTY 1
  3869. | #define HAVE_MKDTEMP 1
  3870. | #define HAVE_MKSTEMP 1
  3871. | #define HAVE_MKTEMP 1
  3872. | #define HAVE_POSIX_SPAWN 1
  3873. | #define HAVE_PREAD 1
  3874. | #define HAVE_REALPATH 1
  3875. | #define HAVE_SBRK 1
  3876. | #define HAVE_SETRLIMIT 1
  3877. | #define HAVE_STRDUP 1
  3878. | #define HAVE_STRERROR 1
  3879. | #define HAVE_STRERROR_R 1
  3880. | #define HAVE_SETENV 1
  3881. | #define HAVE_STRTOLL 1
  3882. | #define HAVE_STRTOQ 1
  3883. | #define HAVE_SYSCONF 1
  3884. | /* end confdefs.h. */
  3885. | /* Define malloc_zone_statistics to an innocuous variant, in case <limits.h> declares malloc_zone_statistics.
  3886. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3887. | #define malloc_zone_statistics innocuous_malloc_zone_statistics
  3888. |
  3889. | /* System header to define __stub macros and hopefully few prototypes,
  3890. | which can conflict with char malloc_zone_statistics (); below.
  3891. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3892. | <limits.h> exists even on freestanding compilers. */
  3893. |
  3894. | #ifdef __STDC__
  3895. | # include <limits.h>
  3896. | #else
  3897. | # include <assert.h>
  3898. | #endif
  3899. |
  3900. | #undef malloc_zone_statistics
  3901. |
  3902. | /* Override any GCC internal prototype to avoid an error.
  3903. | Use char because int might match the return type of a GCC
  3904. | builtin and then its argument prototype would still apply. */
  3905. | #ifdef __cplusplus
  3906. | extern "C"
  3907. | #endif
  3908. | char malloc_zone_statistics ();
  3909. | /* The GNU C library defines this for functions which it implements
  3910. | to always fail with ENOSYS. Some functions are actually named
  3911. | something starting with __ and the normal name is an alias. */
  3912. | #if defined __stub_malloc_zone_statistics || defined __stub___malloc_zone_statistics
  3913. | choke me
  3914. | #endif
  3915. |
  3916. | int
  3917. | main ()
  3918. | {
  3919. | return malloc_zone_statistics ();
  3920. | ;
  3921. | return 0;
  3922. | }
  3923. configure:17589: result: no
  3924. configure:17607: checking for setjmp
  3925. configure:17663: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3926. configure:17669: $? = 0
  3927. configure:17676: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3928. configure:17679: $? = 0
  3929. configure:17686: test -s conftest
  3930. configure:17689: $? = 0
  3931. configure:17703: result: yes
  3932. configure:17607: checking for longjmp
  3933. configure:17663: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3934. configure:17669: $? = 0
  3935. configure:17676: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3936. configure:17679: $? = 0
  3937. configure:17686: test -s conftest
  3938. configure:17689: $? = 0
  3939. configure:17703: result: yes
  3940. configure:17607: checking for sigsetjmp
  3941. configure:17663: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3942. /tmp/ccMPfsCN.o: In function `main':
  3943. /home/daniel/programming/build/conftest.c:182: undefined reference to `sigsetjmp'
  3944. collect2: ld returned 1 exit status
  3945. configure:17669: $? = 1
  3946. configure: failed program was:
  3947. | /* confdefs.h. */
  3948. | #define PACKAGE_NAME "LLVM"
  3949. | #define PACKAGE_TARNAME "llvm"
  3950. | #define PACKAGE_VERSION "3.3svn"
  3951. | #define PACKAGE_STRING "LLVM 3.3svn"
  3952. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  3953. | #define LLVM_VERSION_MAJOR 3
  3954. | #define LLVM_VERSION_MINOR 3
  3955. | #define LLVM_ON_UNIX 1
  3956. | #define STDC_HEADERS 1
  3957. | #define HAVE_SYS_TYPES_H 1
  3958. | #define HAVE_SYS_STAT_H 1
  3959. | #define HAVE_STDLIB_H 1
  3960. | #define HAVE_STRING_H 1
  3961. | #define HAVE_MEMORY_H 1
  3962. | #define HAVE_STRINGS_H 1
  3963. | #define HAVE_INTTYPES_H 1
  3964. | #define HAVE_STDINT_H 1
  3965. | #define HAVE_UNISTD_H 1
  3966. | #define LLVM_ENABLE_THREADS 1
  3967. | #define ENABLE_PIC 1
  3968. | #define ENABLE_TIMESTAMPS 1
  3969. | #define ENABLE_BACKTRACES 1
  3970. | #define LLVM_NATIVE_ARCH X86
  3971. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3972. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3973. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  3974. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3975. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  3976. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  3977. | #define CLANG_RESOURCE_DIR ""
  3978. | #define C_INCLUDE_DIRS ""
  3979. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  3980. | #define DEFAULT_SYSROOT ""
  3981. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  3982. | #define HOST_LINK_VERSION "2.22"
  3983. | #define HAVE_LINK_R 1
  3984. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3985. | #define HAVE_DIRENT_H 1
  3986. | #define HAVE_DLFCN_H 1
  3987. | #define LTDL_SHLIB_EXT ".so"
  3988. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3989. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  3990. | #define LTDL_OBJDIR ".libs/"
  3991. | #define HAVE_PRELOADED_SYMBOLS 1
  3992. | #define HAVE_LIBDL 1
  3993. | #define HAVE_DLERROR 1
  3994. | #define HAVE_ARGZ_H 1
  3995. | #define HAVE_ERROR_T 1
  3996. | #define HAVE_ARGZ_APPEND 1
  3997. | #define HAVE_ARGZ_CREATE_SEP 1
  3998. | #define HAVE_ARGZ_INSERT 1
  3999. | #define HAVE_ARGZ_NEXT 1
  4000. | #define HAVE_ARGZ_STRINGIFY 1
  4001. | #define HAVE_ASSERT_H 1
  4002. | #define HAVE_CTYPE_H 1
  4003. | #define HAVE_ERRNO_H 1
  4004. | #define HAVE_MALLOC_H 1
  4005. | #define HAVE_MEMORY_H 1
  4006. | #define HAVE_STDLIB_H 1
  4007. | #define HAVE_STDIO_H 1
  4008. | #define HAVE_UNISTD_H 1
  4009. | #define HAVE_STRING_H 1
  4010. | #define HAVE_STRCHR 1
  4011. | #define HAVE_STRRCHR 1
  4012. | #define HAVE_MEMCPY 1
  4013. | #define HAVE_MEMMOVE 1
  4014. | #define HAVE_STRCMP 1
  4015. | #define HAVE_CLOSEDIR 1
  4016. | #define HAVE_OPENDIR 1
  4017. | #define HAVE_READDIR 1
  4018. | #define HAVE_LIBM 1
  4019. | #define HAVE_DLOPEN 1
  4020. | #define HAVE_MALLINFO 1
  4021. | #define HAVE_LIBPTHREAD 1
  4022. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4023. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4024. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4025. | #define USE_UDIS86 0
  4026. | #define LLVM_USE_OPROFILE 0
  4027. | #define LLVM_USE_INTEL_JITEVENTS 0
  4028. | #define HAVE_DIRENT_H 1
  4029. | #define HAVE_MMAP_ANONYMOUS 1
  4030. | #define HAVE_SYS_WAIT_H 1
  4031. | #define TIME_WITH_SYS_TIME 1
  4032. | #define HAVE_DLFCN_H 1
  4033. | #define HAVE_EXECINFO_H 1
  4034. | #define HAVE_FCNTL_H 1
  4035. | #define HAVE_INTTYPES_H 1
  4036. | #define HAVE_LIMITS_H 1
  4037. | #define HAVE_LINK_H 1
  4038. | #define HAVE_MALLOC_H 1
  4039. | #define HAVE_SETJMP_H 1
  4040. | #define HAVE_SIGNAL_H 1
  4041. | #define HAVE_STDINT_H 1
  4042. | #define HAVE_TERMIOS_H 1
  4043. | #define HAVE_UNISTD_H 1
  4044. | #define HAVE_UTIME_H 1
  4045. | #define HAVE_SYS_MMAN_H 1
  4046. | #define HAVE_SYS_PARAM_H 1
  4047. | #define HAVE_SYS_RESOURCE_H 1
  4048. | #define HAVE_SYS_TIME_H 1
  4049. | #define HAVE_SYS_UIO_H 1
  4050. | #define HAVE_SYS_TYPES_H 1
  4051. | #define HAVE_SYS_IOCTL_H 1
  4052. | #define HAVE_VALGRIND_VALGRIND_H 1
  4053. | #define HAVE_FENV_H 1
  4054. | #define HAVE_PTHREAD_H 1
  4055. | #define HAVE_CRASHREPORTER_INFO 0
  4056. | #define RETSIGTYPE void
  4057. | #define HAVE_INT64_T 1
  4058. | #define HAVE_UINT64_T 1
  4059. | #define HAVE_BACKTRACE 1
  4060. | #define HAVE_CEILF 1
  4061. | #define HAVE_FLOORF 1
  4062. | #define HAVE_ROUNDF 1
  4063. | #define HAVE_RINTF 1
  4064. | #define HAVE_NEARBYINTF 1
  4065. | #define HAVE_GETCWD 1
  4066. | #define HAVE_POWF 1
  4067. | #define HAVE_FMODF 1
  4068. | #define HAVE_STRTOF 1
  4069. | #define HAVE_ROUND 1
  4070. | #define HAVE_GETPAGESIZE 1
  4071. | #define HAVE_GETRUSAGE 1
  4072. | #define HAVE_GETRLIMIT 1
  4073. | #define HAVE_SETRLIMIT 1
  4074. | #define HAVE_GETTIMEOFDAY 1
  4075. | #define HAVE_ISATTY 1
  4076. | #define HAVE_MKDTEMP 1
  4077. | #define HAVE_MKSTEMP 1
  4078. | #define HAVE_MKTEMP 1
  4079. | #define HAVE_POSIX_SPAWN 1
  4080. | #define HAVE_PREAD 1
  4081. | #define HAVE_REALPATH 1
  4082. | #define HAVE_SBRK 1
  4083. | #define HAVE_SETRLIMIT 1
  4084. | #define HAVE_STRDUP 1
  4085. | #define HAVE_STRERROR 1
  4086. | #define HAVE_STRERROR_R 1
  4087. | #define HAVE_SETENV 1
  4088. | #define HAVE_STRTOLL 1
  4089. | #define HAVE_STRTOQ 1
  4090. | #define HAVE_SYSCONF 1
  4091. | #define HAVE_SETJMP 1
  4092. | #define HAVE_LONGJMP 1
  4093. | /* end confdefs.h. */
  4094. | /* Define sigsetjmp to an innocuous variant, in case <limits.h> declares sigsetjmp.
  4095. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4096. | #define sigsetjmp innocuous_sigsetjmp
  4097. |
  4098. | /* System header to define __stub macros and hopefully few prototypes,
  4099. | which can conflict with char sigsetjmp (); below.
  4100. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4101. | <limits.h> exists even on freestanding compilers. */
  4102. |
  4103. | #ifdef __STDC__
  4104. | # include <limits.h>
  4105. | #else
  4106. | # include <assert.h>
  4107. | #endif
  4108. |
  4109. | #undef sigsetjmp
  4110. |
  4111. | /* Override any GCC internal prototype to avoid an error.
  4112. | Use char because int might match the return type of a GCC
  4113. | builtin and then its argument prototype would still apply. */
  4114. | #ifdef __cplusplus
  4115. | extern "C"
  4116. | #endif
  4117. | char sigsetjmp ();
  4118. | /* The GNU C library defines this for functions which it implements
  4119. | to always fail with ENOSYS. Some functions are actually named
  4120. | something starting with __ and the normal name is an alias. */
  4121. | #if defined __stub_sigsetjmp || defined __stub___sigsetjmp
  4122. | choke me
  4123. | #endif
  4124. |
  4125. | int
  4126. | main ()
  4127. | {
  4128. | return sigsetjmp ();
  4129. | ;
  4130. | return 0;
  4131. | }
  4132. configure:17703: result: no
  4133. configure:17607: checking for siglongjmp
  4134. configure:17663: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4135. configure:17669: $? = 0
  4136. configure:17676: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4137. configure:17679: $? = 0
  4138. configure:17686: test -s conftest
  4139. configure:17689: $? = 0
  4140. configure:17703: result: yes
  4141. configure:17607: checking for writev
  4142. configure:17663: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4143. configure:17669: $? = 0
  4144. configure:17676: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4145. configure:17679: $? = 0
  4146. configure:17686: test -s conftest
  4147. configure:17689: $? = 0
  4148. configure:17703: result: yes
  4149. configure:17713: checking if printf has the %a format character
  4150. configure:17763: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4151. configure:17766: $? = 0
  4152. configure:17772: ./conftest
  4153. configure:17775: $? = 0
  4154. configure:17797: result: yes
  4155. configure:17808: checking for srand48/lrand48/drand48 in <stdlib.h>
  4156. configure:17840: g++ -c -g -O2 conftest.cpp >&5
  4157. configure:17846: $? = 0
  4158. configure:17853: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4159. configure:17856: $? = 0
  4160. configure:17863: test -s conftest.o
  4161. configure:17866: $? = 0
  4162. configure:17884: result: yes
  4163. configure:17896: checking whether strerror_s is declared
  4164. configure:17926: gcc -c -g -O2 conftest.c >&5
  4165. conftest.c: In function 'main':
  4166. conftest.c:189:22: error: 'strerror_s' undeclared (first use in this function)
  4167. conftest.c:189:22: note: each undeclared identifier is reported only once for each function it appears in
  4168. configure:17932: $? = 1
  4169. configure: failed program was:
  4170. | /* confdefs.h. */
  4171. | #define PACKAGE_NAME "LLVM"
  4172. | #define PACKAGE_TARNAME "llvm"
  4173. | #define PACKAGE_VERSION "3.3svn"
  4174. | #define PACKAGE_STRING "LLVM 3.3svn"
  4175. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  4176. | #define LLVM_VERSION_MAJOR 3
  4177. | #define LLVM_VERSION_MINOR 3
  4178. | #define LLVM_ON_UNIX 1
  4179. | #define STDC_HEADERS 1
  4180. | #define HAVE_SYS_TYPES_H 1
  4181. | #define HAVE_SYS_STAT_H 1
  4182. | #define HAVE_STDLIB_H 1
  4183. | #define HAVE_STRING_H 1
  4184. | #define HAVE_MEMORY_H 1
  4185. | #define HAVE_STRINGS_H 1
  4186. | #define HAVE_INTTYPES_H 1
  4187. | #define HAVE_STDINT_H 1
  4188. | #define HAVE_UNISTD_H 1
  4189. | #define LLVM_ENABLE_THREADS 1
  4190. | #define ENABLE_PIC 1
  4191. | #define ENABLE_TIMESTAMPS 1
  4192. | #define ENABLE_BACKTRACES 1
  4193. | #define LLVM_NATIVE_ARCH X86
  4194. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  4195. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  4196. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  4197. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  4198. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  4199. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  4200. | #define CLANG_RESOURCE_DIR ""
  4201. | #define C_INCLUDE_DIRS ""
  4202. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  4203. | #define DEFAULT_SYSROOT ""
  4204. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  4205. | #define HOST_LINK_VERSION "2.22"
  4206. | #define HAVE_LINK_R 1
  4207. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4208. | #define HAVE_DIRENT_H 1
  4209. | #define HAVE_DLFCN_H 1
  4210. | #define LTDL_SHLIB_EXT ".so"
  4211. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4212. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  4213. | #define LTDL_OBJDIR ".libs/"
  4214. | #define HAVE_PRELOADED_SYMBOLS 1
  4215. | #define HAVE_LIBDL 1
  4216. | #define HAVE_DLERROR 1
  4217. | #define HAVE_ARGZ_H 1
  4218. | #define HAVE_ERROR_T 1
  4219. | #define HAVE_ARGZ_APPEND 1
  4220. | #define HAVE_ARGZ_CREATE_SEP 1
  4221. | #define HAVE_ARGZ_INSERT 1
  4222. | #define HAVE_ARGZ_NEXT 1
  4223. | #define HAVE_ARGZ_STRINGIFY 1
  4224. | #define HAVE_ASSERT_H 1
  4225. | #define HAVE_CTYPE_H 1
  4226. | #define HAVE_ERRNO_H 1
  4227. | #define HAVE_MALLOC_H 1
  4228. | #define HAVE_MEMORY_H 1
  4229. | #define HAVE_STDLIB_H 1
  4230. | #define HAVE_STDIO_H 1
  4231. | #define HAVE_UNISTD_H 1
  4232. | #define HAVE_STRING_H 1
  4233. | #define HAVE_STRCHR 1
  4234. | #define HAVE_STRRCHR 1
  4235. | #define HAVE_MEMCPY 1
  4236. | #define HAVE_MEMMOVE 1
  4237. | #define HAVE_STRCMP 1
  4238. | #define HAVE_CLOSEDIR 1
  4239. | #define HAVE_OPENDIR 1
  4240. | #define HAVE_READDIR 1
  4241. | #define HAVE_LIBM 1
  4242. | #define HAVE_DLOPEN 1
  4243. | #define HAVE_MALLINFO 1
  4244. | #define HAVE_LIBPTHREAD 1
  4245. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4246. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4247. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4248. | #define USE_UDIS86 0
  4249. | #define LLVM_USE_OPROFILE 0
  4250. | #define LLVM_USE_INTEL_JITEVENTS 0
  4251. | #define HAVE_DIRENT_H 1
  4252. | #define HAVE_MMAP_ANONYMOUS 1
  4253. | #define HAVE_SYS_WAIT_H 1
  4254. | #define TIME_WITH_SYS_TIME 1
  4255. | #define HAVE_DLFCN_H 1
  4256. | #define HAVE_EXECINFO_H 1
  4257. | #define HAVE_FCNTL_H 1
  4258. | #define HAVE_INTTYPES_H 1
  4259. | #define HAVE_LIMITS_H 1
  4260. | #define HAVE_LINK_H 1
  4261. | #define HAVE_MALLOC_H 1
  4262. | #define HAVE_SETJMP_H 1
  4263. | #define HAVE_SIGNAL_H 1
  4264. | #define HAVE_STDINT_H 1
  4265. | #define HAVE_TERMIOS_H 1
  4266. | #define HAVE_UNISTD_H 1
  4267. | #define HAVE_UTIME_H 1
  4268. | #define HAVE_SYS_MMAN_H 1
  4269. | #define HAVE_SYS_PARAM_H 1
  4270. | #define HAVE_SYS_RESOURCE_H 1
  4271. | #define HAVE_SYS_TIME_H 1
  4272. | #define HAVE_SYS_UIO_H 1
  4273. | #define HAVE_SYS_TYPES_H 1
  4274. | #define HAVE_SYS_IOCTL_H 1
  4275. | #define HAVE_VALGRIND_VALGRIND_H 1
  4276. | #define HAVE_FENV_H 1
  4277. | #define HAVE_PTHREAD_H 1
  4278. | #define HAVE_CRASHREPORTER_INFO 0
  4279. | #define RETSIGTYPE void
  4280. | #define HAVE_INT64_T 1
  4281. | #define HAVE_UINT64_T 1
  4282. | #define HAVE_BACKTRACE 1
  4283. | #define HAVE_CEILF 1
  4284. | #define HAVE_FLOORF 1
  4285. | #define HAVE_ROUNDF 1
  4286. | #define HAVE_RINTF 1
  4287. | #define HAVE_NEARBYINTF 1
  4288. | #define HAVE_GETCWD 1
  4289. | #define HAVE_POWF 1
  4290. | #define HAVE_FMODF 1
  4291. | #define HAVE_STRTOF 1
  4292. | #define HAVE_ROUND 1
  4293. | #define HAVE_GETPAGESIZE 1
  4294. | #define HAVE_GETRUSAGE 1
  4295. | #define HAVE_GETRLIMIT 1
  4296. | #define HAVE_SETRLIMIT 1
  4297. | #define HAVE_GETTIMEOFDAY 1
  4298. | #define HAVE_ISATTY 1
  4299. | #define HAVE_MKDTEMP 1
  4300. | #define HAVE_MKSTEMP 1
  4301. | #define HAVE_MKTEMP 1
  4302. | #define HAVE_POSIX_SPAWN 1
  4303. | #define HAVE_PREAD 1
  4304. | #define HAVE_REALPATH 1
  4305. | #define HAVE_SBRK 1
  4306. | #define HAVE_SETRLIMIT 1
  4307. | #define HAVE_STRDUP 1
  4308. | #define HAVE_STRERROR 1
  4309. | #define HAVE_STRERROR_R 1
  4310. | #define HAVE_SETENV 1
  4311. | #define HAVE_STRTOLL 1
  4312. | #define HAVE_STRTOQ 1
  4313. | #define HAVE_SYSCONF 1
  4314. | #define HAVE_SETJMP 1
  4315. | #define HAVE_LONGJMP 1
  4316. | #define HAVE_SIGLONGJMP 1
  4317. | #define HAVE_WRITEV 1
  4318. | #define HAVE_PRINTF_A 1
  4319. | #define HAVE_RAND48 1
  4320. | /* end confdefs.h. */
  4321. | #include <stdio.h>
  4322. | #if HAVE_SYS_TYPES_H
  4323. | # include <sys/types.h>
  4324. | #endif
  4325. | #if HAVE_SYS_STAT_H
  4326. | # include <sys/stat.h>
  4327. | #endif
  4328. | #if STDC_HEADERS
  4329. | # include <stdlib.h>
  4330. | # include <stddef.h>
  4331. | #else
  4332. | # if HAVE_STDLIB_H
  4333. | # include <stdlib.h>
  4334. | # endif
  4335. | #endif
  4336. | #if HAVE_STRING_H
  4337. | # if !STDC_HEADERS && HAVE_MEMORY_H
  4338. | # include <memory.h>
  4339. | # endif
  4340. | # include <string.h>
  4341. | #endif
  4342. | #if HAVE_STRINGS_H
  4343. | # include <strings.h>
  4344. | #endif
  4345. | #if HAVE_INTTYPES_H
  4346. | # include <inttypes.h>
  4347. | #endif
  4348. | #if HAVE_STDINT_H
  4349. | # include <stdint.h>
  4350. | #endif
  4351. | #if HAVE_UNISTD_H
  4352. | # include <unistd.h>
  4353. | #endif
  4354. | int
  4355. | main ()
  4356. | {
  4357. | #ifndef strerror_s
  4358. | char *p = (char *) strerror_s;
  4359. | return !p;
  4360. | #endif
  4361. |
  4362. | ;
  4363. | return 0;
  4364. | }
  4365. configure:17964: result: no
  4366. configure:19416: checking for isnan in <math.h>
  4367. configure:19448: g++ -c -g -O2 conftest.cpp >&5
  4368. configure:19454: $? = 0
  4369. configure:19461: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4370. configure:19464: $? = 0
  4371. configure:19471: test -s conftest.o
  4372. configure:19474: $? = 0
  4373. configure:19492: result: yes
  4374. configure:19504: checking for isnan in <cmath>
  4375. configure:19536: g++ -c -g -O2 conftest.cpp >&5
  4376. configure:19542: $? = 0
  4377. configure:19549: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4378. configure:19552: $? = 0
  4379. configure:19559: test -s conftest.o
  4380. configure:19562: $? = 0
  4381. configure:19580: result: yes
  4382. configure:19591: checking for std::isnan in <cmath>
  4383. configure:19623: g++ -c -g -O2 conftest.cpp >&5
  4384. configure:19629: $? = 0
  4385. configure:19636: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4386. configure:19639: $? = 0
  4387. configure:19646: test -s conftest.o
  4388. configure:19649: $? = 0
  4389. configure:19667: result: yes
  4390. configure:19679: checking for isinf in <math.h>
  4391. configure:19711: g++ -c -g -O2 conftest.cpp >&5
  4392. configure:19717: $? = 0
  4393. configure:19724: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4394. configure:19727: $? = 0
  4395. configure:19734: test -s conftest.o
  4396. configure:19737: $? = 0
  4397. configure:19755: result: yes
  4398. configure:19766: checking for isinf in <cmath>
  4399. configure:19798: g++ -c -g -O2 conftest.cpp >&5
  4400. configure:19804: $? = 0
  4401. configure:19811: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4402. configure:19814: $? = 0
  4403. configure:19821: test -s conftest.o
  4404. configure:19824: $? = 0
  4405. configure:19842: result: yes
  4406. configure:19853: checking for std::isinf in <cmath>
  4407. configure:19885: g++ -c -g -O2 conftest.cpp >&5
  4408. configure:19891: $? = 0
  4409. configure:19898: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4410. configure:19901: $? = 0
  4411. configure:19908: test -s conftest.o
  4412. configure:19911: $? = 0
  4413. configure:19929: result: yes
  4414. configure:19940: checking for finite in <ieeefp.h>
  4415. configure:19972: g++ -c -g -O2 conftest.cpp >&5
  4416. conftest.cpp:159:20: fatal error: ieeefp.h: No such file or directory
  4417. compilation terminated.
  4418. configure:19978: $? = 1
  4419. configure: failed program was:
  4420. | /* confdefs.h. */
  4421. | #define PACKAGE_NAME "LLVM"
  4422. | #define PACKAGE_TARNAME "llvm"
  4423. | #define PACKAGE_VERSION "3.3svn"
  4424. | #define PACKAGE_STRING "LLVM 3.3svn"
  4425. | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  4426. | #define LLVM_VERSION_MAJOR 3
  4427. | #define LLVM_VERSION_MINOR 3
  4428. | #define LLVM_ON_UNIX 1
  4429. | #define STDC_HEADERS 1
  4430. | #define HAVE_SYS_TYPES_H 1
  4431. | #define HAVE_SYS_STAT_H 1
  4432. | #define HAVE_STDLIB_H 1
  4433. | #define HAVE_STRING_H 1
  4434. | #define HAVE_MEMORY_H 1
  4435. | #define HAVE_STRINGS_H 1
  4436. | #define HAVE_INTTYPES_H 1
  4437. | #define HAVE_STDINT_H 1
  4438. | #define HAVE_UNISTD_H 1
  4439. | #define LLVM_ENABLE_THREADS 1
  4440. | #define ENABLE_PIC 1
  4441. | #define ENABLE_TIMESTAMPS 1
  4442. | #define ENABLE_BACKTRACES 1
  4443. | #define LLVM_NATIVE_ARCH X86
  4444. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  4445. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  4446. | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  4447. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  4448. | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  4449. | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  4450. | #define CLANG_RESOURCE_DIR ""
  4451. | #define C_INCLUDE_DIRS ""
  4452. | #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  4453. | #define DEFAULT_SYSROOT ""
  4454. | #define BUG_REPORT_URL "http://llvm.org/bugs/"
  4455. | #define HOST_LINK_VERSION "2.22"
  4456. | #define HAVE_LINK_R 1
  4457. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4458. | #define HAVE_DIRENT_H 1
  4459. | #define HAVE_DLFCN_H 1
  4460. | #define LTDL_SHLIB_EXT ".so"
  4461. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4462. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  4463. | #define LTDL_OBJDIR ".libs/"
  4464. | #define HAVE_PRELOADED_SYMBOLS 1
  4465. | #define HAVE_LIBDL 1
  4466. | #define HAVE_DLERROR 1
  4467. | #define HAVE_ARGZ_H 1
  4468. | #define HAVE_ERROR_T 1
  4469. | #define HAVE_ARGZ_APPEND 1
  4470. | #define HAVE_ARGZ_CREATE_SEP 1
  4471. | #define HAVE_ARGZ_INSERT 1
  4472. | #define HAVE_ARGZ_NEXT 1
  4473. | #define HAVE_ARGZ_STRINGIFY 1
  4474. | #define HAVE_ASSERT_H 1
  4475. | #define HAVE_CTYPE_H 1
  4476. | #define HAVE_ERRNO_H 1
  4477. | #define HAVE_MALLOC_H 1
  4478. | #define HAVE_MEMORY_H 1
  4479. | #define HAVE_STDLIB_H 1
  4480. | #define HAVE_STDIO_H 1
  4481. | #define HAVE_UNISTD_H 1
  4482. | #define HAVE_STRING_H 1
  4483. | #define HAVE_STRCHR 1
  4484. | #define HAVE_STRRCHR 1
  4485. | #define HAVE_MEMCPY 1
  4486. | #define HAVE_MEMMOVE 1
  4487. | #define HAVE_STRCMP 1
  4488. | #define HAVE_CLOSEDIR 1
  4489. | #define HAVE_OPENDIR 1
  4490. | #define HAVE_READDIR 1
  4491. | #define HAVE_LIBM 1
  4492. | #define HAVE_DLOPEN 1
  4493. | #define HAVE_MALLINFO 1
  4494. | #define HAVE_LIBPTHREAD 1
  4495. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4496. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4497. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4498. | #define USE_UDIS86 0
  4499. | #define LLVM_USE_OPROFILE 0
  4500. | #define LLVM_USE_INTEL_JITEVENTS 0
  4501. | #define HAVE_DIRENT_H 1
  4502. | #define HAVE_MMAP_ANONYMOUS 1
  4503. | #define HAVE_SYS_WAIT_H 1
  4504. | #define TIME_WITH_SYS_TIME 1
  4505. | #define HAVE_DLFCN_H 1
  4506. | #define HAVE_EXECINFO_H 1
  4507. | #define HAVE_FCNTL_H 1
  4508. | #define HAVE_INTTYPES_H 1
  4509. | #define HAVE_LIMITS_H 1
  4510. | #define HAVE_LINK_H 1
  4511. | #define HAVE_MALLOC_H 1
  4512. | #define HAVE_SETJMP_H 1
  4513. | #define HAVE_SIGNAL_H 1
  4514. | #define HAVE_STDINT_H 1
  4515. | #define HAVE_TERMIOS_H 1
  4516. | #define HAVE_UNISTD_H 1
  4517. | #define HAVE_UTIME_H 1
  4518. | #define HAVE_SYS_MMAN_H 1
  4519. | #define HAVE_SYS_PARAM_H 1
  4520. | #define HAVE_SYS_RESOURCE_H 1
  4521. | #define HAVE_SYS_TIME_H 1
  4522. | #define HAVE_SYS_UIO_H 1
  4523. | #define HAVE_SYS_TYPES_H 1
  4524. | #define HAVE_SYS_IOCTL_H 1
  4525. | #define HAVE_VALGRIND_VALGRIND_H 1
  4526. | #define HAVE_FENV_H 1
  4527. | #define HAVE_PTHREAD_H 1
  4528. | #define HAVE_CRASHREPORTER_INFO 0
  4529. | #define RETSIGTYPE void
  4530. | #define HAVE_INT64_T 1
  4531. | #define HAVE_UINT64_T 1
  4532. | #define HAVE_BACKTRACE 1
  4533. | #define HAVE_CEILF 1
  4534. | #define HAVE_FLOORF 1
  4535. | #define HAVE_ROUNDF 1
  4536. | #define HAVE_RINTF 1
  4537. | #define HAVE_NEARBYINTF 1
  4538. | #define HAVE_GETCWD 1
  4539. | #define HAVE_POWF 1
  4540. | #define HAVE_FMODF 1
  4541. | #define HAVE_STRTOF 1
  4542. | #define HAVE_ROUND 1
  4543. | #define HAVE_GETPAGESIZE 1
  4544. | #define HAVE_GETRUSAGE 1
  4545. | #define HAVE_GETRLIMIT 1
  4546. | #define HAVE_SETRLIMIT 1
  4547. | #define HAVE_GETTIMEOFDAY 1
  4548. | #define HAVE_ISATTY 1
  4549. | #define HAVE_MKDTEMP 1
  4550. | #define HAVE_MKSTEMP 1
  4551. | #define HAVE_MKTEMP 1
  4552. | #define HAVE_POSIX_SPAWN 1
  4553. | #define HAVE_PREAD 1
  4554. | #define HAVE_REALPATH 1
  4555. | #define HAVE_SBRK 1
  4556. | #define HAVE_SETRLIMIT 1
  4557. | #define HAVE_STRDUP 1
  4558. | #define HAVE_STRERROR 1
  4559. | #define HAVE_STRERROR_R 1
  4560. | #define HAVE_SETENV 1
  4561. | #define HAVE_STRTOLL 1
  4562. | #define HAVE_STRTOQ 1
  4563. | #define HAVE_SYSCONF 1
  4564. | #define HAVE_SETJMP 1
  4565. | #define HAVE_LONGJMP 1
  4566. | #define HAVE_SIGLONGJMP 1
  4567. | #define HAVE_WRITEV 1
  4568. | #define HAVE_PRINTF_A 1
  4569. | #define HAVE_RAND48 1
  4570. | #define HAVE_DECL_STRERROR_S 0
  4571. | #define HAVE_ISNAN_IN_MATH_H 1
  4572. | #define HAVE_ISNAN_IN_CMATH 1
  4573. | #define HAVE_STD_ISNAN_IN_CMATH 1
  4574. | #define HAVE_ISINF_IN_MATH_H 1
  4575. | #define HAVE_ISINF_IN_CMATH 1
  4576. | #define HAVE_STD_ISINF_IN_CMATH 1
  4577. | /* end confdefs.h. */
  4578. | #include <ieeefp.h>
  4579. | int
  4580. | main ()
  4581. | {
  4582. | float f; finite(f);
  4583. | ;
  4584. | return 0;
  4585. | }
  4586. configure:20016: result: no
  4587. configure:20036: checking for stdlib.h
  4588. configure:20042: result: yes
  4589. configure:20036: checking for unistd.h
  4590. configure:20042: result: yes
  4591. configure:20204: checking for getpagesize
  4592. configure:20300: result: yes
  4593. configure:20310: checking for working mmap
  4594. configure:20457: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4595. configure:20460: $? = 0
  4596. configure:20466: ./conftest
  4597. configure:20469: $? = 0
  4598. configure:20485: result: yes
  4599. configure:20496: checking for mmap of files
  4600. configure:20541: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4601. conftest.c: In function 'main':
  4602. conftest.c:175:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  4603. conftest.c:177:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  4604. configure:20544: $? = 0
  4605. configure:20550: ./conftest
  4606. configure:20553: $? = 0
  4607. configure:20576: result: yes
  4608. configure:20588: checking if /dev/zero is needed for mmap
  4609. configure:20600: result: no
  4610. configure:20622: checking for GCC atomic builtins
  4611. configure:20652: g++ -o conftest -g -O2 conftest.cpp -lpthread -ldl -lm >&5
  4612. configure:20658: $? = 0
  4613. configure:20665: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4614. configure:20668: $? = 0
  4615. configure:20675: test -s conftest
  4616. configure:20678: $? = 0
  4617. configure:20686: result: yes
  4618. configure:20713: checking for 32-bit userspace on 64-bit system
  4619. configure:20748: gcc -c -g -O2 conftest.c >&5
  4620. configure:20754: $? = 0
  4621. configure:20761: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4622. configure:20764: $? = 0
  4623. configure:20771: test -s conftest.o
  4624. configure:20774: $? = 0
  4625. configure:20793: result: no
  4626. configure:20806: checking for __dso_handle
  4627. configure:20862: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4628. configure:20868: $? = 0
  4629. configure:20875: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4630. configure:20878: $? = 0
  4631. configure:20885: test -s conftest
  4632. configure:20888: $? = 0
  4633. configure:20902: result: yes
  4634. configure:21063: checking for compiler -fvisibility-inlines-hidden option
  4635. configure:21097: g++ -c -g -O2 -O0 -fvisibility-inlines-hidden -Werror conftest.cpp >&5
  4636. configure:21103: $? = 0
  4637. configure:21110: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4638. configure:21113: $? = 0
  4639. configure:21120: test -s conftest.o
  4640. configure:21123: $? = 0
  4641. configure:21143: result: yes
  4642. configure:21371: creating ./config.status
  4643.  
  4644. ## ---------------------- ##
  4645. ## Running config.status. ##
  4646. ## ---------------------- ##
  4647.  
  4648. This file was extended by LLVM config.status 3.3svn, which was
  4649. generated by GNU Autoconf 2.60. Invocation command line was
  4650.  
  4651. CONFIG_FILES =
  4652. CONFIG_HEADERS =
  4653. CONFIG_LINKS =
  4654. CONFIG_COMMANDS =
  4655. $ ./config.status
  4656.  
  4657. on daniel-Virtual-Machine
  4658.  
  4659. config.status:766: creating include/llvm/Config/Targets.def
  4660. config.status:766: creating include/llvm/Config/AsmPrinters.def
  4661. config.status:766: creating include/llvm/Config/AsmParsers.def
  4662. config.status:766: creating include/llvm/Config/Disassemblers.def
  4663. config.status:766: creating Makefile.config
  4664. config.status:766: creating llvm.spec
  4665. config.status:766: creating docs/doxygen.cfg
  4666. config.status:766: creating tools/clang/docs/doxygen.cfg
  4667. config.status:766: creating bindings/ocaml/llvm/META.llvm
  4668. config.status:766: creating include/llvm/Config/config.h
  4669. config.status:766: creating include/llvm/Config/llvm-config.h
  4670. config.status:766: creating include/llvm/Support/DataTypes.h
  4671. config.status:1161: include/llvm/Support/DataTypes.h is unchanged
  4672. config.status:766: creating tools/clang/include/clang/Config/config.h
  4673. config.status:1174: executing setup commands
  4674. config.status:1174: executing Makefile commands
  4675. config.status:1174: executing Makefile.common commands
  4676. config.status:1174: executing examples/Makefile commands
  4677. config.status:1174: executing lib/Makefile commands
  4678. config.status:1174: executing runtime/Makefile commands
  4679. config.status:1174: executing test/Makefile commands
  4680. config.status:1174: executing test/Makefile.tests commands
  4681. config.status:1174: executing unittests/Makefile commands
  4682. config.status:1174: executing tools/Makefile commands
  4683. config.status:1174: executing utils/Makefile commands
  4684. config.status:1174: executing projects/Makefile commands
  4685. config.status:1174: executing bindings/Makefile commands
  4686. config.status:1174: executing bindings/ocaml/Makefile.ocaml commands
  4687. configure:22707: === configuring in projects/sample (/home/daniel/programming/build/projects/sample)
  4688. configure:22810: running /bin/bash ../../../llvm/projects/sample/configure --prefix=/usr/local '--with-gcc-toolchain=/usr/lib/gcc-snapshot/gcc' --cache-file=/dev/null --srcdir=../../../llvm/projects/sample
  4689.  
  4690. ## ---------------- ##
  4691. ## Cache variables. ##
  4692. ## ---------------- ##
  4693.  
  4694. ac_cv_build=x86_64-unknown-linux-gnu
  4695. ac_cv_c_bigendian=no
  4696. ac_cv_c_compiler_gnu=yes
  4697. ac_cv_c_const=yes
  4698. ac_cv_cxx_compiler_gnu=yes
  4699. ac_cv_env_CCC_set=
  4700. ac_cv_env_CCC_value=
  4701. ac_cv_env_CC_set=
  4702. ac_cv_env_CC_value=
  4703. ac_cv_env_CFLAGS_set=
  4704. ac_cv_env_CFLAGS_value=
  4705. ac_cv_env_CPPFLAGS_set=
  4706. ac_cv_env_CPPFLAGS_value=
  4707. ac_cv_env_CPP_set=
  4708. ac_cv_env_CPP_value=
  4709. ac_cv_env_CXXFLAGS_set=
  4710. ac_cv_env_CXXFLAGS_value=
  4711. ac_cv_env_CXX_set=
  4712. ac_cv_env_CXX_value=
  4713. ac_cv_env_LDFLAGS_set=
  4714. ac_cv_env_LDFLAGS_value=
  4715. ac_cv_env_build_alias_set=
  4716. ac_cv_env_build_alias_value=
  4717. ac_cv_env_host_alias_set=
  4718. ac_cv_env_host_alias_value=
  4719. ac_cv_env_target_alias_set=
  4720. ac_cv_env_target_alias_value=
  4721. ac_cv_func___dso_handle=yes
  4722. ac_cv_func_arc4random=no
  4723. ac_cv_func_argz_append=yes
  4724. ac_cv_func_argz_create_sep=yes
  4725. ac_cv_func_argz_insert=yes
  4726. ac_cv_func_argz_next=yes
  4727. ac_cv_func_argz_stringify=yes
  4728. ac_cv_func_backtrace=yes
  4729. ac_cv_func_ceilf=yes
  4730. ac_cv_func_closedir=yes
  4731. ac_cv_func_dlerror=yes
  4732. ac_cv_func_finite_in_ieeefp_h=no
  4733. ac_cv_func_floorf=yes
  4734. ac_cv_func_fmodf=yes
  4735. ac_cv_func_getcwd=yes
  4736. ac_cv_func_getpagesize=yes
  4737. ac_cv_func_getrlimit=yes
  4738. ac_cv_func_getrusage=yes
  4739. ac_cv_func_gettimeofday=yes
  4740. ac_cv_func_isatty=yes
  4741. ac_cv_func_isinf_in_cmath=yes
  4742. ac_cv_func_isinf_in_math_h=yes
  4743. ac_cv_func_isnan_in_cmath=yes
  4744. ac_cv_func_isnan_in_math_h=yes
  4745. ac_cv_func_longjmp=yes
  4746. ac_cv_func_malloc_zone_statistics=no
  4747. ac_cv_func_memcpy=yes
  4748. ac_cv_func_memmove=yes
  4749. ac_cv_func_mkdtemp=yes
  4750. ac_cv_func_mkstemp=yes
  4751. ac_cv_func_mktemp=yes
  4752. ac_cv_func_mmap_file=yes
  4753. ac_cv_func_mmap_fixed_mapped=yes
  4754. ac_cv_func_nearbyintf=yes
  4755. ac_cv_func_opendir=yes
  4756. ac_cv_func_posix_spawn=yes
  4757. ac_cv_func_powf=yes
  4758. ac_cv_func_pread=yes
  4759. ac_cv_func_rand48=yes
  4760. ac_cv_func_readdir=yes
  4761. ac_cv_func_realpath=yes
  4762. ac_cv_func_rintf=yes
  4763. ac_cv_func_round=yes
  4764. ac_cv_func_roundf=yes
  4765. ac_cv_func_sbrk=yes
  4766. ac_cv_func_setenv=yes
  4767. ac_cv_func_setjmp=yes
  4768. ac_cv_func_setrlimit=yes
  4769. ac_cv_func_shl_load=no
  4770. ac_cv_func_siglongjmp=yes
  4771. ac_cv_func_sigsetjmp=no
  4772. ac_cv_func_std_isinf_in_cmath=yes
  4773. ac_cv_func_std_isnan_in_cmath=yes
  4774. ac_cv_func_strchr=yes
  4775. ac_cv_func_strcmp=yes
  4776. ac_cv_func_strdup=yes
  4777. ac_cv_func_strerror=yes
  4778. ac_cv_func_strerror_r=yes
  4779. ac_cv_func_strrchr=yes
  4780. ac_cv_func_strtof=yes
  4781. ac_cv_func_strtoll=yes
  4782. ac_cv_func_strtoq=yes
  4783. ac_cv_func_sysconf=yes
  4784. ac_cv_func_writev=yes
  4785. ac_cv_have_decl_strerror_s=no
  4786. ac_cv_header_CrashReporterClient_h=no
  4787. ac_cv_header_argz_h=yes
  4788. ac_cv_header_assert_h=yes
  4789. ac_cv_header_ctype_h=yes
  4790. ac_cv_header_dirent_dirent_h=yes
  4791. ac_cv_header_dl_h=no
  4792. ac_cv_header_dld_h=no
  4793. ac_cv_header_dlfcn_h=yes
  4794. ac_cv_header_errno_h=yes
  4795. ac_cv_header_execinfo_h=yes
  4796. ac_cv_header_fcntl_h=yes
  4797. ac_cv_header_fenv_h=yes
  4798. ac_cv_header_inttypes_h=yes
  4799. ac_cv_header_limits_h=yes
  4800. ac_cv_header_link_h=yes
  4801. ac_cv_header_mach_mach_h=no
  4802. ac_cv_header_mach_o_dyld_h=no
  4803. ac_cv_header_malloc_h=yes
  4804. ac_cv_header_malloc_malloc_h=no
  4805. ac_cv_header_memory_h=yes
  4806. ac_cv_header_mmap_anon=yes
  4807. ac_cv_header_pthread_h=yes
  4808. ac_cv_header_setjmp_h=yes
  4809. ac_cv_header_signal_h=yes
  4810. ac_cv_header_stat_broken=no
  4811. ac_cv_header_stdc=yes
  4812. ac_cv_header_stdint_h=yes
  4813. ac_cv_header_stdio_h=yes
  4814. ac_cv_header_stdlib_h=yes
  4815. ac_cv_header_string_h=yes
  4816. ac_cv_header_strings_h=yes
  4817. ac_cv_header_sys_dl_h=no
  4818. ac_cv_header_sys_ioctl_h=yes
  4819. ac_cv_header_sys_mman_h=yes
  4820. ac_cv_header_sys_param_h=yes
  4821. ac_cv_header_sys_resource_h=yes
  4822. ac_cv_header_sys_stat_h=yes
  4823. ac_cv_header_sys_time_h=yes
  4824. ac_cv_header_sys_types_h=yes
  4825. ac_cv_header_sys_uio_h=yes
  4826. ac_cv_header_sys_wait_h=yes
  4827. ac_cv_header_termios_h=yes
  4828. ac_cv_header_time=yes
  4829. ac_cv_header_unistd_h=yes
  4830. ac_cv_header_utime_h=yes
  4831. ac_cv_header_valgrind_valgrind_h=yes
  4832. ac_cv_header_windows_h=no
  4833. ac_cv_host=x86_64-unknown-linux-gnu
  4834. ac_cv_huge_val_sanity=yes
  4835. ac_cv_lib_dl_dlopen=yes
  4836. ac_cv_lib_dld_shl_load=no
  4837. ac_cv_lib_m_sin=yes
  4838. ac_cv_lib_pthread_pthread_mutex_init=yes
  4839. ac_cv_need_dev_zero_for_mmap=no
  4840. ac_cv_objext=o
  4841. ac_cv_path_BINPWD=/bin/pwd
  4842. ac_cv_path_BZIP2=/bin/bzip2
  4843. ac_cv_path_CAT=/bin/cat
  4844. ac_cv_path_CIRCO='echo circo'
  4845. ac_cv_path_CMP=/usr/bin/cmp
  4846. ac_cv_path_CP=/bin/cp
  4847. ac_cv_path_DATE=/bin/date
  4848. ac_cv_path_DOT='echo dot'
  4849. ac_cv_path_DOTTY='echo dotty'
  4850. ac_cv_path_EGREP='/bin/grep -E'
  4851. ac_cv_path_FDP='echo fdp'
  4852. ac_cv_path_FIND=/usr/bin/find
  4853. ac_cv_path_GAS=/usr/bin/as
  4854. ac_cv_path_GRAPHVIZ='echo Graphviz'
  4855. ac_cv_path_GREP=/bin/grep
  4856. ac_cv_path_GROFF=/usr/bin/groff
  4857. ac_cv_path_GZIPBIN=/bin/gzip
  4858. ac_cv_path_MKDIR=/bin/mkdir
  4859. ac_cv_path_MV=/bin/mv
  4860. ac_cv_path_NEATO='echo neato'
  4861. ac_cv_path_RM=/bin/rm
  4862. ac_cv_path_SED=/bin/sed
  4863. ac_cv_path_TAR=/bin/tar
  4864. ac_cv_path_TWOPI='echo twopi'
  4865. ac_cv_path_XDOT_PY='echo xdot.py'
  4866. ac_cv_path_ZIP=/usr/bin/zip
  4867. ac_cv_path_install='/usr/bin/install -c'
  4868. ac_cv_prog_CPP='gcc -E'
  4869. ac_cv_prog_ac_ct_AR=ar
  4870. ac_cv_prog_ac_ct_CC=gcc
  4871. ac_cv_prog_ac_ct_CXX=g++
  4872. ac_cv_prog_ac_ct_RANLIB=ranlib
  4873. ac_cv_prog_cc_c89=
  4874. ac_cv_prog_cc_g=yes
  4875. ac_cv_prog_cxx_g=yes
  4876. ac_cv_search_dlopen=-ldl
  4877. ac_cv_search_mallinfo='none required'
  4878. ac_cv_search_opendir='none required'
  4879. ac_cv_search_pthread_getspecific='none required'
  4880. ac_cv_search_pthread_mutex_lock='none required'
  4881. ac_cv_search_pthread_rwlock_init='none required'
  4882. ac_cv_struct_tm=time.h
  4883. ac_cv_sys_symbol_underscore=no
  4884. ac_cv_target=x86_64-unknown-linux-gnu
  4885. ac_cv_type_error_t=yes
  4886. ac_cv_type_int64_t=yes
  4887. ac_cv_type_pid_t=yes
  4888. ac_cv_type_size_t=yes
  4889. ac_cv_type_uint64_t=yes
  4890. libltdl_cv_lib_dl_dlopen=yes
  4891. libltdl_cv_objdir=.libs
  4892. libltdl_cv_preloaded_symbols=yes
  4893. libltdl_cv_shlibext=.so
  4894. libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
  4895. libltdl_cv_sys_dlopen_deplibs=yes
  4896. libltdl_cv_sys_search_path='/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa /lib32 /usr/lib32 '
  4897. llvm_cv_c_printf_a=yes
  4898. llvm_cv_cxx_visibility_inlines_hidden=yes
  4899. llvm_cv_enable_libffi=no
  4900. llvm_cv_gnu_make_command=make
  4901. llvm_cv_link_all_option=-Wl,--whole-archive
  4902. llvm_cv_link_use_export_dynamic=yes
  4903. llvm_cv_link_use_r=yes
  4904. llvm_cv_link_use_version_script=yes
  4905. llvm_cv_link_version=2.22
  4906. llvm_cv_linux_mixed=no
  4907. llvm_cv_no_link_all_option=-Wl,--no-whole-archive
  4908. llvm_cv_os_type=Linux
  4909. llvm_cv_platform_type=Unix
  4910. llvm_cv_target_arch=x86_64
  4911. llvm_cv_target_os_type=Linux
  4912. lt_cv_path_NM='/usr/bin/nm -B'
  4913. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  4914. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  4915. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  4916.  
  4917. ## ----------------- ##
  4918. ## Output variables. ##
  4919. ## ----------------- ##
  4920.  
  4921. ALL_BINDINGS='ocaml'
  4922. AR='ar'
  4923. ARCH='x86_64'
  4924. BINDINGS_TO_BUILD=''
  4925. BINPWD='/bin/pwd'
  4926. BINUTILS_INCDIR=''
  4927. BUILD_CC=''
  4928. BUILD_CXX=''
  4929. BUILD_EXEEXT=''
  4930. BZIP2='/bin/bzip2'
  4931. CAT='/bin/cat'
  4932. CC='gcc'
  4933. CFLAGS='-g -O2'
  4934. CIRCO='echo circo'
  4935. CLANG_SRC_ROOT=''
  4936. CMP='/usr/bin/cmp'
  4937. CONVENIENCE_LTDL_FALSE=''
  4938. CONVENIENCE_LTDL_TRUE='#'
  4939. COVERED_SWITCH_DEFAULT=''
  4940. CP='/bin/cp'
  4941. CPP='gcc -E'
  4942. CPPFLAGS=''
  4943. CVSBUILD='CVSBUILD=1'
  4944. CXX='g++'
  4945. CXXFLAGS='-g -O2'
  4946. DATE='/bin/date'
  4947. DEBUG_RUNTIME=''
  4948. DEBUG_SYMBOLS=''
  4949. DEFS='-DHAVE_CONFIG_H'
  4950. DISABLE_ASSERTIONS=''
  4951. DOT='echo dot'
  4952. DOTTY='echo dotty'
  4953. DOXYGEN=''
  4954. ECHO_C=''
  4955. ECHO_N='-n'
  4956. ECHO_T=''
  4957. EGREP='/bin/grep -E'
  4958. ENABLE_BACKTRACES='1'
  4959. ENABLE_CLANG_ARCMT='1'
  4960. ENABLE_CLANG_REWRITER='1'
  4961. ENABLE_CLANG_STATIC_ANALYZER='1'
  4962. ENABLE_CXX11='0'
  4963. ENABLE_DOCS='1'
  4964. ENABLE_DOXYGEN='0'
  4965. ENABLE_EMBED_STDCXX='0'
  4966. ENABLE_EXPENSIVE_CHECKS=''
  4967. ENABLE_LIBCPP='0'
  4968. ENABLE_OPTIMIZED=''
  4969. ENABLE_PIC='1'
  4970. ENABLE_POLLY='1'
  4971. ENABLE_PROFILING=''
  4972. ENABLE_PTHREADS='1'
  4973. ENABLE_SHARED='0'
  4974. ENABLE_TIMESTAMPS='1'
  4975. ENABLE_VISIBILITY_INLINES_HIDDEN='1'
  4976. ENABLE_WERROR='0'
  4977. ENDIAN='little'
  4978. EXEEXT=''
  4979. EXPENSIVE_CHECKS='no'
  4980. EXTRA_LD_OPTIONS=''
  4981. EXTRA_OPTIONS=''
  4982. FDP='echo fdp'
  4983. FIND='/usr/bin/find'
  4984. GAS='/usr/bin/as'
  4985. GRAPHVIZ='echo Graphviz'
  4986. GREP='/bin/grep'
  4987. GROFF='/usr/bin/groff'
  4988. GV='echo gv'
  4989. GZIPBIN='/bin/gzip'
  4990. HAVE_LINK_VERSION_SCRIPT='1'
  4991. HAVE_PTHREAD='1'
  4992. HOST_ARCH='x86_64'
  4993. HOST_OS='Linux'
  4994. HUGE_VAL_SANITY='yes'
  4995. INSTALL_DATA='${INSTALL} -m 644'
  4996. INSTALL_LTDL_FALSE=''
  4997. INSTALL_LTDL_TRUE='#'
  4998. INSTALL_PROGRAM='${INSTALL}'
  4999. INSTALL_SCRIPT='${INSTALL}'
  5000. INTERNAL_PREFIX=''
  5001. JIT=''
  5002. KEEP_SYMBOLS=''
  5003. LDFLAGS=''
  5004. LIBADD_DL='-ldl'
  5005. LIBOBJS=''
  5006. LIBS='-lpthread -ldl -lm '
  5007. LIBXML2_INC=''
  5008. LIBXML2_LIBS=''
  5009. LINKALL='-Wl,--whole-archive'
  5010. LLVM_BINDIR='/usr/local/bin'
  5011. LLVM_CONFIGTIME='Tue Jan 1 15:35:14 EST 2013'
  5012. LLVM_COPYRIGHT='Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.'
  5013. LLVM_CROSS_COMPILING='0'
  5014. LLVM_DATADIR='/usr/local/share/llvm'
  5015. LLVM_DOCSDIR='/usr/local/share/doc/llvm'
  5016. LLVM_ENABLE_THREADS='1'
  5017. LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(MBlaze) LLVM_ASM_PARSER(Mips) LLVM_ASM_PARSER(ARM) LLVM_ASM_PARSER(X86) '
  5018. LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(Hexagon) LLVM_ASM_PRINTER(NVPTX) LLVM_ASM_PRINTER(MBlaze) LLVM_ASM_PRINTER(MSP430) LLVM_ASM_PRINTER(XCore) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) '
  5019. LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(MBlaze) LLVM_DISASSEMBLER(XCore) LLVM_DISASSEMBLER(Mips) LLVM_DISASSEMBLER(ARM) LLVM_DISASSEMBLER(X86) '
  5020. LLVM_ENUM_TARGETS='LLVM_TARGET(Hexagon) LLVM_TARGET(NVPTX) LLVM_TARGET(MBlaze) LLVM_TARGET(CppBackend) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) '
  5021. LLVM_ETCDIR='/usr/local/etc/llvm'
  5022. LLVM_HAS_POLLY=''
  5023. LLVM_INCLUDEDIR='/usr/local/include'
  5024. LLVM_INFODIR='/usr/local/info'
  5025. LLVM_LIBDIR='/usr/local/lib'
  5026. LLVM_MANDIR='/usr/local/man'
  5027. LLVM_ON_UNIX='1'
  5028. LLVM_ON_WIN32='0'
  5029. LLVM_PREFIX='/usr/local'
  5030. LN_S='ln -s'
  5031. LTLIBOBJS=''
  5032. MKDIR='/bin/mkdir'
  5033. MMAP_FILE='yes'
  5034. MV='/bin/mv'
  5035. NEATO='echo neato'
  5036. NM='/usr/bin/nm -B'
  5037. NOLINKALL='-Wl,--no-whole-archive'
  5038. NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
  5039. NO_VARIADIC_MACROS='-Wno-variadic-macros'
  5040. OBJEXT='o'
  5041. OCAMLC=''
  5042. OCAMLDEP=''
  5043. OCAMLDOC=''
  5044. OCAMLOPT=''
  5045. OCAML_LIBDIR=''
  5046. OPTIMIZE_OPTION='-O3'
  5047. OS='Linux'
  5048. PACKAGE_BUGREPORT='http://llvm.org/bugs/'
  5049. PACKAGE_NAME='LLVM'
  5050. PACKAGE_STRING='LLVM 3.3svn'
  5051. PACKAGE_TARNAME='llvm'
  5052. PACKAGE_VERSION='3.3svn'
  5053. PATH_SEPARATOR=':'
  5054. PDFROFF=''
  5055. RANLIB='ranlib'
  5056. RDYNAMIC='-Wl,-export-dynamic'
  5057. RM='/bin/rm'
  5058. RPATH='-Wl,-R'
  5059. SED='/bin/sed'
  5060. SHELL='/bin/bash'
  5061. SHLIBEXT='.so'
  5062. SHLIBPATH_VAR='LD_LIBRARY_PATH'
  5063. TAR='/bin/tar'
  5064. TARGETS_TO_BUILD='X86 Sparc PowerPC ARM Mips XCore MSP430 CppBackend MBlaze NVPTX Hexagon'
  5065. TARGET_HAS_JIT='1'
  5066. TARGET_OS='Linux'
  5067. TWOPI='echo twopi'
  5068. USE_INTEL_JITEVENTS='0'
  5069. USE_OPROFILE='0'
  5070. USE_UDIS86='0'
  5071. XDOT_PY='echo xdot.py'
  5072. XML2CONFIG=''
  5073. ZIP='/usr/bin/zip'
  5074. ac_ct_CC='gcc'
  5075. ac_ct_CXX='g++'
  5076. bindir='${exec_prefix}/bin'
  5077. build='x86_64-unknown-linux-gnu'
  5078. build_alias=''
  5079. build_cpu='x86_64'
  5080. build_os='linux-gnu'
  5081. build_vendor='unknown'
  5082. datadir='${datarootdir}'
  5083. datarootdir='${prefix}/share'
  5084. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5085. dvidir='${docdir}'
  5086. exec_prefix='${prefix}'
  5087. host='x86_64-unknown-linux-gnu'
  5088. host_alias=''
  5089. host_cpu='x86_64'
  5090. host_os='linux-gnu'
  5091. host_vendor='unknown'
  5092. htmldir='${docdir}'
  5093. ifGNUmake=''
  5094. includedir='${prefix}/include'
  5095. infodir='${datarootdir}/info'
  5096. libdir='${exec_prefix}/lib'
  5097. libexecdir='${exec_prefix}/libexec'
  5098. localedir='${datarootdir}/locale'
  5099. localstatedir='${prefix}/var'
  5100. mandir='${datarootdir}/man'
  5101. oldincludedir='/usr/include'
  5102. pdfdir='${docdir}'
  5103. prefix='/usr/local'
  5104. program_prefix=''
  5105. program_transform_name='s,x,x,'
  5106. psdir='${docdir}'
  5107. sbindir='${exec_prefix}/sbin'
  5108. sharedstatedir='${prefix}/com'
  5109. subdirs=' projects/sample'
  5110. sysconfdir='${prefix}/etc'
  5111. target='x86_64-unknown-linux-gnu'
  5112. target_alias=''
  5113. target_cpu='x86_64'
  5114. target_os='linux-gnu'
  5115. target_vendor='unknown'
  5116.  
  5117. ## ----------- ##
  5118. ## confdefs.h. ##
  5119. ## ----------- ##
  5120.  
  5121. #define PACKAGE_NAME "LLVM"
  5122. #define PACKAGE_TARNAME "llvm"
  5123. #define PACKAGE_VERSION "3.3svn"
  5124. #define PACKAGE_STRING "LLVM 3.3svn"
  5125. #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  5126. #define LLVM_VERSION_MAJOR 3
  5127. #define LLVM_VERSION_MINOR 3
  5128. #define LLVM_ON_UNIX 1
  5129. #define STDC_HEADERS 1
  5130. #define HAVE_SYS_TYPES_H 1
  5131. #define HAVE_SYS_STAT_H 1
  5132. #define HAVE_STDLIB_H 1
  5133. #define HAVE_STRING_H 1
  5134. #define HAVE_MEMORY_H 1
  5135. #define HAVE_STRINGS_H 1
  5136. #define HAVE_INTTYPES_H 1
  5137. #define HAVE_STDINT_H 1
  5138. #define HAVE_UNISTD_H 1
  5139. #define LLVM_ENABLE_THREADS 1
  5140. #define ENABLE_PIC 1
  5141. #define ENABLE_TIMESTAMPS 1
  5142. #define ENABLE_BACKTRACES 1
  5143. #define LLVM_NATIVE_ARCH X86
  5144. #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  5145. #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  5146. #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  5147. #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  5148. #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  5149. #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  5150. #define CLANG_RESOURCE_DIR ""
  5151. #define C_INCLUDE_DIRS ""
  5152. #define GCC_INSTALL_PREFIX "/usr/lib/gcc-snapshot/gcc"
  5153. #define DEFAULT_SYSROOT ""
  5154. #define BUG_REPORT_URL "http://llvm.org/bugs/"
  5155. #define HOST_LINK_VERSION "2.22"
  5156. #define HAVE_LINK_R 1
  5157. #define HAVE_LINK_EXPORT_DYNAMIC 1
  5158. #define HAVE_DIRENT_H 1
  5159. #define HAVE_DLFCN_H 1
  5160. #define LTDL_SHLIB_EXT ".so"
  5161. #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  5162. #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32"
  5163. #define LTDL_OBJDIR ".libs/"
  5164. #define HAVE_PRELOADED_SYMBOLS 1
  5165. #define HAVE_LIBDL 1
  5166. #define HAVE_DLERROR 1
  5167. #define HAVE_ARGZ_H 1
  5168. #define HAVE_ERROR_T 1
  5169. #define HAVE_ARGZ_APPEND 1
  5170. #define HAVE_ARGZ_CREATE_SEP 1
  5171. #define HAVE_ARGZ_INSERT 1
  5172. #define HAVE_ARGZ_NEXT 1
  5173. #define HAVE_ARGZ_STRINGIFY 1
  5174. #define HAVE_ASSERT_H 1
  5175. #define HAVE_CTYPE_H 1
  5176. #define HAVE_ERRNO_H 1
  5177. #define HAVE_MALLOC_H 1
  5178. #define HAVE_MEMORY_H 1
  5179. #define HAVE_STDLIB_H 1
  5180. #define HAVE_STDIO_H 1
  5181. #define HAVE_UNISTD_H 1
  5182. #define HAVE_STRING_H 1
  5183. #define HAVE_STRCHR 1
  5184. #define HAVE_STRRCHR 1
  5185. #define HAVE_MEMCPY 1
  5186. #define HAVE_MEMMOVE 1
  5187. #define HAVE_STRCMP 1
  5188. #define HAVE_CLOSEDIR 1
  5189. #define HAVE_OPENDIR 1
  5190. #define HAVE_READDIR 1
  5191. #define HAVE_LIBM 1
  5192. #define HAVE_DLOPEN 1
  5193. #define HAVE_MALLINFO 1
  5194. #define HAVE_LIBPTHREAD 1
  5195. #define HAVE_PTHREAD_MUTEX_LOCK 1
  5196. #define HAVE_PTHREAD_RWLOCK_INIT 1
  5197. #define HAVE_PTHREAD_GETSPECIFIC 1
  5198. #define USE_UDIS86 0
  5199. #define LLVM_USE_OPROFILE 0
  5200. #define LLVM_USE_INTEL_JITEVENTS 0
  5201. #define HAVE_DIRENT_H 1
  5202. #define HAVE_MMAP_ANONYMOUS 1
  5203. #define HAVE_SYS_WAIT_H 1
  5204. #define TIME_WITH_SYS_TIME 1
  5205. #define HAVE_DLFCN_H 1
  5206. #define HAVE_EXECINFO_H 1
  5207. #define HAVE_FCNTL_H 1
  5208. #define HAVE_INTTYPES_H 1
  5209. #define HAVE_LIMITS_H 1
  5210. #define HAVE_LINK_H 1
  5211. #define HAVE_MALLOC_H 1
  5212. #define HAVE_SETJMP_H 1
  5213. #define HAVE_SIGNAL_H 1
  5214. #define HAVE_STDINT_H 1
  5215. #define HAVE_TERMIOS_H 1
  5216. #define HAVE_UNISTD_H 1
  5217. #define HAVE_UTIME_H 1
  5218. #define HAVE_SYS_MMAN_H 1
  5219. #define HAVE_SYS_PARAM_H 1
  5220. #define HAVE_SYS_RESOURCE_H 1
  5221. #define HAVE_SYS_TIME_H 1
  5222. #define HAVE_SYS_UIO_H 1
  5223. #define HAVE_SYS_TYPES_H 1
  5224. #define HAVE_SYS_IOCTL_H 1
  5225. #define HAVE_VALGRIND_VALGRIND_H 1
  5226. #define HAVE_FENV_H 1
  5227. #define HAVE_PTHREAD_H 1
  5228. #define HAVE_CRASHREPORTER_INFO 0
  5229. #define RETSIGTYPE void
  5230. #define HAVE_INT64_T 1
  5231. #define HAVE_UINT64_T 1
  5232. #define HAVE_BACKTRACE 1
  5233. #define HAVE_CEILF 1
  5234. #define HAVE_FLOORF 1
  5235. #define HAVE_ROUNDF 1
  5236. #define HAVE_RINTF 1
  5237. #define HAVE_NEARBYINTF 1
  5238. #define HAVE_GETCWD 1
  5239. #define HAVE_POWF 1
  5240. #define HAVE_FMODF 1
  5241. #define HAVE_STRTOF 1
  5242. #define HAVE_ROUND 1
  5243. #define HAVE_GETPAGESIZE 1
  5244. #define HAVE_GETRUSAGE 1
  5245. #define HAVE_GETRLIMIT 1
  5246. #define HAVE_SETRLIMIT 1
  5247. #define HAVE_GETTIMEOFDAY 1
  5248. #define HAVE_ISATTY 1
  5249. #define HAVE_MKDTEMP 1
  5250. #define HAVE_MKSTEMP 1
  5251. #define HAVE_MKTEMP 1
  5252. #define HAVE_POSIX_SPAWN 1
  5253. #define HAVE_PREAD 1
  5254. #define HAVE_REALPATH 1
  5255. #define HAVE_SBRK 1
  5256. #define HAVE_SETRLIMIT 1
  5257. #define HAVE_STRDUP 1
  5258. #define HAVE_STRERROR 1
  5259. #define HAVE_STRERROR_R 1
  5260. #define HAVE_SETENV 1
  5261. #define HAVE_STRTOLL 1
  5262. #define HAVE_STRTOQ 1
  5263. #define HAVE_SYSCONF 1
  5264. #define HAVE_SETJMP 1
  5265. #define HAVE_LONGJMP 1
  5266. #define HAVE_SIGLONGJMP 1
  5267. #define HAVE_WRITEV 1
  5268. #define HAVE_PRINTF_A 1
  5269. #define HAVE_RAND48 1
  5270. #define HAVE_DECL_STRERROR_S 0
  5271. #define HAVE_ISNAN_IN_MATH_H 1
  5272. #define HAVE_ISNAN_IN_CMATH 1
  5273. #define HAVE_STD_ISNAN_IN_CMATH 1
  5274. #define HAVE_ISINF_IN_MATH_H 1
  5275. #define HAVE_ISINF_IN_CMATH 1
  5276. #define HAVE_STD_ISINF_IN_CMATH 1
  5277. #define HAVE_STDLIB_H 1
  5278. #define HAVE_UNISTD_H 1
  5279. #define HAVE_GETPAGESIZE 1
  5280. #define HAVE_MMAP 1
  5281. #define HAVE_MMAP_FILE
  5282. #define LLVM_HAS_ATOMICS 1
  5283. #define HAVE___DSO_HANDLE 1
  5284. #define LLVM_PREFIX "/usr/local"
  5285. #define LLVM_BINDIR "/usr/local/bin"
  5286. #define LLVM_LIBDIR "/usr/local/lib"
  5287. #define LLVM_DATADIR "/usr/local/share/llvm"
  5288. #define LLVM_DOCSDIR "/usr/local/share/doc/llvm"
  5289. #define LLVM_ETCDIR "/usr/local/etc/llvm"
  5290. #define LLVM_INCLUDEDIR "/usr/local/include"
  5291. #define LLVM_INFODIR "/usr/local/info"
  5292. #define LLVM_MANDIR "/usr/local/man"
  5293. #define LLVM_CONFIGTIME "Tue Jan 1 15:35:14 EST 2013"
  5294. #define LLVM_HOSTTRIPLE "x86_64-unknown-linux-gnu"
  5295. #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu"
  5296.  
  5297. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement