Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 178.04 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 2.9svn, which was
  5. generated by GNU Autoconf 2.60. Invocation command line was
  6.  
  7. $ ../llvm/configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = i686
  15. uname -r = 2.6.32-24-generic
  16. uname -s = Linux
  17. uname -v = #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010
  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/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2022: checking build system type
  44. configure:2040: result: i686-pc-linux-gnu
  45. configure:2062: checking host system type
  46. configure:2077: result: i686-pc-linux-gnu
  47. configure:2099: checking target system type
  48. configure:2114: result: i686-pc-linux-gnu
  49. configure:2143: checking type of operating system we're going to host on
  50. configure:2251: result: Linux
  51. configure:2254: checking type of operating system we're going to target
  52. configure:2300: result: Linux
  53. configure:2346: checking target architecture
  54. configure:2369: result: x86
  55. configure:2435: checking for gcc
  56. configure:2451: found /usr/bin/gcc
  57. configure:2462: result: gcc
  58. configure:2700: checking for C compiler version
  59. configure:2707: gcc --version >&5
  60. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  61. Copyright (C) 2009 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:2710: $? = 0
  66. configure:2717: gcc -v >&5
  67. Using built-in specs.
  68. Target: i486-linux-gnu
  69. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  70. Thread model: posix
  71. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  72. configure:2720: $? = 0
  73. configure:2727: gcc -V >&5
  74. gcc: '-V' option must have argument
  75. configure:2730: $? = 1
  76. configure:2753: checking for C compiler default output file name
  77. configure:2780: gcc conftest.c >&5
  78. configure:2783: $? = 0
  79. configure:2829: result: a.out
  80. configure:2834: checking whether the C compiler works
  81. configure:2844: ./a.out
  82. configure:2847: $? = 0
  83. configure:2864: result: yes
  84. configure:2871: checking whether we are cross compiling
  85. configure:2873: result: no
  86. configure:2876: checking for suffix of executables
  87. configure:2883: gcc -o conftest conftest.c >&5
  88. configure:2886: $? = 0
  89. configure:2910: result:
  90. configure:2916: checking for suffix of object files
  91. configure:2942: gcc -c conftest.c >&5
  92. configure:2945: $? = 0
  93. configure:2968: result: o
  94. configure:2972: checking whether we are using the GNU C compiler
  95. configure:3001: gcc -c conftest.c >&5
  96. configure:3007: $? = 0
  97. configure:3014: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  98. configure:3017: $? = 0
  99. configure:3024: test -s conftest.o
  100. configure:3027: $? = 0
  101. configure:3041: result: yes
  102. configure:3046: checking whether gcc accepts -g
  103. configure:3076: gcc -c -g conftest.c >&5
  104. configure:3082: $? = 0
  105. configure:3089: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  106. configure:3092: $? = 0
  107. configure:3099: test -s conftest.o
  108. configure:3102: $? = 0
  109. configure:3232: result: yes
  110. configure:3249: checking for gcc option to accept ISO C89
  111. configure:3323: gcc -c -g -O2 conftest.c >&5
  112. configure:3329: $? = 0
  113. configure:3336: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  114. configure:3339: $? = 0
  115. configure:3346: test -s conftest.o
  116. configure:3349: $? = 0
  117. configure:3369: result: none needed
  118. configure:3393: checking how to run the C preprocessor
  119. configure:3433: gcc -E conftest.c
  120. configure:3439: $? = 0
  121. configure:3477: gcc -E conftest.c
  122. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  123. configure:3483: $? = 1
  124. configure: failed program was:
  125. | /* confdefs.h. */
  126. | #define PACKAGE_NAME "llvm"
  127. | #define PACKAGE_TARNAME "-llvm-"
  128. | #define PACKAGE_VERSION "2.9svn"
  129. | #define PACKAGE_STRING "llvm 2.9svn"
  130. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  131. | #define LLVM_ON_UNIX 1
  132. | /* end confdefs.h. */
  133. | #include <ac_nonexistent.h>
  134. configure:3523: result: gcc -E
  135. configure:3552: gcc -E conftest.c
  136. configure:3558: $? = 0
  137. configure:3596: gcc -E conftest.c
  138. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  139. configure:3602: $? = 1
  140. configure: failed program was:
  141. | /* confdefs.h. */
  142. | #define PACKAGE_NAME "llvm"
  143. | #define PACKAGE_TARNAME "-llvm-"
  144. | #define PACKAGE_VERSION "2.9svn"
  145. | #define PACKAGE_STRING "llvm 2.9svn"
  146. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  147. | #define LLVM_ON_UNIX 1
  148. | /* end confdefs.h. */
  149. | #include <ac_nonexistent.h>
  150. configure:3647: checking for grep that handles long lines and -e
  151. configure:3721: result: /bin/grep
  152. configure:3726: checking for egrep
  153. configure:3804: result: /bin/grep -E
  154. configure:3809: checking for ANSI C header files
  155. configure:3839: gcc -c -g -O2 conftest.c >&5
  156. configure:3845: $? = 0
  157. configure:3852: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  158. configure:3855: $? = 0
  159. configure:3862: test -s conftest.o
  160. configure:3865: $? = 0
  161. configure:3961: gcc -o conftest -g -O2 conftest.c >&5
  162. configure:3964: $? = 0
  163. configure:3970: ./conftest
  164. configure:3973: $? = 0
  165. configure:3990: result: yes
  166. configure:4014: checking for sys/types.h
  167. configure:4035: gcc -c -g -O2 conftest.c >&5
  168. configure:4041: $? = 0
  169. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  170. configure:4051: $? = 0
  171. configure:4058: test -s conftest.o
  172. configure:4061: $? = 0
  173. configure:4074: result: yes
  174. configure:4014: checking for sys/stat.h
  175. configure:4035: gcc -c -g -O2 conftest.c >&5
  176. configure:4041: $? = 0
  177. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  178. configure:4051: $? = 0
  179. configure:4058: test -s conftest.o
  180. configure:4061: $? = 0
  181. configure:4074: result: yes
  182. configure:4014: checking for stdlib.h
  183. configure:4035: gcc -c -g -O2 conftest.c >&5
  184. configure:4041: $? = 0
  185. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  186. configure:4051: $? = 0
  187. configure:4058: test -s conftest.o
  188. configure:4061: $? = 0
  189. configure:4074: result: yes
  190. configure:4014: checking for string.h
  191. configure:4035: gcc -c -g -O2 conftest.c >&5
  192. configure:4041: $? = 0
  193. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  194. configure:4051: $? = 0
  195. configure:4058: test -s conftest.o
  196. configure:4061: $? = 0
  197. configure:4074: result: yes
  198. configure:4014: checking for memory.h
  199. configure:4035: gcc -c -g -O2 conftest.c >&5
  200. configure:4041: $? = 0
  201. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  202. configure:4051: $? = 0
  203. configure:4058: test -s conftest.o
  204. configure:4061: $? = 0
  205. configure:4074: result: yes
  206. configure:4014: checking for strings.h
  207. configure:4035: gcc -c -g -O2 conftest.c >&5
  208. configure:4041: $? = 0
  209. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  210. configure:4051: $? = 0
  211. configure:4058: test -s conftest.o
  212. configure:4061: $? = 0
  213. configure:4074: result: yes
  214. configure:4014: checking for inttypes.h
  215. configure:4035: gcc -c -g -O2 conftest.c >&5
  216. configure:4041: $? = 0
  217. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  218. configure:4051: $? = 0
  219. configure:4058: test -s conftest.o
  220. configure:4061: $? = 0
  221. configure:4074: result: yes
  222. configure:4014: checking for stdint.h
  223. configure:4035: gcc -c -g -O2 conftest.c >&5
  224. configure:4041: $? = 0
  225. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  226. configure:4051: $? = 0
  227. configure:4058: test -s conftest.o
  228. configure:4061: $? = 0
  229. configure:4074: result: yes
  230. configure:4014: checking for unistd.h
  231. configure:4035: gcc -c -g -O2 conftest.c >&5
  232. configure:4041: $? = 0
  233. configure:4048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  234. configure:4051: $? = 0
  235. configure:4058: test -s conftest.o
  236. configure:4061: $? = 0
  237. configure:4074: result: yes
  238. configure:4086: checking whether byte ordering is bigendian
  239. configure:4118: gcc -c -g -O2 conftest.c >&5
  240. configure:4124: $? = 0
  241. configure:4131: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  242. configure:4134: $? = 0
  243. configure:4141: test -s conftest.o
  244. configure:4144: $? = 0
  245. configure:4173: gcc -c -g -O2 conftest.c >&5
  246. conftest.c: In function 'main':
  247. conftest.c:26: error: 'not' undeclared (first use in this function)
  248. conftest.c:26: error: (Each undeclared identifier is reported only once
  249. conftest.c:26: error: for each function it appears in.)
  250. conftest.c:26: error: expected ';' before 'big'
  251. configure:4179: $? = 1
  252. configure: failed program was:
  253. | /* confdefs.h. */
  254. | #define PACKAGE_NAME "llvm"
  255. | #define PACKAGE_TARNAME "-llvm-"
  256. | #define PACKAGE_VERSION "2.9svn"
  257. | #define PACKAGE_STRING "llvm 2.9svn"
  258. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  259. | #define LLVM_ON_UNIX 1
  260. | #define STDC_HEADERS 1
  261. | #define HAVE_SYS_TYPES_H 1
  262. | #define HAVE_SYS_STAT_H 1
  263. | #define HAVE_STDLIB_H 1
  264. | #define HAVE_STRING_H 1
  265. | #define HAVE_MEMORY_H 1
  266. | #define HAVE_STRINGS_H 1
  267. | #define HAVE_INTTYPES_H 1
  268. | #define HAVE_STDINT_H 1
  269. | #define HAVE_UNISTD_H 1
  270. | /* end confdefs.h. */
  271. | #include <sys/types.h>
  272. | #include <sys/param.h>
  273. |
  274. | int
  275. | main ()
  276. | {
  277. | #if BYTE_ORDER != BIG_ENDIAN
  278. | not big endian
  279. | #endif
  280. |
  281. | ;
  282. | return 0;
  283. | }
  284. configure:4353: result: no
  285. configure:5164: checking clang compiler
  286. configure:5196: result: built
  287. configure:5217: checking optimization flags
  288. configure:5230: result: -O3
  289. configure:5403: checking how to run the C preprocessor
  290. configure:5533: result: gcc -E
  291. configure:5562: gcc -E conftest.c
  292. configure:5568: $? = 0
  293. configure:5606: gcc -E conftest.c
  294. conftest.c:32:28: error: ac_nonexistent.h: No such file or directory
  295. configure:5612: $? = 1
  296. configure: failed program was:
  297. | /* confdefs.h. */
  298. | #define PACKAGE_NAME "llvm"
  299. | #define PACKAGE_TARNAME "-llvm-"
  300. | #define PACKAGE_VERSION "2.9svn"
  301. | #define PACKAGE_STRING "llvm 2.9svn"
  302. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  303. | #define LLVM_ON_UNIX 1
  304. | #define STDC_HEADERS 1
  305. | #define HAVE_SYS_TYPES_H 1
  306. | #define HAVE_SYS_STAT_H 1
  307. | #define HAVE_STDLIB_H 1
  308. | #define HAVE_STRING_H 1
  309. | #define HAVE_MEMORY_H 1
  310. | #define HAVE_STRINGS_H 1
  311. | #define HAVE_INTTYPES_H 1
  312. | #define HAVE_STDINT_H 1
  313. | #define HAVE_UNISTD_H 1
  314. | #define ENABLE_THREADS 1
  315. | #define ENABLE_PIC 1
  316. | #define ENABLE_TIMESTAMPS 1
  317. | #define LLVM_NATIVE_ARCH X86
  318. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  319. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  320. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  321. | #define ENABLE_CBE_PRINTF_A 1
  322. | #define C_INCLUDE_DIRS ""
  323. | #define CXX_INCLUDE_ROOT ""
  324. | #define CXX_INCLUDE_ARCH ""
  325. | #define CXX_INCLUDE_32BIT_DIR ""
  326. | #define CXX_INCLUDE_64BIT_DIR ""
  327. | /* end confdefs.h. */
  328. | #include <ac_nonexistent.h>
  329. configure:5773: checking for C compiler version
  330. configure:5780: gcc --version >&5
  331. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  332. Copyright (C) 2009 Free Software Foundation, Inc.
  333. This is free software; see the source for copying conditions. There is NO
  334. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  335.  
  336. configure:5783: $? = 0
  337. configure:5790: gcc -v >&5
  338. Using built-in specs.
  339. Target: i486-linux-gnu
  340. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  341. Thread model: posix
  342. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  343. configure:5793: $? = 0
  344. configure:5800: gcc -V >&5
  345. gcc: '-V' option must have argument
  346. configure:5803: $? = 1
  347. configure:5806: checking whether we are using the GNU C compiler
  348. configure:5875: result: yes
  349. configure:5880: checking whether gcc accepts -g
  350. configure:6066: result: yes
  351. configure:6083: checking for gcc option to accept ISO C89
  352. configure:6203: result: none needed
  353. configure:6279: checking for g++
  354. configure:6295: found /usr/bin/g++
  355. configure:6306: result: g++
  356. configure:6337: checking for C++ compiler version
  357. configure:6344: g++ --version >&5
  358. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  359. Copyright (C) 2009 Free Software Foundation, Inc.
  360. This is free software; see the source for copying conditions. There is NO
  361. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  362.  
  363. configure:6347: $? = 0
  364. configure:6354: g++ -v >&5
  365. Using built-in specs.
  366. Target: i486-linux-gnu
  367. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  368. Thread model: posix
  369. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  370. configure:6357: $? = 0
  371. configure:6364: g++ -V >&5
  372. g++: '-V' option must have argument
  373. configure:6367: $? = 1
  374. configure:6370: checking whether we are using the GNU C++ compiler
  375. configure:6399: g++ -c conftest.cpp >&5
  376. configure:6405: $? = 0
  377. configure:6412: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  378. configure:6415: $? = 0
  379. configure:6422: test -s conftest.o
  380. configure:6425: $? = 0
  381. configure:6439: result: yes
  382. configure:6444: checking whether g++ accepts -g
  383. configure:6474: g++ -c -g conftest.cpp >&5
  384. configure:6480: $? = 0
  385. configure:6487: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  386. configure:6490: $? = 0
  387. configure:6497: test -s conftest.o
  388. configure:6500: $? = 0
  389. configure:6630: result: yes
  390. configure:6654: checking for BSD-compatible nm
  391. configure:6703: result: /usr/bin/nm -B
  392. configure:6709: checking for GNU make
  393. configure:6724: result: make
  394. configure:6735: checking whether ln -s works
  395. configure:6742: result: no, using cp -p
  396. configure:6748: checking for cmp
  397. configure:6766: found /usr/bin/cmp
  398. configure:6779: result: /usr/bin/cmp
  399. configure:6789: checking for cp
  400. configure:6807: found /bin/cp
  401. configure:6820: result: /bin/cp
  402. configure:6830: checking for date
  403. configure:6848: found /bin/date
  404. configure:6861: result: /bin/date
  405. configure:6871: checking for find
  406. configure:6889: found /usr/bin/find
  407. configure:6902: result: /usr/bin/find
  408. configure:6912: checking for grep
  409. configure:6943: result: /bin/grep
  410. configure:6953: checking for mkdir
  411. configure:6971: found /bin/mkdir
  412. configure:6984: result: /bin/mkdir
  413. configure:6994: checking for mv
  414. configure:7012: found /bin/mv
  415. configure:7025: result: /bin/mv
  416. configure:7076: checking for ranlib
  417. configure:7092: found /usr/bin/ranlib
  418. configure:7103: result: ranlib
  419. configure:7172: checking for ar
  420. configure:7188: found /usr/bin/ar
  421. configure:7199: result: ar
  422. configure:7227: checking for rm
  423. configure:7245: found /bin/rm
  424. configure:7258: result: /bin/rm
  425. configure:7268: checking for sed
  426. configure:7286: found /bin/sed
  427. configure:7299: result: /bin/sed
  428. configure:7309: checking for tar
  429. configure:7327: found /bin/tar
  430. configure:7340: result: /bin/tar
  431. configure:7350: checking for pwd
  432. configure:7368: found /bin/pwd
  433. configure:7381: result: /bin/pwd
  434. configure:7392: checking for Graphviz
  435. configure:7423: result: echo Graphviz
  436. configure:7448: checking for dot
  437. configure:7479: result: echo dot
  438. configure:7504: checking for fdp
  439. configure:7535: result: echo fdp
  440. configure:7560: checking for neato
  441. configure:7591: result: echo neato
  442. configure:7616: checking for twopi
  443. configure:7647: result: echo twopi
  444. configure:7672: checking for circo
  445. configure:7703: result: echo circo
  446. configure:7730: checking for gv
  447. configure:7763: result: no
  448. configure:7730: checking for gsview32
  449. configure:7763: result: no
  450. configure:7789: checking for dotty
  451. configure:7820: result: echo dotty
  452. configure:7845: checking for xdot.py
  453. configure:7876: result: echo xdot.py
  454. configure:7903: checking for perl
  455. configure:7921: found /usr/bin/perl
  456. configure:7934: result: /usr/bin/perl
  457. configure:7943: checking for Perl 5.006 or newer
  458. configure:7946: result: yes
  459. configure:7980: checking for a BSD-compatible install
  460. configure:8036: result: /usr/bin/install -c
  461. configure:8054: checking for bzip2
  462. configure:8072: found /bin/bzip2
  463. configure:8084: result: /bin/bzip2
  464. configure:8094: checking for cat
  465. configure:8112: found /bin/cat
  466. configure:8124: result: /bin/cat
  467. configure:8134: checking for doxygen
  468. configure:8167: result: no
  469. configure:8174: checking for groff
  470. configure:8192: found /usr/bin/groff
  471. configure:8204: result: /usr/bin/groff
  472. configure:8214: checking for gzip
  473. configure:8232: found /bin/gzip
  474. configure:8244: result: /bin/gzip
  475. configure:8254: checking for pod2html
  476. configure:8272: found /usr/bin/pod2html
  477. configure:8284: result: /usr/bin/pod2html
  478. configure:8294: checking for pod2man
  479. configure:8312: found /usr/bin/pod2man
  480. configure:8324: result: /usr/bin/pod2man
  481. configure:8334: checking for pdfroff
  482. configure:8367: result: no
  483. configure:8374: checking for runtest
  484. configure:8407: result: no
  485. configure:8414: checking for the tclsh program in tclinclude directory
  486. configure:8443: result: none
  487. configure:8449: checking for tclsh8.4
  488. configure:8467: found /usr/bin/tclsh8.4
  489. configure:8479: result: /usr/bin/tclsh8.4
  490. configure:8504: checking for zip
  491. configure:8522: found /usr/bin/zip
  492. configure:8534: result: /usr/bin/zip
  493. configure:8546: checking for ocamlc
  494. configure:8579: result: no
  495. configure:8591: checking for ocamlopt
  496. configure:8624: result: no
  497. configure:8636: checking for ocamldep
  498. configure:8669: result: no
  499. configure:8681: checking for ocamldoc
  500. configure:8714: result: no
  501. configure:8726: checking for gas
  502. configure:8759: result: no
  503. configure:8726: checking for as
  504. configure:8744: found /usr/bin/as
  505. configure:8756: result: /usr/bin/as
  506. configure:8768: checking for linker version
  507. configure:8784: result: 2.20.1
  508. configure:8793: checking for compiler -Wl,-R<path> option
  509. configure:8827: gcc -o conftest -g -O2 -Wl,-R. conftest.c >&5
  510. configure:8833: $? = 0
  511. configure:8840: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  512. configure:8843: $? = 0
  513. configure:8850: test -s conftest
  514. configure:8853: $? = 0
  515. configure:8874: result: yes
  516. configure:8885: checking for compiler -Wl,-export-dynamic option
  517. configure:8919: gcc -o conftest -g -O2 -Wl,-export-dynamic conftest.c >&5
  518. configure:8925: $? = 0
  519. configure:8932: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  520. configure:8935: $? = 0
  521. configure:8942: test -s conftest
  522. configure:8945: $? = 0
  523. configure:8966: result: yes
  524. configure:8977: checking for compiler -Wl,--version-script option
  525. configure:9033: gcc -o conftest -g -O2 -Wl,--version-script=/tmp/fooYFertv/export.map conftest.c >&5
  526. configure:9039: $? = 0
  527. configure:9046: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  528. configure:9049: $? = 0
  529. configure:9056: test -s conftest
  530. configure:9059: $? = 0
  531. configure:9082: result: yes
  532. configure:9092: checking for an ANSI C-conforming const
  533. configure:9167: gcc -c -g -O2 conftest.c >&5
  534. configure:9173: $? = 0
  535. configure:9180: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  536. configure:9183: $? = 0
  537. configure:9190: test -s conftest.o
  538. configure:9193: $? = 0
  539. configure:9205: result: yes
  540. configure:9223: checking for dirent.h that defines DIR
  541. configure:9252: gcc -c -g -O2 conftest.c >&5
  542. configure:9258: $? = 0
  543. configure:9265: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  544. configure:9268: $? = 0
  545. configure:9275: test -s conftest.o
  546. configure:9278: $? = 0
  547. configure:9291: result: yes
  548. configure:9304: checking for library containing opendir
  549. configure:9345: gcc -o conftest -g -O2 conftest.c >&5
  550. configure:9351: $? = 0
  551. configure:9358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  552. configure:9361: $? = 0
  553. configure:9368: test -s conftest
  554. configure:9371: $? = 0
  555. configure:9395: result: none required
  556. configure:9520: checking dlfcn.h usability
  557. configure:9537: gcc -c -g -O2 conftest.c >&5
  558. configure:9543: $? = 0
  559. configure:9550: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  560. configure:9553: $? = 0
  561. configure:9560: test -s conftest.o
  562. configure:9563: $? = 0
  563. configure:9574: result: yes
  564. configure:9578: checking dlfcn.h presence
  565. configure:9593: gcc -E conftest.c
  566. configure:9599: $? = 0
  567. configure:9620: result: yes
  568. configure:9653: checking for dlfcn.h
  569. configure:9661: result: yes
  570. configure:9701: checking dynamic linker characteristics
  571. configure:10289: result: GNU/Linux ld.so
  572. configure:10299: checking which extension is used for loadable modules
  573. configure:10309: result: .so
  574. configure:10320: checking which variable specifies run-time library path
  575. configure:10327: result: LD_LIBRARY_PATH
  576. configure:10338: checking for the default library search path
  577. configure:10345: result: /lib /usr/lib /usr/lib/mesa /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so
  578. configure:10363: checking for objdir
  579. configure:10384: result: .libs
  580. configure:10397: checking command to parse /usr/bin/nm -B output from object
  581. configure:10502: gcc -c -g -O2 conftest.c >&5
  582. configure:10505: $? = 0
  583. configure:10509: /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
  584. configure:10512: $? = 0
  585. configure:10564: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  586. configure:10567: $? = 0
  587. configure:10605: result: ok
  588. configure:10610: checking whether libtool supports -dlopen/-dlpreopen
  589. configure:10622: result: yes
  590. configure:10641: checking for shl_load
  591. configure:10697: gcc -o conftest -g -O2 conftest.c >&5
  592. /tmp/ccGPu67b.o: In function `main':
  593. /mnt/hgfs/Code/CodeSearchAndReplace/llvm_build/conftest.c:76: undefined reference to `shl_load'
  594. collect2: ld returned 1 exit status
  595. configure:10703: $? = 1
  596. configure: failed program was:
  597. | /* confdefs.h. */
  598. | #define PACKAGE_NAME "llvm"
  599. | #define PACKAGE_TARNAME "-llvm-"
  600. | #define PACKAGE_VERSION "2.9svn"
  601. | #define PACKAGE_STRING "llvm 2.9svn"
  602. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  603. | #define LLVM_ON_UNIX 1
  604. | #define STDC_HEADERS 1
  605. | #define HAVE_SYS_TYPES_H 1
  606. | #define HAVE_SYS_STAT_H 1
  607. | #define HAVE_STDLIB_H 1
  608. | #define HAVE_STRING_H 1
  609. | #define HAVE_MEMORY_H 1
  610. | #define HAVE_STRINGS_H 1
  611. | #define HAVE_INTTYPES_H 1
  612. | #define HAVE_STDINT_H 1
  613. | #define HAVE_UNISTD_H 1
  614. | #define ENABLE_THREADS 1
  615. | #define ENABLE_PIC 1
  616. | #define ENABLE_TIMESTAMPS 1
  617. | #define LLVM_NATIVE_ARCH X86
  618. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  619. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  620. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  621. | #define ENABLE_CBE_PRINTF_A 1
  622. | #define C_INCLUDE_DIRS ""
  623. | #define CXX_INCLUDE_ROOT ""
  624. | #define CXX_INCLUDE_ARCH ""
  625. | #define CXX_INCLUDE_32BIT_DIR ""
  626. | #define CXX_INCLUDE_64BIT_DIR ""
  627. | #define HOST_LINK_VERSION "2.20.1"
  628. | #define HAVE_LINK_R 1
  629. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  630. | #define HAVE_DIRENT_H 1
  631. | #define HAVE_DLFCN_H 1
  632. | #define LTDL_SHLIB_EXT ".so"
  633. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  634. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  635. | #define LTDL_OBJDIR ".libs/"
  636. | #define HAVE_PRELOADED_SYMBOLS 1
  637. | /* end confdefs.h. */
  638. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  639. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  640. | #define shl_load innocuous_shl_load
  641. |
  642. | /* System header to define __stub macros and hopefully few prototypes,
  643. | which can conflict with char shl_load (); below.
  644. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  645. | <limits.h> exists even on freestanding compilers. */
  646. |
  647. | #ifdef __STDC__
  648. | # include <limits.h>
  649. | #else
  650. | # include <assert.h>
  651. | #endif
  652. |
  653. | #undef shl_load
  654. |
  655. | /* Override any GCC internal prototype to avoid an error.
  656. | Use char because int might match the return type of a GCC
  657. | builtin and then its argument prototype would still apply. */
  658. | #ifdef __cplusplus
  659. | extern "C"
  660. | #endif
  661. | char shl_load ();
  662. | /* The GNU C library defines this for functions which it implements
  663. | to always fail with ENOSYS. Some functions are actually named
  664. | something starting with __ and the normal name is an alias. */
  665. | #if defined __stub_shl_load || defined __stub___shl_load
  666. | choke me
  667. | #endif
  668. |
  669. | int
  670. | main ()
  671. | {
  672. | return shl_load ();
  673. | ;
  674. | return 0;
  675. | }
  676. configure:10736: result: no
  677. configure:10745: checking for shl_load in -ldld
  678. configure:10780: gcc -o conftest -g -O2 conftest.c -ldld >&5
  679. /usr/bin/ld: cannot find -ldld
  680. collect2: ld returned 1 exit status
  681. configure:10786: $? = 1
  682. configure: failed program was:
  683. | /* confdefs.h. */
  684. | #define PACKAGE_NAME "llvm"
  685. | #define PACKAGE_TARNAME "-llvm-"
  686. | #define PACKAGE_VERSION "2.9svn"
  687. | #define PACKAGE_STRING "llvm 2.9svn"
  688. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  689. | #define LLVM_ON_UNIX 1
  690. | #define STDC_HEADERS 1
  691. | #define HAVE_SYS_TYPES_H 1
  692. | #define HAVE_SYS_STAT_H 1
  693. | #define HAVE_STDLIB_H 1
  694. | #define HAVE_STRING_H 1
  695. | #define HAVE_MEMORY_H 1
  696. | #define HAVE_STRINGS_H 1
  697. | #define HAVE_INTTYPES_H 1
  698. | #define HAVE_STDINT_H 1
  699. | #define HAVE_UNISTD_H 1
  700. | #define ENABLE_THREADS 1
  701. | #define ENABLE_PIC 1
  702. | #define ENABLE_TIMESTAMPS 1
  703. | #define LLVM_NATIVE_ARCH X86
  704. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  705. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  706. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  707. | #define ENABLE_CBE_PRINTF_A 1
  708. | #define C_INCLUDE_DIRS ""
  709. | #define CXX_INCLUDE_ROOT ""
  710. | #define CXX_INCLUDE_ARCH ""
  711. | #define CXX_INCLUDE_32BIT_DIR ""
  712. | #define CXX_INCLUDE_64BIT_DIR ""
  713. | #define HOST_LINK_VERSION "2.20.1"
  714. | #define HAVE_LINK_R 1
  715. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  716. | #define HAVE_DIRENT_H 1
  717. | #define HAVE_DLFCN_H 1
  718. | #define LTDL_SHLIB_EXT ".so"
  719. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  720. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  721. | #define LTDL_OBJDIR ".libs/"
  722. | #define HAVE_PRELOADED_SYMBOLS 1
  723. | /* end confdefs.h. */
  724. |
  725. | /* Override any GCC internal prototype to avoid an error.
  726. | Use char because int might match the return type of a GCC
  727. | builtin and then its argument prototype would still apply. */
  728. | #ifdef __cplusplus
  729. | extern "C"
  730. | #endif
  731. | char shl_load ();
  732. | int
  733. | main ()
  734. | {
  735. | return shl_load ();
  736. | ;
  737. | return 0;
  738. | }
  739. configure:10820: result: no
  740. configure:10830: checking for dlopen in -ldl
  741. configure:10865: gcc -o conftest -g -O2 conftest.c -ldl >&5
  742. configure:10871: $? = 0
  743. configure:10878: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  744. configure:10881: $? = 0
  745. configure:10888: test -s conftest
  746. configure:10891: $? = 0
  747. configure:10905: result: yes
  748. configure:11280: checking for dlerror
  749. configure:11336: gcc -o conftest -g -O2 conftest.c -ldl >&5
  750. configure:11342: $? = 0
  751. configure:11349: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  752. configure:11352: $? = 0
  753. configure:11359: test -s conftest
  754. configure:11362: $? = 0
  755. configure:11376: result: yes
  756. configure:11396: checking for _ prefix in compiled symbols
  757. configure:11406: gcc -c -g -O2 conftest.c >&5
  758. configure:11409: $? = 0
  759. configure:11413: /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
  760. configure:11416: $? = 0
  761. configure:11438: result: no
  762. configure:11558: checking whether deplibs are loaded by dlopen
  763. configure:11639: result: yes
  764. configure:11664: checking argz.h usability
  765. configure:11681: gcc -c -g -O2 conftest.c >&5
  766. configure:11687: $? = 0
  767. configure:11694: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  768. configure:11697: $? = 0
  769. configure:11704: test -s conftest.o
  770. configure:11707: $? = 0
  771. configure:11718: result: yes
  772. configure:11722: checking argz.h presence
  773. configure:11737: gcc -E conftest.c
  774. configure:11743: $? = 0
  775. configure:11764: result: yes
  776. configure:11797: checking for argz.h
  777. configure:11805: result: yes
  778. configure:11819: checking for error_t
  779. configure:11852: gcc -c -g -O2 conftest.c >&5
  780. configure:11858: $? = 0
  781. configure:11865: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  782. configure:11868: $? = 0
  783. configure:11875: test -s conftest.o
  784. configure:11878: $? = 0
  785. configure:11890: result: yes
  786. configure:11916: checking for argz_append
  787. configure:11972: gcc -o conftest -g -O2 conftest.c >&5
  788. configure:11978: $? = 0
  789. configure:11985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  790. configure:11988: $? = 0
  791. configure:11995: test -s conftest
  792. configure:11998: $? = 0
  793. configure:12012: result: yes
  794. configure:11916: checking for argz_create_sep
  795. configure:11972: gcc -o conftest -g -O2 conftest.c >&5
  796. configure:11978: $? = 0
  797. configure:11985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  798. configure:11988: $? = 0
  799. configure:11995: test -s conftest
  800. configure:11998: $? = 0
  801. configure:12012: result: yes
  802. configure:11916: checking for argz_insert
  803. configure:11972: gcc -o conftest -g -O2 conftest.c >&5
  804. configure:11978: $? = 0
  805. configure:11985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  806. configure:11988: $? = 0
  807. configure:11995: test -s conftest
  808. configure:11998: $? = 0
  809. configure:12012: result: yes
  810. configure:11916: checking for argz_next
  811. configure:11972: gcc -o conftest -g -O2 conftest.c >&5
  812. configure:11978: $? = 0
  813. configure:11985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  814. configure:11988: $? = 0
  815. configure:11995: test -s conftest
  816. configure:11998: $? = 0
  817. configure:12012: result: yes
  818. configure:11916: checking for argz_stringify
  819. configure:11972: gcc -o conftest -g -O2 conftest.c >&5
  820. configure:11978: $? = 0
  821. configure:11985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  822. configure:11988: $? = 0
  823. configure:11995: test -s conftest
  824. configure:11998: $? = 0
  825. configure:12012: result: yes
  826. configure:12064: checking assert.h usability
  827. configure:12081: gcc -c -g -O2 conftest.c >&5
  828. configure:12087: $? = 0
  829. configure:12094: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  830. configure:12097: $? = 0
  831. configure:12104: test -s conftest.o
  832. configure:12107: $? = 0
  833. configure:12118: result: yes
  834. configure:12122: checking assert.h presence
  835. configure:12137: gcc -E conftest.c
  836. configure:12143: $? = 0
  837. configure:12164: result: yes
  838. configure:12197: checking for assert.h
  839. configure:12205: result: yes
  840. configure:12064: checking ctype.h usability
  841. configure:12081: gcc -c -g -O2 conftest.c >&5
  842. configure:12087: $? = 0
  843. configure:12094: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  844. configure:12097: $? = 0
  845. configure:12104: test -s conftest.o
  846. configure:12107: $? = 0
  847. configure:12118: result: yes
  848. configure:12122: checking ctype.h presence
  849. configure:12137: gcc -E conftest.c
  850. configure:12143: $? = 0
  851. configure:12164: result: yes
  852. configure:12197: checking for ctype.h
  853. configure:12205: result: yes
  854. configure:12064: checking errno.h usability
  855. configure:12081: gcc -c -g -O2 conftest.c >&5
  856. configure:12087: $? = 0
  857. configure:12094: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  858. configure:12097: $? = 0
  859. configure:12104: test -s conftest.o
  860. configure:12107: $? = 0
  861. configure:12118: result: yes
  862. configure:12122: checking errno.h presence
  863. configure:12137: gcc -E conftest.c
  864. configure:12143: $? = 0
  865. configure:12164: result: yes
  866. configure:12197: checking for errno.h
  867. configure:12205: result: yes
  868. configure:12064: checking malloc.h usability
  869. configure:12081: gcc -c -g -O2 conftest.c >&5
  870. configure:12087: $? = 0
  871. configure:12094: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  872. configure:12097: $? = 0
  873. configure:12104: test -s conftest.o
  874. configure:12107: $? = 0
  875. configure:12118: result: yes
  876. configure:12122: checking malloc.h presence
  877. configure:12137: gcc -E conftest.c
  878. configure:12143: $? = 0
  879. configure:12164: result: yes
  880. configure:12197: checking for malloc.h
  881. configure:12205: result: yes
  882. configure:12054: checking for memory.h
  883. configure:12060: result: yes
  884. configure:12054: checking for stdlib.h
  885. configure:12060: result: yes
  886. configure:12064: checking stdio.h usability
  887. configure:12081: gcc -c -g -O2 conftest.c >&5
  888. configure:12087: $? = 0
  889. configure:12094: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  890. configure:12097: $? = 0
  891. configure:12104: test -s conftest.o
  892. configure:12107: $? = 0
  893. configure:12118: result: yes
  894. configure:12122: checking stdio.h presence
  895. configure:12137: gcc -E conftest.c
  896. configure:12143: $? = 0
  897. configure:12164: result: yes
  898. configure:12197: checking for stdio.h
  899. configure:12205: result: yes
  900. configure:12054: checking for unistd.h
  901. configure:12060: result: yes
  902. configure:12236: checking dl.h usability
  903. configure:12253: gcc -c -g -O2 conftest.c >&5
  904. conftest.c:92:16: error: dl.h: No such file or directory
  905. configure:12259: $? = 1
  906. configure: failed program was:
  907. | /* confdefs.h. */
  908. | #define PACKAGE_NAME "llvm"
  909. | #define PACKAGE_TARNAME "-llvm-"
  910. | #define PACKAGE_VERSION "2.9svn"
  911. | #define PACKAGE_STRING "llvm 2.9svn"
  912. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  913. | #define LLVM_ON_UNIX 1
  914. | #define STDC_HEADERS 1
  915. | #define HAVE_SYS_TYPES_H 1
  916. | #define HAVE_SYS_STAT_H 1
  917. | #define HAVE_STDLIB_H 1
  918. | #define HAVE_STRING_H 1
  919. | #define HAVE_MEMORY_H 1
  920. | #define HAVE_STRINGS_H 1
  921. | #define HAVE_INTTYPES_H 1
  922. | #define HAVE_STDINT_H 1
  923. | #define HAVE_UNISTD_H 1
  924. | #define ENABLE_THREADS 1
  925. | #define ENABLE_PIC 1
  926. | #define ENABLE_TIMESTAMPS 1
  927. | #define LLVM_NATIVE_ARCH X86
  928. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  929. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  930. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  931. | #define ENABLE_CBE_PRINTF_A 1
  932. | #define C_INCLUDE_DIRS ""
  933. | #define CXX_INCLUDE_ROOT ""
  934. | #define CXX_INCLUDE_ARCH ""
  935. | #define CXX_INCLUDE_32BIT_DIR ""
  936. | #define CXX_INCLUDE_64BIT_DIR ""
  937. | #define HOST_LINK_VERSION "2.20.1"
  938. | #define HAVE_LINK_R 1
  939. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  940. | #define HAVE_DIRENT_H 1
  941. | #define HAVE_DLFCN_H 1
  942. | #define LTDL_SHLIB_EXT ".so"
  943. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  944. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  945. | #define LTDL_OBJDIR ".libs/"
  946. | #define HAVE_PRELOADED_SYMBOLS 1
  947. | #define HAVE_LIBDL 1
  948. | #define HAVE_DLERROR 1
  949. | #define HAVE_ARGZ_H 1
  950. | #define HAVE_ERROR_T 1
  951. | #define HAVE_ARGZ_APPEND 1
  952. | #define HAVE_ARGZ_CREATE_SEP 1
  953. | #define HAVE_ARGZ_INSERT 1
  954. | #define HAVE_ARGZ_NEXT 1
  955. | #define HAVE_ARGZ_STRINGIFY 1
  956. | #define HAVE_ASSERT_H 1
  957. | #define HAVE_CTYPE_H 1
  958. | #define HAVE_ERRNO_H 1
  959. | #define HAVE_MALLOC_H 1
  960. | #define HAVE_MEMORY_H 1
  961. | #define HAVE_STDLIB_H 1
  962. | #define HAVE_STDIO_H 1
  963. | #define HAVE_UNISTD_H 1
  964. | /* end confdefs.h. */
  965. | #include <stdio.h>
  966. | #if HAVE_SYS_TYPES_H
  967. | # include <sys/types.h>
  968. | #endif
  969. | #if HAVE_SYS_STAT_H
  970. | # include <sys/stat.h>
  971. | #endif
  972. | #if STDC_HEADERS
  973. | # include <stdlib.h>
  974. | # include <stddef.h>
  975. | #else
  976. | # if HAVE_STDLIB_H
  977. | # include <stdlib.h>
  978. | # endif
  979. | #endif
  980. | #if HAVE_STRING_H
  981. | # if !STDC_HEADERS && HAVE_MEMORY_H
  982. | # include <memory.h>
  983. | # endif
  984. | # include <string.h>
  985. | #endif
  986. | #if HAVE_STRINGS_H
  987. | # include <strings.h>
  988. | #endif
  989. | #if HAVE_INTTYPES_H
  990. | # include <inttypes.h>
  991. | #endif
  992. | #if HAVE_STDINT_H
  993. | # include <stdint.h>
  994. | #endif
  995. | #if HAVE_UNISTD_H
  996. | # include <unistd.h>
  997. | #endif
  998. | #include <dl.h>
  999. configure:12290: result: no
  1000. configure:12294: checking dl.h presence
  1001. configure:12309: gcc -E conftest.c
  1002. conftest.c:59:16: error: dl.h: No such file or directory
  1003. configure:12315: $? = 1
  1004. configure: failed program was:
  1005. | /* confdefs.h. */
  1006. | #define PACKAGE_NAME "llvm"
  1007. | #define PACKAGE_TARNAME "-llvm-"
  1008. | #define PACKAGE_VERSION "2.9svn"
  1009. | #define PACKAGE_STRING "llvm 2.9svn"
  1010. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1011. | #define LLVM_ON_UNIX 1
  1012. | #define STDC_HEADERS 1
  1013. | #define HAVE_SYS_TYPES_H 1
  1014. | #define HAVE_SYS_STAT_H 1
  1015. | #define HAVE_STDLIB_H 1
  1016. | #define HAVE_STRING_H 1
  1017. | #define HAVE_MEMORY_H 1
  1018. | #define HAVE_STRINGS_H 1
  1019. | #define HAVE_INTTYPES_H 1
  1020. | #define HAVE_STDINT_H 1
  1021. | #define HAVE_UNISTD_H 1
  1022. | #define ENABLE_THREADS 1
  1023. | #define ENABLE_PIC 1
  1024. | #define ENABLE_TIMESTAMPS 1
  1025. | #define LLVM_NATIVE_ARCH X86
  1026. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1027. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1028. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1029. | #define ENABLE_CBE_PRINTF_A 1
  1030. | #define C_INCLUDE_DIRS ""
  1031. | #define CXX_INCLUDE_ROOT ""
  1032. | #define CXX_INCLUDE_ARCH ""
  1033. | #define CXX_INCLUDE_32BIT_DIR ""
  1034. | #define CXX_INCLUDE_64BIT_DIR ""
  1035. | #define HOST_LINK_VERSION "2.20.1"
  1036. | #define HAVE_LINK_R 1
  1037. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1038. | #define HAVE_DIRENT_H 1
  1039. | #define HAVE_DLFCN_H 1
  1040. | #define LTDL_SHLIB_EXT ".so"
  1041. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1042. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1043. | #define LTDL_OBJDIR ".libs/"
  1044. | #define HAVE_PRELOADED_SYMBOLS 1
  1045. | #define HAVE_LIBDL 1
  1046. | #define HAVE_DLERROR 1
  1047. | #define HAVE_ARGZ_H 1
  1048. | #define HAVE_ERROR_T 1
  1049. | #define HAVE_ARGZ_APPEND 1
  1050. | #define HAVE_ARGZ_CREATE_SEP 1
  1051. | #define HAVE_ARGZ_INSERT 1
  1052. | #define HAVE_ARGZ_NEXT 1
  1053. | #define HAVE_ARGZ_STRINGIFY 1
  1054. | #define HAVE_ASSERT_H 1
  1055. | #define HAVE_CTYPE_H 1
  1056. | #define HAVE_ERRNO_H 1
  1057. | #define HAVE_MALLOC_H 1
  1058. | #define HAVE_MEMORY_H 1
  1059. | #define HAVE_STDLIB_H 1
  1060. | #define HAVE_STDIO_H 1
  1061. | #define HAVE_UNISTD_H 1
  1062. | /* end confdefs.h. */
  1063. | #include <dl.h>
  1064. configure:12336: result: no
  1065. configure:12369: checking for dl.h
  1066. configure:12377: result: no
  1067. configure:12236: checking sys/dl.h usability
  1068. configure:12253: gcc -c -g -O2 conftest.c >&5
  1069. conftest.c:92:20: error: sys/dl.h: No such file or directory
  1070. configure:12259: $? = 1
  1071. configure: failed program was:
  1072. | /* confdefs.h. */
  1073. | #define PACKAGE_NAME "llvm"
  1074. | #define PACKAGE_TARNAME "-llvm-"
  1075. | #define PACKAGE_VERSION "2.9svn"
  1076. | #define PACKAGE_STRING "llvm 2.9svn"
  1077. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1078. | #define LLVM_ON_UNIX 1
  1079. | #define STDC_HEADERS 1
  1080. | #define HAVE_SYS_TYPES_H 1
  1081. | #define HAVE_SYS_STAT_H 1
  1082. | #define HAVE_STDLIB_H 1
  1083. | #define HAVE_STRING_H 1
  1084. | #define HAVE_MEMORY_H 1
  1085. | #define HAVE_STRINGS_H 1
  1086. | #define HAVE_INTTYPES_H 1
  1087. | #define HAVE_STDINT_H 1
  1088. | #define HAVE_UNISTD_H 1
  1089. | #define ENABLE_THREADS 1
  1090. | #define ENABLE_PIC 1
  1091. | #define ENABLE_TIMESTAMPS 1
  1092. | #define LLVM_NATIVE_ARCH X86
  1093. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1094. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1095. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1096. | #define ENABLE_CBE_PRINTF_A 1
  1097. | #define C_INCLUDE_DIRS ""
  1098. | #define CXX_INCLUDE_ROOT ""
  1099. | #define CXX_INCLUDE_ARCH ""
  1100. | #define CXX_INCLUDE_32BIT_DIR ""
  1101. | #define CXX_INCLUDE_64BIT_DIR ""
  1102. | #define HOST_LINK_VERSION "2.20.1"
  1103. | #define HAVE_LINK_R 1
  1104. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1105. | #define HAVE_DIRENT_H 1
  1106. | #define HAVE_DLFCN_H 1
  1107. | #define LTDL_SHLIB_EXT ".so"
  1108. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1109. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1110. | #define LTDL_OBJDIR ".libs/"
  1111. | #define HAVE_PRELOADED_SYMBOLS 1
  1112. | #define HAVE_LIBDL 1
  1113. | #define HAVE_DLERROR 1
  1114. | #define HAVE_ARGZ_H 1
  1115. | #define HAVE_ERROR_T 1
  1116. | #define HAVE_ARGZ_APPEND 1
  1117. | #define HAVE_ARGZ_CREATE_SEP 1
  1118. | #define HAVE_ARGZ_INSERT 1
  1119. | #define HAVE_ARGZ_NEXT 1
  1120. | #define HAVE_ARGZ_STRINGIFY 1
  1121. | #define HAVE_ASSERT_H 1
  1122. | #define HAVE_CTYPE_H 1
  1123. | #define HAVE_ERRNO_H 1
  1124. | #define HAVE_MALLOC_H 1
  1125. | #define HAVE_MEMORY_H 1
  1126. | #define HAVE_STDLIB_H 1
  1127. | #define HAVE_STDIO_H 1
  1128. | #define HAVE_UNISTD_H 1
  1129. | /* end confdefs.h. */
  1130. | #include <stdio.h>
  1131. | #if HAVE_SYS_TYPES_H
  1132. | # include <sys/types.h>
  1133. | #endif
  1134. | #if HAVE_SYS_STAT_H
  1135. | # include <sys/stat.h>
  1136. | #endif
  1137. | #if STDC_HEADERS
  1138. | # include <stdlib.h>
  1139. | # include <stddef.h>
  1140. | #else
  1141. | # if HAVE_STDLIB_H
  1142. | # include <stdlib.h>
  1143. | # endif
  1144. | #endif
  1145. | #if HAVE_STRING_H
  1146. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1147. | # include <memory.h>
  1148. | # endif
  1149. | # include <string.h>
  1150. | #endif
  1151. | #if HAVE_STRINGS_H
  1152. | # include <strings.h>
  1153. | #endif
  1154. | #if HAVE_INTTYPES_H
  1155. | # include <inttypes.h>
  1156. | #endif
  1157. | #if HAVE_STDINT_H
  1158. | # include <stdint.h>
  1159. | #endif
  1160. | #if HAVE_UNISTD_H
  1161. | # include <unistd.h>
  1162. | #endif
  1163. | #include <sys/dl.h>
  1164. configure:12290: result: no
  1165. configure:12294: checking sys/dl.h presence
  1166. configure:12309: gcc -E conftest.c
  1167. conftest.c:59:20: error: sys/dl.h: No such file or directory
  1168. configure:12315: $? = 1
  1169. configure: failed program was:
  1170. | /* confdefs.h. */
  1171. | #define PACKAGE_NAME "llvm"
  1172. | #define PACKAGE_TARNAME "-llvm-"
  1173. | #define PACKAGE_VERSION "2.9svn"
  1174. | #define PACKAGE_STRING "llvm 2.9svn"
  1175. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1176. | #define LLVM_ON_UNIX 1
  1177. | #define STDC_HEADERS 1
  1178. | #define HAVE_SYS_TYPES_H 1
  1179. | #define HAVE_SYS_STAT_H 1
  1180. | #define HAVE_STDLIB_H 1
  1181. | #define HAVE_STRING_H 1
  1182. | #define HAVE_MEMORY_H 1
  1183. | #define HAVE_STRINGS_H 1
  1184. | #define HAVE_INTTYPES_H 1
  1185. | #define HAVE_STDINT_H 1
  1186. | #define HAVE_UNISTD_H 1
  1187. | #define ENABLE_THREADS 1
  1188. | #define ENABLE_PIC 1
  1189. | #define ENABLE_TIMESTAMPS 1
  1190. | #define LLVM_NATIVE_ARCH X86
  1191. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1192. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1193. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1194. | #define ENABLE_CBE_PRINTF_A 1
  1195. | #define C_INCLUDE_DIRS ""
  1196. | #define CXX_INCLUDE_ROOT ""
  1197. | #define CXX_INCLUDE_ARCH ""
  1198. | #define CXX_INCLUDE_32BIT_DIR ""
  1199. | #define CXX_INCLUDE_64BIT_DIR ""
  1200. | #define HOST_LINK_VERSION "2.20.1"
  1201. | #define HAVE_LINK_R 1
  1202. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1203. | #define HAVE_DIRENT_H 1
  1204. | #define HAVE_DLFCN_H 1
  1205. | #define LTDL_SHLIB_EXT ".so"
  1206. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1207. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1208. | #define LTDL_OBJDIR ".libs/"
  1209. | #define HAVE_PRELOADED_SYMBOLS 1
  1210. | #define HAVE_LIBDL 1
  1211. | #define HAVE_DLERROR 1
  1212. | #define HAVE_ARGZ_H 1
  1213. | #define HAVE_ERROR_T 1
  1214. | #define HAVE_ARGZ_APPEND 1
  1215. | #define HAVE_ARGZ_CREATE_SEP 1
  1216. | #define HAVE_ARGZ_INSERT 1
  1217. | #define HAVE_ARGZ_NEXT 1
  1218. | #define HAVE_ARGZ_STRINGIFY 1
  1219. | #define HAVE_ASSERT_H 1
  1220. | #define HAVE_CTYPE_H 1
  1221. | #define HAVE_ERRNO_H 1
  1222. | #define HAVE_MALLOC_H 1
  1223. | #define HAVE_MEMORY_H 1
  1224. | #define HAVE_STDLIB_H 1
  1225. | #define HAVE_STDIO_H 1
  1226. | #define HAVE_UNISTD_H 1
  1227. | /* end confdefs.h. */
  1228. | #include <sys/dl.h>
  1229. configure:12336: result: no
  1230. configure:12369: checking for sys/dl.h
  1231. configure:12377: result: no
  1232. configure:12236: checking dld.h usability
  1233. configure:12253: gcc -c -g -O2 conftest.c >&5
  1234. conftest.c:92:17: error: dld.h: No such file or directory
  1235. configure:12259: $? = 1
  1236. configure: failed program was:
  1237. | /* confdefs.h. */
  1238. | #define PACKAGE_NAME "llvm"
  1239. | #define PACKAGE_TARNAME "-llvm-"
  1240. | #define PACKAGE_VERSION "2.9svn"
  1241. | #define PACKAGE_STRING "llvm 2.9svn"
  1242. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1243. | #define LLVM_ON_UNIX 1
  1244. | #define STDC_HEADERS 1
  1245. | #define HAVE_SYS_TYPES_H 1
  1246. | #define HAVE_SYS_STAT_H 1
  1247. | #define HAVE_STDLIB_H 1
  1248. | #define HAVE_STRING_H 1
  1249. | #define HAVE_MEMORY_H 1
  1250. | #define HAVE_STRINGS_H 1
  1251. | #define HAVE_INTTYPES_H 1
  1252. | #define HAVE_STDINT_H 1
  1253. | #define HAVE_UNISTD_H 1
  1254. | #define ENABLE_THREADS 1
  1255. | #define ENABLE_PIC 1
  1256. | #define ENABLE_TIMESTAMPS 1
  1257. | #define LLVM_NATIVE_ARCH X86
  1258. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1259. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1260. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1261. | #define ENABLE_CBE_PRINTF_A 1
  1262. | #define C_INCLUDE_DIRS ""
  1263. | #define CXX_INCLUDE_ROOT ""
  1264. | #define CXX_INCLUDE_ARCH ""
  1265. | #define CXX_INCLUDE_32BIT_DIR ""
  1266. | #define CXX_INCLUDE_64BIT_DIR ""
  1267. | #define HOST_LINK_VERSION "2.20.1"
  1268. | #define HAVE_LINK_R 1
  1269. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1270. | #define HAVE_DIRENT_H 1
  1271. | #define HAVE_DLFCN_H 1
  1272. | #define LTDL_SHLIB_EXT ".so"
  1273. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1274. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1275. | #define LTDL_OBJDIR ".libs/"
  1276. | #define HAVE_PRELOADED_SYMBOLS 1
  1277. | #define HAVE_LIBDL 1
  1278. | #define HAVE_DLERROR 1
  1279. | #define HAVE_ARGZ_H 1
  1280. | #define HAVE_ERROR_T 1
  1281. | #define HAVE_ARGZ_APPEND 1
  1282. | #define HAVE_ARGZ_CREATE_SEP 1
  1283. | #define HAVE_ARGZ_INSERT 1
  1284. | #define HAVE_ARGZ_NEXT 1
  1285. | #define HAVE_ARGZ_STRINGIFY 1
  1286. | #define HAVE_ASSERT_H 1
  1287. | #define HAVE_CTYPE_H 1
  1288. | #define HAVE_ERRNO_H 1
  1289. | #define HAVE_MALLOC_H 1
  1290. | #define HAVE_MEMORY_H 1
  1291. | #define HAVE_STDLIB_H 1
  1292. | #define HAVE_STDIO_H 1
  1293. | #define HAVE_UNISTD_H 1
  1294. | /* end confdefs.h. */
  1295. | #include <stdio.h>
  1296. | #if HAVE_SYS_TYPES_H
  1297. | # include <sys/types.h>
  1298. | #endif
  1299. | #if HAVE_SYS_STAT_H
  1300. | # include <sys/stat.h>
  1301. | #endif
  1302. | #if STDC_HEADERS
  1303. | # include <stdlib.h>
  1304. | # include <stddef.h>
  1305. | #else
  1306. | # if HAVE_STDLIB_H
  1307. | # include <stdlib.h>
  1308. | # endif
  1309. | #endif
  1310. | #if HAVE_STRING_H
  1311. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1312. | # include <memory.h>
  1313. | # endif
  1314. | # include <string.h>
  1315. | #endif
  1316. | #if HAVE_STRINGS_H
  1317. | # include <strings.h>
  1318. | #endif
  1319. | #if HAVE_INTTYPES_H
  1320. | # include <inttypes.h>
  1321. | #endif
  1322. | #if HAVE_STDINT_H
  1323. | # include <stdint.h>
  1324. | #endif
  1325. | #if HAVE_UNISTD_H
  1326. | # include <unistd.h>
  1327. | #endif
  1328. | #include <dld.h>
  1329. configure:12290: result: no
  1330. configure:12294: checking dld.h presence
  1331. configure:12309: gcc -E conftest.c
  1332. conftest.c:59:17: error: dld.h: No such file or directory
  1333. configure:12315: $? = 1
  1334. configure: failed program was:
  1335. | /* confdefs.h. */
  1336. | #define PACKAGE_NAME "llvm"
  1337. | #define PACKAGE_TARNAME "-llvm-"
  1338. | #define PACKAGE_VERSION "2.9svn"
  1339. | #define PACKAGE_STRING "llvm 2.9svn"
  1340. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1341. | #define LLVM_ON_UNIX 1
  1342. | #define STDC_HEADERS 1
  1343. | #define HAVE_SYS_TYPES_H 1
  1344. | #define HAVE_SYS_STAT_H 1
  1345. | #define HAVE_STDLIB_H 1
  1346. | #define HAVE_STRING_H 1
  1347. | #define HAVE_MEMORY_H 1
  1348. | #define HAVE_STRINGS_H 1
  1349. | #define HAVE_INTTYPES_H 1
  1350. | #define HAVE_STDINT_H 1
  1351. | #define HAVE_UNISTD_H 1
  1352. | #define ENABLE_THREADS 1
  1353. | #define ENABLE_PIC 1
  1354. | #define ENABLE_TIMESTAMPS 1
  1355. | #define LLVM_NATIVE_ARCH X86
  1356. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1357. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1358. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1359. | #define ENABLE_CBE_PRINTF_A 1
  1360. | #define C_INCLUDE_DIRS ""
  1361. | #define CXX_INCLUDE_ROOT ""
  1362. | #define CXX_INCLUDE_ARCH ""
  1363. | #define CXX_INCLUDE_32BIT_DIR ""
  1364. | #define CXX_INCLUDE_64BIT_DIR ""
  1365. | #define HOST_LINK_VERSION "2.20.1"
  1366. | #define HAVE_LINK_R 1
  1367. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1368. | #define HAVE_DIRENT_H 1
  1369. | #define HAVE_DLFCN_H 1
  1370. | #define LTDL_SHLIB_EXT ".so"
  1371. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1372. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1373. | #define LTDL_OBJDIR ".libs/"
  1374. | #define HAVE_PRELOADED_SYMBOLS 1
  1375. | #define HAVE_LIBDL 1
  1376. | #define HAVE_DLERROR 1
  1377. | #define HAVE_ARGZ_H 1
  1378. | #define HAVE_ERROR_T 1
  1379. | #define HAVE_ARGZ_APPEND 1
  1380. | #define HAVE_ARGZ_CREATE_SEP 1
  1381. | #define HAVE_ARGZ_INSERT 1
  1382. | #define HAVE_ARGZ_NEXT 1
  1383. | #define HAVE_ARGZ_STRINGIFY 1
  1384. | #define HAVE_ASSERT_H 1
  1385. | #define HAVE_CTYPE_H 1
  1386. | #define HAVE_ERRNO_H 1
  1387. | #define HAVE_MALLOC_H 1
  1388. | #define HAVE_MEMORY_H 1
  1389. | #define HAVE_STDLIB_H 1
  1390. | #define HAVE_STDIO_H 1
  1391. | #define HAVE_UNISTD_H 1
  1392. | /* end confdefs.h. */
  1393. | #include <dld.h>
  1394. configure:12336: result: no
  1395. configure:12369: checking for dld.h
  1396. configure:12377: result: no
  1397. configure:12236: checking mach-o/dyld.h usability
  1398. configure:12253: gcc -c -g -O2 conftest.c >&5
  1399. conftest.c:92:25: error: mach-o/dyld.h: No such file or directory
  1400. configure:12259: $? = 1
  1401. configure: failed program was:
  1402. | /* confdefs.h. */
  1403. | #define PACKAGE_NAME "llvm"
  1404. | #define PACKAGE_TARNAME "-llvm-"
  1405. | #define PACKAGE_VERSION "2.9svn"
  1406. | #define PACKAGE_STRING "llvm 2.9svn"
  1407. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1408. | #define LLVM_ON_UNIX 1
  1409. | #define STDC_HEADERS 1
  1410. | #define HAVE_SYS_TYPES_H 1
  1411. | #define HAVE_SYS_STAT_H 1
  1412. | #define HAVE_STDLIB_H 1
  1413. | #define HAVE_STRING_H 1
  1414. | #define HAVE_MEMORY_H 1
  1415. | #define HAVE_STRINGS_H 1
  1416. | #define HAVE_INTTYPES_H 1
  1417. | #define HAVE_STDINT_H 1
  1418. | #define HAVE_UNISTD_H 1
  1419. | #define ENABLE_THREADS 1
  1420. | #define ENABLE_PIC 1
  1421. | #define ENABLE_TIMESTAMPS 1
  1422. | #define LLVM_NATIVE_ARCH X86
  1423. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1424. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1425. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1426. | #define ENABLE_CBE_PRINTF_A 1
  1427. | #define C_INCLUDE_DIRS ""
  1428. | #define CXX_INCLUDE_ROOT ""
  1429. | #define CXX_INCLUDE_ARCH ""
  1430. | #define CXX_INCLUDE_32BIT_DIR ""
  1431. | #define CXX_INCLUDE_64BIT_DIR ""
  1432. | #define HOST_LINK_VERSION "2.20.1"
  1433. | #define HAVE_LINK_R 1
  1434. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1435. | #define HAVE_DIRENT_H 1
  1436. | #define HAVE_DLFCN_H 1
  1437. | #define LTDL_SHLIB_EXT ".so"
  1438. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1439. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1440. | #define LTDL_OBJDIR ".libs/"
  1441. | #define HAVE_PRELOADED_SYMBOLS 1
  1442. | #define HAVE_LIBDL 1
  1443. | #define HAVE_DLERROR 1
  1444. | #define HAVE_ARGZ_H 1
  1445. | #define HAVE_ERROR_T 1
  1446. | #define HAVE_ARGZ_APPEND 1
  1447. | #define HAVE_ARGZ_CREATE_SEP 1
  1448. | #define HAVE_ARGZ_INSERT 1
  1449. | #define HAVE_ARGZ_NEXT 1
  1450. | #define HAVE_ARGZ_STRINGIFY 1
  1451. | #define HAVE_ASSERT_H 1
  1452. | #define HAVE_CTYPE_H 1
  1453. | #define HAVE_ERRNO_H 1
  1454. | #define HAVE_MALLOC_H 1
  1455. | #define HAVE_MEMORY_H 1
  1456. | #define HAVE_STDLIB_H 1
  1457. | #define HAVE_STDIO_H 1
  1458. | #define HAVE_UNISTD_H 1
  1459. | /* end confdefs.h. */
  1460. | #include <stdio.h>
  1461. | #if HAVE_SYS_TYPES_H
  1462. | # include <sys/types.h>
  1463. | #endif
  1464. | #if HAVE_SYS_STAT_H
  1465. | # include <sys/stat.h>
  1466. | #endif
  1467. | #if STDC_HEADERS
  1468. | # include <stdlib.h>
  1469. | # include <stddef.h>
  1470. | #else
  1471. | # if HAVE_STDLIB_H
  1472. | # include <stdlib.h>
  1473. | # endif
  1474. | #endif
  1475. | #if HAVE_STRING_H
  1476. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1477. | # include <memory.h>
  1478. | # endif
  1479. | # include <string.h>
  1480. | #endif
  1481. | #if HAVE_STRINGS_H
  1482. | # include <strings.h>
  1483. | #endif
  1484. | #if HAVE_INTTYPES_H
  1485. | # include <inttypes.h>
  1486. | #endif
  1487. | #if HAVE_STDINT_H
  1488. | # include <stdint.h>
  1489. | #endif
  1490. | #if HAVE_UNISTD_H
  1491. | # include <unistd.h>
  1492. | #endif
  1493. | #include <mach-o/dyld.h>
  1494. configure:12290: result: no
  1495. configure:12294: checking mach-o/dyld.h presence
  1496. configure:12309: gcc -E conftest.c
  1497. conftest.c:59:25: error: mach-o/dyld.h: No such file or directory
  1498. configure:12315: $? = 1
  1499. configure: failed program was:
  1500. | /* confdefs.h. */
  1501. | #define PACKAGE_NAME "llvm"
  1502. | #define PACKAGE_TARNAME "-llvm-"
  1503. | #define PACKAGE_VERSION "2.9svn"
  1504. | #define PACKAGE_STRING "llvm 2.9svn"
  1505. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1506. | #define LLVM_ON_UNIX 1
  1507. | #define STDC_HEADERS 1
  1508. | #define HAVE_SYS_TYPES_H 1
  1509. | #define HAVE_SYS_STAT_H 1
  1510. | #define HAVE_STDLIB_H 1
  1511. | #define HAVE_STRING_H 1
  1512. | #define HAVE_MEMORY_H 1
  1513. | #define HAVE_STRINGS_H 1
  1514. | #define HAVE_INTTYPES_H 1
  1515. | #define HAVE_STDINT_H 1
  1516. | #define HAVE_UNISTD_H 1
  1517. | #define ENABLE_THREADS 1
  1518. | #define ENABLE_PIC 1
  1519. | #define ENABLE_TIMESTAMPS 1
  1520. | #define LLVM_NATIVE_ARCH X86
  1521. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1522. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1523. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1524. | #define ENABLE_CBE_PRINTF_A 1
  1525. | #define C_INCLUDE_DIRS ""
  1526. | #define CXX_INCLUDE_ROOT ""
  1527. | #define CXX_INCLUDE_ARCH ""
  1528. | #define CXX_INCLUDE_32BIT_DIR ""
  1529. | #define CXX_INCLUDE_64BIT_DIR ""
  1530. | #define HOST_LINK_VERSION "2.20.1"
  1531. | #define HAVE_LINK_R 1
  1532. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1533. | #define HAVE_DIRENT_H 1
  1534. | #define HAVE_DLFCN_H 1
  1535. | #define LTDL_SHLIB_EXT ".so"
  1536. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1537. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1538. | #define LTDL_OBJDIR ".libs/"
  1539. | #define HAVE_PRELOADED_SYMBOLS 1
  1540. | #define HAVE_LIBDL 1
  1541. | #define HAVE_DLERROR 1
  1542. | #define HAVE_ARGZ_H 1
  1543. | #define HAVE_ERROR_T 1
  1544. | #define HAVE_ARGZ_APPEND 1
  1545. | #define HAVE_ARGZ_CREATE_SEP 1
  1546. | #define HAVE_ARGZ_INSERT 1
  1547. | #define HAVE_ARGZ_NEXT 1
  1548. | #define HAVE_ARGZ_STRINGIFY 1
  1549. | #define HAVE_ASSERT_H 1
  1550. | #define HAVE_CTYPE_H 1
  1551. | #define HAVE_ERRNO_H 1
  1552. | #define HAVE_MALLOC_H 1
  1553. | #define HAVE_MEMORY_H 1
  1554. | #define HAVE_STDLIB_H 1
  1555. | #define HAVE_STDIO_H 1
  1556. | #define HAVE_UNISTD_H 1
  1557. | /* end confdefs.h. */
  1558. | #include <mach-o/dyld.h>
  1559. configure:12336: result: no
  1560. configure:12369: checking for mach-o/dyld.h
  1561. configure:12377: result: no
  1562. configure:12396: checking for string.h
  1563. configure:12402: result: yes
  1564. configure:12566: checking for strchr
  1565. configure:12622: gcc -o conftest -g -O2 conftest.c >&5
  1566. conftest.c:83: warning: conflicting types for built-in function 'strchr'
  1567. configure:12628: $? = 0
  1568. configure:12635: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1569. configure:12638: $? = 0
  1570. configure:12645: test -s conftest
  1571. configure:12648: $? = 0
  1572. configure:12662: result: yes
  1573. configure:12677: checking for strrchr
  1574. configure:12733: gcc -o conftest -g -O2 conftest.c >&5
  1575. conftest.c:84: warning: conflicting types for built-in function 'strrchr'
  1576. configure:12739: $? = 0
  1577. configure:12746: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1578. configure:12749: $? = 0
  1579. configure:12756: test -s conftest
  1580. configure:12759: $? = 0
  1581. configure:12773: result: yes
  1582. configure:12788: checking for memcpy
  1583. configure:12844: gcc -o conftest -g -O2 conftest.c >&5
  1584. conftest.c:85: warning: conflicting types for built-in function 'memcpy'
  1585. configure:12850: $? = 0
  1586. configure:12857: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1587. configure:12860: $? = 0
  1588. configure:12867: test -s conftest
  1589. configure:12870: $? = 0
  1590. configure:12884: result: yes
  1591. configure:12899: checking for memmove
  1592. configure:12955: gcc -o conftest -g -O2 conftest.c >&5
  1593. conftest.c:86: warning: conflicting types for built-in function 'memmove'
  1594. configure:12961: $? = 0
  1595. configure:12968: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1596. configure:12971: $? = 0
  1597. configure:12978: test -s conftest
  1598. configure:12981: $? = 0
  1599. configure:12995: result: yes
  1600. configure:12899: checking for strcmp
  1601. configure:12955: gcc -o conftest -g -O2 conftest.c >&5
  1602. conftest.c:87: warning: conflicting types for built-in function 'strcmp'
  1603. configure:12961: $? = 0
  1604. configure:12968: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1605. configure:12971: $? = 0
  1606. configure:12978: test -s conftest
  1607. configure:12981: $? = 0
  1608. configure:12995: result: yes
  1609. configure:13011: checking for closedir
  1610. configure:13067: gcc -o conftest -g -O2 conftest.c >&5
  1611. configure:13073: $? = 0
  1612. configure:13080: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1613. configure:13083: $? = 0
  1614. configure:13090: test -s conftest
  1615. configure:13093: $? = 0
  1616. configure:13107: result: yes
  1617. configure:13011: checking for opendir
  1618. configure:13067: gcc -o conftest -g -O2 conftest.c >&5
  1619. configure:13073: $? = 0
  1620. configure:13080: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1621. configure:13083: $? = 0
  1622. configure:13090: test -s conftest
  1623. configure:13093: $? = 0
  1624. configure:13107: result: yes
  1625. configure:13011: checking for readdir
  1626. configure:13067: gcc -o conftest -g -O2 conftest.c >&5
  1627. configure:13073: $? = 0
  1628. configure:13080: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1629. configure:13083: $? = 0
  1630. configure:13090: test -s conftest
  1631. configure:13093: $? = 0
  1632. configure:13107: result: yes
  1633. configure:13130: checking for llvm-gcc
  1634. configure:13163: result: no
  1635. configure:13170: checking for llvm-g++
  1636. configure:13203: result: no
  1637. configure:13236: checking LLVM capable compiler
  1638. configure:13254: result: clang
  1639. configure:13259: checking tool compatibility
  1640. configure:13301: gcc -c -g -O2 conftest.c >&5
  1641. configure:13307: $? = 0
  1642. configure:13314: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1643. configure:13317: $? = 0
  1644. configure:13324: test -s conftest.o
  1645. configure:13327: $? = 0
  1646. configure:13349: result: ok
  1647. configure:13352: checking optional compiler flags
  1648. configure:13358: result: -Wno-variadic-macros -Wno-missing-field-initializers
  1649. configure:13363: checking for sin in -lm
  1650. configure:13398: gcc -o conftest -g -O2 conftest.c -lm >&5
  1651. conftest.c:75: warning: conflicting types for built-in function 'sin'
  1652. configure:13404: $? = 0
  1653. configure:13411: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1654. configure:13414: $? = 0
  1655. configure:13421: test -s conftest
  1656. configure:13424: $? = 0
  1657. configure:13438: result: yes
  1658. configure:13614: checking for library containing dlopen
  1659. configure:13655: gcc -o conftest -g -O2 conftest.c -lm >&5
  1660. /tmp/ccUWTqWp.o: In function `main':
  1661. /mnt/hgfs/Code/CodeSearchAndReplace/llvm_build/conftest.c:80: undefined reference to `dlopen'
  1662. collect2: ld returned 1 exit status
  1663. configure:13661: $? = 1
  1664. configure: failed program was:
  1665. | /* confdefs.h. */
  1666. | #define PACKAGE_NAME "llvm"
  1667. | #define PACKAGE_TARNAME "-llvm-"
  1668. | #define PACKAGE_VERSION "2.9svn"
  1669. | #define PACKAGE_STRING "llvm 2.9svn"
  1670. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1671. | #define LLVM_ON_UNIX 1
  1672. | #define STDC_HEADERS 1
  1673. | #define HAVE_SYS_TYPES_H 1
  1674. | #define HAVE_SYS_STAT_H 1
  1675. | #define HAVE_STDLIB_H 1
  1676. | #define HAVE_STRING_H 1
  1677. | #define HAVE_MEMORY_H 1
  1678. | #define HAVE_STRINGS_H 1
  1679. | #define HAVE_INTTYPES_H 1
  1680. | #define HAVE_STDINT_H 1
  1681. | #define HAVE_UNISTD_H 1
  1682. | #define ENABLE_THREADS 1
  1683. | #define ENABLE_PIC 1
  1684. | #define ENABLE_TIMESTAMPS 1
  1685. | #define LLVM_NATIVE_ARCH X86
  1686. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1687. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1688. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1689. | #define ENABLE_CBE_PRINTF_A 1
  1690. | #define C_INCLUDE_DIRS ""
  1691. | #define CXX_INCLUDE_ROOT ""
  1692. | #define CXX_INCLUDE_ARCH ""
  1693. | #define CXX_INCLUDE_32BIT_DIR ""
  1694. | #define CXX_INCLUDE_64BIT_DIR ""
  1695. | #define HOST_LINK_VERSION "2.20.1"
  1696. | #define HAVE_LINK_R 1
  1697. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1698. | #define HAVE_DIRENT_H 1
  1699. | #define HAVE_DLFCN_H 1
  1700. | #define LTDL_SHLIB_EXT ".so"
  1701. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1702. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1703. | #define LTDL_OBJDIR ".libs/"
  1704. | #define HAVE_PRELOADED_SYMBOLS 1
  1705. | #define HAVE_LIBDL 1
  1706. | #define HAVE_DLERROR 1
  1707. | #define HAVE_ARGZ_H 1
  1708. | #define HAVE_ERROR_T 1
  1709. | #define HAVE_ARGZ_APPEND 1
  1710. | #define HAVE_ARGZ_CREATE_SEP 1
  1711. | #define HAVE_ARGZ_INSERT 1
  1712. | #define HAVE_ARGZ_NEXT 1
  1713. | #define HAVE_ARGZ_STRINGIFY 1
  1714. | #define HAVE_ASSERT_H 1
  1715. | #define HAVE_CTYPE_H 1
  1716. | #define HAVE_ERRNO_H 1
  1717. | #define HAVE_MALLOC_H 1
  1718. | #define HAVE_MEMORY_H 1
  1719. | #define HAVE_STDLIB_H 1
  1720. | #define HAVE_STDIO_H 1
  1721. | #define HAVE_UNISTD_H 1
  1722. | #define HAVE_STRING_H 1
  1723. | #define HAVE_STRCHR 1
  1724. | #define HAVE_STRRCHR 1
  1725. | #define HAVE_MEMCPY 1
  1726. | #define HAVE_MEMMOVE 1
  1727. | #define HAVE_STRCMP 1
  1728. | #define HAVE_CLOSEDIR 1
  1729. | #define HAVE_OPENDIR 1
  1730. | #define HAVE_READDIR 1
  1731. | #define HAVE_LIBM 1
  1732. | /* end confdefs.h. */
  1733. |
  1734. | /* Override any GCC internal prototype to avoid an error.
  1735. | Use char because int might match the return type of a GCC
  1736. | builtin and then its argument prototype would still apply. */
  1737. | #ifdef __cplusplus
  1738. | extern "C"
  1739. | #endif
  1740. | char dlopen ();
  1741. | int
  1742. | main ()
  1743. | {
  1744. | return dlopen ();
  1745. | ;
  1746. | return 0;
  1747. | }
  1748. configure:13655: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  1749. configure:13661: $? = 0
  1750. configure:13668: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1751. configure:13671: $? = 0
  1752. configure:13678: test -s conftest
  1753. configure:13681: $? = 0
  1754. configure:13705: result: -ldl
  1755. configure:13831: checking for library containing mallinfo
  1756. configure:13872: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  1757. configure:13878: $? = 0
  1758. configure:13885: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1759. configure:13888: $? = 0
  1760. configure:13895: test -s conftest
  1761. configure:13898: $? = 0
  1762. configure:13922: result: none required
  1763. configure:13937: checking for pthread_mutex_init in -lpthread
  1764. configure:13972: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  1765. configure:13978: $? = 0
  1766. configure:13985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1767. configure:13988: $? = 0
  1768. configure:13995: test -s conftest
  1769. configure:13998: $? = 0
  1770. configure:14012: result: yes
  1771. configure:14023: checking for library containing pthread_mutex_lock
  1772. configure:14064: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  1773. configure:14070: $? = 0
  1774. configure:14077: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1775. configure:14080: $? = 0
  1776. configure:14087: test -s conftest
  1777. configure:14090: $? = 0
  1778. configure:14114: result: none required
  1779. configure:14126: checking for library containing pthread_rwlock_init
  1780. configure:14167: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  1781. configure:14173: $? = 0
  1782. configure:14180: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1783. configure:14183: $? = 0
  1784. configure:14190: test -s conftest
  1785. configure:14193: $? = 0
  1786. configure:14217: result: none required
  1787. configure:14229: checking for library containing pthread_getspecific
  1788. configure:14270: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  1789. configure:14276: $? = 0
  1790. configure:14283: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1791. configure:14286: $? = 0
  1792. configure:14293: test -s conftest
  1793. configure:14296: $? = 0
  1794. configure:14320: result: none required
  1795. configure:14855: checking for dirent.h that defines DIR
  1796. configure:14923: result: yes
  1797. configure:14936: checking for library containing opendir
  1798. configure:15027: result: none required
  1799. configure:15137: checking for MAP_ANONYMOUS vs. MAP_ANON
  1800. configure:15171: gcc -c -g -O2 conftest.c >&5
  1801. configure:15177: $? = 0
  1802. configure:15184: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1803. configure:15187: $? = 0
  1804. configure:15194: test -s conftest.o
  1805. configure:15197: $? = 0
  1806. configure:15216: result: yes
  1807. configure:15226: checking whether stat file-mode macros are broken
  1808. configure:15274: result: no
  1809. configure:15284: checking for ANSI C header files
  1810. configure:15465: result: yes
  1811. configure:15475: checking for sys/wait.h that is POSIX.1 compatible
  1812. configure:15511: gcc -c -g -O2 conftest.c >&5
  1813. configure:15517: $? = 0
  1814. configure:15524: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1815. configure:15527: $? = 0
  1816. configure:15534: test -s conftest.o
  1817. configure:15537: $? = 0
  1818. configure:15549: result: yes
  1819. configure:15559: checking whether time.h and sys/time.h may both be included
  1820. configure:15589: gcc -c -g -O2 conftest.c >&5
  1821. configure:15595: $? = 0
  1822. configure:15602: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1823. configure:15605: $? = 0
  1824. configure:15612: test -s conftest.o
  1825. configure:15615: $? = 0
  1826. configure:15627: result: yes
  1827. configure:15648: checking for dlfcn.h
  1828. configure:15654: result: yes
  1829. configure:15658: checking execinfo.h usability
  1830. configure:15675: gcc -c -g -O2 conftest.c >&5
  1831. configure:15681: $? = 0
  1832. configure:15688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1833. configure:15691: $? = 0
  1834. configure:15698: test -s conftest.o
  1835. configure:15701: $? = 0
  1836. configure:15712: result: yes
  1837. configure:15716: checking execinfo.h presence
  1838. configure:15731: gcc -E conftest.c
  1839. configure:15737: $? = 0
  1840. configure:15758: result: yes
  1841. configure:15791: checking for execinfo.h
  1842. configure:15799: result: yes
  1843. configure:15658: checking fcntl.h usability
  1844. configure:15675: gcc -c -g -O2 conftest.c >&5
  1845. configure:15681: $? = 0
  1846. configure:15688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1847. configure:15691: $? = 0
  1848. configure:15698: test -s conftest.o
  1849. configure:15701: $? = 0
  1850. configure:15712: result: yes
  1851. configure:15716: checking fcntl.h presence
  1852. configure:15731: gcc -E conftest.c
  1853. configure:15737: $? = 0
  1854. configure:15758: result: yes
  1855. configure:15791: checking for fcntl.h
  1856. configure:15799: result: yes
  1857. configure:15648: checking for inttypes.h
  1858. configure:15654: result: yes
  1859. configure:15658: checking limits.h usability
  1860. configure:15675: gcc -c -g -O2 conftest.c >&5
  1861. configure:15681: $? = 0
  1862. configure:15688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1863. configure:15691: $? = 0
  1864. configure:15698: test -s conftest.o
  1865. configure:15701: $? = 0
  1866. configure:15712: result: yes
  1867. configure:15716: checking limits.h presence
  1868. configure:15731: gcc -E conftest.c
  1869. configure:15737: $? = 0
  1870. configure:15758: result: yes
  1871. configure:15791: checking for limits.h
  1872. configure:15799: result: yes
  1873. configure:15658: checking link.h usability
  1874. configure:15675: gcc -c -g -O2 conftest.c >&5
  1875. configure:15681: $? = 0
  1876. configure:15688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1877. configure:15691: $? = 0
  1878. configure:15698: test -s conftest.o
  1879. configure:15701: $? = 0
  1880. configure:15712: result: yes
  1881. configure:15716: checking link.h presence
  1882. configure:15731: gcc -E conftest.c
  1883. configure:15737: $? = 0
  1884. configure:15758: result: yes
  1885. configure:15791: checking for link.h
  1886. configure:15799: result: yes
  1887. configure:15822: checking for malloc.h
  1888. configure:15828: result: yes
  1889. configure:15832: checking setjmp.h usability
  1890. configure:15849: gcc -c -g -O2 conftest.c >&5
  1891. configure:15855: $? = 0
  1892. configure:15862: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1893. configure:15865: $? = 0
  1894. configure:15872: test -s conftest.o
  1895. configure:15875: $? = 0
  1896. configure:15886: result: yes
  1897. configure:15890: checking setjmp.h presence
  1898. configure:15905: gcc -E conftest.c
  1899. configure:15911: $? = 0
  1900. configure:15932: result: yes
  1901. configure:15965: checking for setjmp.h
  1902. configure:15973: result: yes
  1903. configure:15832: checking signal.h usability
  1904. configure:15849: gcc -c -g -O2 conftest.c >&5
  1905. configure:15855: $? = 0
  1906. configure:15862: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1907. configure:15865: $? = 0
  1908. configure:15872: test -s conftest.o
  1909. configure:15875: $? = 0
  1910. configure:15886: result: yes
  1911. configure:15890: checking signal.h presence
  1912. configure:15905: gcc -E conftest.c
  1913. configure:15911: $? = 0
  1914. configure:15932: result: yes
  1915. configure:15965: checking for signal.h
  1916. configure:15973: result: yes
  1917. configure:15822: checking for stdint.h
  1918. configure:15828: result: yes
  1919. configure:15832: checking termios.h usability
  1920. configure:15849: gcc -c -g -O2 conftest.c >&5
  1921. configure:15855: $? = 0
  1922. configure:15862: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1923. configure:15865: $? = 0
  1924. configure:15872: test -s conftest.o
  1925. configure:15875: $? = 0
  1926. configure:15886: result: yes
  1927. configure:15890: checking termios.h presence
  1928. configure:15905: gcc -E conftest.c
  1929. configure:15911: $? = 0
  1930. configure:15932: result: yes
  1931. configure:15965: checking for termios.h
  1932. configure:15973: result: yes
  1933. configure:15822: checking for unistd.h
  1934. configure:15828: result: yes
  1935. configure:16002: checking utime.h usability
  1936. configure:16019: gcc -c -g -O2 conftest.c >&5
  1937. configure:16025: $? = 0
  1938. configure:16032: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1939. configure:16035: $? = 0
  1940. configure:16042: test -s conftest.o
  1941. configure:16045: $? = 0
  1942. configure:16056: result: yes
  1943. configure:16060: checking utime.h presence
  1944. configure:16075: gcc -E conftest.c
  1945. configure:16081: $? = 0
  1946. configure:16102: result: yes
  1947. configure:16135: checking for utime.h
  1948. configure:16143: result: yes
  1949. configure:16002: checking windows.h usability
  1950. configure:16019: gcc -c -g -O2 conftest.c >&5
  1951. conftest.c:128:21: error: windows.h: No such file or directory
  1952. configure:16025: $? = 1
  1953. configure: failed program was:
  1954. | /* confdefs.h. */
  1955. | #define PACKAGE_NAME "llvm"
  1956. | #define PACKAGE_TARNAME "-llvm-"
  1957. | #define PACKAGE_VERSION "2.9svn"
  1958. | #define PACKAGE_STRING "llvm 2.9svn"
  1959. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1960. | #define LLVM_ON_UNIX 1
  1961. | #define STDC_HEADERS 1
  1962. | #define HAVE_SYS_TYPES_H 1
  1963. | #define HAVE_SYS_STAT_H 1
  1964. | #define HAVE_STDLIB_H 1
  1965. | #define HAVE_STRING_H 1
  1966. | #define HAVE_MEMORY_H 1
  1967. | #define HAVE_STRINGS_H 1
  1968. | #define HAVE_INTTYPES_H 1
  1969. | #define HAVE_STDINT_H 1
  1970. | #define HAVE_UNISTD_H 1
  1971. | #define ENABLE_THREADS 1
  1972. | #define ENABLE_PIC 1
  1973. | #define ENABLE_TIMESTAMPS 1
  1974. | #define LLVM_NATIVE_ARCH X86
  1975. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  1976. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  1977. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  1978. | #define ENABLE_CBE_PRINTF_A 1
  1979. | #define C_INCLUDE_DIRS ""
  1980. | #define CXX_INCLUDE_ROOT ""
  1981. | #define CXX_INCLUDE_ARCH ""
  1982. | #define CXX_INCLUDE_32BIT_DIR ""
  1983. | #define CXX_INCLUDE_64BIT_DIR ""
  1984. | #define HOST_LINK_VERSION "2.20.1"
  1985. | #define HAVE_LINK_R 1
  1986. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1987. | #define HAVE_DIRENT_H 1
  1988. | #define HAVE_DLFCN_H 1
  1989. | #define LTDL_SHLIB_EXT ".so"
  1990. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1991. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  1992. | #define LTDL_OBJDIR ".libs/"
  1993. | #define HAVE_PRELOADED_SYMBOLS 1
  1994. | #define HAVE_LIBDL 1
  1995. | #define HAVE_DLERROR 1
  1996. | #define HAVE_ARGZ_H 1
  1997. | #define HAVE_ERROR_T 1
  1998. | #define HAVE_ARGZ_APPEND 1
  1999. | #define HAVE_ARGZ_CREATE_SEP 1
  2000. | #define HAVE_ARGZ_INSERT 1
  2001. | #define HAVE_ARGZ_NEXT 1
  2002. | #define HAVE_ARGZ_STRINGIFY 1
  2003. | #define HAVE_ASSERT_H 1
  2004. | #define HAVE_CTYPE_H 1
  2005. | #define HAVE_ERRNO_H 1
  2006. | #define HAVE_MALLOC_H 1
  2007. | #define HAVE_MEMORY_H 1
  2008. | #define HAVE_STDLIB_H 1
  2009. | #define HAVE_STDIO_H 1
  2010. | #define HAVE_UNISTD_H 1
  2011. | #define HAVE_STRING_H 1
  2012. | #define HAVE_STRCHR 1
  2013. | #define HAVE_STRRCHR 1
  2014. | #define HAVE_MEMCPY 1
  2015. | #define HAVE_MEMMOVE 1
  2016. | #define HAVE_STRCMP 1
  2017. | #define HAVE_CLOSEDIR 1
  2018. | #define HAVE_OPENDIR 1
  2019. | #define HAVE_READDIR 1
  2020. | #define HAVE_LIBM 1
  2021. | #define HAVE_DLOPEN 1
  2022. | #define HAVE_MALLINFO 1
  2023. | #define HAVE_LIBPTHREAD 1
  2024. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2025. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2026. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2027. | #define USE_UDIS86 0
  2028. | #define USE_OPROFILE 0
  2029. | #define HAVE_DIRENT_H 1
  2030. | #define HAVE_MMAP_ANONYMOUS 1
  2031. | #define STDC_HEADERS 1
  2032. | #define HAVE_SYS_WAIT_H 1
  2033. | #define TIME_WITH_SYS_TIME 1
  2034. | #define HAVE_DLFCN_H 1
  2035. | #define HAVE_EXECINFO_H 1
  2036. | #define HAVE_FCNTL_H 1
  2037. | #define HAVE_INTTYPES_H 1
  2038. | #define HAVE_LIMITS_H 1
  2039. | #define HAVE_LINK_H 1
  2040. | #define HAVE_MALLOC_H 1
  2041. | #define HAVE_SETJMP_H 1
  2042. | #define HAVE_SIGNAL_H 1
  2043. | #define HAVE_STDINT_H 1
  2044. | #define HAVE_TERMIOS_H 1
  2045. | #define HAVE_UNISTD_H 1
  2046. | #define HAVE_UTIME_H 1
  2047. | /* end confdefs.h. */
  2048. | #include <stdio.h>
  2049. | #if HAVE_SYS_TYPES_H
  2050. | # include <sys/types.h>
  2051. | #endif
  2052. | #if HAVE_SYS_STAT_H
  2053. | # include <sys/stat.h>
  2054. | #endif
  2055. | #if STDC_HEADERS
  2056. | # include <stdlib.h>
  2057. | # include <stddef.h>
  2058. | #else
  2059. | # if HAVE_STDLIB_H
  2060. | # include <stdlib.h>
  2061. | # endif
  2062. | #endif
  2063. | #if HAVE_STRING_H
  2064. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2065. | # include <memory.h>
  2066. | # endif
  2067. | # include <string.h>
  2068. | #endif
  2069. | #if HAVE_STRINGS_H
  2070. | # include <strings.h>
  2071. | #endif
  2072. | #if HAVE_INTTYPES_H
  2073. | # include <inttypes.h>
  2074. | #endif
  2075. | #if HAVE_STDINT_H
  2076. | # include <stdint.h>
  2077. | #endif
  2078. | #if HAVE_UNISTD_H
  2079. | # include <unistd.h>
  2080. | #endif
  2081. | #include <windows.h>
  2082. configure:16056: result: no
  2083. configure:16060: checking windows.h presence
  2084. configure:16075: gcc -E conftest.c
  2085. conftest.c:95:21: error: windows.h: No such file or directory
  2086. configure:16081: $? = 1
  2087. configure: failed program was:
  2088. | /* confdefs.h. */
  2089. | #define PACKAGE_NAME "llvm"
  2090. | #define PACKAGE_TARNAME "-llvm-"
  2091. | #define PACKAGE_VERSION "2.9svn"
  2092. | #define PACKAGE_STRING "llvm 2.9svn"
  2093. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2094. | #define LLVM_ON_UNIX 1
  2095. | #define STDC_HEADERS 1
  2096. | #define HAVE_SYS_TYPES_H 1
  2097. | #define HAVE_SYS_STAT_H 1
  2098. | #define HAVE_STDLIB_H 1
  2099. | #define HAVE_STRING_H 1
  2100. | #define HAVE_MEMORY_H 1
  2101. | #define HAVE_STRINGS_H 1
  2102. | #define HAVE_INTTYPES_H 1
  2103. | #define HAVE_STDINT_H 1
  2104. | #define HAVE_UNISTD_H 1
  2105. | #define ENABLE_THREADS 1
  2106. | #define ENABLE_PIC 1
  2107. | #define ENABLE_TIMESTAMPS 1
  2108. | #define LLVM_NATIVE_ARCH X86
  2109. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2110. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2111. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2112. | #define ENABLE_CBE_PRINTF_A 1
  2113. | #define C_INCLUDE_DIRS ""
  2114. | #define CXX_INCLUDE_ROOT ""
  2115. | #define CXX_INCLUDE_ARCH ""
  2116. | #define CXX_INCLUDE_32BIT_DIR ""
  2117. | #define CXX_INCLUDE_64BIT_DIR ""
  2118. | #define HOST_LINK_VERSION "2.20.1"
  2119. | #define HAVE_LINK_R 1
  2120. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2121. | #define HAVE_DIRENT_H 1
  2122. | #define HAVE_DLFCN_H 1
  2123. | #define LTDL_SHLIB_EXT ".so"
  2124. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2125. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  2126. | #define LTDL_OBJDIR ".libs/"
  2127. | #define HAVE_PRELOADED_SYMBOLS 1
  2128. | #define HAVE_LIBDL 1
  2129. | #define HAVE_DLERROR 1
  2130. | #define HAVE_ARGZ_H 1
  2131. | #define HAVE_ERROR_T 1
  2132. | #define HAVE_ARGZ_APPEND 1
  2133. | #define HAVE_ARGZ_CREATE_SEP 1
  2134. | #define HAVE_ARGZ_INSERT 1
  2135. | #define HAVE_ARGZ_NEXT 1
  2136. | #define HAVE_ARGZ_STRINGIFY 1
  2137. | #define HAVE_ASSERT_H 1
  2138. | #define HAVE_CTYPE_H 1
  2139. | #define HAVE_ERRNO_H 1
  2140. | #define HAVE_MALLOC_H 1
  2141. | #define HAVE_MEMORY_H 1
  2142. | #define HAVE_STDLIB_H 1
  2143. | #define HAVE_STDIO_H 1
  2144. | #define HAVE_UNISTD_H 1
  2145. | #define HAVE_STRING_H 1
  2146. | #define HAVE_STRCHR 1
  2147. | #define HAVE_STRRCHR 1
  2148. | #define HAVE_MEMCPY 1
  2149. | #define HAVE_MEMMOVE 1
  2150. | #define HAVE_STRCMP 1
  2151. | #define HAVE_CLOSEDIR 1
  2152. | #define HAVE_OPENDIR 1
  2153. | #define HAVE_READDIR 1
  2154. | #define HAVE_LIBM 1
  2155. | #define HAVE_DLOPEN 1
  2156. | #define HAVE_MALLINFO 1
  2157. | #define HAVE_LIBPTHREAD 1
  2158. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2159. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2160. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2161. | #define USE_UDIS86 0
  2162. | #define USE_OPROFILE 0
  2163. | #define HAVE_DIRENT_H 1
  2164. | #define HAVE_MMAP_ANONYMOUS 1
  2165. | #define STDC_HEADERS 1
  2166. | #define HAVE_SYS_WAIT_H 1
  2167. | #define TIME_WITH_SYS_TIME 1
  2168. | #define HAVE_DLFCN_H 1
  2169. | #define HAVE_EXECINFO_H 1
  2170. | #define HAVE_FCNTL_H 1
  2171. | #define HAVE_INTTYPES_H 1
  2172. | #define HAVE_LIMITS_H 1
  2173. | #define HAVE_LINK_H 1
  2174. | #define HAVE_MALLOC_H 1
  2175. | #define HAVE_SETJMP_H 1
  2176. | #define HAVE_SIGNAL_H 1
  2177. | #define HAVE_STDINT_H 1
  2178. | #define HAVE_TERMIOS_H 1
  2179. | #define HAVE_UNISTD_H 1
  2180. | #define HAVE_UTIME_H 1
  2181. | /* end confdefs.h. */
  2182. | #include <windows.h>
  2183. configure:16102: result: no
  2184. configure:16135: checking for windows.h
  2185. configure:16143: result: no
  2186. configure:16174: checking sys/mman.h usability
  2187. configure:16191: gcc -c -g -O2 conftest.c >&5
  2188. configure:16197: $? = 0
  2189. configure:16204: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2190. configure:16207: $? = 0
  2191. configure:16214: test -s conftest.o
  2192. configure:16217: $? = 0
  2193. configure:16228: result: yes
  2194. configure:16232: checking sys/mman.h presence
  2195. configure:16247: gcc -E conftest.c
  2196. configure:16253: $? = 0
  2197. configure:16274: result: yes
  2198. configure:16307: checking for sys/mman.h
  2199. configure:16315: result: yes
  2200. configure:16174: checking sys/param.h usability
  2201. configure:16191: gcc -c -g -O2 conftest.c >&5
  2202. configure:16197: $? = 0
  2203. configure:16204: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2204. configure:16207: $? = 0
  2205. configure:16214: test -s conftest.o
  2206. configure:16217: $? = 0
  2207. configure:16228: result: yes
  2208. configure:16232: checking sys/param.h presence
  2209. configure:16247: gcc -E conftest.c
  2210. configure:16253: $? = 0
  2211. configure:16274: result: yes
  2212. configure:16307: checking for sys/param.h
  2213. configure:16315: result: yes
  2214. configure:16174: checking sys/resource.h usability
  2215. configure:16191: gcc -c -g -O2 conftest.c >&5
  2216. configure:16197: $? = 0
  2217. configure:16204: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2218. configure:16207: $? = 0
  2219. configure:16214: test -s conftest.o
  2220. configure:16217: $? = 0
  2221. configure:16228: result: yes
  2222. configure:16232: checking sys/resource.h presence
  2223. configure:16247: gcc -E conftest.c
  2224. configure:16253: $? = 0
  2225. configure:16274: result: yes
  2226. configure:16307: checking for sys/resource.h
  2227. configure:16315: result: yes
  2228. configure:16174: checking sys/time.h usability
  2229. configure:16191: gcc -c -g -O2 conftest.c >&5
  2230. configure:16197: $? = 0
  2231. configure:16204: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2232. configure:16207: $? = 0
  2233. configure:16214: test -s conftest.o
  2234. configure:16217: $? = 0
  2235. configure:16228: result: yes
  2236. configure:16232: checking sys/time.h presence
  2237. configure:16247: gcc -E conftest.c
  2238. configure:16253: $? = 0
  2239. configure:16274: result: yes
  2240. configure:16307: checking for sys/time.h
  2241. configure:16315: result: yes
  2242. configure:16336: checking for sys/types.h
  2243. configure:16342: result: yes
  2244. configure:16346: checking sys/ioctl.h usability
  2245. configure:16363: gcc -c -g -O2 conftest.c >&5
  2246. configure:16369: $? = 0
  2247. configure:16376: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2248. configure:16379: $? = 0
  2249. configure:16386: test -s conftest.o
  2250. configure:16389: $? = 0
  2251. configure:16400: result: yes
  2252. configure:16404: checking sys/ioctl.h presence
  2253. configure:16419: gcc -E conftest.c
  2254. configure:16425: $? = 0
  2255. configure:16446: result: yes
  2256. configure:16479: checking for sys/ioctl.h
  2257. configure:16487: result: yes
  2258. configure:16346: checking malloc/malloc.h usability
  2259. configure:16363: gcc -c -g -O2 conftest.c >&5
  2260. conftest.c:134:27: error: malloc/malloc.h: No such file or directory
  2261. configure:16369: $? = 1
  2262. configure: failed program was:
  2263. | /* confdefs.h. */
  2264. | #define PACKAGE_NAME "llvm"
  2265. | #define PACKAGE_TARNAME "-llvm-"
  2266. | #define PACKAGE_VERSION "2.9svn"
  2267. | #define PACKAGE_STRING "llvm 2.9svn"
  2268. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2269. | #define LLVM_ON_UNIX 1
  2270. | #define STDC_HEADERS 1
  2271. | #define HAVE_SYS_TYPES_H 1
  2272. | #define HAVE_SYS_STAT_H 1
  2273. | #define HAVE_STDLIB_H 1
  2274. | #define HAVE_STRING_H 1
  2275. | #define HAVE_MEMORY_H 1
  2276. | #define HAVE_STRINGS_H 1
  2277. | #define HAVE_INTTYPES_H 1
  2278. | #define HAVE_STDINT_H 1
  2279. | #define HAVE_UNISTD_H 1
  2280. | #define ENABLE_THREADS 1
  2281. | #define ENABLE_PIC 1
  2282. | #define ENABLE_TIMESTAMPS 1
  2283. | #define LLVM_NATIVE_ARCH X86
  2284. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2285. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2286. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2287. | #define ENABLE_CBE_PRINTF_A 1
  2288. | #define C_INCLUDE_DIRS ""
  2289. | #define CXX_INCLUDE_ROOT ""
  2290. | #define CXX_INCLUDE_ARCH ""
  2291. | #define CXX_INCLUDE_32BIT_DIR ""
  2292. | #define CXX_INCLUDE_64BIT_DIR ""
  2293. | #define HOST_LINK_VERSION "2.20.1"
  2294. | #define HAVE_LINK_R 1
  2295. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2296. | #define HAVE_DIRENT_H 1
  2297. | #define HAVE_DLFCN_H 1
  2298. | #define LTDL_SHLIB_EXT ".so"
  2299. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2300. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  2301. | #define LTDL_OBJDIR ".libs/"
  2302. | #define HAVE_PRELOADED_SYMBOLS 1
  2303. | #define HAVE_LIBDL 1
  2304. | #define HAVE_DLERROR 1
  2305. | #define HAVE_ARGZ_H 1
  2306. | #define HAVE_ERROR_T 1
  2307. | #define HAVE_ARGZ_APPEND 1
  2308. | #define HAVE_ARGZ_CREATE_SEP 1
  2309. | #define HAVE_ARGZ_INSERT 1
  2310. | #define HAVE_ARGZ_NEXT 1
  2311. | #define HAVE_ARGZ_STRINGIFY 1
  2312. | #define HAVE_ASSERT_H 1
  2313. | #define HAVE_CTYPE_H 1
  2314. | #define HAVE_ERRNO_H 1
  2315. | #define HAVE_MALLOC_H 1
  2316. | #define HAVE_MEMORY_H 1
  2317. | #define HAVE_STDLIB_H 1
  2318. | #define HAVE_STDIO_H 1
  2319. | #define HAVE_UNISTD_H 1
  2320. | #define HAVE_STRING_H 1
  2321. | #define HAVE_STRCHR 1
  2322. | #define HAVE_STRRCHR 1
  2323. | #define HAVE_MEMCPY 1
  2324. | #define HAVE_MEMMOVE 1
  2325. | #define HAVE_STRCMP 1
  2326. | #define HAVE_CLOSEDIR 1
  2327. | #define HAVE_OPENDIR 1
  2328. | #define HAVE_READDIR 1
  2329. | #define HAVE_LIBM 1
  2330. | #define HAVE_DLOPEN 1
  2331. | #define HAVE_MALLINFO 1
  2332. | #define HAVE_LIBPTHREAD 1
  2333. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2334. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2335. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2336. | #define USE_UDIS86 0
  2337. | #define USE_OPROFILE 0
  2338. | #define HAVE_DIRENT_H 1
  2339. | #define HAVE_MMAP_ANONYMOUS 1
  2340. | #define STDC_HEADERS 1
  2341. | #define HAVE_SYS_WAIT_H 1
  2342. | #define TIME_WITH_SYS_TIME 1
  2343. | #define HAVE_DLFCN_H 1
  2344. | #define HAVE_EXECINFO_H 1
  2345. | #define HAVE_FCNTL_H 1
  2346. | #define HAVE_INTTYPES_H 1
  2347. | #define HAVE_LIMITS_H 1
  2348. | #define HAVE_LINK_H 1
  2349. | #define HAVE_MALLOC_H 1
  2350. | #define HAVE_SETJMP_H 1
  2351. | #define HAVE_SIGNAL_H 1
  2352. | #define HAVE_STDINT_H 1
  2353. | #define HAVE_TERMIOS_H 1
  2354. | #define HAVE_UNISTD_H 1
  2355. | #define HAVE_UTIME_H 1
  2356. | #define HAVE_SYS_MMAN_H 1
  2357. | #define HAVE_SYS_PARAM_H 1
  2358. | #define HAVE_SYS_RESOURCE_H 1
  2359. | #define HAVE_SYS_TIME_H 1
  2360. | #define HAVE_SYS_TYPES_H 1
  2361. | #define HAVE_SYS_IOCTL_H 1
  2362. | /* end confdefs.h. */
  2363. | #include <stdio.h>
  2364. | #if HAVE_SYS_TYPES_H
  2365. | # include <sys/types.h>
  2366. | #endif
  2367. | #if HAVE_SYS_STAT_H
  2368. | # include <sys/stat.h>
  2369. | #endif
  2370. | #if STDC_HEADERS
  2371. | # include <stdlib.h>
  2372. | # include <stddef.h>
  2373. | #else
  2374. | # if HAVE_STDLIB_H
  2375. | # include <stdlib.h>
  2376. | # endif
  2377. | #endif
  2378. | #if HAVE_STRING_H
  2379. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2380. | # include <memory.h>
  2381. | # endif
  2382. | # include <string.h>
  2383. | #endif
  2384. | #if HAVE_STRINGS_H
  2385. | # include <strings.h>
  2386. | #endif
  2387. | #if HAVE_INTTYPES_H
  2388. | # include <inttypes.h>
  2389. | #endif
  2390. | #if HAVE_STDINT_H
  2391. | # include <stdint.h>
  2392. | #endif
  2393. | #if HAVE_UNISTD_H
  2394. | # include <unistd.h>
  2395. | #endif
  2396. | #include <malloc/malloc.h>
  2397. configure:16400: result: no
  2398. configure:16404: checking malloc/malloc.h presence
  2399. configure:16419: gcc -E conftest.c
  2400. conftest.c:101:27: error: malloc/malloc.h: No such file or directory
  2401. configure:16425: $? = 1
  2402. configure: failed program was:
  2403. | /* confdefs.h. */
  2404. | #define PACKAGE_NAME "llvm"
  2405. | #define PACKAGE_TARNAME "-llvm-"
  2406. | #define PACKAGE_VERSION "2.9svn"
  2407. | #define PACKAGE_STRING "llvm 2.9svn"
  2408. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2409. | #define LLVM_ON_UNIX 1
  2410. | #define STDC_HEADERS 1
  2411. | #define HAVE_SYS_TYPES_H 1
  2412. | #define HAVE_SYS_STAT_H 1
  2413. | #define HAVE_STDLIB_H 1
  2414. | #define HAVE_STRING_H 1
  2415. | #define HAVE_MEMORY_H 1
  2416. | #define HAVE_STRINGS_H 1
  2417. | #define HAVE_INTTYPES_H 1
  2418. | #define HAVE_STDINT_H 1
  2419. | #define HAVE_UNISTD_H 1
  2420. | #define ENABLE_THREADS 1
  2421. | #define ENABLE_PIC 1
  2422. | #define ENABLE_TIMESTAMPS 1
  2423. | #define LLVM_NATIVE_ARCH X86
  2424. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2425. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2426. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2427. | #define ENABLE_CBE_PRINTF_A 1
  2428. | #define C_INCLUDE_DIRS ""
  2429. | #define CXX_INCLUDE_ROOT ""
  2430. | #define CXX_INCLUDE_ARCH ""
  2431. | #define CXX_INCLUDE_32BIT_DIR ""
  2432. | #define CXX_INCLUDE_64BIT_DIR ""
  2433. | #define HOST_LINK_VERSION "2.20.1"
  2434. | #define HAVE_LINK_R 1
  2435. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2436. | #define HAVE_DIRENT_H 1
  2437. | #define HAVE_DLFCN_H 1
  2438. | #define LTDL_SHLIB_EXT ".so"
  2439. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2440. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  2441. | #define LTDL_OBJDIR ".libs/"
  2442. | #define HAVE_PRELOADED_SYMBOLS 1
  2443. | #define HAVE_LIBDL 1
  2444. | #define HAVE_DLERROR 1
  2445. | #define HAVE_ARGZ_H 1
  2446. | #define HAVE_ERROR_T 1
  2447. | #define HAVE_ARGZ_APPEND 1
  2448. | #define HAVE_ARGZ_CREATE_SEP 1
  2449. | #define HAVE_ARGZ_INSERT 1
  2450. | #define HAVE_ARGZ_NEXT 1
  2451. | #define HAVE_ARGZ_STRINGIFY 1
  2452. | #define HAVE_ASSERT_H 1
  2453. | #define HAVE_CTYPE_H 1
  2454. | #define HAVE_ERRNO_H 1
  2455. | #define HAVE_MALLOC_H 1
  2456. | #define HAVE_MEMORY_H 1
  2457. | #define HAVE_STDLIB_H 1
  2458. | #define HAVE_STDIO_H 1
  2459. | #define HAVE_UNISTD_H 1
  2460. | #define HAVE_STRING_H 1
  2461. | #define HAVE_STRCHR 1
  2462. | #define HAVE_STRRCHR 1
  2463. | #define HAVE_MEMCPY 1
  2464. | #define HAVE_MEMMOVE 1
  2465. | #define HAVE_STRCMP 1
  2466. | #define HAVE_CLOSEDIR 1
  2467. | #define HAVE_OPENDIR 1
  2468. | #define HAVE_READDIR 1
  2469. | #define HAVE_LIBM 1
  2470. | #define HAVE_DLOPEN 1
  2471. | #define HAVE_MALLINFO 1
  2472. | #define HAVE_LIBPTHREAD 1
  2473. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2474. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2475. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2476. | #define USE_UDIS86 0
  2477. | #define USE_OPROFILE 0
  2478. | #define HAVE_DIRENT_H 1
  2479. | #define HAVE_MMAP_ANONYMOUS 1
  2480. | #define STDC_HEADERS 1
  2481. | #define HAVE_SYS_WAIT_H 1
  2482. | #define TIME_WITH_SYS_TIME 1
  2483. | #define HAVE_DLFCN_H 1
  2484. | #define HAVE_EXECINFO_H 1
  2485. | #define HAVE_FCNTL_H 1
  2486. | #define HAVE_INTTYPES_H 1
  2487. | #define HAVE_LIMITS_H 1
  2488. | #define HAVE_LINK_H 1
  2489. | #define HAVE_MALLOC_H 1
  2490. | #define HAVE_SETJMP_H 1
  2491. | #define HAVE_SIGNAL_H 1
  2492. | #define HAVE_STDINT_H 1
  2493. | #define HAVE_TERMIOS_H 1
  2494. | #define HAVE_UNISTD_H 1
  2495. | #define HAVE_UTIME_H 1
  2496. | #define HAVE_SYS_MMAN_H 1
  2497. | #define HAVE_SYS_PARAM_H 1
  2498. | #define HAVE_SYS_RESOURCE_H 1
  2499. | #define HAVE_SYS_TIME_H 1
  2500. | #define HAVE_SYS_TYPES_H 1
  2501. | #define HAVE_SYS_IOCTL_H 1
  2502. | /* end confdefs.h. */
  2503. | #include <malloc/malloc.h>
  2504. configure:16446: result: no
  2505. configure:16479: checking for malloc/malloc.h
  2506. configure:16487: result: no
  2507. configure:16346: checking mach/mach.h usability
  2508. configure:16363: gcc -c -g -O2 conftest.c >&5
  2509. conftest.c:134:23: error: mach/mach.h: No such file or directory
  2510. configure:16369: $? = 1
  2511. configure: failed program was:
  2512. | /* confdefs.h. */
  2513. | #define PACKAGE_NAME "llvm"
  2514. | #define PACKAGE_TARNAME "-llvm-"
  2515. | #define PACKAGE_VERSION "2.9svn"
  2516. | #define PACKAGE_STRING "llvm 2.9svn"
  2517. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2518. | #define LLVM_ON_UNIX 1
  2519. | #define STDC_HEADERS 1
  2520. | #define HAVE_SYS_TYPES_H 1
  2521. | #define HAVE_SYS_STAT_H 1
  2522. | #define HAVE_STDLIB_H 1
  2523. | #define HAVE_STRING_H 1
  2524. | #define HAVE_MEMORY_H 1
  2525. | #define HAVE_STRINGS_H 1
  2526. | #define HAVE_INTTYPES_H 1
  2527. | #define HAVE_STDINT_H 1
  2528. | #define HAVE_UNISTD_H 1
  2529. | #define ENABLE_THREADS 1
  2530. | #define ENABLE_PIC 1
  2531. | #define ENABLE_TIMESTAMPS 1
  2532. | #define LLVM_NATIVE_ARCH X86
  2533. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2534. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2535. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2536. | #define ENABLE_CBE_PRINTF_A 1
  2537. | #define C_INCLUDE_DIRS ""
  2538. | #define CXX_INCLUDE_ROOT ""
  2539. | #define CXX_INCLUDE_ARCH ""
  2540. | #define CXX_INCLUDE_32BIT_DIR ""
  2541. | #define CXX_INCLUDE_64BIT_DIR ""
  2542. | #define HOST_LINK_VERSION "2.20.1"
  2543. | #define HAVE_LINK_R 1
  2544. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2545. | #define HAVE_DIRENT_H 1
  2546. | #define HAVE_DLFCN_H 1
  2547. | #define LTDL_SHLIB_EXT ".so"
  2548. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2549. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  2550. | #define LTDL_OBJDIR ".libs/"
  2551. | #define HAVE_PRELOADED_SYMBOLS 1
  2552. | #define HAVE_LIBDL 1
  2553. | #define HAVE_DLERROR 1
  2554. | #define HAVE_ARGZ_H 1
  2555. | #define HAVE_ERROR_T 1
  2556. | #define HAVE_ARGZ_APPEND 1
  2557. | #define HAVE_ARGZ_CREATE_SEP 1
  2558. | #define HAVE_ARGZ_INSERT 1
  2559. | #define HAVE_ARGZ_NEXT 1
  2560. | #define HAVE_ARGZ_STRINGIFY 1
  2561. | #define HAVE_ASSERT_H 1
  2562. | #define HAVE_CTYPE_H 1
  2563. | #define HAVE_ERRNO_H 1
  2564. | #define HAVE_MALLOC_H 1
  2565. | #define HAVE_MEMORY_H 1
  2566. | #define HAVE_STDLIB_H 1
  2567. | #define HAVE_STDIO_H 1
  2568. | #define HAVE_UNISTD_H 1
  2569. | #define HAVE_STRING_H 1
  2570. | #define HAVE_STRCHR 1
  2571. | #define HAVE_STRRCHR 1
  2572. | #define HAVE_MEMCPY 1
  2573. | #define HAVE_MEMMOVE 1
  2574. | #define HAVE_STRCMP 1
  2575. | #define HAVE_CLOSEDIR 1
  2576. | #define HAVE_OPENDIR 1
  2577. | #define HAVE_READDIR 1
  2578. | #define HAVE_LIBM 1
  2579. | #define HAVE_DLOPEN 1
  2580. | #define HAVE_MALLINFO 1
  2581. | #define HAVE_LIBPTHREAD 1
  2582. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2583. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2584. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2585. | #define USE_UDIS86 0
  2586. | #define USE_OPROFILE 0
  2587. | #define HAVE_DIRENT_H 1
  2588. | #define HAVE_MMAP_ANONYMOUS 1
  2589. | #define STDC_HEADERS 1
  2590. | #define HAVE_SYS_WAIT_H 1
  2591. | #define TIME_WITH_SYS_TIME 1
  2592. | #define HAVE_DLFCN_H 1
  2593. | #define HAVE_EXECINFO_H 1
  2594. | #define HAVE_FCNTL_H 1
  2595. | #define HAVE_INTTYPES_H 1
  2596. | #define HAVE_LIMITS_H 1
  2597. | #define HAVE_LINK_H 1
  2598. | #define HAVE_MALLOC_H 1
  2599. | #define HAVE_SETJMP_H 1
  2600. | #define HAVE_SIGNAL_H 1
  2601. | #define HAVE_STDINT_H 1
  2602. | #define HAVE_TERMIOS_H 1
  2603. | #define HAVE_UNISTD_H 1
  2604. | #define HAVE_UTIME_H 1
  2605. | #define HAVE_SYS_MMAN_H 1
  2606. | #define HAVE_SYS_PARAM_H 1
  2607. | #define HAVE_SYS_RESOURCE_H 1
  2608. | #define HAVE_SYS_TIME_H 1
  2609. | #define HAVE_SYS_TYPES_H 1
  2610. | #define HAVE_SYS_IOCTL_H 1
  2611. | /* end confdefs.h. */
  2612. | #include <stdio.h>
  2613. | #if HAVE_SYS_TYPES_H
  2614. | # include <sys/types.h>
  2615. | #endif
  2616. | #if HAVE_SYS_STAT_H
  2617. | # include <sys/stat.h>
  2618. | #endif
  2619. | #if STDC_HEADERS
  2620. | # include <stdlib.h>
  2621. | # include <stddef.h>
  2622. | #else
  2623. | # if HAVE_STDLIB_H
  2624. | # include <stdlib.h>
  2625. | # endif
  2626. | #endif
  2627. | #if HAVE_STRING_H
  2628. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2629. | # include <memory.h>
  2630. | # endif
  2631. | # include <string.h>
  2632. | #endif
  2633. | #if HAVE_STRINGS_H
  2634. | # include <strings.h>
  2635. | #endif
  2636. | #if HAVE_INTTYPES_H
  2637. | # include <inttypes.h>
  2638. | #endif
  2639. | #if HAVE_STDINT_H
  2640. | # include <stdint.h>
  2641. | #endif
  2642. | #if HAVE_UNISTD_H
  2643. | # include <unistd.h>
  2644. | #endif
  2645. | #include <mach/mach.h>
  2646. configure:16400: result: no
  2647. configure:16404: checking mach/mach.h presence
  2648. configure:16419: gcc -E conftest.c
  2649. conftest.c:101:23: error: mach/mach.h: No such file or directory
  2650. configure:16425: $? = 1
  2651. configure: failed program was:
  2652. | /* confdefs.h. */
  2653. | #define PACKAGE_NAME "llvm"
  2654. | #define PACKAGE_TARNAME "-llvm-"
  2655. | #define PACKAGE_VERSION "2.9svn"
  2656. | #define PACKAGE_STRING "llvm 2.9svn"
  2657. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2658. | #define LLVM_ON_UNIX 1
  2659. | #define STDC_HEADERS 1
  2660. | #define HAVE_SYS_TYPES_H 1
  2661. | #define HAVE_SYS_STAT_H 1
  2662. | #define HAVE_STDLIB_H 1
  2663. | #define HAVE_STRING_H 1
  2664. | #define HAVE_MEMORY_H 1
  2665. | #define HAVE_STRINGS_H 1
  2666. | #define HAVE_INTTYPES_H 1
  2667. | #define HAVE_STDINT_H 1
  2668. | #define HAVE_UNISTD_H 1
  2669. | #define ENABLE_THREADS 1
  2670. | #define ENABLE_PIC 1
  2671. | #define ENABLE_TIMESTAMPS 1
  2672. | #define LLVM_NATIVE_ARCH X86
  2673. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2674. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2675. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2676. | #define ENABLE_CBE_PRINTF_A 1
  2677. | #define C_INCLUDE_DIRS ""
  2678. | #define CXX_INCLUDE_ROOT ""
  2679. | #define CXX_INCLUDE_ARCH ""
  2680. | #define CXX_INCLUDE_32BIT_DIR ""
  2681. | #define CXX_INCLUDE_64BIT_DIR ""
  2682. | #define HOST_LINK_VERSION "2.20.1"
  2683. | #define HAVE_LINK_R 1
  2684. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2685. | #define HAVE_DIRENT_H 1
  2686. | #define HAVE_DLFCN_H 1
  2687. | #define LTDL_SHLIB_EXT ".so"
  2688. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2689. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  2690. | #define LTDL_OBJDIR ".libs/"
  2691. | #define HAVE_PRELOADED_SYMBOLS 1
  2692. | #define HAVE_LIBDL 1
  2693. | #define HAVE_DLERROR 1
  2694. | #define HAVE_ARGZ_H 1
  2695. | #define HAVE_ERROR_T 1
  2696. | #define HAVE_ARGZ_APPEND 1
  2697. | #define HAVE_ARGZ_CREATE_SEP 1
  2698. | #define HAVE_ARGZ_INSERT 1
  2699. | #define HAVE_ARGZ_NEXT 1
  2700. | #define HAVE_ARGZ_STRINGIFY 1
  2701. | #define HAVE_ASSERT_H 1
  2702. | #define HAVE_CTYPE_H 1
  2703. | #define HAVE_ERRNO_H 1
  2704. | #define HAVE_MALLOC_H 1
  2705. | #define HAVE_MEMORY_H 1
  2706. | #define HAVE_STDLIB_H 1
  2707. | #define HAVE_STDIO_H 1
  2708. | #define HAVE_UNISTD_H 1
  2709. | #define HAVE_STRING_H 1
  2710. | #define HAVE_STRCHR 1
  2711. | #define HAVE_STRRCHR 1
  2712. | #define HAVE_MEMCPY 1
  2713. | #define HAVE_MEMMOVE 1
  2714. | #define HAVE_STRCMP 1
  2715. | #define HAVE_CLOSEDIR 1
  2716. | #define HAVE_OPENDIR 1
  2717. | #define HAVE_READDIR 1
  2718. | #define HAVE_LIBM 1
  2719. | #define HAVE_DLOPEN 1
  2720. | #define HAVE_MALLINFO 1
  2721. | #define HAVE_LIBPTHREAD 1
  2722. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2723. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2724. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2725. | #define USE_UDIS86 0
  2726. | #define USE_OPROFILE 0
  2727. | #define HAVE_DIRENT_H 1
  2728. | #define HAVE_MMAP_ANONYMOUS 1
  2729. | #define STDC_HEADERS 1
  2730. | #define HAVE_SYS_WAIT_H 1
  2731. | #define TIME_WITH_SYS_TIME 1
  2732. | #define HAVE_DLFCN_H 1
  2733. | #define HAVE_EXECINFO_H 1
  2734. | #define HAVE_FCNTL_H 1
  2735. | #define HAVE_INTTYPES_H 1
  2736. | #define HAVE_LIMITS_H 1
  2737. | #define HAVE_LINK_H 1
  2738. | #define HAVE_MALLOC_H 1
  2739. | #define HAVE_SETJMP_H 1
  2740. | #define HAVE_SIGNAL_H 1
  2741. | #define HAVE_STDINT_H 1
  2742. | #define HAVE_TERMIOS_H 1
  2743. | #define HAVE_UNISTD_H 1
  2744. | #define HAVE_UTIME_H 1
  2745. | #define HAVE_SYS_MMAN_H 1
  2746. | #define HAVE_SYS_PARAM_H 1
  2747. | #define HAVE_SYS_RESOURCE_H 1
  2748. | #define HAVE_SYS_TIME_H 1
  2749. | #define HAVE_SYS_TYPES_H 1
  2750. | #define HAVE_SYS_IOCTL_H 1
  2751. | /* end confdefs.h. */
  2752. | #include <mach/mach.h>
  2753. configure:16446: result: no
  2754. configure:16479: checking for mach/mach.h
  2755. configure:16487: result: no
  2756. configure:16515: checking valgrind/valgrind.h usability
  2757. configure:16532: gcc -c -g -O2 conftest.c >&5
  2758. conftest.c:134:31: error: valgrind/valgrind.h: No such file or directory
  2759. configure:16538: $? = 1
  2760. configure: failed program was:
  2761. | /* confdefs.h. */
  2762. | #define PACKAGE_NAME "llvm"
  2763. | #define PACKAGE_TARNAME "-llvm-"
  2764. | #define PACKAGE_VERSION "2.9svn"
  2765. | #define PACKAGE_STRING "llvm 2.9svn"
  2766. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2767. | #define LLVM_ON_UNIX 1
  2768. | #define STDC_HEADERS 1
  2769. | #define HAVE_SYS_TYPES_H 1
  2770. | #define HAVE_SYS_STAT_H 1
  2771. | #define HAVE_STDLIB_H 1
  2772. | #define HAVE_STRING_H 1
  2773. | #define HAVE_MEMORY_H 1
  2774. | #define HAVE_STRINGS_H 1
  2775. | #define HAVE_INTTYPES_H 1
  2776. | #define HAVE_STDINT_H 1
  2777. | #define HAVE_UNISTD_H 1
  2778. | #define ENABLE_THREADS 1
  2779. | #define ENABLE_PIC 1
  2780. | #define ENABLE_TIMESTAMPS 1
  2781. | #define LLVM_NATIVE_ARCH X86
  2782. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2783. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2784. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2785. | #define ENABLE_CBE_PRINTF_A 1
  2786. | #define C_INCLUDE_DIRS ""
  2787. | #define CXX_INCLUDE_ROOT ""
  2788. | #define CXX_INCLUDE_ARCH ""
  2789. | #define CXX_INCLUDE_32BIT_DIR ""
  2790. | #define CXX_INCLUDE_64BIT_DIR ""
  2791. | #define HOST_LINK_VERSION "2.20.1"
  2792. | #define HAVE_LINK_R 1
  2793. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2794. | #define HAVE_DIRENT_H 1
  2795. | #define HAVE_DLFCN_H 1
  2796. | #define LTDL_SHLIB_EXT ".so"
  2797. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2798. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  2799. | #define LTDL_OBJDIR ".libs/"
  2800. | #define HAVE_PRELOADED_SYMBOLS 1
  2801. | #define HAVE_LIBDL 1
  2802. | #define HAVE_DLERROR 1
  2803. | #define HAVE_ARGZ_H 1
  2804. | #define HAVE_ERROR_T 1
  2805. | #define HAVE_ARGZ_APPEND 1
  2806. | #define HAVE_ARGZ_CREATE_SEP 1
  2807. | #define HAVE_ARGZ_INSERT 1
  2808. | #define HAVE_ARGZ_NEXT 1
  2809. | #define HAVE_ARGZ_STRINGIFY 1
  2810. | #define HAVE_ASSERT_H 1
  2811. | #define HAVE_CTYPE_H 1
  2812. | #define HAVE_ERRNO_H 1
  2813. | #define HAVE_MALLOC_H 1
  2814. | #define HAVE_MEMORY_H 1
  2815. | #define HAVE_STDLIB_H 1
  2816. | #define HAVE_STDIO_H 1
  2817. | #define HAVE_UNISTD_H 1
  2818. | #define HAVE_STRING_H 1
  2819. | #define HAVE_STRCHR 1
  2820. | #define HAVE_STRRCHR 1
  2821. | #define HAVE_MEMCPY 1
  2822. | #define HAVE_MEMMOVE 1
  2823. | #define HAVE_STRCMP 1
  2824. | #define HAVE_CLOSEDIR 1
  2825. | #define HAVE_OPENDIR 1
  2826. | #define HAVE_READDIR 1
  2827. | #define HAVE_LIBM 1
  2828. | #define HAVE_DLOPEN 1
  2829. | #define HAVE_MALLINFO 1
  2830. | #define HAVE_LIBPTHREAD 1
  2831. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2832. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2833. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2834. | #define USE_UDIS86 0
  2835. | #define USE_OPROFILE 0
  2836. | #define HAVE_DIRENT_H 1
  2837. | #define HAVE_MMAP_ANONYMOUS 1
  2838. | #define STDC_HEADERS 1
  2839. | #define HAVE_SYS_WAIT_H 1
  2840. | #define TIME_WITH_SYS_TIME 1
  2841. | #define HAVE_DLFCN_H 1
  2842. | #define HAVE_EXECINFO_H 1
  2843. | #define HAVE_FCNTL_H 1
  2844. | #define HAVE_INTTYPES_H 1
  2845. | #define HAVE_LIMITS_H 1
  2846. | #define HAVE_LINK_H 1
  2847. | #define HAVE_MALLOC_H 1
  2848. | #define HAVE_SETJMP_H 1
  2849. | #define HAVE_SIGNAL_H 1
  2850. | #define HAVE_STDINT_H 1
  2851. | #define HAVE_TERMIOS_H 1
  2852. | #define HAVE_UNISTD_H 1
  2853. | #define HAVE_UTIME_H 1
  2854. | #define HAVE_SYS_MMAN_H 1
  2855. | #define HAVE_SYS_PARAM_H 1
  2856. | #define HAVE_SYS_RESOURCE_H 1
  2857. | #define HAVE_SYS_TIME_H 1
  2858. | #define HAVE_SYS_TYPES_H 1
  2859. | #define HAVE_SYS_IOCTL_H 1
  2860. | /* end confdefs.h. */
  2861. | #include <stdio.h>
  2862. | #if HAVE_SYS_TYPES_H
  2863. | # include <sys/types.h>
  2864. | #endif
  2865. | #if HAVE_SYS_STAT_H
  2866. | # include <sys/stat.h>
  2867. | #endif
  2868. | #if STDC_HEADERS
  2869. | # include <stdlib.h>
  2870. | # include <stddef.h>
  2871. | #else
  2872. | # if HAVE_STDLIB_H
  2873. | # include <stdlib.h>
  2874. | # endif
  2875. | #endif
  2876. | #if HAVE_STRING_H
  2877. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2878. | # include <memory.h>
  2879. | # endif
  2880. | # include <string.h>
  2881. | #endif
  2882. | #if HAVE_STRINGS_H
  2883. | # include <strings.h>
  2884. | #endif
  2885. | #if HAVE_INTTYPES_H
  2886. | # include <inttypes.h>
  2887. | #endif
  2888. | #if HAVE_STDINT_H
  2889. | # include <stdint.h>
  2890. | #endif
  2891. | #if HAVE_UNISTD_H
  2892. | # include <unistd.h>
  2893. | #endif
  2894. | #include <valgrind/valgrind.h>
  2895. configure:16569: result: no
  2896. configure:16573: checking valgrind/valgrind.h presence
  2897. configure:16588: gcc -E conftest.c
  2898. conftest.c:101:31: error: valgrind/valgrind.h: No such file or directory
  2899. configure:16594: $? = 1
  2900. configure: failed program was:
  2901. | /* confdefs.h. */
  2902. | #define PACKAGE_NAME "llvm"
  2903. | #define PACKAGE_TARNAME "-llvm-"
  2904. | #define PACKAGE_VERSION "2.9svn"
  2905. | #define PACKAGE_STRING "llvm 2.9svn"
  2906. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2907. | #define LLVM_ON_UNIX 1
  2908. | #define STDC_HEADERS 1
  2909. | #define HAVE_SYS_TYPES_H 1
  2910. | #define HAVE_SYS_STAT_H 1
  2911. | #define HAVE_STDLIB_H 1
  2912. | #define HAVE_STRING_H 1
  2913. | #define HAVE_MEMORY_H 1
  2914. | #define HAVE_STRINGS_H 1
  2915. | #define HAVE_INTTYPES_H 1
  2916. | #define HAVE_STDINT_H 1
  2917. | #define HAVE_UNISTD_H 1
  2918. | #define ENABLE_THREADS 1
  2919. | #define ENABLE_PIC 1
  2920. | #define ENABLE_TIMESTAMPS 1
  2921. | #define LLVM_NATIVE_ARCH X86
  2922. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  2923. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  2924. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  2925. | #define ENABLE_CBE_PRINTF_A 1
  2926. | #define C_INCLUDE_DIRS ""
  2927. | #define CXX_INCLUDE_ROOT ""
  2928. | #define CXX_INCLUDE_ARCH ""
  2929. | #define CXX_INCLUDE_32BIT_DIR ""
  2930. | #define CXX_INCLUDE_64BIT_DIR ""
  2931. | #define HOST_LINK_VERSION "2.20.1"
  2932. | #define HAVE_LINK_R 1
  2933. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2934. | #define HAVE_DIRENT_H 1
  2935. | #define HAVE_DLFCN_H 1
  2936. | #define LTDL_SHLIB_EXT ".so"
  2937. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2938. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  2939. | #define LTDL_OBJDIR ".libs/"
  2940. | #define HAVE_PRELOADED_SYMBOLS 1
  2941. | #define HAVE_LIBDL 1
  2942. | #define HAVE_DLERROR 1
  2943. | #define HAVE_ARGZ_H 1
  2944. | #define HAVE_ERROR_T 1
  2945. | #define HAVE_ARGZ_APPEND 1
  2946. | #define HAVE_ARGZ_CREATE_SEP 1
  2947. | #define HAVE_ARGZ_INSERT 1
  2948. | #define HAVE_ARGZ_NEXT 1
  2949. | #define HAVE_ARGZ_STRINGIFY 1
  2950. | #define HAVE_ASSERT_H 1
  2951. | #define HAVE_CTYPE_H 1
  2952. | #define HAVE_ERRNO_H 1
  2953. | #define HAVE_MALLOC_H 1
  2954. | #define HAVE_MEMORY_H 1
  2955. | #define HAVE_STDLIB_H 1
  2956. | #define HAVE_STDIO_H 1
  2957. | #define HAVE_UNISTD_H 1
  2958. | #define HAVE_STRING_H 1
  2959. | #define HAVE_STRCHR 1
  2960. | #define HAVE_STRRCHR 1
  2961. | #define HAVE_MEMCPY 1
  2962. | #define HAVE_MEMMOVE 1
  2963. | #define HAVE_STRCMP 1
  2964. | #define HAVE_CLOSEDIR 1
  2965. | #define HAVE_OPENDIR 1
  2966. | #define HAVE_READDIR 1
  2967. | #define HAVE_LIBM 1
  2968. | #define HAVE_DLOPEN 1
  2969. | #define HAVE_MALLINFO 1
  2970. | #define HAVE_LIBPTHREAD 1
  2971. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2972. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2973. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2974. | #define USE_UDIS86 0
  2975. | #define USE_OPROFILE 0
  2976. | #define HAVE_DIRENT_H 1
  2977. | #define HAVE_MMAP_ANONYMOUS 1
  2978. | #define STDC_HEADERS 1
  2979. | #define HAVE_SYS_WAIT_H 1
  2980. | #define TIME_WITH_SYS_TIME 1
  2981. | #define HAVE_DLFCN_H 1
  2982. | #define HAVE_EXECINFO_H 1
  2983. | #define HAVE_FCNTL_H 1
  2984. | #define HAVE_INTTYPES_H 1
  2985. | #define HAVE_LIMITS_H 1
  2986. | #define HAVE_LINK_H 1
  2987. | #define HAVE_MALLOC_H 1
  2988. | #define HAVE_SETJMP_H 1
  2989. | #define HAVE_SIGNAL_H 1
  2990. | #define HAVE_STDINT_H 1
  2991. | #define HAVE_TERMIOS_H 1
  2992. | #define HAVE_UNISTD_H 1
  2993. | #define HAVE_UTIME_H 1
  2994. | #define HAVE_SYS_MMAN_H 1
  2995. | #define HAVE_SYS_PARAM_H 1
  2996. | #define HAVE_SYS_RESOURCE_H 1
  2997. | #define HAVE_SYS_TIME_H 1
  2998. | #define HAVE_SYS_TYPES_H 1
  2999. | #define HAVE_SYS_IOCTL_H 1
  3000. | /* end confdefs.h. */
  3001. | #include <valgrind/valgrind.h>
  3002. configure:16615: result: no
  3003. configure:16648: checking for valgrind/valgrind.h
  3004. configure:16656: result: no
  3005. configure:16684: checking fenv.h usability
  3006. configure:16701: gcc -c -g -O2 conftest.c >&5
  3007. configure:16707: $? = 0
  3008. configure:16714: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3009. configure:16717: $? = 0
  3010. configure:16724: test -s conftest.o
  3011. configure:16727: $? = 0
  3012. configure:16738: result: yes
  3013. configure:16742: checking fenv.h presence
  3014. configure:16757: gcc -E conftest.c
  3015. configure:16763: $? = 0
  3016. configure:16784: result: yes
  3017. configure:16817: checking for fenv.h
  3018. configure:16825: result: yes
  3019. configure:16854: checking pthread.h usability
  3020. configure:16871: gcc -c -g -O2 conftest.c >&5
  3021. configure:16877: $? = 0
  3022. configure:16884: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3023. configure:16887: $? = 0
  3024. configure:16894: test -s conftest.o
  3025. configure:16897: $? = 0
  3026. configure:16908: result: yes
  3027. configure:16912: checking pthread.h presence
  3028. configure:16927: gcc -E conftest.c
  3029. configure:16933: $? = 0
  3030. configure:16954: result: yes
  3031. configure:16987: checking for pthread.h
  3032. configure:16995: result: yes
  3033. configure:17205: checking CrashReporterClient.h usability
  3034. configure:17222: gcc -c -g -O2 conftest.c >&5
  3035. conftest.c:136:33: error: CrashReporterClient.h: No such file or directory
  3036. configure:17228: $? = 1
  3037. configure: failed program was:
  3038. | /* confdefs.h. */
  3039. | #define PACKAGE_NAME "llvm"
  3040. | #define PACKAGE_TARNAME "-llvm-"
  3041. | #define PACKAGE_VERSION "2.9svn"
  3042. | #define PACKAGE_STRING "llvm 2.9svn"
  3043. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3044. | #define LLVM_ON_UNIX 1
  3045. | #define STDC_HEADERS 1
  3046. | #define HAVE_SYS_TYPES_H 1
  3047. | #define HAVE_SYS_STAT_H 1
  3048. | #define HAVE_STDLIB_H 1
  3049. | #define HAVE_STRING_H 1
  3050. | #define HAVE_MEMORY_H 1
  3051. | #define HAVE_STRINGS_H 1
  3052. | #define HAVE_INTTYPES_H 1
  3053. | #define HAVE_STDINT_H 1
  3054. | #define HAVE_UNISTD_H 1
  3055. | #define ENABLE_THREADS 1
  3056. | #define ENABLE_PIC 1
  3057. | #define ENABLE_TIMESTAMPS 1
  3058. | #define LLVM_NATIVE_ARCH X86
  3059. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3060. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3061. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3062. | #define ENABLE_CBE_PRINTF_A 1
  3063. | #define C_INCLUDE_DIRS ""
  3064. | #define CXX_INCLUDE_ROOT ""
  3065. | #define CXX_INCLUDE_ARCH ""
  3066. | #define CXX_INCLUDE_32BIT_DIR ""
  3067. | #define CXX_INCLUDE_64BIT_DIR ""
  3068. | #define HOST_LINK_VERSION "2.20.1"
  3069. | #define HAVE_LINK_R 1
  3070. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3071. | #define HAVE_DIRENT_H 1
  3072. | #define HAVE_DLFCN_H 1
  3073. | #define LTDL_SHLIB_EXT ".so"
  3074. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3075. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  3076. | #define LTDL_OBJDIR ".libs/"
  3077. | #define HAVE_PRELOADED_SYMBOLS 1
  3078. | #define HAVE_LIBDL 1
  3079. | #define HAVE_DLERROR 1
  3080. | #define HAVE_ARGZ_H 1
  3081. | #define HAVE_ERROR_T 1
  3082. | #define HAVE_ARGZ_APPEND 1
  3083. | #define HAVE_ARGZ_CREATE_SEP 1
  3084. | #define HAVE_ARGZ_INSERT 1
  3085. | #define HAVE_ARGZ_NEXT 1
  3086. | #define HAVE_ARGZ_STRINGIFY 1
  3087. | #define HAVE_ASSERT_H 1
  3088. | #define HAVE_CTYPE_H 1
  3089. | #define HAVE_ERRNO_H 1
  3090. | #define HAVE_MALLOC_H 1
  3091. | #define HAVE_MEMORY_H 1
  3092. | #define HAVE_STDLIB_H 1
  3093. | #define HAVE_STDIO_H 1
  3094. | #define HAVE_UNISTD_H 1
  3095. | #define HAVE_STRING_H 1
  3096. | #define HAVE_STRCHR 1
  3097. | #define HAVE_STRRCHR 1
  3098. | #define HAVE_MEMCPY 1
  3099. | #define HAVE_MEMMOVE 1
  3100. | #define HAVE_STRCMP 1
  3101. | #define HAVE_CLOSEDIR 1
  3102. | #define HAVE_OPENDIR 1
  3103. | #define HAVE_READDIR 1
  3104. | #define HAVE_LIBM 1
  3105. | #define HAVE_DLOPEN 1
  3106. | #define HAVE_MALLINFO 1
  3107. | #define HAVE_LIBPTHREAD 1
  3108. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3109. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3110. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3111. | #define USE_UDIS86 0
  3112. | #define USE_OPROFILE 0
  3113. | #define HAVE_DIRENT_H 1
  3114. | #define HAVE_MMAP_ANONYMOUS 1
  3115. | #define STDC_HEADERS 1
  3116. | #define HAVE_SYS_WAIT_H 1
  3117. | #define TIME_WITH_SYS_TIME 1
  3118. | #define HAVE_DLFCN_H 1
  3119. | #define HAVE_EXECINFO_H 1
  3120. | #define HAVE_FCNTL_H 1
  3121. | #define HAVE_INTTYPES_H 1
  3122. | #define HAVE_LIMITS_H 1
  3123. | #define HAVE_LINK_H 1
  3124. | #define HAVE_MALLOC_H 1
  3125. | #define HAVE_SETJMP_H 1
  3126. | #define HAVE_SIGNAL_H 1
  3127. | #define HAVE_STDINT_H 1
  3128. | #define HAVE_TERMIOS_H 1
  3129. | #define HAVE_UNISTD_H 1
  3130. | #define HAVE_UTIME_H 1
  3131. | #define HAVE_SYS_MMAN_H 1
  3132. | #define HAVE_SYS_PARAM_H 1
  3133. | #define HAVE_SYS_RESOURCE_H 1
  3134. | #define HAVE_SYS_TIME_H 1
  3135. | #define HAVE_SYS_TYPES_H 1
  3136. | #define HAVE_SYS_IOCTL_H 1
  3137. | #define HAVE_FENV_H 1
  3138. | #define HAVE_PTHREAD_H 1
  3139. | /* end confdefs.h. */
  3140. | #include <stdio.h>
  3141. | #if HAVE_SYS_TYPES_H
  3142. | # include <sys/types.h>
  3143. | #endif
  3144. | #if HAVE_SYS_STAT_H
  3145. | # include <sys/stat.h>
  3146. | #endif
  3147. | #if STDC_HEADERS
  3148. | # include <stdlib.h>
  3149. | # include <stddef.h>
  3150. | #else
  3151. | # if HAVE_STDLIB_H
  3152. | # include <stdlib.h>
  3153. | # endif
  3154. | #endif
  3155. | #if HAVE_STRING_H
  3156. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3157. | # include <memory.h>
  3158. | # endif
  3159. | # include <string.h>
  3160. | #endif
  3161. | #if HAVE_STRINGS_H
  3162. | # include <strings.h>
  3163. | #endif
  3164. | #if HAVE_INTTYPES_H
  3165. | # include <inttypes.h>
  3166. | #endif
  3167. | #if HAVE_STDINT_H
  3168. | # include <stdint.h>
  3169. | #endif
  3170. | #if HAVE_UNISTD_H
  3171. | # include <unistd.h>
  3172. | #endif
  3173. | #include <CrashReporterClient.h>
  3174. configure:17259: result: no
  3175. configure:17263: checking CrashReporterClient.h presence
  3176. configure:17278: gcc -E conftest.c
  3177. conftest.c:103:33: error: CrashReporterClient.h: No such file or directory
  3178. configure:17284: $? = 1
  3179. configure: failed program was:
  3180. | /* confdefs.h. */
  3181. | #define PACKAGE_NAME "llvm"
  3182. | #define PACKAGE_TARNAME "-llvm-"
  3183. | #define PACKAGE_VERSION "2.9svn"
  3184. | #define PACKAGE_STRING "llvm 2.9svn"
  3185. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3186. | #define LLVM_ON_UNIX 1
  3187. | #define STDC_HEADERS 1
  3188. | #define HAVE_SYS_TYPES_H 1
  3189. | #define HAVE_SYS_STAT_H 1
  3190. | #define HAVE_STDLIB_H 1
  3191. | #define HAVE_STRING_H 1
  3192. | #define HAVE_MEMORY_H 1
  3193. | #define HAVE_STRINGS_H 1
  3194. | #define HAVE_INTTYPES_H 1
  3195. | #define HAVE_STDINT_H 1
  3196. | #define HAVE_UNISTD_H 1
  3197. | #define ENABLE_THREADS 1
  3198. | #define ENABLE_PIC 1
  3199. | #define ENABLE_TIMESTAMPS 1
  3200. | #define LLVM_NATIVE_ARCH X86
  3201. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3202. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3203. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3204. | #define ENABLE_CBE_PRINTF_A 1
  3205. | #define C_INCLUDE_DIRS ""
  3206. | #define CXX_INCLUDE_ROOT ""
  3207. | #define CXX_INCLUDE_ARCH ""
  3208. | #define CXX_INCLUDE_32BIT_DIR ""
  3209. | #define CXX_INCLUDE_64BIT_DIR ""
  3210. | #define HOST_LINK_VERSION "2.20.1"
  3211. | #define HAVE_LINK_R 1
  3212. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3213. | #define HAVE_DIRENT_H 1
  3214. | #define HAVE_DLFCN_H 1
  3215. | #define LTDL_SHLIB_EXT ".so"
  3216. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3217. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  3218. | #define LTDL_OBJDIR ".libs/"
  3219. | #define HAVE_PRELOADED_SYMBOLS 1
  3220. | #define HAVE_LIBDL 1
  3221. | #define HAVE_DLERROR 1
  3222. | #define HAVE_ARGZ_H 1
  3223. | #define HAVE_ERROR_T 1
  3224. | #define HAVE_ARGZ_APPEND 1
  3225. | #define HAVE_ARGZ_CREATE_SEP 1
  3226. | #define HAVE_ARGZ_INSERT 1
  3227. | #define HAVE_ARGZ_NEXT 1
  3228. | #define HAVE_ARGZ_STRINGIFY 1
  3229. | #define HAVE_ASSERT_H 1
  3230. | #define HAVE_CTYPE_H 1
  3231. | #define HAVE_ERRNO_H 1
  3232. | #define HAVE_MALLOC_H 1
  3233. | #define HAVE_MEMORY_H 1
  3234. | #define HAVE_STDLIB_H 1
  3235. | #define HAVE_STDIO_H 1
  3236. | #define HAVE_UNISTD_H 1
  3237. | #define HAVE_STRING_H 1
  3238. | #define HAVE_STRCHR 1
  3239. | #define HAVE_STRRCHR 1
  3240. | #define HAVE_MEMCPY 1
  3241. | #define HAVE_MEMMOVE 1
  3242. | #define HAVE_STRCMP 1
  3243. | #define HAVE_CLOSEDIR 1
  3244. | #define HAVE_OPENDIR 1
  3245. | #define HAVE_READDIR 1
  3246. | #define HAVE_LIBM 1
  3247. | #define HAVE_DLOPEN 1
  3248. | #define HAVE_MALLINFO 1
  3249. | #define HAVE_LIBPTHREAD 1
  3250. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3251. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3252. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3253. | #define USE_UDIS86 0
  3254. | #define USE_OPROFILE 0
  3255. | #define HAVE_DIRENT_H 1
  3256. | #define HAVE_MMAP_ANONYMOUS 1
  3257. | #define STDC_HEADERS 1
  3258. | #define HAVE_SYS_WAIT_H 1
  3259. | #define TIME_WITH_SYS_TIME 1
  3260. | #define HAVE_DLFCN_H 1
  3261. | #define HAVE_EXECINFO_H 1
  3262. | #define HAVE_FCNTL_H 1
  3263. | #define HAVE_INTTYPES_H 1
  3264. | #define HAVE_LIMITS_H 1
  3265. | #define HAVE_LINK_H 1
  3266. | #define HAVE_MALLOC_H 1
  3267. | #define HAVE_SETJMP_H 1
  3268. | #define HAVE_SIGNAL_H 1
  3269. | #define HAVE_STDINT_H 1
  3270. | #define HAVE_TERMIOS_H 1
  3271. | #define HAVE_UNISTD_H 1
  3272. | #define HAVE_UTIME_H 1
  3273. | #define HAVE_SYS_MMAN_H 1
  3274. | #define HAVE_SYS_PARAM_H 1
  3275. | #define HAVE_SYS_RESOURCE_H 1
  3276. | #define HAVE_SYS_TIME_H 1
  3277. | #define HAVE_SYS_TYPES_H 1
  3278. | #define HAVE_SYS_IOCTL_H 1
  3279. | #define HAVE_FENV_H 1
  3280. | #define HAVE_PTHREAD_H 1
  3281. | /* end confdefs.h. */
  3282. | #include <CrashReporterClient.h>
  3283. configure:17305: result: no
  3284. configure:17338: checking for CrashReporterClient.h
  3285. configure:17346: result: no
  3286. configure:17363: checking for HUGE_VAL sanity
  3287. configure:17401: g++ -o conftest -pedantic conftest.cpp -lpthread -ldl -lm >&5
  3288. configure:17404: $? = 0
  3289. configure:17410: ./conftest
  3290. configure:17413: $? = 0
  3291. configure:17437: result: yes
  3292. configure:17442: checking for pid_t
  3293. configure:17472: gcc -c -g -O2 conftest.c >&5
  3294. configure:17478: $? = 0
  3295. configure:17485: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3296. configure:17488: $? = 0
  3297. configure:17495: test -s conftest.o
  3298. configure:17498: $? = 0
  3299. configure:17510: result: yes
  3300. configure:17522: checking for size_t
  3301. configure:17552: gcc -c -g -O2 conftest.c >&5
  3302. configure:17558: $? = 0
  3303. configure:17565: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3304. configure:17568: $? = 0
  3305. configure:17575: test -s conftest.o
  3306. configure:17578: $? = 0
  3307. configure:17590: result: yes
  3308. configure:17607: checking whether struct tm is in sys/time.h or time.h
  3309. configure:17635: gcc -c -g -O2 conftest.c >&5
  3310. configure:17641: $? = 0
  3311. configure:17648: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3312. configure:17651: $? = 0
  3313. configure:17658: test -s conftest.o
  3314. configure:17661: $? = 0
  3315. configure:17673: result: time.h
  3316. configure:17683: checking for int64_t
  3317. configure:17713: gcc -c -g -O2 conftest.c >&5
  3318. configure:17719: $? = 0
  3319. configure:17726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3320. configure:17729: $? = 0
  3321. configure:17736: test -s conftest.o
  3322. configure:17739: $? = 0
  3323. configure:17751: result: yes
  3324. configure:17766: checking for uint64_t
  3325. configure:17796: gcc -c -g -O2 conftest.c >&5
  3326. configure:17802: $? = 0
  3327. configure:17809: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3328. configure:17812: $? = 0
  3329. configure:17819: test -s conftest.o
  3330. configure:17822: $? = 0
  3331. configure:17834: result: yes
  3332. configure:17941: checking for backtrace
  3333. configure:17997: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3334. configure:18003: $? = 0
  3335. configure:18010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3336. configure:18013: $? = 0
  3337. configure:18020: test -s conftest
  3338. configure:18023: $? = 0
  3339. configure:18037: result: yes
  3340. configure:17941: checking for ceilf
  3341. configure:17997: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3342. conftest.c:130: warning: conflicting types for built-in function 'ceilf'
  3343. configure:18003: $? = 0
  3344. configure:18010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3345. configure:18013: $? = 0
  3346. configure:18020: test -s conftest
  3347. configure:18023: $? = 0
  3348. configure:18037: result: yes
  3349. configure:17941: checking for floorf
  3350. configure:17997: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3351. conftest.c:131: warning: conflicting types for built-in function 'floorf'
  3352. configure:18003: $? = 0
  3353. configure:18010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3354. configure:18013: $? = 0
  3355. configure:18020: test -s conftest
  3356. configure:18023: $? = 0
  3357. configure:18037: result: yes
  3358. configure:17941: checking for roundf
  3359. configure:17997: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3360. conftest.c:132: warning: conflicting types for built-in function 'roundf'
  3361. configure:18003: $? = 0
  3362. configure:18010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3363. configure:18013: $? = 0
  3364. configure:18020: test -s conftest
  3365. configure:18023: $? = 0
  3366. configure:18037: result: yes
  3367. configure:17941: checking for rintf
  3368. configure:17997: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3369. conftest.c:133: warning: conflicting types for built-in function 'rintf'
  3370. configure:18003: $? = 0
  3371. configure:18010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3372. configure:18013: $? = 0
  3373. configure:18020: test -s conftest
  3374. configure:18023: $? = 0
  3375. configure:18037: result: yes
  3376. configure:17941: checking for nearbyintf
  3377. configure:17997: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3378. conftest.c:134: warning: conflicting types for built-in function 'nearbyintf'
  3379. configure:18003: $? = 0
  3380. configure:18010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3381. configure:18013: $? = 0
  3382. configure:18020: test -s conftest
  3383. configure:18023: $? = 0
  3384. configure:18037: result: yes
  3385. configure:17941: checking for getcwd
  3386. configure:17997: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3387. configure:18003: $? = 0
  3388. configure:18010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3389. configure:18013: $? = 0
  3390. configure:18020: test -s conftest
  3391. configure:18023: $? = 0
  3392. configure:18037: result: yes
  3393. configure:18054: checking for powf
  3394. configure:18110: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3395. conftest.c:136: warning: conflicting types for built-in function 'powf'
  3396. configure:18116: $? = 0
  3397. configure:18123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3398. configure:18126: $? = 0
  3399. configure:18133: test -s conftest
  3400. configure:18136: $? = 0
  3401. configure:18150: result: yes
  3402. configure:18054: checking for fmodf
  3403. configure:18110: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3404. conftest.c:137: warning: conflicting types for built-in function 'fmodf'
  3405. configure:18116: $? = 0
  3406. configure:18123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3407. configure:18126: $? = 0
  3408. configure:18133: test -s conftest
  3409. configure:18136: $? = 0
  3410. configure:18150: result: yes
  3411. configure:18054: checking for strtof
  3412. configure:18110: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3413. configure:18116: $? = 0
  3414. configure:18123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3415. configure:18126: $? = 0
  3416. configure:18133: test -s conftest
  3417. configure:18136: $? = 0
  3418. configure:18150: result: yes
  3419. configure:18054: checking for round
  3420. configure:18110: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3421. conftest.c:139: warning: conflicting types for built-in function 'round'
  3422. configure:18116: $? = 0
  3423. configure:18123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3424. configure:18126: $? = 0
  3425. configure:18133: test -s conftest
  3426. configure:18136: $? = 0
  3427. configure:18150: result: yes
  3428. configure:18168: checking for getpagesize
  3429. configure:18224: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3430. configure:18230: $? = 0
  3431. configure:18237: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3432. configure:18240: $? = 0
  3433. configure:18247: test -s conftest
  3434. configure:18250: $? = 0
  3435. configure:18264: result: yes
  3436. configure:18168: checking for getrusage
  3437. configure:18224: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3438. configure:18230: $? = 0
  3439. configure:18237: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3440. configure:18240: $? = 0
  3441. configure:18247: test -s conftest
  3442. configure:18250: $? = 0
  3443. configure:18264: result: yes
  3444. configure:18168: checking for getrlimit
  3445. configure:18224: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3446. configure:18230: $? = 0
  3447. configure:18237: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3448. configure:18240: $? = 0
  3449. configure:18247: test -s conftest
  3450. configure:18250: $? = 0
  3451. configure:18264: result: yes
  3452. configure:18168: checking for setrlimit
  3453. configure:18224: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3454. configure:18230: $? = 0
  3455. configure:18237: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3456. configure:18240: $? = 0
  3457. configure:18247: test -s conftest
  3458. configure:18250: $? = 0
  3459. configure:18264: result: yes
  3460. configure:18168: checking for gettimeofday
  3461. configure:18224: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3462. configure:18230: $? = 0
  3463. configure:18237: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3464. configure:18240: $? = 0
  3465. configure:18247: test -s conftest
  3466. configure:18250: $? = 0
  3467. configure:18264: result: yes
  3468. configure:18280: checking for isatty
  3469. configure:18336: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3470. configure:18342: $? = 0
  3471. configure:18349: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3472. configure:18352: $? = 0
  3473. configure:18359: test -s conftest
  3474. configure:18362: $? = 0
  3475. configure:18376: result: yes
  3476. configure:18280: checking for mkdtemp
  3477. configure:18336: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3478. configure:18342: $? = 0
  3479. configure:18349: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3480. configure:18352: $? = 0
  3481. configure:18359: test -s conftest
  3482. configure:18362: $? = 0
  3483. configure:18376: result: yes
  3484. configure:18280: checking for mkstemp
  3485. configure:18336: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3486. configure:18342: $? = 0
  3487. configure:18349: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3488. configure:18352: $? = 0
  3489. configure:18359: test -s conftest
  3490. configure:18362: $? = 0
  3491. configure:18376: result: yes
  3492. configure:18395: checking for mktemp
  3493. configure:18451: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3494. /tmp/ccdKA0Wd.o: In function `main':
  3495. /mnt/hgfs/Code/CodeSearchAndReplace/llvm_build/conftest.c:159: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  3496. configure:18457: $? = 0
  3497. configure:18464: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3498. configure:18467: $? = 0
  3499. configure:18474: test -s conftest
  3500. configure:18477: $? = 0
  3501. configure:18491: result: yes
  3502. configure:18395: checking for posix_spawn
  3503. configure:18451: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3504. configure:18457: $? = 0
  3505. configure:18464: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3506. configure:18467: $? = 0
  3507. configure:18474: test -s conftest
  3508. configure:18477: $? = 0
  3509. configure:18491: result: yes
  3510. configure:18395: checking for realpath
  3511. configure:18451: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3512. configure:18457: $? = 0
  3513. configure:18464: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3514. configure:18467: $? = 0
  3515. configure:18474: test -s conftest
  3516. configure:18477: $? = 0
  3517. configure:18491: result: yes
  3518. configure:18395: checking for sbrk
  3519. configure:18451: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3520. configure:18457: $? = 0
  3521. configure:18464: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3522. configure:18467: $? = 0
  3523. configure:18474: test -s conftest
  3524. configure:18477: $? = 0
  3525. configure:18491: result: yes
  3526. configure:18395: checking for setrlimit
  3527. configure:18491: result: yes
  3528. configure:18395: checking for strdup
  3529. configure:18451: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3530. conftest.c:153: warning: conflicting types for built-in function 'strdup'
  3531. configure:18457: $? = 0
  3532. configure:18464: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3533. configure:18467: $? = 0
  3534. configure:18474: test -s conftest
  3535. configure:18477: $? = 0
  3536. configure:18491: result: yes
  3537. configure:18508: checking for strerror
  3538. configure:18564: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3539. configure:18570: $? = 0
  3540. configure:18577: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3541. configure:18580: $? = 0
  3542. configure:18587: test -s conftest
  3543. configure:18590: $? = 0
  3544. configure:18604: result: yes
  3545. configure:18508: checking for strerror_r
  3546. configure:18564: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3547. configure:18570: $? = 0
  3548. configure:18577: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3549. configure:18580: $? = 0
  3550. configure:18587: test -s conftest
  3551. configure:18590: $? = 0
  3552. configure:18604: result: yes
  3553. configure:18508: checking for strerror_s
  3554. configure:18564: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3555. /tmp/ccWQxqFP.o: In function `main':
  3556. /mnt/hgfs/Code/CodeSearchAndReplace/llvm_build/conftest.c:167: undefined reference to `strerror_s'
  3557. collect2: ld returned 1 exit status
  3558. configure:18570: $? = 1
  3559. configure: failed program was:
  3560. | /* confdefs.h. */
  3561. | #define PACKAGE_NAME "llvm"
  3562. | #define PACKAGE_TARNAME "-llvm-"
  3563. | #define PACKAGE_VERSION "2.9svn"
  3564. | #define PACKAGE_STRING "llvm 2.9svn"
  3565. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3566. | #define LLVM_ON_UNIX 1
  3567. | #define STDC_HEADERS 1
  3568. | #define HAVE_SYS_TYPES_H 1
  3569. | #define HAVE_SYS_STAT_H 1
  3570. | #define HAVE_STDLIB_H 1
  3571. | #define HAVE_STRING_H 1
  3572. | #define HAVE_MEMORY_H 1
  3573. | #define HAVE_STRINGS_H 1
  3574. | #define HAVE_INTTYPES_H 1
  3575. | #define HAVE_STDINT_H 1
  3576. | #define HAVE_UNISTD_H 1
  3577. | #define ENABLE_THREADS 1
  3578. | #define ENABLE_PIC 1
  3579. | #define ENABLE_TIMESTAMPS 1
  3580. | #define LLVM_NATIVE_ARCH X86
  3581. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3582. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3583. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3584. | #define ENABLE_CBE_PRINTF_A 1
  3585. | #define C_INCLUDE_DIRS ""
  3586. | #define CXX_INCLUDE_ROOT ""
  3587. | #define CXX_INCLUDE_ARCH ""
  3588. | #define CXX_INCLUDE_32BIT_DIR ""
  3589. | #define CXX_INCLUDE_64BIT_DIR ""
  3590. | #define HOST_LINK_VERSION "2.20.1"
  3591. | #define HAVE_LINK_R 1
  3592. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3593. | #define HAVE_DIRENT_H 1
  3594. | #define HAVE_DLFCN_H 1
  3595. | #define LTDL_SHLIB_EXT ".so"
  3596. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3597. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  3598. | #define LTDL_OBJDIR ".libs/"
  3599. | #define HAVE_PRELOADED_SYMBOLS 1
  3600. | #define HAVE_LIBDL 1
  3601. | #define HAVE_DLERROR 1
  3602. | #define HAVE_ARGZ_H 1
  3603. | #define HAVE_ERROR_T 1
  3604. | #define HAVE_ARGZ_APPEND 1
  3605. | #define HAVE_ARGZ_CREATE_SEP 1
  3606. | #define HAVE_ARGZ_INSERT 1
  3607. | #define HAVE_ARGZ_NEXT 1
  3608. | #define HAVE_ARGZ_STRINGIFY 1
  3609. | #define HAVE_ASSERT_H 1
  3610. | #define HAVE_CTYPE_H 1
  3611. | #define HAVE_ERRNO_H 1
  3612. | #define HAVE_MALLOC_H 1
  3613. | #define HAVE_MEMORY_H 1
  3614. | #define HAVE_STDLIB_H 1
  3615. | #define HAVE_STDIO_H 1
  3616. | #define HAVE_UNISTD_H 1
  3617. | #define HAVE_STRING_H 1
  3618. | #define HAVE_STRCHR 1
  3619. | #define HAVE_STRRCHR 1
  3620. | #define HAVE_MEMCPY 1
  3621. | #define HAVE_MEMMOVE 1
  3622. | #define HAVE_STRCMP 1
  3623. | #define HAVE_CLOSEDIR 1
  3624. | #define HAVE_OPENDIR 1
  3625. | #define HAVE_READDIR 1
  3626. | #define HAVE_LIBM 1
  3627. | #define HAVE_DLOPEN 1
  3628. | #define HAVE_MALLINFO 1
  3629. | #define HAVE_LIBPTHREAD 1
  3630. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3631. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3632. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3633. | #define USE_UDIS86 0
  3634. | #define USE_OPROFILE 0
  3635. | #define HAVE_DIRENT_H 1
  3636. | #define HAVE_MMAP_ANONYMOUS 1
  3637. | #define STDC_HEADERS 1
  3638. | #define HAVE_SYS_WAIT_H 1
  3639. | #define TIME_WITH_SYS_TIME 1
  3640. | #define HAVE_DLFCN_H 1
  3641. | #define HAVE_EXECINFO_H 1
  3642. | #define HAVE_FCNTL_H 1
  3643. | #define HAVE_INTTYPES_H 1
  3644. | #define HAVE_LIMITS_H 1
  3645. | #define HAVE_LINK_H 1
  3646. | #define HAVE_MALLOC_H 1
  3647. | #define HAVE_SETJMP_H 1
  3648. | #define HAVE_SIGNAL_H 1
  3649. | #define HAVE_STDINT_H 1
  3650. | #define HAVE_TERMIOS_H 1
  3651. | #define HAVE_UNISTD_H 1
  3652. | #define HAVE_UTIME_H 1
  3653. | #define HAVE_SYS_MMAN_H 1
  3654. | #define HAVE_SYS_PARAM_H 1
  3655. | #define HAVE_SYS_RESOURCE_H 1
  3656. | #define HAVE_SYS_TIME_H 1
  3657. | #define HAVE_SYS_TYPES_H 1
  3658. | #define HAVE_SYS_IOCTL_H 1
  3659. | #define HAVE_FENV_H 1
  3660. | #define HAVE_PTHREAD_H 1
  3661. | #define RETSIGTYPE void
  3662. | #define HAVE_INT64_T 1
  3663. | #define HAVE_UINT64_T 1
  3664. | #define HAVE_BACKTRACE 1
  3665. | #define HAVE_CEILF 1
  3666. | #define HAVE_FLOORF 1
  3667. | #define HAVE_ROUNDF 1
  3668. | #define HAVE_RINTF 1
  3669. | #define HAVE_NEARBYINTF 1
  3670. | #define HAVE_GETCWD 1
  3671. | #define HAVE_POWF 1
  3672. | #define HAVE_FMODF 1
  3673. | #define HAVE_STRTOF 1
  3674. | #define HAVE_ROUND 1
  3675. | #define HAVE_GETPAGESIZE 1
  3676. | #define HAVE_GETRUSAGE 1
  3677. | #define HAVE_GETRLIMIT 1
  3678. | #define HAVE_SETRLIMIT 1
  3679. | #define HAVE_GETTIMEOFDAY 1
  3680. | #define HAVE_ISATTY 1
  3681. | #define HAVE_MKDTEMP 1
  3682. | #define HAVE_MKSTEMP 1
  3683. | #define HAVE_MKTEMP 1
  3684. | #define HAVE_POSIX_SPAWN 1
  3685. | #define HAVE_REALPATH 1
  3686. | #define HAVE_SBRK 1
  3687. | #define HAVE_SETRLIMIT 1
  3688. | #define HAVE_STRDUP 1
  3689. | #define HAVE_STRERROR 1
  3690. | #define HAVE_STRERROR_R 1
  3691. | /* end confdefs.h. */
  3692. | /* Define strerror_s to an innocuous variant, in case <limits.h> declares strerror_s.
  3693. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3694. | #define strerror_s innocuous_strerror_s
  3695. |
  3696. | /* System header to define __stub macros and hopefully few prototypes,
  3697. | which can conflict with char strerror_s (); below.
  3698. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3699. | <limits.h> exists even on freestanding compilers. */
  3700. |
  3701. | #ifdef __STDC__
  3702. | # include <limits.h>
  3703. | #else
  3704. | # include <assert.h>
  3705. | #endif
  3706. |
  3707. | #undef strerror_s
  3708. |
  3709. | /* Override any GCC internal prototype to avoid an error.
  3710. | Use char because int might match the return type of a GCC
  3711. | builtin and then its argument prototype would still apply. */
  3712. | #ifdef __cplusplus
  3713. | extern "C"
  3714. | #endif
  3715. | char strerror_s ();
  3716. | /* The GNU C library defines this for functions which it implements
  3717. | to always fail with ENOSYS. Some functions are actually named
  3718. | something starting with __ and the normal name is an alias. */
  3719. | #if defined __stub_strerror_s || defined __stub___strerror_s
  3720. | choke me
  3721. | #endif
  3722. |
  3723. | int
  3724. | main ()
  3725. | {
  3726. | return strerror_s ();
  3727. | ;
  3728. | return 0;
  3729. | }
  3730. configure:18604: result: no
  3731. configure:18508: checking for setenv
  3732. configure:18564: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3733. configure:18570: $? = 0
  3734. configure:18577: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3735. configure:18580: $? = 0
  3736. configure:18587: test -s conftest
  3737. configure:18590: $? = 0
  3738. configure:18604: result: yes
  3739. configure:18621: checking for strtoll
  3740. configure:18677: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3741. configure:18683: $? = 0
  3742. configure:18690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3743. configure:18693: $? = 0
  3744. configure:18700: test -s conftest
  3745. configure:18703: $? = 0
  3746. configure:18717: result: yes
  3747. configure:18621: checking for strtoq
  3748. configure:18677: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3749. configure:18683: $? = 0
  3750. configure:18690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3751. configure:18693: $? = 0
  3752. configure:18700: test -s conftest
  3753. configure:18703: $? = 0
  3754. configure:18717: result: yes
  3755. configure:18621: checking for sysconf
  3756. configure:18677: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3757. configure:18683: $? = 0
  3758. configure:18690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3759. configure:18693: $? = 0
  3760. configure:18700: test -s conftest
  3761. configure:18703: $? = 0
  3762. configure:18717: result: yes
  3763. configure:18621: checking for malloc_zone_statistics
  3764. configure:18677: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3765. /tmp/ccJhklxj.o: In function `main':
  3766. /mnt/hgfs/Code/CodeSearchAndReplace/llvm_build/conftest.c:171: undefined reference to `malloc_zone_statistics'
  3767. collect2: ld returned 1 exit status
  3768. configure:18683: $? = 1
  3769. configure: failed program was:
  3770. | /* confdefs.h. */
  3771. | #define PACKAGE_NAME "llvm"
  3772. | #define PACKAGE_TARNAME "-llvm-"
  3773. | #define PACKAGE_VERSION "2.9svn"
  3774. | #define PACKAGE_STRING "llvm 2.9svn"
  3775. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3776. | #define LLVM_ON_UNIX 1
  3777. | #define STDC_HEADERS 1
  3778. | #define HAVE_SYS_TYPES_H 1
  3779. | #define HAVE_SYS_STAT_H 1
  3780. | #define HAVE_STDLIB_H 1
  3781. | #define HAVE_STRING_H 1
  3782. | #define HAVE_MEMORY_H 1
  3783. | #define HAVE_STRINGS_H 1
  3784. | #define HAVE_INTTYPES_H 1
  3785. | #define HAVE_STDINT_H 1
  3786. | #define HAVE_UNISTD_H 1
  3787. | #define ENABLE_THREADS 1
  3788. | #define ENABLE_PIC 1
  3789. | #define ENABLE_TIMESTAMPS 1
  3790. | #define LLVM_NATIVE_ARCH X86
  3791. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3792. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3793. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3794. | #define ENABLE_CBE_PRINTF_A 1
  3795. | #define C_INCLUDE_DIRS ""
  3796. | #define CXX_INCLUDE_ROOT ""
  3797. | #define CXX_INCLUDE_ARCH ""
  3798. | #define CXX_INCLUDE_32BIT_DIR ""
  3799. | #define CXX_INCLUDE_64BIT_DIR ""
  3800. | #define HOST_LINK_VERSION "2.20.1"
  3801. | #define HAVE_LINK_R 1
  3802. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3803. | #define HAVE_DIRENT_H 1
  3804. | #define HAVE_DLFCN_H 1
  3805. | #define LTDL_SHLIB_EXT ".so"
  3806. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3807. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  3808. | #define LTDL_OBJDIR ".libs/"
  3809. | #define HAVE_PRELOADED_SYMBOLS 1
  3810. | #define HAVE_LIBDL 1
  3811. | #define HAVE_DLERROR 1
  3812. | #define HAVE_ARGZ_H 1
  3813. | #define HAVE_ERROR_T 1
  3814. | #define HAVE_ARGZ_APPEND 1
  3815. | #define HAVE_ARGZ_CREATE_SEP 1
  3816. | #define HAVE_ARGZ_INSERT 1
  3817. | #define HAVE_ARGZ_NEXT 1
  3818. | #define HAVE_ARGZ_STRINGIFY 1
  3819. | #define HAVE_ASSERT_H 1
  3820. | #define HAVE_CTYPE_H 1
  3821. | #define HAVE_ERRNO_H 1
  3822. | #define HAVE_MALLOC_H 1
  3823. | #define HAVE_MEMORY_H 1
  3824. | #define HAVE_STDLIB_H 1
  3825. | #define HAVE_STDIO_H 1
  3826. | #define HAVE_UNISTD_H 1
  3827. | #define HAVE_STRING_H 1
  3828. | #define HAVE_STRCHR 1
  3829. | #define HAVE_STRRCHR 1
  3830. | #define HAVE_MEMCPY 1
  3831. | #define HAVE_MEMMOVE 1
  3832. | #define HAVE_STRCMP 1
  3833. | #define HAVE_CLOSEDIR 1
  3834. | #define HAVE_OPENDIR 1
  3835. | #define HAVE_READDIR 1
  3836. | #define HAVE_LIBM 1
  3837. | #define HAVE_DLOPEN 1
  3838. | #define HAVE_MALLINFO 1
  3839. | #define HAVE_LIBPTHREAD 1
  3840. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3841. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3842. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3843. | #define USE_UDIS86 0
  3844. | #define USE_OPROFILE 0
  3845. | #define HAVE_DIRENT_H 1
  3846. | #define HAVE_MMAP_ANONYMOUS 1
  3847. | #define STDC_HEADERS 1
  3848. | #define HAVE_SYS_WAIT_H 1
  3849. | #define TIME_WITH_SYS_TIME 1
  3850. | #define HAVE_DLFCN_H 1
  3851. | #define HAVE_EXECINFO_H 1
  3852. | #define HAVE_FCNTL_H 1
  3853. | #define HAVE_INTTYPES_H 1
  3854. | #define HAVE_LIMITS_H 1
  3855. | #define HAVE_LINK_H 1
  3856. | #define HAVE_MALLOC_H 1
  3857. | #define HAVE_SETJMP_H 1
  3858. | #define HAVE_SIGNAL_H 1
  3859. | #define HAVE_STDINT_H 1
  3860. | #define HAVE_TERMIOS_H 1
  3861. | #define HAVE_UNISTD_H 1
  3862. | #define HAVE_UTIME_H 1
  3863. | #define HAVE_SYS_MMAN_H 1
  3864. | #define HAVE_SYS_PARAM_H 1
  3865. | #define HAVE_SYS_RESOURCE_H 1
  3866. | #define HAVE_SYS_TIME_H 1
  3867. | #define HAVE_SYS_TYPES_H 1
  3868. | #define HAVE_SYS_IOCTL_H 1
  3869. | #define HAVE_FENV_H 1
  3870. | #define HAVE_PTHREAD_H 1
  3871. | #define RETSIGTYPE void
  3872. | #define HAVE_INT64_T 1
  3873. | #define HAVE_UINT64_T 1
  3874. | #define HAVE_BACKTRACE 1
  3875. | #define HAVE_CEILF 1
  3876. | #define HAVE_FLOORF 1
  3877. | #define HAVE_ROUNDF 1
  3878. | #define HAVE_RINTF 1
  3879. | #define HAVE_NEARBYINTF 1
  3880. | #define HAVE_GETCWD 1
  3881. | #define HAVE_POWF 1
  3882. | #define HAVE_FMODF 1
  3883. | #define HAVE_STRTOF 1
  3884. | #define HAVE_ROUND 1
  3885. | #define HAVE_GETPAGESIZE 1
  3886. | #define HAVE_GETRUSAGE 1
  3887. | #define HAVE_GETRLIMIT 1
  3888. | #define HAVE_SETRLIMIT 1
  3889. | #define HAVE_GETTIMEOFDAY 1
  3890. | #define HAVE_ISATTY 1
  3891. | #define HAVE_MKDTEMP 1
  3892. | #define HAVE_MKSTEMP 1
  3893. | #define HAVE_MKTEMP 1
  3894. | #define HAVE_POSIX_SPAWN 1
  3895. | #define HAVE_REALPATH 1
  3896. | #define HAVE_SBRK 1
  3897. | #define HAVE_SETRLIMIT 1
  3898. | #define HAVE_STRDUP 1
  3899. | #define HAVE_STRERROR 1
  3900. | #define HAVE_STRERROR_R 1
  3901. | #define HAVE_SETENV 1
  3902. | #define HAVE_STRTOLL 1
  3903. | #define HAVE_STRTOQ 1
  3904. | #define HAVE_SYSCONF 1
  3905. | /* end confdefs.h. */
  3906. | /* Define malloc_zone_statistics to an innocuous variant, in case <limits.h> declares malloc_zone_statistics.
  3907. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3908. | #define malloc_zone_statistics innocuous_malloc_zone_statistics
  3909. |
  3910. | /* System header to define __stub macros and hopefully few prototypes,
  3911. | which can conflict with char malloc_zone_statistics (); below.
  3912. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3913. | <limits.h> exists even on freestanding compilers. */
  3914. |
  3915. | #ifdef __STDC__
  3916. | # include <limits.h>
  3917. | #else
  3918. | # include <assert.h>
  3919. | #endif
  3920. |
  3921. | #undef malloc_zone_statistics
  3922. |
  3923. | /* Override any GCC internal prototype to avoid an error.
  3924. | Use char because int might match the return type of a GCC
  3925. | builtin and then its argument prototype would still apply. */
  3926. | #ifdef __cplusplus
  3927. | extern "C"
  3928. | #endif
  3929. | char malloc_zone_statistics ();
  3930. | /* The GNU C library defines this for functions which it implements
  3931. | to always fail with ENOSYS. Some functions are actually named
  3932. | something starting with __ and the normal name is an alias. */
  3933. | #if defined __stub_malloc_zone_statistics || defined __stub___malloc_zone_statistics
  3934. | choke me
  3935. | #endif
  3936. |
  3937. | int
  3938. | main ()
  3939. | {
  3940. | return malloc_zone_statistics ();
  3941. | ;
  3942. | return 0;
  3943. | }
  3944. configure:18717: result: no
  3945. configure:18734: checking for setjmp
  3946. configure:18790: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3947. configure:18796: $? = 0
  3948. configure:18803: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3949. configure:18806: $? = 0
  3950. configure:18813: test -s conftest
  3951. configure:18816: $? = 0
  3952. configure:18830: result: yes
  3953. configure:18734: checking for longjmp
  3954. configure:18790: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3955. configure:18796: $? = 0
  3956. configure:18803: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3957. configure:18806: $? = 0
  3958. configure:18813: test -s conftest
  3959. configure:18816: $? = 0
  3960. configure:18830: result: yes
  3961. configure:18734: checking for sigsetjmp
  3962. configure:18790: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  3963. /tmp/ccphwmkF.o: In function `main':
  3964. /mnt/hgfs/Code/CodeSearchAndReplace/llvm_build/conftest.c:173: undefined reference to `sigsetjmp'
  3965. collect2: ld returned 1 exit status
  3966. configure:18796: $? = 1
  3967. configure: failed program was:
  3968. | /* confdefs.h. */
  3969. | #define PACKAGE_NAME "llvm"
  3970. | #define PACKAGE_TARNAME "-llvm-"
  3971. | #define PACKAGE_VERSION "2.9svn"
  3972. | #define PACKAGE_STRING "llvm 2.9svn"
  3973. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3974. | #define LLVM_ON_UNIX 1
  3975. | #define STDC_HEADERS 1
  3976. | #define HAVE_SYS_TYPES_H 1
  3977. | #define HAVE_SYS_STAT_H 1
  3978. | #define HAVE_STDLIB_H 1
  3979. | #define HAVE_STRING_H 1
  3980. | #define HAVE_MEMORY_H 1
  3981. | #define HAVE_STRINGS_H 1
  3982. | #define HAVE_INTTYPES_H 1
  3983. | #define HAVE_STDINT_H 1
  3984. | #define HAVE_UNISTD_H 1
  3985. | #define ENABLE_THREADS 1
  3986. | #define ENABLE_PIC 1
  3987. | #define ENABLE_TIMESTAMPS 1
  3988. | #define LLVM_NATIVE_ARCH X86
  3989. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  3990. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  3991. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  3992. | #define ENABLE_CBE_PRINTF_A 1
  3993. | #define C_INCLUDE_DIRS ""
  3994. | #define CXX_INCLUDE_ROOT ""
  3995. | #define CXX_INCLUDE_ARCH ""
  3996. | #define CXX_INCLUDE_32BIT_DIR ""
  3997. | #define CXX_INCLUDE_64BIT_DIR ""
  3998. | #define HOST_LINK_VERSION "2.20.1"
  3999. | #define HAVE_LINK_R 1
  4000. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4001. | #define HAVE_DIRENT_H 1
  4002. | #define HAVE_DLFCN_H 1
  4003. | #define LTDL_SHLIB_EXT ".so"
  4004. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4005. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  4006. | #define LTDL_OBJDIR ".libs/"
  4007. | #define HAVE_PRELOADED_SYMBOLS 1
  4008. | #define HAVE_LIBDL 1
  4009. | #define HAVE_DLERROR 1
  4010. | #define HAVE_ARGZ_H 1
  4011. | #define HAVE_ERROR_T 1
  4012. | #define HAVE_ARGZ_APPEND 1
  4013. | #define HAVE_ARGZ_CREATE_SEP 1
  4014. | #define HAVE_ARGZ_INSERT 1
  4015. | #define HAVE_ARGZ_NEXT 1
  4016. | #define HAVE_ARGZ_STRINGIFY 1
  4017. | #define HAVE_ASSERT_H 1
  4018. | #define HAVE_CTYPE_H 1
  4019. | #define HAVE_ERRNO_H 1
  4020. | #define HAVE_MALLOC_H 1
  4021. | #define HAVE_MEMORY_H 1
  4022. | #define HAVE_STDLIB_H 1
  4023. | #define HAVE_STDIO_H 1
  4024. | #define HAVE_UNISTD_H 1
  4025. | #define HAVE_STRING_H 1
  4026. | #define HAVE_STRCHR 1
  4027. | #define HAVE_STRRCHR 1
  4028. | #define HAVE_MEMCPY 1
  4029. | #define HAVE_MEMMOVE 1
  4030. | #define HAVE_STRCMP 1
  4031. | #define HAVE_CLOSEDIR 1
  4032. | #define HAVE_OPENDIR 1
  4033. | #define HAVE_READDIR 1
  4034. | #define HAVE_LIBM 1
  4035. | #define HAVE_DLOPEN 1
  4036. | #define HAVE_MALLINFO 1
  4037. | #define HAVE_LIBPTHREAD 1
  4038. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4039. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4040. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4041. | #define USE_UDIS86 0
  4042. | #define USE_OPROFILE 0
  4043. | #define HAVE_DIRENT_H 1
  4044. | #define HAVE_MMAP_ANONYMOUS 1
  4045. | #define STDC_HEADERS 1
  4046. | #define HAVE_SYS_WAIT_H 1
  4047. | #define TIME_WITH_SYS_TIME 1
  4048. | #define HAVE_DLFCN_H 1
  4049. | #define HAVE_EXECINFO_H 1
  4050. | #define HAVE_FCNTL_H 1
  4051. | #define HAVE_INTTYPES_H 1
  4052. | #define HAVE_LIMITS_H 1
  4053. | #define HAVE_LINK_H 1
  4054. | #define HAVE_MALLOC_H 1
  4055. | #define HAVE_SETJMP_H 1
  4056. | #define HAVE_SIGNAL_H 1
  4057. | #define HAVE_STDINT_H 1
  4058. | #define HAVE_TERMIOS_H 1
  4059. | #define HAVE_UNISTD_H 1
  4060. | #define HAVE_UTIME_H 1
  4061. | #define HAVE_SYS_MMAN_H 1
  4062. | #define HAVE_SYS_PARAM_H 1
  4063. | #define HAVE_SYS_RESOURCE_H 1
  4064. | #define HAVE_SYS_TIME_H 1
  4065. | #define HAVE_SYS_TYPES_H 1
  4066. | #define HAVE_SYS_IOCTL_H 1
  4067. | #define HAVE_FENV_H 1
  4068. | #define HAVE_PTHREAD_H 1
  4069. | #define RETSIGTYPE void
  4070. | #define HAVE_INT64_T 1
  4071. | #define HAVE_UINT64_T 1
  4072. | #define HAVE_BACKTRACE 1
  4073. | #define HAVE_CEILF 1
  4074. | #define HAVE_FLOORF 1
  4075. | #define HAVE_ROUNDF 1
  4076. | #define HAVE_RINTF 1
  4077. | #define HAVE_NEARBYINTF 1
  4078. | #define HAVE_GETCWD 1
  4079. | #define HAVE_POWF 1
  4080. | #define HAVE_FMODF 1
  4081. | #define HAVE_STRTOF 1
  4082. | #define HAVE_ROUND 1
  4083. | #define HAVE_GETPAGESIZE 1
  4084. | #define HAVE_GETRUSAGE 1
  4085. | #define HAVE_GETRLIMIT 1
  4086. | #define HAVE_SETRLIMIT 1
  4087. | #define HAVE_GETTIMEOFDAY 1
  4088. | #define HAVE_ISATTY 1
  4089. | #define HAVE_MKDTEMP 1
  4090. | #define HAVE_MKSTEMP 1
  4091. | #define HAVE_MKTEMP 1
  4092. | #define HAVE_POSIX_SPAWN 1
  4093. | #define HAVE_REALPATH 1
  4094. | #define HAVE_SBRK 1
  4095. | #define HAVE_SETRLIMIT 1
  4096. | #define HAVE_STRDUP 1
  4097. | #define HAVE_STRERROR 1
  4098. | #define HAVE_STRERROR_R 1
  4099. | #define HAVE_SETENV 1
  4100. | #define HAVE_STRTOLL 1
  4101. | #define HAVE_STRTOQ 1
  4102. | #define HAVE_SYSCONF 1
  4103. | #define HAVE_SETJMP 1
  4104. | #define HAVE_LONGJMP 1
  4105. | /* end confdefs.h. */
  4106. | /* Define sigsetjmp to an innocuous variant, in case <limits.h> declares sigsetjmp.
  4107. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4108. | #define sigsetjmp innocuous_sigsetjmp
  4109. |
  4110. | /* System header to define __stub macros and hopefully few prototypes,
  4111. | which can conflict with char sigsetjmp (); below.
  4112. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4113. | <limits.h> exists even on freestanding compilers. */
  4114. |
  4115. | #ifdef __STDC__
  4116. | # include <limits.h>
  4117. | #else
  4118. | # include <assert.h>
  4119. | #endif
  4120. |
  4121. | #undef sigsetjmp
  4122. |
  4123. | /* Override any GCC internal prototype to avoid an error.
  4124. | Use char because int might match the return type of a GCC
  4125. | builtin and then its argument prototype would still apply. */
  4126. | #ifdef __cplusplus
  4127. | extern "C"
  4128. | #endif
  4129. | char sigsetjmp ();
  4130. | /* The GNU C library defines this for functions which it implements
  4131. | to always fail with ENOSYS. Some functions are actually named
  4132. | something starting with __ and the normal name is an alias. */
  4133. | #if defined __stub_sigsetjmp || defined __stub___sigsetjmp
  4134. | choke me
  4135. | #endif
  4136. |
  4137. | int
  4138. | main ()
  4139. | {
  4140. | return sigsetjmp ();
  4141. | ;
  4142. | return 0;
  4143. | }
  4144. configure:18830: result: no
  4145. configure:18734: checking for siglongjmp
  4146. configure:18790: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4147. configure:18796: $? = 0
  4148. configure:18803: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4149. configure:18806: $? = 0
  4150. configure:18813: test -s conftest
  4151. configure:18816: $? = 0
  4152. configure:18830: result: yes
  4153. configure:18840: checking if printf has the %a format character
  4154. configure:18890: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4155. configure:18893: $? = 0
  4156. configure:18899: ./conftest
  4157. configure:18902: $? = 0
  4158. configure:18924: result: yes
  4159. configure:18935: checking for srand48/lrand48/drand48 in <stdlib.h>
  4160. configure:18967: g++ -c -g -O2 conftest.cpp >&5
  4161. configure:18973: $? = 0
  4162. configure:18980: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4163. configure:18983: $? = 0
  4164. configure:18990: test -s conftest.o
  4165. configure:18993: $? = 0
  4166. configure:19011: result: yes
  4167. configure:19024: checking for isnan in <math.h>
  4168. configure:19056: g++ -c -g -O2 conftest.cpp >&5
  4169. configure:19062: $? = 0
  4170. configure:19069: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4171. configure:19072: $? = 0
  4172. configure:19079: test -s conftest.o
  4173. configure:19082: $? = 0
  4174. configure:19100: result: yes
  4175. configure:19112: checking for isnan in <cmath>
  4176. configure:19144: g++ -c -g -O2 conftest.cpp >&5
  4177. configure:19150: $? = 0
  4178. configure:19157: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4179. configure:19160: $? = 0
  4180. configure:19167: test -s conftest.o
  4181. configure:19170: $? = 0
  4182. configure:19188: result: yes
  4183. configure:19199: checking for std::isnan in <cmath>
  4184. configure:19231: g++ -c -g -O2 conftest.cpp >&5
  4185. configure:19237: $? = 0
  4186. configure:19244: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4187. configure:19247: $? = 0
  4188. configure:19254: test -s conftest.o
  4189. configure:19257: $? = 0
  4190. configure:19275: result: yes
  4191. configure:19287: checking for isinf in <math.h>
  4192. configure:19319: g++ -c -g -O2 conftest.cpp >&5
  4193. configure:19325: $? = 0
  4194. configure:19332: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4195. configure:19335: $? = 0
  4196. configure:19342: test -s conftest.o
  4197. configure:19345: $? = 0
  4198. configure:19363: result: yes
  4199. configure:19374: checking for isinf in <cmath>
  4200. configure:19406: g++ -c -g -O2 conftest.cpp >&5
  4201. configure:19412: $? = 0
  4202. configure:19419: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4203. configure:19422: $? = 0
  4204. configure:19429: test -s conftest.o
  4205. configure:19432: $? = 0
  4206. configure:19450: result: yes
  4207. configure:19461: checking for std::isinf in <cmath>
  4208. configure:19493: g++ -c -g -O2 conftest.cpp >&5
  4209. conftest.cpp: In function 'int main()':
  4210. conftest.cpp:151: error: expected ';' before '}' token
  4211. conftest.cpp: At global scope:
  4212. conftest.cpp:153: error: expected unqualified-id before 'return'
  4213. conftest.cpp:154: error: expected declaration before '}' token
  4214. configure:19499: $? = 1
  4215. configure: failed program was:
  4216. | /* confdefs.h. */
  4217. | #define PACKAGE_NAME "llvm"
  4218. | #define PACKAGE_TARNAME "-llvm-"
  4219. | #define PACKAGE_VERSION "2.9svn"
  4220. | #define PACKAGE_STRING "llvm 2.9svn"
  4221. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  4222. | #define LLVM_ON_UNIX 1
  4223. | #define STDC_HEADERS 1
  4224. | #define HAVE_SYS_TYPES_H 1
  4225. | #define HAVE_SYS_STAT_H 1
  4226. | #define HAVE_STDLIB_H 1
  4227. | #define HAVE_STRING_H 1
  4228. | #define HAVE_MEMORY_H 1
  4229. | #define HAVE_STRINGS_H 1
  4230. | #define HAVE_INTTYPES_H 1
  4231. | #define HAVE_STDINT_H 1
  4232. | #define HAVE_UNISTD_H 1
  4233. | #define ENABLE_THREADS 1
  4234. | #define ENABLE_PIC 1
  4235. | #define ENABLE_TIMESTAMPS 1
  4236. | #define LLVM_NATIVE_ARCH X86
  4237. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  4238. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  4239. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  4240. | #define ENABLE_CBE_PRINTF_A 1
  4241. | #define C_INCLUDE_DIRS ""
  4242. | #define CXX_INCLUDE_ROOT ""
  4243. | #define CXX_INCLUDE_ARCH ""
  4244. | #define CXX_INCLUDE_32BIT_DIR ""
  4245. | #define CXX_INCLUDE_64BIT_DIR ""
  4246. | #define HOST_LINK_VERSION "2.20.1"
  4247. | #define HAVE_LINK_R 1
  4248. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4249. | #define HAVE_DIRENT_H 1
  4250. | #define HAVE_DLFCN_H 1
  4251. | #define LTDL_SHLIB_EXT ".so"
  4252. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4253. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  4254. | #define LTDL_OBJDIR ".libs/"
  4255. | #define HAVE_PRELOADED_SYMBOLS 1
  4256. | #define HAVE_LIBDL 1
  4257. | #define HAVE_DLERROR 1
  4258. | #define HAVE_ARGZ_H 1
  4259. | #define HAVE_ERROR_T 1
  4260. | #define HAVE_ARGZ_APPEND 1
  4261. | #define HAVE_ARGZ_CREATE_SEP 1
  4262. | #define HAVE_ARGZ_INSERT 1
  4263. | #define HAVE_ARGZ_NEXT 1
  4264. | #define HAVE_ARGZ_STRINGIFY 1
  4265. | #define HAVE_ASSERT_H 1
  4266. | #define HAVE_CTYPE_H 1
  4267. | #define HAVE_ERRNO_H 1
  4268. | #define HAVE_MALLOC_H 1
  4269. | #define HAVE_MEMORY_H 1
  4270. | #define HAVE_STDLIB_H 1
  4271. | #define HAVE_STDIO_H 1
  4272. | #define HAVE_UNISTD_H 1
  4273. | #define HAVE_STRING_H 1
  4274. | #define HAVE_STRCHR 1
  4275. | #define HAVE_STRRCHR 1
  4276. | #define HAVE_MEMCPY 1
  4277. | #define HAVE_MEMMOVE 1
  4278. | #define HAVE_STRCMP 1
  4279. | #define HAVE_CLOSEDIR 1
  4280. | #define HAVE_OPENDIR 1
  4281. | #define HAVE_READDIR 1
  4282. | #define HAVE_LIBM 1
  4283. | #define HAVE_DLOPEN 1
  4284. | #define HAVE_MALLINFO 1
  4285. | #define HAVE_LIBPTHREAD 1
  4286. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4287. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4288. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4289. | #define USE_UDIS86 0
  4290. | #define USE_OPROFILE 0
  4291. | #define HAVE_DIRENT_H 1
  4292. | #define HAVE_MMAP_ANONYMOUS 1
  4293. | #define STDC_HEADERS 1
  4294. | #define HAVE_SYS_WAIT_H 1
  4295. | #define TIME_WITH_SYS_TIME 1
  4296. | #define HAVE_DLFCN_H 1
  4297. | #define HAVE_EXECINFO_H 1
  4298. | #define HAVE_FCNTL_H 1
  4299. | #define HAVE_INTTYPES_H 1
  4300. | #define HAVE_LIMITS_H 1
  4301. | #define HAVE_LINK_H 1
  4302. | #define HAVE_MALLOC_H 1
  4303. | #define HAVE_SETJMP_H 1
  4304. | #define HAVE_SIGNAL_H 1
  4305. | #define HAVE_STDINT_H 1
  4306. | #define HAVE_TERMIOS_H 1
  4307. | #define HAVE_UNISTD_H 1
  4308. | #define HAVE_UTIME_H 1
  4309. | #define HAVE_SYS_MMAN_H 1
  4310. | #define HAVE_SYS_PARAM_H 1
  4311. | #define HAVE_SYS_RESOURCE_H 1
  4312. | #define HAVE_SYS_TIME_H 1
  4313. | #define HAVE_SYS_TYPES_H 1
  4314. | #define HAVE_SYS_IOCTL_H 1
  4315. | #define HAVE_FENV_H 1
  4316. | #define HAVE_PTHREAD_H 1
  4317. | #define RETSIGTYPE void
  4318. | #define HAVE_INT64_T 1
  4319. | #define HAVE_UINT64_T 1
  4320. | #define HAVE_BACKTRACE 1
  4321. | #define HAVE_CEILF 1
  4322. | #define HAVE_FLOORF 1
  4323. | #define HAVE_ROUNDF 1
  4324. | #define HAVE_RINTF 1
  4325. | #define HAVE_NEARBYINTF 1
  4326. | #define HAVE_GETCWD 1
  4327. | #define HAVE_POWF 1
  4328. | #define HAVE_FMODF 1
  4329. | #define HAVE_STRTOF 1
  4330. | #define HAVE_ROUND 1
  4331. | #define HAVE_GETPAGESIZE 1
  4332. | #define HAVE_GETRUSAGE 1
  4333. | #define HAVE_GETRLIMIT 1
  4334. | #define HAVE_SETRLIMIT 1
  4335. | #define HAVE_GETTIMEOFDAY 1
  4336. | #define HAVE_ISATTY 1
  4337. | #define HAVE_MKDTEMP 1
  4338. | #define HAVE_MKSTEMP 1
  4339. | #define HAVE_MKTEMP 1
  4340. | #define HAVE_POSIX_SPAWN 1
  4341. | #define HAVE_REALPATH 1
  4342. | #define HAVE_SBRK 1
  4343. | #define HAVE_SETRLIMIT 1
  4344. | #define HAVE_STRDUP 1
  4345. | #define HAVE_STRERROR 1
  4346. | #define HAVE_STRERROR_R 1
  4347. | #define HAVE_SETENV 1
  4348. | #define HAVE_STRTOLL 1
  4349. | #define HAVE_STRTOQ 1
  4350. | #define HAVE_SYSCONF 1
  4351. | #define HAVE_SETJMP 1
  4352. | #define HAVE_LONGJMP 1
  4353. | #define HAVE_SIGLONGJMP 1
  4354. | #define HAVE_PRINTF_A 1
  4355. | #define HAVE_RAND48 1
  4356. | #define HAVE_ISNAN_IN_MATH_H 1
  4357. | #define HAVE_ISNAN_IN_CMATH 1
  4358. | #define HAVE_STD_ISNAN_IN_CMATH 1
  4359. | #define HAVE_ISINF_IN_MATH_H 1
  4360. | #define HAVE_ISINF_IN_CMATH 1
  4361. | /* end confdefs.h. */
  4362. | #include <cmath>
  4363. | int
  4364. | main ()
  4365. | {
  4366. | float f; std::isinf(f)}
  4367. | ;
  4368. | return 0;
  4369. | }
  4370. configure:19537: result: no
  4371. configure:19548: checking for finite in <ieeefp.h>
  4372. configure:19580: g++ -c -g -O2 conftest.cpp >&5
  4373. conftest.cpp:147:20: error: ieeefp.h: No such file or directory
  4374. conftest.cpp: In function 'int main()':
  4375. conftest.cpp:151: error: 'finite' was not declared in this scope
  4376. configure:19586: $? = 1
  4377. configure: failed program was:
  4378. | /* confdefs.h. */
  4379. | #define PACKAGE_NAME "llvm"
  4380. | #define PACKAGE_TARNAME "-llvm-"
  4381. | #define PACKAGE_VERSION "2.9svn"
  4382. | #define PACKAGE_STRING "llvm 2.9svn"
  4383. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  4384. | #define LLVM_ON_UNIX 1
  4385. | #define STDC_HEADERS 1
  4386. | #define HAVE_SYS_TYPES_H 1
  4387. | #define HAVE_SYS_STAT_H 1
  4388. | #define HAVE_STDLIB_H 1
  4389. | #define HAVE_STRING_H 1
  4390. | #define HAVE_MEMORY_H 1
  4391. | #define HAVE_STRINGS_H 1
  4392. | #define HAVE_INTTYPES_H 1
  4393. | #define HAVE_STDINT_H 1
  4394. | #define HAVE_UNISTD_H 1
  4395. | #define ENABLE_THREADS 1
  4396. | #define ENABLE_PIC 1
  4397. | #define ENABLE_TIMESTAMPS 1
  4398. | #define LLVM_NATIVE_ARCH X86
  4399. | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  4400. | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  4401. | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  4402. | #define ENABLE_CBE_PRINTF_A 1
  4403. | #define C_INCLUDE_DIRS ""
  4404. | #define CXX_INCLUDE_ROOT ""
  4405. | #define CXX_INCLUDE_ARCH ""
  4406. | #define CXX_INCLUDE_32BIT_DIR ""
  4407. | #define CXX_INCLUDE_64BIT_DIR ""
  4408. | #define HOST_LINK_VERSION "2.20.1"
  4409. | #define HAVE_LINK_R 1
  4410. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4411. | #define HAVE_DIRENT_H 1
  4412. | #define HAVE_DLFCN_H 1
  4413. | #define LTDL_SHLIB_EXT ".so"
  4414. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4415. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  4416. | #define LTDL_OBJDIR ".libs/"
  4417. | #define HAVE_PRELOADED_SYMBOLS 1
  4418. | #define HAVE_LIBDL 1
  4419. | #define HAVE_DLERROR 1
  4420. | #define HAVE_ARGZ_H 1
  4421. | #define HAVE_ERROR_T 1
  4422. | #define HAVE_ARGZ_APPEND 1
  4423. | #define HAVE_ARGZ_CREATE_SEP 1
  4424. | #define HAVE_ARGZ_INSERT 1
  4425. | #define HAVE_ARGZ_NEXT 1
  4426. | #define HAVE_ARGZ_STRINGIFY 1
  4427. | #define HAVE_ASSERT_H 1
  4428. | #define HAVE_CTYPE_H 1
  4429. | #define HAVE_ERRNO_H 1
  4430. | #define HAVE_MALLOC_H 1
  4431. | #define HAVE_MEMORY_H 1
  4432. | #define HAVE_STDLIB_H 1
  4433. | #define HAVE_STDIO_H 1
  4434. | #define HAVE_UNISTD_H 1
  4435. | #define HAVE_STRING_H 1
  4436. | #define HAVE_STRCHR 1
  4437. | #define HAVE_STRRCHR 1
  4438. | #define HAVE_MEMCPY 1
  4439. | #define HAVE_MEMMOVE 1
  4440. | #define HAVE_STRCMP 1
  4441. | #define HAVE_CLOSEDIR 1
  4442. | #define HAVE_OPENDIR 1
  4443. | #define HAVE_READDIR 1
  4444. | #define HAVE_LIBM 1
  4445. | #define HAVE_DLOPEN 1
  4446. | #define HAVE_MALLINFO 1
  4447. | #define HAVE_LIBPTHREAD 1
  4448. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4449. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4450. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4451. | #define USE_UDIS86 0
  4452. | #define USE_OPROFILE 0
  4453. | #define HAVE_DIRENT_H 1
  4454. | #define HAVE_MMAP_ANONYMOUS 1
  4455. | #define STDC_HEADERS 1
  4456. | #define HAVE_SYS_WAIT_H 1
  4457. | #define TIME_WITH_SYS_TIME 1
  4458. | #define HAVE_DLFCN_H 1
  4459. | #define HAVE_EXECINFO_H 1
  4460. | #define HAVE_FCNTL_H 1
  4461. | #define HAVE_INTTYPES_H 1
  4462. | #define HAVE_LIMITS_H 1
  4463. | #define HAVE_LINK_H 1
  4464. | #define HAVE_MALLOC_H 1
  4465. | #define HAVE_SETJMP_H 1
  4466. | #define HAVE_SIGNAL_H 1
  4467. | #define HAVE_STDINT_H 1
  4468. | #define HAVE_TERMIOS_H 1
  4469. | #define HAVE_UNISTD_H 1
  4470. | #define HAVE_UTIME_H 1
  4471. | #define HAVE_SYS_MMAN_H 1
  4472. | #define HAVE_SYS_PARAM_H 1
  4473. | #define HAVE_SYS_RESOURCE_H 1
  4474. | #define HAVE_SYS_TIME_H 1
  4475. | #define HAVE_SYS_TYPES_H 1
  4476. | #define HAVE_SYS_IOCTL_H 1
  4477. | #define HAVE_FENV_H 1
  4478. | #define HAVE_PTHREAD_H 1
  4479. | #define RETSIGTYPE void
  4480. | #define HAVE_INT64_T 1
  4481. | #define HAVE_UINT64_T 1
  4482. | #define HAVE_BACKTRACE 1
  4483. | #define HAVE_CEILF 1
  4484. | #define HAVE_FLOORF 1
  4485. | #define HAVE_ROUNDF 1
  4486. | #define HAVE_RINTF 1
  4487. | #define HAVE_NEARBYINTF 1
  4488. | #define HAVE_GETCWD 1
  4489. | #define HAVE_POWF 1
  4490. | #define HAVE_FMODF 1
  4491. | #define HAVE_STRTOF 1
  4492. | #define HAVE_ROUND 1
  4493. | #define HAVE_GETPAGESIZE 1
  4494. | #define HAVE_GETRUSAGE 1
  4495. | #define HAVE_GETRLIMIT 1
  4496. | #define HAVE_SETRLIMIT 1
  4497. | #define HAVE_GETTIMEOFDAY 1
  4498. | #define HAVE_ISATTY 1
  4499. | #define HAVE_MKDTEMP 1
  4500. | #define HAVE_MKSTEMP 1
  4501. | #define HAVE_MKTEMP 1
  4502. | #define HAVE_POSIX_SPAWN 1
  4503. | #define HAVE_REALPATH 1
  4504. | #define HAVE_SBRK 1
  4505. | #define HAVE_SETRLIMIT 1
  4506. | #define HAVE_STRDUP 1
  4507. | #define HAVE_STRERROR 1
  4508. | #define HAVE_STRERROR_R 1
  4509. | #define HAVE_SETENV 1
  4510. | #define HAVE_STRTOLL 1
  4511. | #define HAVE_STRTOQ 1
  4512. | #define HAVE_SYSCONF 1
  4513. | #define HAVE_SETJMP 1
  4514. | #define HAVE_LONGJMP 1
  4515. | #define HAVE_SIGLONGJMP 1
  4516. | #define HAVE_PRINTF_A 1
  4517. | #define HAVE_RAND48 1
  4518. | #define HAVE_ISNAN_IN_MATH_H 1
  4519. | #define HAVE_ISNAN_IN_CMATH 1
  4520. | #define HAVE_STD_ISNAN_IN_CMATH 1
  4521. | #define HAVE_ISINF_IN_MATH_H 1
  4522. | #define HAVE_ISINF_IN_CMATH 1
  4523. | /* end confdefs.h. */
  4524. | #include <ieeefp.h>
  4525. | int
  4526. | main ()
  4527. | {
  4528. | float f; finite(f);
  4529. | ;
  4530. | return 0;
  4531. | }
  4532. configure:19624: result: no
  4533. configure:19644: checking for stdlib.h
  4534. configure:19650: result: yes
  4535. configure:19644: checking for unistd.h
  4536. configure:19650: result: yes
  4537. configure:19812: checking for getpagesize
  4538. configure:19908: result: yes
  4539. configure:19918: checking for working mmap
  4540. configure:20065: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4541. configure:20068: $? = 0
  4542. configure:20074: ./conftest
  4543. configure:20077: $? = 0
  4544. configure:20093: result: yes
  4545. configure:20104: checking for mmap of files
  4546. configure:20149: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4547. configure:20152: $? = 0
  4548. configure:20158: ./conftest
  4549. configure:20161: $? = 0
  4550. configure:20184: result: yes
  4551. configure:20196: checking if /dev/zero is needed for mmap
  4552. configure:20208: result: no
  4553. configure:20230: checking for GCC atomic builtins
  4554. configure:20260: g++ -o conftest -g -O2 conftest.cpp -lpthread -ldl -lm >&5
  4555. configure:20266: $? = 0
  4556. configure:20273: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4557. configure:20276: $? = 0
  4558. configure:20283: test -s conftest
  4559. configure:20286: $? = 0
  4560. configure:20294: result: yes
  4561. configure:20414: checking for __dso_handle
  4562. configure:20470: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4563. configure:20476: $? = 0
  4564. configure:20483: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4565. configure:20486: $? = 0
  4566. configure:20493: test -s conftest
  4567. configure:20496: $? = 0
  4568. configure:20510: result: yes
  4569. configure:20521: checking whether llvm-gcc is sane
  4570. configure:20537: result: no
  4571. configure:20709: checking for compiler -fvisibility-inlines-hidden option
  4572. configure:20743: g++ -c -g -O2 -fvisibility-inlines-hidden conftest.cpp >&5
  4573. configure:20749: $? = 0
  4574. configure:20756: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4575. configure:20759: $? = 0
  4576. configure:20766: test -s conftest.o
  4577. configure:20769: $? = 0
  4578. configure:20789: result: yes
  4579. configure:21001: creating ./config.status
  4580.  
  4581. ## ---------------------- ##
  4582. ## Running config.status. ##
  4583. ## ---------------------- ##
  4584.  
  4585. This file was extended by llvm config.status 2.9svn, which was
  4586. generated by GNU Autoconf 2.60. Invocation command line was
  4587.  
  4588. CONFIG_FILES =
  4589. CONFIG_HEADERS =
  4590. CONFIG_LINKS =
  4591. CONFIG_COMMANDS =
  4592. $ ./config.status
  4593.  
  4594. on ubuntu
  4595.  
  4596. config.status:757: creating include/llvm/Config/Targets.def
  4597. config.status:757: creating include/llvm/Config/AsmPrinters.def
  4598. config.status:757: creating include/llvm/Config/AsmParsers.def
  4599. config.status:757: creating include/llvm/Config/Disassemblers.def
  4600. config.status:757: creating Makefile.config
  4601. config.status:757: creating llvm.spec
  4602. config.status:757: creating tools/llvmc/src/Base.td
  4603. config.status:757: creating tools/llvm-config/llvm-config.in
  4604. config.status:757: creating include/llvm/Config/config.h
  4605. config.status:1139: include/llvm/Config/config.h is unchanged
  4606. config.status:757: creating include/llvm/Config/llvm-config.h
  4607. config.status:757: creating include/llvm/System/DataTypes.h
  4608. config.status:1139: include/llvm/System/DataTypes.h is unchanged
  4609. config.status:1152: executing setup commands
  4610. config.status:1152: executing Makefile commands
  4611. config.status:1152: executing Makefile.common commands
  4612. config.status:1152: executing examples/Makefile commands
  4613. config.status:1152: executing lib/Makefile commands
  4614. config.status:1152: executing runtime/Makefile commands
  4615. config.status:1152: executing test/Makefile commands
  4616. config.status:1152: executing test/Makefile.tests commands
  4617. config.status:1152: executing unittests/Makefile commands
  4618. config.status:1152: executing tools/Makefile commands
  4619. config.status:1152: executing utils/Makefile commands
  4620. config.status:1152: executing projects/Makefile commands
  4621. config.status:1152: executing bindings/Makefile commands
  4622. config.status:1152: executing bindings/ocaml/Makefile.ocaml commands
  4623. configure:22290: === configuring in projects/sample (/mnt/hgfs/Code/CodeSearchAndReplace/llvm_build/projects/sample)
  4624. configure:22393: running /bin/bash ../../../llvm/projects/sample/configure --prefix=/usr/local --cache-file=/dev/null --srcdir=../../../llvm/projects/sample
  4625.  
  4626. ## ---------------- ##
  4627. ## Cache variables. ##
  4628. ## ---------------- ##
  4629.  
  4630. ac_cv_build=i686-pc-linux-gnu
  4631. ac_cv_c_bigendian=no
  4632. ac_cv_c_compiler_gnu=yes
  4633. ac_cv_c_const=yes
  4634. ac_cv_cxx_compiler_gnu=yes
  4635. ac_cv_env_CCC_set=
  4636. ac_cv_env_CCC_value=
  4637. ac_cv_env_CC_set=
  4638. ac_cv_env_CC_value=
  4639. ac_cv_env_CFLAGS_set=
  4640. ac_cv_env_CFLAGS_value=
  4641. ac_cv_env_CPPFLAGS_set=
  4642. ac_cv_env_CPPFLAGS_value=
  4643. ac_cv_env_CPP_set=
  4644. ac_cv_env_CPP_value=
  4645. ac_cv_env_CXXFLAGS_set=
  4646. ac_cv_env_CXXFLAGS_value=
  4647. ac_cv_env_CXX_set=
  4648. ac_cv_env_CXX_value=
  4649. ac_cv_env_LDFLAGS_set=
  4650. ac_cv_env_LDFLAGS_value=
  4651. ac_cv_env_build_alias_set=
  4652. ac_cv_env_build_alias_value=
  4653. ac_cv_env_host_alias_set=
  4654. ac_cv_env_host_alias_value=
  4655. ac_cv_env_target_alias_set=
  4656. ac_cv_env_target_alias_value=
  4657. ac_cv_func___dso_handle=yes
  4658. ac_cv_func_argz_append=yes
  4659. ac_cv_func_argz_create_sep=yes
  4660. ac_cv_func_argz_insert=yes
  4661. ac_cv_func_argz_next=yes
  4662. ac_cv_func_argz_stringify=yes
  4663. ac_cv_func_backtrace=yes
  4664. ac_cv_func_ceilf=yes
  4665. ac_cv_func_closedir=yes
  4666. ac_cv_func_dlerror=yes
  4667. ac_cv_func_finite_in_ieeefp_h=no
  4668. ac_cv_func_floorf=yes
  4669. ac_cv_func_fmodf=yes
  4670. ac_cv_func_getcwd=yes
  4671. ac_cv_func_getpagesize=yes
  4672. ac_cv_func_getrlimit=yes
  4673. ac_cv_func_getrusage=yes
  4674. ac_cv_func_gettimeofday=yes
  4675. ac_cv_func_isatty=yes
  4676. ac_cv_func_isinf_in_cmath=yes
  4677. ac_cv_func_isinf_in_math_h=yes
  4678. ac_cv_func_isnan_in_cmath=yes
  4679. ac_cv_func_isnan_in_math_h=yes
  4680. ac_cv_func_longjmp=yes
  4681. ac_cv_func_malloc_zone_statistics=no
  4682. ac_cv_func_memcpy=yes
  4683. ac_cv_func_memmove=yes
  4684. ac_cv_func_mkdtemp=yes
  4685. ac_cv_func_mkstemp=yes
  4686. ac_cv_func_mktemp=yes
  4687. ac_cv_func_mmap_file=yes
  4688. ac_cv_func_mmap_fixed_mapped=yes
  4689. ac_cv_func_nearbyintf=yes
  4690. ac_cv_func_opendir=yes
  4691. ac_cv_func_posix_spawn=yes
  4692. ac_cv_func_powf=yes
  4693. ac_cv_func_rand48=yes
  4694. ac_cv_func_readdir=yes
  4695. ac_cv_func_realpath=yes
  4696. ac_cv_func_rintf=yes
  4697. ac_cv_func_round=yes
  4698. ac_cv_func_roundf=yes
  4699. ac_cv_func_sbrk=yes
  4700. ac_cv_func_setenv=yes
  4701. ac_cv_func_setjmp=yes
  4702. ac_cv_func_setrlimit=yes
  4703. ac_cv_func_shl_load=no
  4704. ac_cv_func_siglongjmp=yes
  4705. ac_cv_func_sigsetjmp=no
  4706. ac_cv_func_std_isinf_in_cmath=no
  4707. ac_cv_func_std_isnan_in_cmath=yes
  4708. ac_cv_func_strchr=yes
  4709. ac_cv_func_strcmp=yes
  4710. ac_cv_func_strdup=yes
  4711. ac_cv_func_strerror=yes
  4712. ac_cv_func_strerror_r=yes
  4713. ac_cv_func_strerror_s=no
  4714. ac_cv_func_strrchr=yes
  4715. ac_cv_func_strtof=yes
  4716. ac_cv_func_strtoll=yes
  4717. ac_cv_func_strtoq=yes
  4718. ac_cv_func_sysconf=yes
  4719. ac_cv_header_CrashReporterClient_h=no
  4720. ac_cv_header_argz_h=yes
  4721. ac_cv_header_assert_h=yes
  4722. ac_cv_header_ctype_h=yes
  4723. ac_cv_header_dirent_dirent_h=yes
  4724. ac_cv_header_dl_h=no
  4725. ac_cv_header_dld_h=no
  4726. ac_cv_header_dlfcn_h=yes
  4727. ac_cv_header_errno_h=yes
  4728. ac_cv_header_execinfo_h=yes
  4729. ac_cv_header_fcntl_h=yes
  4730. ac_cv_header_fenv_h=yes
  4731. ac_cv_header_inttypes_h=yes
  4732. ac_cv_header_limits_h=yes
  4733. ac_cv_header_link_h=yes
  4734. ac_cv_header_mach_mach_h=no
  4735. ac_cv_header_mach_o_dyld_h=no
  4736. ac_cv_header_malloc_h=yes
  4737. ac_cv_header_malloc_malloc_h=no
  4738. ac_cv_header_memory_h=yes
  4739. ac_cv_header_mmap_anon=yes
  4740. ac_cv_header_pthread_h=yes
  4741. ac_cv_header_setjmp_h=yes
  4742. ac_cv_header_signal_h=yes
  4743. ac_cv_header_stat_broken=no
  4744. ac_cv_header_stdc=yes
  4745. ac_cv_header_stdint_h=yes
  4746. ac_cv_header_stdio_h=yes
  4747. ac_cv_header_stdlib_h=yes
  4748. ac_cv_header_string_h=yes
  4749. ac_cv_header_strings_h=yes
  4750. ac_cv_header_sys_dl_h=no
  4751. ac_cv_header_sys_ioctl_h=yes
  4752. ac_cv_header_sys_mman_h=yes
  4753. ac_cv_header_sys_param_h=yes
  4754. ac_cv_header_sys_resource_h=yes
  4755. ac_cv_header_sys_stat_h=yes
  4756. ac_cv_header_sys_time_h=yes
  4757. ac_cv_header_sys_types_h=yes
  4758. ac_cv_header_sys_wait_h=yes
  4759. ac_cv_header_termios_h=yes
  4760. ac_cv_header_time=yes
  4761. ac_cv_header_unistd_h=yes
  4762. ac_cv_header_utime_h=yes
  4763. ac_cv_header_valgrind_valgrind_h=no
  4764. ac_cv_header_windows_h=no
  4765. ac_cv_host=i686-pc-linux-gnu
  4766. ac_cv_huge_val_sanity=yes
  4767. ac_cv_lib_dl_dlopen=yes
  4768. ac_cv_lib_dld_shl_load=no
  4769. ac_cv_lib_m_sin=yes
  4770. ac_cv_lib_pthread_pthread_mutex_init=yes
  4771. ac_cv_need_dev_zero_for_mmap=no
  4772. ac_cv_objext=o
  4773. ac_cv_path_BINPWD=/bin/pwd
  4774. ac_cv_path_BZIP2=/bin/bzip2
  4775. ac_cv_path_CAT=/bin/cat
  4776. ac_cv_path_CIRCO='echo circo'
  4777. ac_cv_path_CMP=/usr/bin/cmp
  4778. ac_cv_path_CP=/bin/cp
  4779. ac_cv_path_DATE=/bin/date
  4780. ac_cv_path_DOT='echo dot'
  4781. ac_cv_path_DOTTY='echo dotty'
  4782. ac_cv_path_EGREP='/bin/grep -E'
  4783. ac_cv_path_FDP='echo fdp'
  4784. ac_cv_path_FIND=/usr/bin/find
  4785. ac_cv_path_GAS=/usr/bin/as
  4786. ac_cv_path_GRAPHVIZ='echo Graphviz'
  4787. ac_cv_path_GREP=/bin/grep
  4788. ac_cv_path_GROFF=/usr/bin/groff
  4789. ac_cv_path_GZIP=/bin/gzip
  4790. ac_cv_path_MKDIR=/bin/mkdir
  4791. ac_cv_path_MV=/bin/mv
  4792. ac_cv_path_NEATO='echo neato'
  4793. ac_cv_path_PERL=/usr/bin/perl
  4794. ac_cv_path_POD2HTML=/usr/bin/pod2html
  4795. ac_cv_path_POD2MAN=/usr/bin/pod2man
  4796. ac_cv_path_RM=/bin/rm
  4797. ac_cv_path_SED=/bin/sed
  4798. ac_cv_path_TAR=/bin/tar
  4799. ac_cv_path_TCLSH=/usr/bin/tclsh8.4
  4800. ac_cv_path_TWOPI='echo twopi'
  4801. ac_cv_path_XDOT_PY='echo xdot.py'
  4802. ac_cv_path_ZIP=/usr/bin/zip
  4803. ac_cv_path_install='/usr/bin/install -c'
  4804. ac_cv_path_tclsh=/usr/bin/tclsh8.4
  4805. ac_cv_prog_CPP='gcc -E'
  4806. ac_cv_prog_ac_ct_AR=ar
  4807. ac_cv_prog_ac_ct_CC=gcc
  4808. ac_cv_prog_ac_ct_CXX=g++
  4809. ac_cv_prog_ac_ct_RANLIB=ranlib
  4810. ac_cv_prog_cc_c89=
  4811. ac_cv_prog_cc_g=yes
  4812. ac_cv_prog_cxx_g=yes
  4813. ac_cv_search_dlopen=-ldl
  4814. ac_cv_search_mallinfo='none required'
  4815. ac_cv_search_opendir='none required'
  4816. ac_cv_search_pthread_getspecific='none required'
  4817. ac_cv_search_pthread_mutex_lock='none required'
  4818. ac_cv_search_pthread_rwlock_init='none required'
  4819. ac_cv_struct_tm=time.h
  4820. ac_cv_sys_symbol_underscore=no
  4821. ac_cv_target=i686-pc-linux-gnu
  4822. ac_cv_type_error_t=yes
  4823. ac_cv_type_int64_t=yes
  4824. ac_cv_type_pid_t=yes
  4825. ac_cv_type_size_t=yes
  4826. ac_cv_type_uint64_t=yes
  4827. libltdl_cv_lib_dl_dlopen=yes
  4828. libltdl_cv_objdir=.libs
  4829. libltdl_cv_preloaded_symbols=yes
  4830. libltdl_cv_shlibext=.so
  4831. libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
  4832. libltdl_cv_sys_dlopen_deplibs=yes
  4833. libltdl_cv_sys_search_path='/lib /usr/lib /usr/lib/mesa /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so '
  4834. llvm_cv_c_printf_a=yes
  4835. llvm_cv_cxx_visibility_inlines_hidden=yes
  4836. llvm_cv_enable_libffi=no
  4837. llvm_cv_gnu_make_command=make
  4838. llvm_cv_link_all_option=-Wl,--whole-archive
  4839. llvm_cv_link_use_export_dynamic=yes
  4840. llvm_cv_link_use_r=yes
  4841. llvm_cv_link_use_version_script=yes
  4842. llvm_cv_link_version=2.20.1
  4843. llvm_cv_llvmgcc_sanity=no
  4844. llvm_cv_no_link_all_option=-Wl,--no-whole-archive
  4845. llvm_cv_os_type=Linux
  4846. llvm_cv_platform_type=Unix
  4847. llvm_cv_target_arch=x86
  4848. llvm_cv_target_os_type=Linux
  4849. lt_cv_path_NM='/usr/bin/nm -B'
  4850. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  4851. 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'\'''
  4852. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  4853.  
  4854. ## ----------------- ##
  4855. ## Output variables. ##
  4856. ## ----------------- ##
  4857.  
  4858. ALL_BINDINGS='ocaml'
  4859. AR='ar'
  4860. ARCH='x86'
  4861. BINDINGS_TO_BUILD=''
  4862. BINPWD='/bin/pwd'
  4863. BINUTILS_INCDIR=''
  4864. BUILD_CC=''
  4865. BUILD_CXX=''
  4866. BUILD_EXEEXT=''
  4867. BZIP2='/bin/bzip2'
  4868. CAT='/bin/cat'
  4869. CC='gcc'
  4870. CFLAGS='-g -O2'
  4871. CIRCO='echo circo'
  4872. CLANGPATH=''
  4873. CLANGXXPATH=''
  4874. CMP='/usr/bin/cmp'
  4875. CONVENIENCE_LTDL_FALSE=''
  4876. CONVENIENCE_LTDL_TRUE='#'
  4877. CP='/bin/cp'
  4878. CPP='gcc -E'
  4879. CPPFLAGS=''
  4880. CVSBUILD='CVSBUILD=1'
  4881. CXX='g++'
  4882. CXXFLAGS='-g -O2'
  4883. DATE='/bin/date'
  4884. DEBUG_RUNTIME=''
  4885. DEBUG_SYMBOLS=''
  4886. DEFS='-DHAVE_CONFIG_H'
  4887. DISABLE_ASSERTIONS=''
  4888. DOT='echo dot'
  4889. DOTTY='echo dotty'
  4890. DOXYGEN=''
  4891. ECHO_C=''
  4892. ECHO_N='-n'
  4893. ECHO_T=''
  4894. EGREP='/bin/grep -E'
  4895. ENABLE_BUILT_CLANG='1'
  4896. ENABLE_CBE_PRINTF_A='1'
  4897. ENABLE_DOXYGEN='0'
  4898. ENABLE_EXPENSIVE_CHECKS=''
  4899. ENABLE_OPTIMIZED=''
  4900. ENABLE_PIC='1'
  4901. ENABLE_PROFILING=''
  4902. ENABLE_SHARED='0'
  4903. ENABLE_THREADS='1'
  4904. ENABLE_TIMESTAMPS='1'
  4905. ENABLE_VISIBILITY_INLINES_HIDDEN='1'
  4906. ENDIAN='little'
  4907. EXEEXT=''
  4908. EXPENSIVE_CHECKS='no'
  4909. EXTRA_OPTIONS=''
  4910. FDP='echo fdp'
  4911. FIND='/usr/bin/find'
  4912. GAS='/usr/bin/as'
  4913. GRAPHVIZ='echo Graphviz'
  4914. GREP='/bin/grep'
  4915. GROFF='/usr/bin/groff'
  4916. GV='echo gv'
  4917. GZIP='/bin/gzip'
  4918. HAVE_LINK_VERSION_SCRIPT='1'
  4919. HAVE_PERL='1'
  4920. HAVE_PTHREAD='1'
  4921. HOST_OS='Linux'
  4922. HUGE_VAL_SANITY='yes'
  4923. INSTALL_DATA='${INSTALL} -m 644'
  4924. INSTALL_LTDL_FALSE=''
  4925. INSTALL_LTDL_TRUE='#'
  4926. INSTALL_PROGRAM='${INSTALL}'
  4927. INSTALL_SCRIPT='${INSTALL}'
  4928. JIT=''
  4929. LDFLAGS=''
  4930. LIBADD_DL='-ldl'
  4931. LIBOBJS=''
  4932. LIBS='-lpthread -ldl -lm '
  4933. LINKALL='-Wl,--whole-archive'
  4934. LLVMCC1=''
  4935. LLVMCC1PLUS=''
  4936. LLVMCC_OPTION='clang'
  4937. LLVMGCC=''
  4938. LLVMGCCCOMMAND='llvm-gcc'
  4939. LLVMGCCDIR=''
  4940. LLVMGCC_LANGS=''
  4941. LLVMGXX=''
  4942. LLVMGXXCOMMAND='llvm-g++'
  4943. LLVM_BINDIR='/usr/local/bin'
  4944. LLVM_CONFIGTIME='Fri Oct 8 09:38:45 PDT 2010'
  4945. LLVM_COPYRIGHT='Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.'
  4946. LLVM_CROSS_COMPILING='0'
  4947. LLVM_DATADIR='/usr/local/share/llvm'
  4948. LLVM_DOCSDIR='/usr/local/share/doc/llvm'
  4949. LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(ARM) LLVM_ASM_PARSER(X86) '
  4950. LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(PTX) LLVM_ASM_PRINTER(MBlaze) LLVM_ASM_PRINTER(Blackfin) LLVM_ASM_PRINTER(SystemZ) LLVM_ASM_PRINTER(MSP430) LLVM_ASM_PRINTER(XCore) LLVM_ASM_PRINTER(PIC16) LLVM_ASM_PRINTER(CellSPU) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(Alpha) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) '
  4951. LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(ARM) LLVM_DISASSEMBLER(X86) '
  4952. LLVM_ENUM_TARGETS='LLVM_TARGET(PTX) LLVM_TARGET(MBlaze) LLVM_TARGET(CppBackend) LLVM_TARGET(CBackend) LLVM_TARGET(Blackfin) LLVM_TARGET(SystemZ) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) LLVM_TARGET(PIC16) LLVM_TARGET(CellSPU) LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(Alpha) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) '
  4953. LLVM_ETCDIR='/usr/local/etc/llvm'
  4954. LLVM_INCLUDEDIR='/usr/local/include'
  4955. LLVM_INFODIR='/usr/local/info'
  4956. LLVM_LIBDIR='/usr/local/lib'
  4957. LLVM_MANDIR='/usr/local/man'
  4958. LLVM_ON_UNIX='1'
  4959. LLVM_ON_WIN32='0'
  4960. LLVM_PREFIX='/usr/local'
  4961. LN_S='cp -p'
  4962. LTLIBOBJS=''
  4963. MKDIR='/bin/mkdir'
  4964. MMAP_FILE='yes'
  4965. MV='/bin/mv'
  4966. NEATO='echo neato'
  4967. NM='/usr/bin/nm -B'
  4968. NOLINKALL='-Wl,--no-whole-archive'
  4969. NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
  4970. NO_VARIADIC_MACROS='-Wno-variadic-macros'
  4971. OBJEXT='o'
  4972. OCAMLC=''
  4973. OCAMLDEP=''
  4974. OCAMLDOC=''
  4975. OCAMLOPT=''
  4976. OCAML_LIBDIR=''
  4977. OPTIMIZE_OPTION='-O3'
  4978. OS='Linux'
  4979. PACKAGE_BUGREPORT='llvmbugs@cs.uiuc.edu'
  4980. PACKAGE_NAME='llvm'
  4981. PACKAGE_STRING='llvm 2.9svn'
  4982. PACKAGE_TARNAME='-llvm-'
  4983. PACKAGE_VERSION='2.9svn'
  4984. PATH_SEPARATOR=':'
  4985. PDFROFF=''
  4986. PERL='/usr/bin/perl'
  4987. POD2HTML='/usr/bin/pod2html'
  4988. POD2MAN='/usr/bin/pod2man'
  4989. RANLIB='ranlib'
  4990. RDYNAMIC='-Wl,-export-dynamic'
  4991. RM='/bin/rm'
  4992. RPATH='-Wl,-R'
  4993. RUNTEST=''
  4994. SED='/bin/sed'
  4995. SHELL='/bin/bash'
  4996. SHLIBEXT='.so'
  4997. SHLIBPATH_VAR='LD_LIBRARY_PATH'
  4998. TAR='/bin/tar'
  4999. TARGETS_TO_BUILD='X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ Blackfin CBackend CppBackend MBlaze PTX'
  5000. TARGET_HAS_JIT='1'
  5001. TARGET_OS='Linux'
  5002. TCLSH='/usr/bin/tclsh8.4'
  5003. TWOPI='echo twopi'
  5004. USE_OPROFILE='0'
  5005. USE_UDIS86='0'
  5006. XDOT_PY='echo xdot.py'
  5007. ZIP='/usr/bin/zip'
  5008. ac_ct_CC='gcc'
  5009. ac_ct_CXX='g++'
  5010. bindir='${exec_prefix}/bin'
  5011. build='i686-pc-linux-gnu'
  5012. build_alias=''
  5013. build_cpu='i686'
  5014. build_os='linux-gnu'
  5015. build_vendor='pc'
  5016. datadir='${datarootdir}'
  5017. datarootdir='${prefix}/share'
  5018. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5019. dvidir='${docdir}'
  5020. exec_prefix='${prefix}'
  5021. host='i686-pc-linux-gnu'
  5022. host_alias=''
  5023. host_cpu='i686'
  5024. host_os='linux-gnu'
  5025. host_vendor='pc'
  5026. htmldir='${docdir}'
  5027. ifGNUmake=''
  5028. includedir='${prefix}/include'
  5029. infodir='${datarootdir}/info'
  5030. libdir='${exec_prefix}/lib'
  5031. libexecdir='${exec_prefix}/libexec'
  5032. localedir='${datarootdir}/locale'
  5033. localstatedir='${prefix}/var'
  5034. mandir='${datarootdir}/man'
  5035. oldincludedir='/usr/include'
  5036. pdfdir='${docdir}'
  5037. prefix='/usr/local'
  5038. program_transform_name='s,x,x,'
  5039. psdir='${docdir}'
  5040. sbindir='${exec_prefix}/sbin'
  5041. sharedstatedir='${prefix}/com'
  5042. subdirs=' projects/sample'
  5043. sysconfdir='${prefix}/etc'
  5044. target='i686-pc-linux-gnu'
  5045. target_alias=''
  5046. target_cpu='i686'
  5047. target_os='linux-gnu'
  5048. target_vendor='pc'
  5049.  
  5050. ## ----------- ##
  5051. ## confdefs.h. ##
  5052. ## ----------- ##
  5053.  
  5054. #define PACKAGE_NAME "llvm"
  5055. #define PACKAGE_TARNAME "-llvm-"
  5056. #define PACKAGE_VERSION "2.9svn"
  5057. #define PACKAGE_STRING "llvm 2.9svn"
  5058. #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  5059. #define LLVM_ON_UNIX 1
  5060. #define STDC_HEADERS 1
  5061. #define HAVE_SYS_TYPES_H 1
  5062. #define HAVE_SYS_STAT_H 1
  5063. #define HAVE_STDLIB_H 1
  5064. #define HAVE_STRING_H 1
  5065. #define HAVE_MEMORY_H 1
  5066. #define HAVE_STRINGS_H 1
  5067. #define HAVE_INTTYPES_H 1
  5068. #define HAVE_STDINT_H 1
  5069. #define HAVE_UNISTD_H 1
  5070. #define ENABLE_THREADS 1
  5071. #define ENABLE_PIC 1
  5072. #define ENABLE_TIMESTAMPS 1
  5073. #define LLVM_NATIVE_ARCH X86
  5074. #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  5075. #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  5076. #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  5077. #define ENABLE_CBE_PRINTF_A 1
  5078. #define C_INCLUDE_DIRS ""
  5079. #define CXX_INCLUDE_ROOT ""
  5080. #define CXX_INCLUDE_ARCH ""
  5081. #define CXX_INCLUDE_32BIT_DIR ""
  5082. #define CXX_INCLUDE_64BIT_DIR ""
  5083. #define HOST_LINK_VERSION "2.20.1"
  5084. #define HAVE_LINK_R 1
  5085. #define HAVE_LINK_EXPORT_DYNAMIC 1
  5086. #define HAVE_DIRENT_H 1
  5087. #define HAVE_DLFCN_H 1
  5088. #define LTDL_SHLIB_EXT ".so"
  5089. #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  5090. #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/mesa:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
  5091. #define LTDL_OBJDIR ".libs/"
  5092. #define HAVE_PRELOADED_SYMBOLS 1
  5093. #define HAVE_LIBDL 1
  5094. #define HAVE_DLERROR 1
  5095. #define HAVE_ARGZ_H 1
  5096. #define HAVE_ERROR_T 1
  5097. #define HAVE_ARGZ_APPEND 1
  5098. #define HAVE_ARGZ_CREATE_SEP 1
  5099. #define HAVE_ARGZ_INSERT 1
  5100. #define HAVE_ARGZ_NEXT 1
  5101. #define HAVE_ARGZ_STRINGIFY 1
  5102. #define HAVE_ASSERT_H 1
  5103. #define HAVE_CTYPE_H 1
  5104. #define HAVE_ERRNO_H 1
  5105. #define HAVE_MALLOC_H 1
  5106. #define HAVE_MEMORY_H 1
  5107. #define HAVE_STDLIB_H 1
  5108. #define HAVE_STDIO_H 1
  5109. #define HAVE_UNISTD_H 1
  5110. #define HAVE_STRING_H 1
  5111. #define HAVE_STRCHR 1
  5112. #define HAVE_STRRCHR 1
  5113. #define HAVE_MEMCPY 1
  5114. #define HAVE_MEMMOVE 1
  5115. #define HAVE_STRCMP 1
  5116. #define HAVE_CLOSEDIR 1
  5117. #define HAVE_OPENDIR 1
  5118. #define HAVE_READDIR 1
  5119. #define HAVE_LIBM 1
  5120. #define HAVE_DLOPEN 1
  5121. #define HAVE_MALLINFO 1
  5122. #define HAVE_LIBPTHREAD 1
  5123. #define HAVE_PTHREAD_MUTEX_LOCK 1
  5124. #define HAVE_PTHREAD_RWLOCK_INIT 1
  5125. #define HAVE_PTHREAD_GETSPECIFIC 1
  5126. #define USE_UDIS86 0
  5127. #define USE_OPROFILE 0
  5128. #define HAVE_DIRENT_H 1
  5129. #define HAVE_MMAP_ANONYMOUS 1
  5130. #define STDC_HEADERS 1
  5131. #define HAVE_SYS_WAIT_H 1
  5132. #define TIME_WITH_SYS_TIME 1
  5133. #define HAVE_DLFCN_H 1
  5134. #define HAVE_EXECINFO_H 1
  5135. #define HAVE_FCNTL_H 1
  5136. #define HAVE_INTTYPES_H 1
  5137. #define HAVE_LIMITS_H 1
  5138. #define HAVE_LINK_H 1
  5139. #define HAVE_MALLOC_H 1
  5140. #define HAVE_SETJMP_H 1
  5141. #define HAVE_SIGNAL_H 1
  5142. #define HAVE_STDINT_H 1
  5143. #define HAVE_TERMIOS_H 1
  5144. #define HAVE_UNISTD_H 1
  5145. #define HAVE_UTIME_H 1
  5146. #define HAVE_SYS_MMAN_H 1
  5147. #define HAVE_SYS_PARAM_H 1
  5148. #define HAVE_SYS_RESOURCE_H 1
  5149. #define HAVE_SYS_TIME_H 1
  5150. #define HAVE_SYS_TYPES_H 1
  5151. #define HAVE_SYS_IOCTL_H 1
  5152. #define HAVE_FENV_H 1
  5153. #define HAVE_PTHREAD_H 1
  5154. #define RETSIGTYPE void
  5155. #define HAVE_INT64_T 1
  5156. #define HAVE_UINT64_T 1
  5157. #define HAVE_BACKTRACE 1
  5158. #define HAVE_CEILF 1
  5159. #define HAVE_FLOORF 1
  5160. #define HAVE_ROUNDF 1
  5161. #define HAVE_RINTF 1
  5162. #define HAVE_NEARBYINTF 1
  5163. #define HAVE_GETCWD 1
  5164. #define HAVE_POWF 1
  5165. #define HAVE_FMODF 1
  5166. #define HAVE_STRTOF 1
  5167. #define HAVE_ROUND 1
  5168. #define HAVE_GETPAGESIZE 1
  5169. #define HAVE_GETRUSAGE 1
  5170. #define HAVE_GETRLIMIT 1
  5171. #define HAVE_SETRLIMIT 1
  5172. #define HAVE_GETTIMEOFDAY 1
  5173. #define HAVE_ISATTY 1
  5174. #define HAVE_MKDTEMP 1
  5175. #define HAVE_MKSTEMP 1
  5176. #define HAVE_MKTEMP 1
  5177. #define HAVE_POSIX_SPAWN 1
  5178. #define HAVE_REALPATH 1
  5179. #define HAVE_SBRK 1
  5180. #define HAVE_SETRLIMIT 1
  5181. #define HAVE_STRDUP 1
  5182. #define HAVE_STRERROR 1
  5183. #define HAVE_STRERROR_R 1
  5184. #define HAVE_SETENV 1
  5185. #define HAVE_STRTOLL 1
  5186. #define HAVE_STRTOQ 1
  5187. #define HAVE_SYSCONF 1
  5188. #define HAVE_SETJMP 1
  5189. #define HAVE_LONGJMP 1
  5190. #define HAVE_SIGLONGJMP 1
  5191. #define HAVE_PRINTF_A 1
  5192. #define HAVE_RAND48 1
  5193. #define HAVE_ISNAN_IN_MATH_H 1
  5194. #define HAVE_ISNAN_IN_CMATH 1
  5195. #define HAVE_STD_ISNAN_IN_CMATH 1
  5196. #define HAVE_ISINF_IN_MATH_H 1
  5197. #define HAVE_ISINF_IN_CMATH 1
  5198. #define HAVE_STDLIB_H 1
  5199. #define HAVE_UNISTD_H 1
  5200. #define HAVE_GETPAGESIZE 1
  5201. #define HAVE_MMAP 1
  5202. #define HAVE_MMAP_FILE
  5203. #define LLVM_MULTITHREADED 1
  5204. #define HAVE___DSO_HANDLE 1
  5205. #define LLVM_PREFIX "/usr/local"
  5206. #define LLVM_BINDIR "/usr/local/bin"
  5207. #define LLVM_LIBDIR "/usr/local/lib"
  5208. #define LLVM_DATADIR "/usr/local/share/llvm"
  5209. #define LLVM_DOCSDIR "/usr/local/share/doc/llvm"
  5210. #define LLVM_ETCDIR "/usr/local/etc/llvm"
  5211. #define LLVM_INCLUDEDIR "/usr/local/include"
  5212. #define LLVM_INFODIR "/usr/local/info"
  5213. #define LLVM_MANDIR "/usr/local/man"
  5214. #define LLVM_CONFIGTIME "Fri Oct 8 09:38:45 PDT 2010"
  5215. #define LLVM_HOSTTRIPLE "i686-pc-linux-gnu"
  5216.  
  5217. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement