Advertisement
Guest User

Untitled

a guest
May 7th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 195.41 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.6svn, which was
  5. generated by GNU Autoconf 2.60. Invocation command line was
  6.  
  7. $ ../../llvm/llvm-trunk/configure --enable-optimized --enable-assertions
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = donno-desktop
  14. uname -m = i686
  15. uname -r = 2.6.28-11-generic
  16. uname -s = Linux
  17. uname -v = #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
  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:2146: checking build system type
  44. configure:2164: result: i686-pc-linux-gnu
  45. configure:2186: checking host system type
  46. configure:2201: result: i686-pc-linux-gnu
  47. configure:2223: checking target system type
  48. configure:2238: result: i686-pc-linux-gnu
  49. configure:2267: checking type of operating system we're going to host on
  50. configure:2350: result: Linux
  51. configure:2392: checking target architecture
  52. configure:2413: result: x86
  53. configure:2479: checking for gcc
  54. configure:2495: found /usr/bin/gcc
  55. configure:2506: result: gcc
  56. configure:2744: checking for C compiler version
  57. configure:2751: gcc --version >&5
  58. gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
  59. Copyright (C) 2008 Free Software Foundation, Inc.
  60. This is free software; see the source for copying conditions. There is NO
  61. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  62.  
  63. configure:2754: $? = 0
  64. configure:2761: gcc -v >&5
  65. Using built-in specs.
  66. Target: i486-linux-gnu
  67. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  68. Thread model: posix
  69. gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
  70. configure:2764: $? = 0
  71. configure:2771: gcc -V >&5
  72. gcc: '-V' option must have argument
  73. configure:2774: $? = 1
  74. configure:2797: checking for C compiler default output file name
  75. configure:2824: gcc conftest.c >&5
  76. configure:2827: $? = 0
  77. configure:2873: result: a.out
  78. configure:2878: checking whether the C compiler works
  79. configure:2888: ./a.out
  80. configure:2891: $? = 0
  81. configure:2908: result: yes
  82. configure:2915: checking whether we are cross compiling
  83. configure:2917: result: no
  84. configure:2920: checking for suffix of executables
  85. configure:2927: gcc -o conftest conftest.c >&5
  86. configure:2930: $? = 0
  87. configure:2954: result:
  88. configure:2960: checking for suffix of object files
  89. configure:2986: gcc -c conftest.c >&5
  90. configure:2989: $? = 0
  91. configure:3012: result: o
  92. configure:3016: checking whether we are using the GNU C compiler
  93. configure:3045: gcc -c conftest.c >&5
  94. configure:3051: $? = 0
  95. configure:3058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  96. configure:3061: $? = 0
  97. configure:3068: test -s conftest.o
  98. configure:3071: $? = 0
  99. configure:3085: result: yes
  100. configure:3090: checking whether gcc accepts -g
  101. configure:3120: gcc -c -g conftest.c >&5
  102. configure:3126: $? = 0
  103. configure:3133: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  104. configure:3136: $? = 0
  105. configure:3143: test -s conftest.o
  106. configure:3146: $? = 0
  107. configure:3276: result: yes
  108. configure:3293: checking for gcc option to accept ISO C89
  109. configure:3367: gcc -c -g -O2 conftest.c >&5
  110. configure:3373: $? = 0
  111. configure:3380: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  112. configure:3383: $? = 0
  113. configure:3390: test -s conftest.o
  114. configure:3393: $? = 0
  115. configure:3413: result: none needed
  116. configure:3437: checking how to run the C preprocessor
  117. configure:3477: gcc -E conftest.c
  118. configure:3483: $? = 0
  119. configure:3521: gcc -E conftest.c
  120. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  121. configure:3527: $? = 1
  122. configure: failed program was:
  123. | /* confdefs.h. */
  124. | #define PACKAGE_NAME "llvm"
  125. | #define PACKAGE_TARNAME "-llvm-"
  126. | #define PACKAGE_VERSION "2.6svn"
  127. | #define PACKAGE_STRING "llvm 2.6svn"
  128. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  129. | #define LLVM_ON_UNIX 1
  130. | /* end confdefs.h. */
  131. | #include <ac_nonexistent.h>
  132. configure:3567: result: gcc -E
  133. configure:3596: gcc -E conftest.c
  134. configure:3602: $? = 0
  135. configure:3640: gcc -E conftest.c
  136. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  137. configure:3646: $? = 1
  138. configure: failed program was:
  139. | /* confdefs.h. */
  140. | #define PACKAGE_NAME "llvm"
  141. | #define PACKAGE_TARNAME "-llvm-"
  142. | #define PACKAGE_VERSION "2.6svn"
  143. | #define PACKAGE_STRING "llvm 2.6svn"
  144. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  145. | #define LLVM_ON_UNIX 1
  146. | /* end confdefs.h. */
  147. | #include <ac_nonexistent.h>
  148. configure:3691: checking for grep that handles long lines and -e
  149. configure:3765: result: /bin/grep
  150. configure:3770: checking for egrep
  151. configure:3848: result: /bin/grep -E
  152. configure:3853: checking for ANSI C header files
  153. configure:3883: gcc -c -g -O2 conftest.c >&5
  154. configure:3889: $? = 0
  155. configure:3896: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  156. configure:3899: $? = 0
  157. configure:3906: test -s conftest.o
  158. configure:3909: $? = 0
  159. configure:4005: gcc -o conftest -g -O2 conftest.c >&5
  160. configure:4008: $? = 0
  161. configure:4014: ./conftest
  162. configure:4017: $? = 0
  163. configure:4034: result: yes
  164. configure:4058: checking for sys/types.h
  165. configure:4079: gcc -c -g -O2 conftest.c >&5
  166. configure:4085: $? = 0
  167. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  168. configure:4095: $? = 0
  169. configure:4102: test -s conftest.o
  170. configure:4105: $? = 0
  171. configure:4118: result: yes
  172. configure:4058: checking for sys/stat.h
  173. configure:4079: gcc -c -g -O2 conftest.c >&5
  174. configure:4085: $? = 0
  175. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  176. configure:4095: $? = 0
  177. configure:4102: test -s conftest.o
  178. configure:4105: $? = 0
  179. configure:4118: result: yes
  180. configure:4058: checking for stdlib.h
  181. configure:4079: gcc -c -g -O2 conftest.c >&5
  182. configure:4085: $? = 0
  183. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  184. configure:4095: $? = 0
  185. configure:4102: test -s conftest.o
  186. configure:4105: $? = 0
  187. configure:4118: result: yes
  188. configure:4058: checking for string.h
  189. configure:4079: gcc -c -g -O2 conftest.c >&5
  190. configure:4085: $? = 0
  191. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  192. configure:4095: $? = 0
  193. configure:4102: test -s conftest.o
  194. configure:4105: $? = 0
  195. configure:4118: result: yes
  196. configure:4058: checking for memory.h
  197. configure:4079: gcc -c -g -O2 conftest.c >&5
  198. configure:4085: $? = 0
  199. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  200. configure:4095: $? = 0
  201. configure:4102: test -s conftest.o
  202. configure:4105: $? = 0
  203. configure:4118: result: yes
  204. configure:4058: checking for strings.h
  205. configure:4079: gcc -c -g -O2 conftest.c >&5
  206. configure:4085: $? = 0
  207. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  208. configure:4095: $? = 0
  209. configure:4102: test -s conftest.o
  210. configure:4105: $? = 0
  211. configure:4118: result: yes
  212. configure:4058: checking for inttypes.h
  213. configure:4079: gcc -c -g -O2 conftest.c >&5
  214. configure:4085: $? = 0
  215. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  216. configure:4095: $? = 0
  217. configure:4102: test -s conftest.o
  218. configure:4105: $? = 0
  219. configure:4118: result: yes
  220. configure:4058: checking for stdint.h
  221. configure:4079: gcc -c -g -O2 conftest.c >&5
  222. configure:4085: $? = 0
  223. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  224. configure:4095: $? = 0
  225. configure:4102: test -s conftest.o
  226. configure:4105: $? = 0
  227. configure:4118: result: yes
  228. configure:4058: checking for unistd.h
  229. configure:4079: gcc -c -g -O2 conftest.c >&5
  230. configure:4085: $? = 0
  231. configure:4092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  232. configure:4095: $? = 0
  233. configure:4102: test -s conftest.o
  234. configure:4105: $? = 0
  235. configure:4118: result: yes
  236. configure:4130: checking whether byte ordering is bigendian
  237. configure:4162: gcc -c -g -O2 conftest.c >&5
  238. configure:4168: $? = 0
  239. configure:4175: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  240. configure:4178: $? = 0
  241. configure:4185: test -s conftest.o
  242. configure:4188: $? = 0
  243. configure:4217: gcc -c -g -O2 conftest.c >&5
  244. conftest.c: In function 'main':
  245. conftest.c:26: error: 'not' undeclared (first use in this function)
  246. conftest.c:26: error: (Each undeclared identifier is reported only once
  247. conftest.c:26: error: for each function it appears in.)
  248. conftest.c:26: error: expected ';' before 'big'
  249. configure:4223: $? = 1
  250. configure: failed program was:
  251. | /* confdefs.h. */
  252. | #define PACKAGE_NAME "llvm"
  253. | #define PACKAGE_TARNAME "-llvm-"
  254. | #define PACKAGE_VERSION "2.6svn"
  255. | #define PACKAGE_STRING "llvm 2.6svn"
  256. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  257. | #define LLVM_ON_UNIX 1
  258. | #define STDC_HEADERS 1
  259. | #define HAVE_SYS_TYPES_H 1
  260. | #define HAVE_SYS_STAT_H 1
  261. | #define HAVE_STDLIB_H 1
  262. | #define HAVE_STRING_H 1
  263. | #define HAVE_MEMORY_H 1
  264. | #define HAVE_STRINGS_H 1
  265. | #define HAVE_INTTYPES_H 1
  266. | #define HAVE_STDINT_H 1
  267. | #define HAVE_UNISTD_H 1
  268. | /* end confdefs.h. */
  269. | #include <sys/types.h>
  270. | #include <sys/param.h>
  271. |
  272. | int
  273. | main ()
  274. | {
  275. | #if BYTE_ORDER != BIG_ENDIAN
  276. | not big endian
  277. | #endif
  278. |
  279. | ;
  280. | return 0;
  281. | }
  282. configure:4397: result: no
  283. configure:5234: checking how to run the C preprocessor
  284. configure:5364: result: gcc -E
  285. configure:5393: gcc -E conftest.c
  286. configure:5399: $? = 0
  287. configure:5437: gcc -E conftest.c
  288. conftest.c:23:28: error: ac_nonexistent.h: No such file or directory
  289. configure:5443: $? = 1
  290. configure: failed program was:
  291. | /* confdefs.h. */
  292. | #define PACKAGE_NAME "llvm"
  293. | #define PACKAGE_TARNAME "-llvm-"
  294. | #define PACKAGE_VERSION "2.6svn"
  295. | #define PACKAGE_STRING "llvm 2.6svn"
  296. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  297. | #define LLVM_ON_UNIX 1
  298. | #define STDC_HEADERS 1
  299. | #define HAVE_SYS_TYPES_H 1
  300. | #define HAVE_SYS_STAT_H 1
  301. | #define HAVE_STDLIB_H 1
  302. | #define HAVE_STRING_H 1
  303. | #define HAVE_MEMORY_H 1
  304. | #define HAVE_STRINGS_H 1
  305. | #define HAVE_INTTYPES_H 1
  306. | #define HAVE_STDINT_H 1
  307. | #define HAVE_UNISTD_H 1
  308. | #define ENABLE_THREADS 1
  309. | #define ENABLE_PIC 1
  310. | #define LLVM_NATIVE_ARCH X86Target
  311. | #define ENABLE_CBE_PRINTF_A 1
  312. | /* end confdefs.h. */
  313. | #include <ac_nonexistent.h>
  314. configure:5604: checking for C compiler version
  315. configure:5611: gcc --version >&5
  316. gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
  317. Copyright (C) 2008 Free Software Foundation, Inc.
  318. This is free software; see the source for copying conditions. There is NO
  319. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  320.  
  321. configure:5614: $? = 0
  322. configure:5621: gcc -v >&5
  323. Using built-in specs.
  324. Target: i486-linux-gnu
  325. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  326. Thread model: posix
  327. gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
  328. configure:5624: $? = 0
  329. configure:5631: gcc -V >&5
  330. gcc: '-V' option must have argument
  331. configure:5634: $? = 1
  332. configure:5637: checking whether we are using the GNU C compiler
  333. configure:5706: result: yes
  334. configure:5711: checking whether gcc accepts -g
  335. configure:5897: result: yes
  336. configure:5914: checking for gcc option to accept ISO C89
  337. configure:6034: result: none needed
  338. configure:6110: checking for g++
  339. configure:6126: found /usr/bin/g++
  340. configure:6137: result: g++
  341. configure:6168: checking for C++ compiler version
  342. configure:6175: g++ --version >&5
  343. g++ (Ubuntu 4.3.3-5ubuntu4) 4.3.3
  344. Copyright (C) 2008 Free Software Foundation, Inc.
  345. This is free software; see the source for copying conditions. There is NO
  346. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  347.  
  348. configure:6178: $? = 0
  349. configure:6185: g++ -v >&5
  350. Using built-in specs.
  351. Target: i486-linux-gnu
  352. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  353. Thread model: posix
  354. gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
  355. configure:6188: $? = 0
  356. configure:6195: g++ -V >&5
  357. g++: '-V' option must have argument
  358. configure:6198: $? = 1
  359. configure:6201: checking whether we are using the GNU C++ compiler
  360. configure:6230: g++ -c conftest.cpp >&5
  361. configure:6236: $? = 0
  362. configure:6243: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  363. configure:6246: $? = 0
  364. configure:6253: test -s conftest.o
  365. configure:6256: $? = 0
  366. configure:6270: result: yes
  367. configure:6275: checking whether g++ accepts -g
  368. configure:6305: g++ -c -g conftest.cpp >&5
  369. configure:6311: $? = 0
  370. configure:6318: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  371. configure:6321: $? = 0
  372. configure:6328: test -s conftest.o
  373. configure:6331: $? = 0
  374. configure:6461: result: yes
  375. configure:6485: checking for BSD-compatible nm
  376. configure:6534: result: /usr/bin/nm -B
  377. configure:6540: checking for GNU make
  378. configure:6555: result: make
  379. configure:6566: checking whether ln -s works
  380. configure:6570: result: yes
  381. configure:6579: checking for cmp
  382. configure:6597: found /usr/bin/cmp
  383. configure:6610: result: /usr/bin/cmp
  384. configure:6620: checking for cp
  385. configure:6638: found /bin/cp
  386. configure:6651: result: /bin/cp
  387. configure:6661: checking for date
  388. configure:6679: found /bin/date
  389. configure:6692: result: /bin/date
  390. configure:6702: checking for find
  391. configure:6720: found /usr/bin/find
  392. configure:6733: result: /usr/bin/find
  393. configure:6743: checking for grep
  394. configure:6774: result: /bin/grep
  395. configure:6784: checking for mkdir
  396. configure:6802: found /bin/mkdir
  397. configure:6815: result: /bin/mkdir
  398. configure:6825: checking for mv
  399. configure:6843: found /bin/mv
  400. configure:6856: result: /bin/mv
  401. configure:6907: checking for ranlib
  402. configure:6923: found /usr/bin/ranlib
  403. configure:6934: result: ranlib
  404. configure:6962: checking for rm
  405. configure:6980: found /bin/rm
  406. configure:6993: result: /bin/rm
  407. configure:7003: checking for sed
  408. configure:7021: found /bin/sed
  409. configure:7034: result: /bin/sed
  410. configure:7044: checking for tar
  411. configure:7062: found /bin/tar
  412. configure:7075: result: /bin/tar
  413. configure:7085: checking for pwd
  414. configure:7103: found /bin/pwd
  415. configure:7116: result: /bin/pwd
  416. configure:7127: checking for Graphviz
  417. configure:7158: result: echo Graphviz
  418. configure:7183: checking for dot
  419. configure:7214: result: echo dot
  420. configure:7239: checking for fdp
  421. configure:7270: result: echo fdp
  422. configure:7295: checking for neato
  423. configure:7326: result: echo neato
  424. configure:7351: checking for twopi
  425. configure:7382: result: echo twopi
  426. configure:7407: checking for circo
  427. configure:7438: result: echo circo
  428. configure:7465: checking for gv
  429. configure:7498: result: no
  430. configure:7465: checking for gsview32
  431. configure:7498: result: no
  432. configure:7524: checking for dotty
  433. configure:7555: result: echo dotty
  434. configure:7582: checking for perl
  435. configure:7600: found /usr/bin/perl
  436. configure:7613: result: /usr/bin/perl
  437. configure:7622: checking for Perl 5.006 or newer
  438. configure:7625: result: yes
  439. configure:7659: checking for a BSD-compatible install
  440. configure:7715: result: /usr/bin/install -c
  441. configure:7729: checking for bzip2
  442. configure:7747: found /bin/bzip2
  443. configure:7759: result: /bin/bzip2
  444. configure:7769: checking for doxygen
  445. configure:7802: result: no
  446. configure:7809: checking for groff
  447. configure:7827: found /usr/bin/groff
  448. configure:7839: result: /usr/bin/groff
  449. configure:7849: checking for gzip
  450. configure:7867: found /bin/gzip
  451. configure:7879: result: /bin/gzip
  452. configure:7889: checking for pod2html
  453. configure:7907: found /usr/bin/pod2html
  454. configure:7919: result: /usr/bin/pod2html
  455. configure:7929: checking for pod2man
  456. configure:7947: found /usr/bin/pod2man
  457. configure:7959: result: /usr/bin/pod2man
  458. configure:7969: checking for runtest
  459. configure:8002: result: no
  460. configure:8009: checking for the tclsh program in tclinclude directory
  461. configure:8036: result: none
  462. configure:8042: checking for tclsh8.4
  463. configure:8060: found /usr/bin/tclsh8.4
  464. configure:8072: result: /usr/bin/tclsh8.4
  465. configure:8099: checking for zip
  466. configure:8117: found /usr/bin/zip
  467. configure:8129: result: /usr/bin/zip
  468. configure:8141: checking for ocamlc
  469. configure:8174: result: no
  470. configure:8186: checking for ocamlopt
  471. configure:8219: result: no
  472. configure:8231: checking for ocamldep
  473. configure:8264: result: no
  474. configure:8276: checking for ocamldoc
  475. configure:8309: result: no
  476. configure:8321: checking for gas
  477. configure:8354: result: no
  478. configure:8321: checking for as
  479. configure:8339: found /usr/bin/as
  480. configure:8351: result: /usr/bin/as
  481. configure:8363: checking for compiler -Wl,-R<path> option
  482. configure:8397: gcc -o conftest -g -O2 -Wl,-R. conftest.c >&5
  483. configure:8403: $? = 0
  484. configure:8410: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  485. configure:8413: $? = 0
  486. configure:8420: test -s conftest
  487. configure:8423: $? = 0
  488. configure:8444: result: yes
  489. configure:8455: checking for compiler -Wl,-export-dynamic option
  490. configure:8489: gcc -o conftest -g -O2 -Wl,-export-dynamic conftest.c >&5
  491. configure:8495: $? = 0
  492. configure:8502: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  493. configure:8505: $? = 0
  494. configure:8512: test -s conftest
  495. configure:8515: $? = 0
  496. configure:8536: result: yes
  497. configure:8549: checking for an ANSI C-conforming const
  498. configure:8624: gcc -c -g -O2 conftest.c >&5
  499. configure:8630: $? = 0
  500. configure:8637: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  501. configure:8640: $? = 0
  502. configure:8647: test -s conftest.o
  503. configure:8650: $? = 0
  504. configure:8662: result: yes
  505. configure:8680: checking for dirent.h that defines DIR
  506. configure:8709: gcc -c -g -O2 conftest.c >&5
  507. configure:8715: $? = 0
  508. configure:8722: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  509. configure:8725: $? = 0
  510. configure:8732: test -s conftest.o
  511. configure:8735: $? = 0
  512. configure:8748: result: yes
  513. configure:8761: checking for library containing opendir
  514. configure:8802: gcc -o conftest -g -O2 conftest.c >&5
  515. configure:8808: $? = 0
  516. configure:8815: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  517. configure:8818: $? = 0
  518. configure:8825: test -s conftest
  519. configure:8828: $? = 0
  520. configure:8852: result: none required
  521. configure:8977: checking dlfcn.h usability
  522. configure:8994: gcc -c -g -O2 conftest.c >&5
  523. configure:9000: $? = 0
  524. configure:9007: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  525. configure:9010: $? = 0
  526. configure:9017: test -s conftest.o
  527. configure:9020: $? = 0
  528. configure:9031: result: yes
  529. configure:9035: checking dlfcn.h presence
  530. configure:9050: gcc -E conftest.c
  531. configure:9056: $? = 0
  532. configure:9077: result: yes
  533. configure:9110: checking for dlfcn.h
  534. configure:9118: result: yes
  535. configure:9158: checking dynamic linker characteristics
  536. configure:9746: result: GNU/Linux ld.so
  537. configure:9756: checking which extension is used for loadable modules
  538. configure:9766: result: .so
  539. configure:9777: checking which variable specifies run-time library path
  540. configure:9784: result: LD_LIBRARY_PATH
  541. configure:9795: checking for the default library search path
  542. configure:9802: result: /lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib
  543. configure:9820: checking for objdir
  544. configure:9841: result: .libs
  545. configure:9854: checking command to parse /usr/bin/nm -B output from object
  546. configure:9959: gcc -c -g -O2 conftest.c >&5
  547. configure:9962: $? = 0
  548. configure:9966: /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
  549. configure:9969: $? = 0
  550. configure:10021: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  551. configure:10024: $? = 0
  552. configure:10062: result: ok
  553. configure:10067: checking whether libtool supports -dlopen/-dlpreopen
  554. configure:10079: result: yes
  555. configure:10098: checking for shl_load
  556. configure:10154: gcc -o conftest -g -O2 conftest.c >&5
  557. /tmp/ccggVBFK.o: In function `main':
  558. /media/llvm-dev/llvm-objs/conftest.c:66: undefined reference to `shl_load'
  559. collect2: ld returned 1 exit status
  560. configure:10160: $? = 1
  561. configure: failed program was:
  562. | /* confdefs.h. */
  563. | #define PACKAGE_NAME "llvm"
  564. | #define PACKAGE_TARNAME "-llvm-"
  565. | #define PACKAGE_VERSION "2.6svn"
  566. | #define PACKAGE_STRING "llvm 2.6svn"
  567. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  568. | #define LLVM_ON_UNIX 1
  569. | #define STDC_HEADERS 1
  570. | #define HAVE_SYS_TYPES_H 1
  571. | #define HAVE_SYS_STAT_H 1
  572. | #define HAVE_STDLIB_H 1
  573. | #define HAVE_STRING_H 1
  574. | #define HAVE_MEMORY_H 1
  575. | #define HAVE_STRINGS_H 1
  576. | #define HAVE_INTTYPES_H 1
  577. | #define HAVE_STDINT_H 1
  578. | #define HAVE_UNISTD_H 1
  579. | #define ENABLE_THREADS 1
  580. | #define ENABLE_PIC 1
  581. | #define LLVM_NATIVE_ARCH X86Target
  582. | #define ENABLE_CBE_PRINTF_A 1
  583. | #define HAVE_LINK_R 1
  584. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  585. | #define HAVE_DIRENT_H 1
  586. | #define HAVE_DLFCN_H 1
  587. | #define LTDL_SHLIB_EXT ".so"
  588. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  589. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  590. | #define LTDL_OBJDIR ".libs/"
  591. | #define HAVE_PRELOADED_SYMBOLS 1
  592. | /* end confdefs.h. */
  593. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  594. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  595. | #define shl_load innocuous_shl_load
  596. |
  597. | /* System header to define __stub macros and hopefully few prototypes,
  598. | which can conflict with char shl_load (); below.
  599. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  600. | <limits.h> exists even on freestanding compilers. */
  601. |
  602. | #ifdef __STDC__
  603. | # include <limits.h>
  604. | #else
  605. | # include <assert.h>
  606. | #endif
  607. |
  608. | #undef shl_load
  609. |
  610. | /* Override any GCC internal prototype to avoid an error.
  611. | Use char because int might match the return type of a GCC
  612. | builtin and then its argument prototype would still apply. */
  613. | #ifdef __cplusplus
  614. | extern "C"
  615. | #endif
  616. | char shl_load ();
  617. | /* The GNU C library defines this for functions which it implements
  618. | to always fail with ENOSYS. Some functions are actually named
  619. | something starting with __ and the normal name is an alias. */
  620. | #if defined __stub_shl_load || defined __stub___shl_load
  621. | choke me
  622. | #endif
  623. |
  624. | int
  625. | main ()
  626. | {
  627. | return shl_load ();
  628. | ;
  629. | return 0;
  630. | }
  631. configure:10193: result: no
  632. configure:10202: checking for shl_load in -ldld
  633. configure:10237: gcc -o conftest -g -O2 conftest.c -ldld >&5
  634. /usr/bin/ld: cannot find -ldld
  635. collect2: ld returned 1 exit status
  636. configure:10243: $? = 1
  637. configure: failed program was:
  638. | /* confdefs.h. */
  639. | #define PACKAGE_NAME "llvm"
  640. | #define PACKAGE_TARNAME "-llvm-"
  641. | #define PACKAGE_VERSION "2.6svn"
  642. | #define PACKAGE_STRING "llvm 2.6svn"
  643. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  644. | #define LLVM_ON_UNIX 1
  645. | #define STDC_HEADERS 1
  646. | #define HAVE_SYS_TYPES_H 1
  647. | #define HAVE_SYS_STAT_H 1
  648. | #define HAVE_STDLIB_H 1
  649. | #define HAVE_STRING_H 1
  650. | #define HAVE_MEMORY_H 1
  651. | #define HAVE_STRINGS_H 1
  652. | #define HAVE_INTTYPES_H 1
  653. | #define HAVE_STDINT_H 1
  654. | #define HAVE_UNISTD_H 1
  655. | #define ENABLE_THREADS 1
  656. | #define ENABLE_PIC 1
  657. | #define LLVM_NATIVE_ARCH X86Target
  658. | #define ENABLE_CBE_PRINTF_A 1
  659. | #define HAVE_LINK_R 1
  660. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  661. | #define HAVE_DIRENT_H 1
  662. | #define HAVE_DLFCN_H 1
  663. | #define LTDL_SHLIB_EXT ".so"
  664. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  665. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  666. | #define LTDL_OBJDIR ".libs/"
  667. | #define HAVE_PRELOADED_SYMBOLS 1
  668. | /* end confdefs.h. */
  669. |
  670. | /* Override any GCC internal prototype to avoid an error.
  671. | Use char because int might match the return type of a GCC
  672. | builtin and then its argument prototype would still apply. */
  673. | #ifdef __cplusplus
  674. | extern "C"
  675. | #endif
  676. | char shl_load ();
  677. | int
  678. | main ()
  679. | {
  680. | return shl_load ();
  681. | ;
  682. | return 0;
  683. | }
  684. configure:10277: result: no
  685. configure:10287: checking for dlopen in -ldl
  686. configure:10322: gcc -o conftest -g -O2 conftest.c -ldl >&5
  687. configure:10328: $? = 0
  688. configure:10335: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  689. configure:10338: $? = 0
  690. configure:10345: test -s conftest
  691. configure:10348: $? = 0
  692. configure:10362: result: yes
  693. configure:10737: checking for dlerror
  694. configure:10793: gcc -o conftest -g -O2 conftest.c -ldl >&5
  695. configure:10799: $? = 0
  696. configure:10806: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  697. configure:10809: $? = 0
  698. configure:10816: test -s conftest
  699. configure:10819: $? = 0
  700. configure:10833: result: yes
  701. configure:10853: checking for _ prefix in compiled symbols
  702. configure:10863: gcc -c -g -O2 conftest.c >&5
  703. configure:10866: $? = 0
  704. configure:10870: /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
  705. configure:10873: $? = 0
  706. configure:10895: result: no
  707. configure:11015: checking whether deplibs are loaded by dlopen
  708. configure:11096: result: yes
  709. configure:11121: checking argz.h usability
  710. configure:11138: gcc -c -g -O2 conftest.c >&5
  711. configure:11144: $? = 0
  712. configure:11151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  713. configure:11154: $? = 0
  714. configure:11161: test -s conftest.o
  715. configure:11164: $? = 0
  716. configure:11175: result: yes
  717. configure:11179: checking argz.h presence
  718. configure:11194: gcc -E conftest.c
  719. configure:11200: $? = 0
  720. configure:11221: result: yes
  721. configure:11254: checking for argz.h
  722. configure:11262: result: yes
  723. configure:11276: checking for error_t
  724. configure:11309: gcc -c -g -O2 conftest.c >&5
  725. configure:11315: $? = 0
  726. configure:11322: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  727. configure:11325: $? = 0
  728. configure:11332: test -s conftest.o
  729. configure:11335: $? = 0
  730. configure:11347: result: yes
  731. configure:11373: checking for argz_append
  732. configure:11429: gcc -o conftest -g -O2 conftest.c >&5
  733. configure:11435: $? = 0
  734. configure:11442: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  735. configure:11445: $? = 0
  736. configure:11452: test -s conftest
  737. configure:11455: $? = 0
  738. configure:11469: result: yes
  739. configure:11373: checking for argz_create_sep
  740. configure:11429: gcc -o conftest -g -O2 conftest.c >&5
  741. configure:11435: $? = 0
  742. configure:11442: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  743. configure:11445: $? = 0
  744. configure:11452: test -s conftest
  745. configure:11455: $? = 0
  746. configure:11469: result: yes
  747. configure:11373: checking for argz_insert
  748. configure:11429: gcc -o conftest -g -O2 conftest.c >&5
  749. configure:11435: $? = 0
  750. configure:11442: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  751. configure:11445: $? = 0
  752. configure:11452: test -s conftest
  753. configure:11455: $? = 0
  754. configure:11469: result: yes
  755. configure:11373: checking for argz_next
  756. configure:11429: gcc -o conftest -g -O2 conftest.c >&5
  757. configure:11435: $? = 0
  758. configure:11442: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  759. configure:11445: $? = 0
  760. configure:11452: test -s conftest
  761. configure:11455: $? = 0
  762. configure:11469: result: yes
  763. configure:11373: checking for argz_stringify
  764. configure:11429: gcc -o conftest -g -O2 conftest.c >&5
  765. configure:11435: $? = 0
  766. configure:11442: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  767. configure:11445: $? = 0
  768. configure:11452: test -s conftest
  769. configure:11455: $? = 0
  770. configure:11469: result: yes
  771. configure:11521: checking assert.h usability
  772. configure:11538: gcc -c -g -O2 conftest.c >&5
  773. configure:11544: $? = 0
  774. configure:11551: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  775. configure:11554: $? = 0
  776. configure:11561: test -s conftest.o
  777. configure:11564: $? = 0
  778. configure:11575: result: yes
  779. configure:11579: checking assert.h presence
  780. configure:11594: gcc -E conftest.c
  781. configure:11600: $? = 0
  782. configure:11621: result: yes
  783. configure:11654: checking for assert.h
  784. configure:11662: result: yes
  785. configure:11521: checking ctype.h usability
  786. configure:11538: gcc -c -g -O2 conftest.c >&5
  787. configure:11544: $? = 0
  788. configure:11551: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  789. configure:11554: $? = 0
  790. configure:11561: test -s conftest.o
  791. configure:11564: $? = 0
  792. configure:11575: result: yes
  793. configure:11579: checking ctype.h presence
  794. configure:11594: gcc -E conftest.c
  795. configure:11600: $? = 0
  796. configure:11621: result: yes
  797. configure:11654: checking for ctype.h
  798. configure:11662: result: yes
  799. configure:11521: checking errno.h usability
  800. configure:11538: gcc -c -g -O2 conftest.c >&5
  801. configure:11544: $? = 0
  802. configure:11551: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  803. configure:11554: $? = 0
  804. configure:11561: test -s conftest.o
  805. configure:11564: $? = 0
  806. configure:11575: result: yes
  807. configure:11579: checking errno.h presence
  808. configure:11594: gcc -E conftest.c
  809. configure:11600: $? = 0
  810. configure:11621: result: yes
  811. configure:11654: checking for errno.h
  812. configure:11662: result: yes
  813. configure:11521: checking malloc.h usability
  814. configure:11538: gcc -c -g -O2 conftest.c >&5
  815. configure:11544: $? = 0
  816. configure:11551: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  817. configure:11554: $? = 0
  818. configure:11561: test -s conftest.o
  819. configure:11564: $? = 0
  820. configure:11575: result: yes
  821. configure:11579: checking malloc.h presence
  822. configure:11594: gcc -E conftest.c
  823. configure:11600: $? = 0
  824. configure:11621: result: yes
  825. configure:11654: checking for malloc.h
  826. configure:11662: result: yes
  827. configure:11511: checking for memory.h
  828. configure:11517: result: yes
  829. configure:11511: checking for stdlib.h
  830. configure:11517: result: yes
  831. configure:11521: checking stdio.h usability
  832. configure:11538: gcc -c -g -O2 conftest.c >&5
  833. configure:11544: $? = 0
  834. configure:11551: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  835. configure:11554: $? = 0
  836. configure:11561: test -s conftest.o
  837. configure:11564: $? = 0
  838. configure:11575: result: yes
  839. configure:11579: checking stdio.h presence
  840. configure:11594: gcc -E conftest.c
  841. configure:11600: $? = 0
  842. configure:11621: result: yes
  843. configure:11654: checking for stdio.h
  844. configure:11662: result: yes
  845. configure:11511: checking for unistd.h
  846. configure:11517: result: yes
  847. configure:11693: checking dl.h usability
  848. configure:11710: gcc -c -g -O2 conftest.c >&5
  849. conftest.c:82:16: error: dl.h: No such file or directory
  850. configure:11716: $? = 1
  851. configure: failed program was:
  852. | /* confdefs.h. */
  853. | #define PACKAGE_NAME "llvm"
  854. | #define PACKAGE_TARNAME "-llvm-"
  855. | #define PACKAGE_VERSION "2.6svn"
  856. | #define PACKAGE_STRING "llvm 2.6svn"
  857. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  858. | #define LLVM_ON_UNIX 1
  859. | #define STDC_HEADERS 1
  860. | #define HAVE_SYS_TYPES_H 1
  861. | #define HAVE_SYS_STAT_H 1
  862. | #define HAVE_STDLIB_H 1
  863. | #define HAVE_STRING_H 1
  864. | #define HAVE_MEMORY_H 1
  865. | #define HAVE_STRINGS_H 1
  866. | #define HAVE_INTTYPES_H 1
  867. | #define HAVE_STDINT_H 1
  868. | #define HAVE_UNISTD_H 1
  869. | #define ENABLE_THREADS 1
  870. | #define ENABLE_PIC 1
  871. | #define LLVM_NATIVE_ARCH X86Target
  872. | #define ENABLE_CBE_PRINTF_A 1
  873. | #define HAVE_LINK_R 1
  874. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  875. | #define HAVE_DIRENT_H 1
  876. | #define HAVE_DLFCN_H 1
  877. | #define LTDL_SHLIB_EXT ".so"
  878. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  879. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  880. | #define LTDL_OBJDIR ".libs/"
  881. | #define HAVE_PRELOADED_SYMBOLS 1
  882. | #define HAVE_LIBDL 1
  883. | #define HAVE_DLERROR 1
  884. | #define HAVE_ARGZ_H 1
  885. | #define HAVE_ERROR_T 1
  886. | #define HAVE_ARGZ_APPEND 1
  887. | #define HAVE_ARGZ_CREATE_SEP 1
  888. | #define HAVE_ARGZ_INSERT 1
  889. | #define HAVE_ARGZ_NEXT 1
  890. | #define HAVE_ARGZ_STRINGIFY 1
  891. | #define HAVE_ASSERT_H 1
  892. | #define HAVE_CTYPE_H 1
  893. | #define HAVE_ERRNO_H 1
  894. | #define HAVE_MALLOC_H 1
  895. | #define HAVE_MEMORY_H 1
  896. | #define HAVE_STDLIB_H 1
  897. | #define HAVE_STDIO_H 1
  898. | #define HAVE_UNISTD_H 1
  899. | /* end confdefs.h. */
  900. | #include <stdio.h>
  901. | #if HAVE_SYS_TYPES_H
  902. | # include <sys/types.h>
  903. | #endif
  904. | #if HAVE_SYS_STAT_H
  905. | # include <sys/stat.h>
  906. | #endif
  907. | #if STDC_HEADERS
  908. | # include <stdlib.h>
  909. | # include <stddef.h>
  910. | #else
  911. | # if HAVE_STDLIB_H
  912. | # include <stdlib.h>
  913. | # endif
  914. | #endif
  915. | #if HAVE_STRING_H
  916. | # if !STDC_HEADERS && HAVE_MEMORY_H
  917. | # include <memory.h>
  918. | # endif
  919. | # include <string.h>
  920. | #endif
  921. | #if HAVE_STRINGS_H
  922. | # include <strings.h>
  923. | #endif
  924. | #if HAVE_INTTYPES_H
  925. | # include <inttypes.h>
  926. | #endif
  927. | #if HAVE_STDINT_H
  928. | # include <stdint.h>
  929. | #endif
  930. | #if HAVE_UNISTD_H
  931. | # include <unistd.h>
  932. | #endif
  933. | #include <dl.h>
  934. configure:11747: result: no
  935. configure:11751: checking dl.h presence
  936. configure:11766: gcc -E conftest.c
  937. conftest.c:49:16: error: dl.h: No such file or directory
  938. configure:11772: $? = 1
  939. configure: failed program was:
  940. | /* confdefs.h. */
  941. | #define PACKAGE_NAME "llvm"
  942. | #define PACKAGE_TARNAME "-llvm-"
  943. | #define PACKAGE_VERSION "2.6svn"
  944. | #define PACKAGE_STRING "llvm 2.6svn"
  945. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  946. | #define LLVM_ON_UNIX 1
  947. | #define STDC_HEADERS 1
  948. | #define HAVE_SYS_TYPES_H 1
  949. | #define HAVE_SYS_STAT_H 1
  950. | #define HAVE_STDLIB_H 1
  951. | #define HAVE_STRING_H 1
  952. | #define HAVE_MEMORY_H 1
  953. | #define HAVE_STRINGS_H 1
  954. | #define HAVE_INTTYPES_H 1
  955. | #define HAVE_STDINT_H 1
  956. | #define HAVE_UNISTD_H 1
  957. | #define ENABLE_THREADS 1
  958. | #define ENABLE_PIC 1
  959. | #define LLVM_NATIVE_ARCH X86Target
  960. | #define ENABLE_CBE_PRINTF_A 1
  961. | #define HAVE_LINK_R 1
  962. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  963. | #define HAVE_DIRENT_H 1
  964. | #define HAVE_DLFCN_H 1
  965. | #define LTDL_SHLIB_EXT ".so"
  966. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  967. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  968. | #define LTDL_OBJDIR ".libs/"
  969. | #define HAVE_PRELOADED_SYMBOLS 1
  970. | #define HAVE_LIBDL 1
  971. | #define HAVE_DLERROR 1
  972. | #define HAVE_ARGZ_H 1
  973. | #define HAVE_ERROR_T 1
  974. | #define HAVE_ARGZ_APPEND 1
  975. | #define HAVE_ARGZ_CREATE_SEP 1
  976. | #define HAVE_ARGZ_INSERT 1
  977. | #define HAVE_ARGZ_NEXT 1
  978. | #define HAVE_ARGZ_STRINGIFY 1
  979. | #define HAVE_ASSERT_H 1
  980. | #define HAVE_CTYPE_H 1
  981. | #define HAVE_ERRNO_H 1
  982. | #define HAVE_MALLOC_H 1
  983. | #define HAVE_MEMORY_H 1
  984. | #define HAVE_STDLIB_H 1
  985. | #define HAVE_STDIO_H 1
  986. | #define HAVE_UNISTD_H 1
  987. | /* end confdefs.h. */
  988. | #include <dl.h>
  989. configure:11793: result: no
  990. configure:11826: checking for dl.h
  991. configure:11834: result: no
  992. configure:11693: checking sys/dl.h usability
  993. configure:11710: gcc -c -g -O2 conftest.c >&5
  994. conftest.c:82:20: error: sys/dl.h: No such file or directory
  995. configure:11716: $? = 1
  996. configure: failed program was:
  997. | /* confdefs.h. */
  998. | #define PACKAGE_NAME "llvm"
  999. | #define PACKAGE_TARNAME "-llvm-"
  1000. | #define PACKAGE_VERSION "2.6svn"
  1001. | #define PACKAGE_STRING "llvm 2.6svn"
  1002. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1003. | #define LLVM_ON_UNIX 1
  1004. | #define STDC_HEADERS 1
  1005. | #define HAVE_SYS_TYPES_H 1
  1006. | #define HAVE_SYS_STAT_H 1
  1007. | #define HAVE_STDLIB_H 1
  1008. | #define HAVE_STRING_H 1
  1009. | #define HAVE_MEMORY_H 1
  1010. | #define HAVE_STRINGS_H 1
  1011. | #define HAVE_INTTYPES_H 1
  1012. | #define HAVE_STDINT_H 1
  1013. | #define HAVE_UNISTD_H 1
  1014. | #define ENABLE_THREADS 1
  1015. | #define ENABLE_PIC 1
  1016. | #define LLVM_NATIVE_ARCH X86Target
  1017. | #define ENABLE_CBE_PRINTF_A 1
  1018. | #define HAVE_LINK_R 1
  1019. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1020. | #define HAVE_DIRENT_H 1
  1021. | #define HAVE_DLFCN_H 1
  1022. | #define LTDL_SHLIB_EXT ".so"
  1023. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1024. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1025. | #define LTDL_OBJDIR ".libs/"
  1026. | #define HAVE_PRELOADED_SYMBOLS 1
  1027. | #define HAVE_LIBDL 1
  1028. | #define HAVE_DLERROR 1
  1029. | #define HAVE_ARGZ_H 1
  1030. | #define HAVE_ERROR_T 1
  1031. | #define HAVE_ARGZ_APPEND 1
  1032. | #define HAVE_ARGZ_CREATE_SEP 1
  1033. | #define HAVE_ARGZ_INSERT 1
  1034. | #define HAVE_ARGZ_NEXT 1
  1035. | #define HAVE_ARGZ_STRINGIFY 1
  1036. | #define HAVE_ASSERT_H 1
  1037. | #define HAVE_CTYPE_H 1
  1038. | #define HAVE_ERRNO_H 1
  1039. | #define HAVE_MALLOC_H 1
  1040. | #define HAVE_MEMORY_H 1
  1041. | #define HAVE_STDLIB_H 1
  1042. | #define HAVE_STDIO_H 1
  1043. | #define HAVE_UNISTD_H 1
  1044. | /* end confdefs.h. */
  1045. | #include <stdio.h>
  1046. | #if HAVE_SYS_TYPES_H
  1047. | # include <sys/types.h>
  1048. | #endif
  1049. | #if HAVE_SYS_STAT_H
  1050. | # include <sys/stat.h>
  1051. | #endif
  1052. | #if STDC_HEADERS
  1053. | # include <stdlib.h>
  1054. | # include <stddef.h>
  1055. | #else
  1056. | # if HAVE_STDLIB_H
  1057. | # include <stdlib.h>
  1058. | # endif
  1059. | #endif
  1060. | #if HAVE_STRING_H
  1061. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1062. | # include <memory.h>
  1063. | # endif
  1064. | # include <string.h>
  1065. | #endif
  1066. | #if HAVE_STRINGS_H
  1067. | # include <strings.h>
  1068. | #endif
  1069. | #if HAVE_INTTYPES_H
  1070. | # include <inttypes.h>
  1071. | #endif
  1072. | #if HAVE_STDINT_H
  1073. | # include <stdint.h>
  1074. | #endif
  1075. | #if HAVE_UNISTD_H
  1076. | # include <unistd.h>
  1077. | #endif
  1078. | #include <sys/dl.h>
  1079. configure:11747: result: no
  1080. configure:11751: checking sys/dl.h presence
  1081. configure:11766: gcc -E conftest.c
  1082. conftest.c:49:20: error: sys/dl.h: No such file or directory
  1083. configure:11772: $? = 1
  1084. configure: failed program was:
  1085. | /* confdefs.h. */
  1086. | #define PACKAGE_NAME "llvm"
  1087. | #define PACKAGE_TARNAME "-llvm-"
  1088. | #define PACKAGE_VERSION "2.6svn"
  1089. | #define PACKAGE_STRING "llvm 2.6svn"
  1090. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1091. | #define LLVM_ON_UNIX 1
  1092. | #define STDC_HEADERS 1
  1093. | #define HAVE_SYS_TYPES_H 1
  1094. | #define HAVE_SYS_STAT_H 1
  1095. | #define HAVE_STDLIB_H 1
  1096. | #define HAVE_STRING_H 1
  1097. | #define HAVE_MEMORY_H 1
  1098. | #define HAVE_STRINGS_H 1
  1099. | #define HAVE_INTTYPES_H 1
  1100. | #define HAVE_STDINT_H 1
  1101. | #define HAVE_UNISTD_H 1
  1102. | #define ENABLE_THREADS 1
  1103. | #define ENABLE_PIC 1
  1104. | #define LLVM_NATIVE_ARCH X86Target
  1105. | #define ENABLE_CBE_PRINTF_A 1
  1106. | #define HAVE_LINK_R 1
  1107. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1108. | #define HAVE_DIRENT_H 1
  1109. | #define HAVE_DLFCN_H 1
  1110. | #define LTDL_SHLIB_EXT ".so"
  1111. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1112. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1113. | #define LTDL_OBJDIR ".libs/"
  1114. | #define HAVE_PRELOADED_SYMBOLS 1
  1115. | #define HAVE_LIBDL 1
  1116. | #define HAVE_DLERROR 1
  1117. | #define HAVE_ARGZ_H 1
  1118. | #define HAVE_ERROR_T 1
  1119. | #define HAVE_ARGZ_APPEND 1
  1120. | #define HAVE_ARGZ_CREATE_SEP 1
  1121. | #define HAVE_ARGZ_INSERT 1
  1122. | #define HAVE_ARGZ_NEXT 1
  1123. | #define HAVE_ARGZ_STRINGIFY 1
  1124. | #define HAVE_ASSERT_H 1
  1125. | #define HAVE_CTYPE_H 1
  1126. | #define HAVE_ERRNO_H 1
  1127. | #define HAVE_MALLOC_H 1
  1128. | #define HAVE_MEMORY_H 1
  1129. | #define HAVE_STDLIB_H 1
  1130. | #define HAVE_STDIO_H 1
  1131. | #define HAVE_UNISTD_H 1
  1132. | /* end confdefs.h. */
  1133. | #include <sys/dl.h>
  1134. configure:11793: result: no
  1135. configure:11826: checking for sys/dl.h
  1136. configure:11834: result: no
  1137. configure:11693: checking dld.h usability
  1138. configure:11710: gcc -c -g -O2 conftest.c >&5
  1139. conftest.c:82:17: error: dld.h: No such file or directory
  1140. configure:11716: $? = 1
  1141. configure: failed program was:
  1142. | /* confdefs.h. */
  1143. | #define PACKAGE_NAME "llvm"
  1144. | #define PACKAGE_TARNAME "-llvm-"
  1145. | #define PACKAGE_VERSION "2.6svn"
  1146. | #define PACKAGE_STRING "llvm 2.6svn"
  1147. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1148. | #define LLVM_ON_UNIX 1
  1149. | #define STDC_HEADERS 1
  1150. | #define HAVE_SYS_TYPES_H 1
  1151. | #define HAVE_SYS_STAT_H 1
  1152. | #define HAVE_STDLIB_H 1
  1153. | #define HAVE_STRING_H 1
  1154. | #define HAVE_MEMORY_H 1
  1155. | #define HAVE_STRINGS_H 1
  1156. | #define HAVE_INTTYPES_H 1
  1157. | #define HAVE_STDINT_H 1
  1158. | #define HAVE_UNISTD_H 1
  1159. | #define ENABLE_THREADS 1
  1160. | #define ENABLE_PIC 1
  1161. | #define LLVM_NATIVE_ARCH X86Target
  1162. | #define ENABLE_CBE_PRINTF_A 1
  1163. | #define HAVE_LINK_R 1
  1164. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1165. | #define HAVE_DIRENT_H 1
  1166. | #define HAVE_DLFCN_H 1
  1167. | #define LTDL_SHLIB_EXT ".so"
  1168. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1169. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1170. | #define LTDL_OBJDIR ".libs/"
  1171. | #define HAVE_PRELOADED_SYMBOLS 1
  1172. | #define HAVE_LIBDL 1
  1173. | #define HAVE_DLERROR 1
  1174. | #define HAVE_ARGZ_H 1
  1175. | #define HAVE_ERROR_T 1
  1176. | #define HAVE_ARGZ_APPEND 1
  1177. | #define HAVE_ARGZ_CREATE_SEP 1
  1178. | #define HAVE_ARGZ_INSERT 1
  1179. | #define HAVE_ARGZ_NEXT 1
  1180. | #define HAVE_ARGZ_STRINGIFY 1
  1181. | #define HAVE_ASSERT_H 1
  1182. | #define HAVE_CTYPE_H 1
  1183. | #define HAVE_ERRNO_H 1
  1184. | #define HAVE_MALLOC_H 1
  1185. | #define HAVE_MEMORY_H 1
  1186. | #define HAVE_STDLIB_H 1
  1187. | #define HAVE_STDIO_H 1
  1188. | #define HAVE_UNISTD_H 1
  1189. | /* end confdefs.h. */
  1190. | #include <stdio.h>
  1191. | #if HAVE_SYS_TYPES_H
  1192. | # include <sys/types.h>
  1193. | #endif
  1194. | #if HAVE_SYS_STAT_H
  1195. | # include <sys/stat.h>
  1196. | #endif
  1197. | #if STDC_HEADERS
  1198. | # include <stdlib.h>
  1199. | # include <stddef.h>
  1200. | #else
  1201. | # if HAVE_STDLIB_H
  1202. | # include <stdlib.h>
  1203. | # endif
  1204. | #endif
  1205. | #if HAVE_STRING_H
  1206. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1207. | # include <memory.h>
  1208. | # endif
  1209. | # include <string.h>
  1210. | #endif
  1211. | #if HAVE_STRINGS_H
  1212. | # include <strings.h>
  1213. | #endif
  1214. | #if HAVE_INTTYPES_H
  1215. | # include <inttypes.h>
  1216. | #endif
  1217. | #if HAVE_STDINT_H
  1218. | # include <stdint.h>
  1219. | #endif
  1220. | #if HAVE_UNISTD_H
  1221. | # include <unistd.h>
  1222. | #endif
  1223. | #include <dld.h>
  1224. configure:11747: result: no
  1225. configure:11751: checking dld.h presence
  1226. configure:11766: gcc -E conftest.c
  1227. conftest.c:49:17: error: dld.h: No such file or directory
  1228. configure:11772: $? = 1
  1229. configure: failed program was:
  1230. | /* confdefs.h. */
  1231. | #define PACKAGE_NAME "llvm"
  1232. | #define PACKAGE_TARNAME "-llvm-"
  1233. | #define PACKAGE_VERSION "2.6svn"
  1234. | #define PACKAGE_STRING "llvm 2.6svn"
  1235. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1236. | #define LLVM_ON_UNIX 1
  1237. | #define STDC_HEADERS 1
  1238. | #define HAVE_SYS_TYPES_H 1
  1239. | #define HAVE_SYS_STAT_H 1
  1240. | #define HAVE_STDLIB_H 1
  1241. | #define HAVE_STRING_H 1
  1242. | #define HAVE_MEMORY_H 1
  1243. | #define HAVE_STRINGS_H 1
  1244. | #define HAVE_INTTYPES_H 1
  1245. | #define HAVE_STDINT_H 1
  1246. | #define HAVE_UNISTD_H 1
  1247. | #define ENABLE_THREADS 1
  1248. | #define ENABLE_PIC 1
  1249. | #define LLVM_NATIVE_ARCH X86Target
  1250. | #define ENABLE_CBE_PRINTF_A 1
  1251. | #define HAVE_LINK_R 1
  1252. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1253. | #define HAVE_DIRENT_H 1
  1254. | #define HAVE_DLFCN_H 1
  1255. | #define LTDL_SHLIB_EXT ".so"
  1256. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1257. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1258. | #define LTDL_OBJDIR ".libs/"
  1259. | #define HAVE_PRELOADED_SYMBOLS 1
  1260. | #define HAVE_LIBDL 1
  1261. | #define HAVE_DLERROR 1
  1262. | #define HAVE_ARGZ_H 1
  1263. | #define HAVE_ERROR_T 1
  1264. | #define HAVE_ARGZ_APPEND 1
  1265. | #define HAVE_ARGZ_CREATE_SEP 1
  1266. | #define HAVE_ARGZ_INSERT 1
  1267. | #define HAVE_ARGZ_NEXT 1
  1268. | #define HAVE_ARGZ_STRINGIFY 1
  1269. | #define HAVE_ASSERT_H 1
  1270. | #define HAVE_CTYPE_H 1
  1271. | #define HAVE_ERRNO_H 1
  1272. | #define HAVE_MALLOC_H 1
  1273. | #define HAVE_MEMORY_H 1
  1274. | #define HAVE_STDLIB_H 1
  1275. | #define HAVE_STDIO_H 1
  1276. | #define HAVE_UNISTD_H 1
  1277. | /* end confdefs.h. */
  1278. | #include <dld.h>
  1279. configure:11793: result: no
  1280. configure:11826: checking for dld.h
  1281. configure:11834: result: no
  1282. configure:11693: checking mach-o/dyld.h usability
  1283. configure:11710: gcc -c -g -O2 conftest.c >&5
  1284. conftest.c:82:25: error: mach-o/dyld.h: No such file or directory
  1285. configure:11716: $? = 1
  1286. configure: failed program was:
  1287. | /* confdefs.h. */
  1288. | #define PACKAGE_NAME "llvm"
  1289. | #define PACKAGE_TARNAME "-llvm-"
  1290. | #define PACKAGE_VERSION "2.6svn"
  1291. | #define PACKAGE_STRING "llvm 2.6svn"
  1292. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1293. | #define LLVM_ON_UNIX 1
  1294. | #define STDC_HEADERS 1
  1295. | #define HAVE_SYS_TYPES_H 1
  1296. | #define HAVE_SYS_STAT_H 1
  1297. | #define HAVE_STDLIB_H 1
  1298. | #define HAVE_STRING_H 1
  1299. | #define HAVE_MEMORY_H 1
  1300. | #define HAVE_STRINGS_H 1
  1301. | #define HAVE_INTTYPES_H 1
  1302. | #define HAVE_STDINT_H 1
  1303. | #define HAVE_UNISTD_H 1
  1304. | #define ENABLE_THREADS 1
  1305. | #define ENABLE_PIC 1
  1306. | #define LLVM_NATIVE_ARCH X86Target
  1307. | #define ENABLE_CBE_PRINTF_A 1
  1308. | #define HAVE_LINK_R 1
  1309. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1310. | #define HAVE_DIRENT_H 1
  1311. | #define HAVE_DLFCN_H 1
  1312. | #define LTDL_SHLIB_EXT ".so"
  1313. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1314. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1315. | #define LTDL_OBJDIR ".libs/"
  1316. | #define HAVE_PRELOADED_SYMBOLS 1
  1317. | #define HAVE_LIBDL 1
  1318. | #define HAVE_DLERROR 1
  1319. | #define HAVE_ARGZ_H 1
  1320. | #define HAVE_ERROR_T 1
  1321. | #define HAVE_ARGZ_APPEND 1
  1322. | #define HAVE_ARGZ_CREATE_SEP 1
  1323. | #define HAVE_ARGZ_INSERT 1
  1324. | #define HAVE_ARGZ_NEXT 1
  1325. | #define HAVE_ARGZ_STRINGIFY 1
  1326. | #define HAVE_ASSERT_H 1
  1327. | #define HAVE_CTYPE_H 1
  1328. | #define HAVE_ERRNO_H 1
  1329. | #define HAVE_MALLOC_H 1
  1330. | #define HAVE_MEMORY_H 1
  1331. | #define HAVE_STDLIB_H 1
  1332. | #define HAVE_STDIO_H 1
  1333. | #define HAVE_UNISTD_H 1
  1334. | /* end confdefs.h. */
  1335. | #include <stdio.h>
  1336. | #if HAVE_SYS_TYPES_H
  1337. | # include <sys/types.h>
  1338. | #endif
  1339. | #if HAVE_SYS_STAT_H
  1340. | # include <sys/stat.h>
  1341. | #endif
  1342. | #if STDC_HEADERS
  1343. | # include <stdlib.h>
  1344. | # include <stddef.h>
  1345. | #else
  1346. | # if HAVE_STDLIB_H
  1347. | # include <stdlib.h>
  1348. | # endif
  1349. | #endif
  1350. | #if HAVE_STRING_H
  1351. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1352. | # include <memory.h>
  1353. | # endif
  1354. | # include <string.h>
  1355. | #endif
  1356. | #if HAVE_STRINGS_H
  1357. | # include <strings.h>
  1358. | #endif
  1359. | #if HAVE_INTTYPES_H
  1360. | # include <inttypes.h>
  1361. | #endif
  1362. | #if HAVE_STDINT_H
  1363. | # include <stdint.h>
  1364. | #endif
  1365. | #if HAVE_UNISTD_H
  1366. | # include <unistd.h>
  1367. | #endif
  1368. | #include <mach-o/dyld.h>
  1369. configure:11747: result: no
  1370. configure:11751: checking mach-o/dyld.h presence
  1371. configure:11766: gcc -E conftest.c
  1372. conftest.c:49:25: error: mach-o/dyld.h: No such file or directory
  1373. configure:11772: $? = 1
  1374. configure: failed program was:
  1375. | /* confdefs.h. */
  1376. | #define PACKAGE_NAME "llvm"
  1377. | #define PACKAGE_TARNAME "-llvm-"
  1378. | #define PACKAGE_VERSION "2.6svn"
  1379. | #define PACKAGE_STRING "llvm 2.6svn"
  1380. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1381. | #define LLVM_ON_UNIX 1
  1382. | #define STDC_HEADERS 1
  1383. | #define HAVE_SYS_TYPES_H 1
  1384. | #define HAVE_SYS_STAT_H 1
  1385. | #define HAVE_STDLIB_H 1
  1386. | #define HAVE_STRING_H 1
  1387. | #define HAVE_MEMORY_H 1
  1388. | #define HAVE_STRINGS_H 1
  1389. | #define HAVE_INTTYPES_H 1
  1390. | #define HAVE_STDINT_H 1
  1391. | #define HAVE_UNISTD_H 1
  1392. | #define ENABLE_THREADS 1
  1393. | #define ENABLE_PIC 1
  1394. | #define LLVM_NATIVE_ARCH X86Target
  1395. | #define ENABLE_CBE_PRINTF_A 1
  1396. | #define HAVE_LINK_R 1
  1397. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1398. | #define HAVE_DIRENT_H 1
  1399. | #define HAVE_DLFCN_H 1
  1400. | #define LTDL_SHLIB_EXT ".so"
  1401. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1402. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1403. | #define LTDL_OBJDIR ".libs/"
  1404. | #define HAVE_PRELOADED_SYMBOLS 1
  1405. | #define HAVE_LIBDL 1
  1406. | #define HAVE_DLERROR 1
  1407. | #define HAVE_ARGZ_H 1
  1408. | #define HAVE_ERROR_T 1
  1409. | #define HAVE_ARGZ_APPEND 1
  1410. | #define HAVE_ARGZ_CREATE_SEP 1
  1411. | #define HAVE_ARGZ_INSERT 1
  1412. | #define HAVE_ARGZ_NEXT 1
  1413. | #define HAVE_ARGZ_STRINGIFY 1
  1414. | #define HAVE_ASSERT_H 1
  1415. | #define HAVE_CTYPE_H 1
  1416. | #define HAVE_ERRNO_H 1
  1417. | #define HAVE_MALLOC_H 1
  1418. | #define HAVE_MEMORY_H 1
  1419. | #define HAVE_STDLIB_H 1
  1420. | #define HAVE_STDIO_H 1
  1421. | #define HAVE_UNISTD_H 1
  1422. | /* end confdefs.h. */
  1423. | #include <mach-o/dyld.h>
  1424. configure:11793: result: no
  1425. configure:11826: checking for mach-o/dyld.h
  1426. configure:11834: result: no
  1427. configure:11853: checking for string.h
  1428. configure:11859: result: yes
  1429. configure:12023: checking for strchr
  1430. configure:12079: gcc -o conftest -g -O2 conftest.c >&5
  1431. conftest.c:73: warning: conflicting types for built-in function 'strchr'
  1432. configure:12085: $? = 0
  1433. configure:12092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1434. configure:12095: $? = 0
  1435. configure:12102: test -s conftest
  1436. configure:12105: $? = 0
  1437. configure:12119: result: yes
  1438. configure:12134: checking for strrchr
  1439. configure:12190: gcc -o conftest -g -O2 conftest.c >&5
  1440. conftest.c:74: warning: conflicting types for built-in function 'strrchr'
  1441. configure:12196: $? = 0
  1442. configure:12203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1443. configure:12206: $? = 0
  1444. configure:12213: test -s conftest
  1445. configure:12216: $? = 0
  1446. configure:12230: result: yes
  1447. configure:12245: checking for memcpy
  1448. configure:12301: gcc -o conftest -g -O2 conftest.c >&5
  1449. conftest.c:75: warning: conflicting types for built-in function 'memcpy'
  1450. configure:12307: $? = 0
  1451. configure:12314: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1452. configure:12317: $? = 0
  1453. configure:12324: test -s conftest
  1454. configure:12327: $? = 0
  1455. configure:12341: result: yes
  1456. configure:12356: checking for memmove
  1457. configure:12412: gcc -o conftest -g -O2 conftest.c >&5
  1458. conftest.c:76: warning: conflicting types for built-in function 'memmove'
  1459. configure:12418: $? = 0
  1460. configure:12425: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1461. configure:12428: $? = 0
  1462. configure:12435: test -s conftest
  1463. configure:12438: $? = 0
  1464. configure:12452: result: yes
  1465. configure:12356: checking for strcmp
  1466. configure:12412: gcc -o conftest -g -O2 conftest.c >&5
  1467. conftest.c:77: warning: conflicting types for built-in function 'strcmp'
  1468. configure:12418: $? = 0
  1469. configure:12425: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1470. configure:12428: $? = 0
  1471. configure:12435: test -s conftest
  1472. configure:12438: $? = 0
  1473. configure:12452: result: yes
  1474. configure:12468: checking for closedir
  1475. configure:12524: gcc -o conftest -g -O2 conftest.c >&5
  1476. configure:12530: $? = 0
  1477. configure:12537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1478. configure:12540: $? = 0
  1479. configure:12547: test -s conftest
  1480. configure:12550: $? = 0
  1481. configure:12564: result: yes
  1482. configure:12468: checking for opendir
  1483. configure:12524: gcc -o conftest -g -O2 conftest.c >&5
  1484. configure:12530: $? = 0
  1485. configure:12537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1486. configure:12540: $? = 0
  1487. configure:12547: test -s conftest
  1488. configure:12550: $? = 0
  1489. configure:12564: result: yes
  1490. configure:12468: checking for readdir
  1491. configure:12524: gcc -o conftest -g -O2 conftest.c >&5
  1492. configure:12530: $? = 0
  1493. configure:12537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1494. configure:12540: $? = 0
  1495. configure:12547: test -s conftest
  1496. configure:12550: $? = 0
  1497. configure:12564: result: yes
  1498. configure:12647: checking for a sed that does not truncate output
  1499. configure:12701: result: /bin/sed
  1500. configure:12715: checking for ld used by gcc
  1501. configure:12782: result: /usr/bin/ld
  1502. configure:12791: checking if the linker (/usr/bin/ld) is GNU ld
  1503. configure:12806: result: yes
  1504. configure:12811: checking for /usr/bin/ld option to reload object files
  1505. configure:12818: result: -r
  1506. configure:12836: checking how to recognise dependent libraries
  1507. configure:13012: result: pass_all
  1508. configure:13265: checking how to run the C++ preprocessor
  1509. configure:13301: g++ -E conftest.cpp
  1510. configure:13307: $? = 0
  1511. configure:13345: g++ -E conftest.cpp
  1512. conftest.cpp:58:28: error: ac_nonexistent.h: No such file or directory
  1513. configure:13351: $? = 1
  1514. configure: failed program was:
  1515. | /* confdefs.h. */
  1516. | #define PACKAGE_NAME "llvm"
  1517. | #define PACKAGE_TARNAME "-llvm-"
  1518. | #define PACKAGE_VERSION "2.6svn"
  1519. | #define PACKAGE_STRING "llvm 2.6svn"
  1520. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1521. | #define LLVM_ON_UNIX 1
  1522. | #define STDC_HEADERS 1
  1523. | #define HAVE_SYS_TYPES_H 1
  1524. | #define HAVE_SYS_STAT_H 1
  1525. | #define HAVE_STDLIB_H 1
  1526. | #define HAVE_STRING_H 1
  1527. | #define HAVE_MEMORY_H 1
  1528. | #define HAVE_STRINGS_H 1
  1529. | #define HAVE_INTTYPES_H 1
  1530. | #define HAVE_STDINT_H 1
  1531. | #define HAVE_UNISTD_H 1
  1532. | #define ENABLE_THREADS 1
  1533. | #define ENABLE_PIC 1
  1534. | #define LLVM_NATIVE_ARCH X86Target
  1535. | #define ENABLE_CBE_PRINTF_A 1
  1536. | #define HAVE_LINK_R 1
  1537. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1538. | #define HAVE_DIRENT_H 1
  1539. | #define HAVE_DLFCN_H 1
  1540. | #define LTDL_SHLIB_EXT ".so"
  1541. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1542. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1543. | #define LTDL_OBJDIR ".libs/"
  1544. | #define HAVE_PRELOADED_SYMBOLS 1
  1545. | #define HAVE_LIBDL 1
  1546. | #define HAVE_DLERROR 1
  1547. | #define HAVE_ARGZ_H 1
  1548. | #define HAVE_ERROR_T 1
  1549. | #define HAVE_ARGZ_APPEND 1
  1550. | #define HAVE_ARGZ_CREATE_SEP 1
  1551. | #define HAVE_ARGZ_INSERT 1
  1552. | #define HAVE_ARGZ_NEXT 1
  1553. | #define HAVE_ARGZ_STRINGIFY 1
  1554. | #define HAVE_ASSERT_H 1
  1555. | #define HAVE_CTYPE_H 1
  1556. | #define HAVE_ERRNO_H 1
  1557. | #define HAVE_MALLOC_H 1
  1558. | #define HAVE_MEMORY_H 1
  1559. | #define HAVE_STDLIB_H 1
  1560. | #define HAVE_STDIO_H 1
  1561. | #define HAVE_UNISTD_H 1
  1562. | #define HAVE_STRING_H 1
  1563. | #define HAVE_STRCHR 1
  1564. | #define HAVE_STRRCHR 1
  1565. | #define HAVE_MEMCPY 1
  1566. | #define HAVE_MEMMOVE 1
  1567. | #define HAVE_STRCMP 1
  1568. | #define HAVE_CLOSEDIR 1
  1569. | #define HAVE_OPENDIR 1
  1570. | #define HAVE_READDIR 1
  1571. | /* end confdefs.h. */
  1572. | #include <ac_nonexistent.h>
  1573. configure:13391: result: g++ -E
  1574. configure:13420: g++ -E conftest.cpp
  1575. configure:13426: $? = 0
  1576. configure:13464: g++ -E conftest.cpp
  1577. conftest.cpp:58:28: error: ac_nonexistent.h: No such file or directory
  1578. configure:13470: $? = 1
  1579. configure: failed program was:
  1580. | /* confdefs.h. */
  1581. | #define PACKAGE_NAME "llvm"
  1582. | #define PACKAGE_TARNAME "-llvm-"
  1583. | #define PACKAGE_VERSION "2.6svn"
  1584. | #define PACKAGE_STRING "llvm 2.6svn"
  1585. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1586. | #define LLVM_ON_UNIX 1
  1587. | #define STDC_HEADERS 1
  1588. | #define HAVE_SYS_TYPES_H 1
  1589. | #define HAVE_SYS_STAT_H 1
  1590. | #define HAVE_STDLIB_H 1
  1591. | #define HAVE_STRING_H 1
  1592. | #define HAVE_MEMORY_H 1
  1593. | #define HAVE_STRINGS_H 1
  1594. | #define HAVE_INTTYPES_H 1
  1595. | #define HAVE_STDINT_H 1
  1596. | #define HAVE_UNISTD_H 1
  1597. | #define ENABLE_THREADS 1
  1598. | #define ENABLE_PIC 1
  1599. | #define LLVM_NATIVE_ARCH X86Target
  1600. | #define ENABLE_CBE_PRINTF_A 1
  1601. | #define HAVE_LINK_R 1
  1602. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1603. | #define HAVE_DIRENT_H 1
  1604. | #define HAVE_DLFCN_H 1
  1605. | #define LTDL_SHLIB_EXT ".so"
  1606. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1607. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1608. | #define LTDL_OBJDIR ".libs/"
  1609. | #define HAVE_PRELOADED_SYMBOLS 1
  1610. | #define HAVE_LIBDL 1
  1611. | #define HAVE_DLERROR 1
  1612. | #define HAVE_ARGZ_H 1
  1613. | #define HAVE_ERROR_T 1
  1614. | #define HAVE_ARGZ_APPEND 1
  1615. | #define HAVE_ARGZ_CREATE_SEP 1
  1616. | #define HAVE_ARGZ_INSERT 1
  1617. | #define HAVE_ARGZ_NEXT 1
  1618. | #define HAVE_ARGZ_STRINGIFY 1
  1619. | #define HAVE_ASSERT_H 1
  1620. | #define HAVE_CTYPE_H 1
  1621. | #define HAVE_ERRNO_H 1
  1622. | #define HAVE_MALLOC_H 1
  1623. | #define HAVE_MEMORY_H 1
  1624. | #define HAVE_STDLIB_H 1
  1625. | #define HAVE_STDIO_H 1
  1626. | #define HAVE_UNISTD_H 1
  1627. | #define HAVE_STRING_H 1
  1628. | #define HAVE_STRCHR 1
  1629. | #define HAVE_STRRCHR 1
  1630. | #define HAVE_MEMCPY 1
  1631. | #define HAVE_MEMMOVE 1
  1632. | #define HAVE_STRCMP 1
  1633. | #define HAVE_CLOSEDIR 1
  1634. | #define HAVE_OPENDIR 1
  1635. | #define HAVE_READDIR 1
  1636. | /* end confdefs.h. */
  1637. | #include <ac_nonexistent.h>
  1638. configure:13570: checking for g77
  1639. configure:13600: result: no
  1640. configure:13570: checking for f77
  1641. configure:13600: result: no
  1642. configure:13570: checking for xlf
  1643. configure:13600: result: no
  1644. configure:13570: checking for frt
  1645. configure:13600: result: no
  1646. configure:13570: checking for pgf77
  1647. configure:13600: result: no
  1648. configure:13570: checking for cf77
  1649. configure:13600: result: no
  1650. configure:13570: checking for fort77
  1651. configure:13600: result: no
  1652. configure:13570: checking for fl32
  1653. configure:13600: result: no
  1654. configure:13570: checking for af77
  1655. configure:13600: result: no
  1656. configure:13570: checking for f90
  1657. configure:13600: result: no
  1658. configure:13570: checking for xlf90
  1659. configure:13600: result: no
  1660. configure:13570: checking for pgf90
  1661. configure:13600: result: no
  1662. configure:13570: checking for pghpf
  1663. configure:13600: result: no
  1664. configure:13570: checking for epcf90
  1665. configure:13600: result: no
  1666. configure:13570: checking for gfortran
  1667. configure:13600: result: no
  1668. configure:13570: checking for g95
  1669. configure:13600: result: no
  1670. configure:13570: checking for f95
  1671. configure:13600: result: no
  1672. configure:13570: checking for fort
  1673. configure:13600: result: no
  1674. configure:13570: checking for xlf95
  1675. configure:13600: result: no
  1676. configure:13570: checking for ifort
  1677. configure:13600: result: no
  1678. configure:13570: checking for ifc
  1679. configure:13600: result: no
  1680. configure:13570: checking for efc
  1681. configure:13600: result: no
  1682. configure:13570: checking for pgf95
  1683. configure:13600: result: no
  1684. configure:13570: checking for lf95
  1685. configure:13600: result: no
  1686. configure:13570: checking for ftn
  1687. configure:13600: result: no
  1688. configure:13627: checking for Fortran 77 compiler version
  1689. configure:13634: --version >&5
  1690. ../../llvm/llvm-trunk/configure: line 13635: --version: command not found
  1691. configure:13637: $? = 127
  1692. configure:13644: -v >&5
  1693. ../../llvm/llvm-trunk/configure: line 13645: -v: command not found
  1694. configure:13647: $? = 127
  1695. configure:13654: -V >&5
  1696. ../../llvm/llvm-trunk/configure: line 13655: -V: command not found
  1697. configure:13657: $? = 127
  1698. configure:13665: checking whether we are using the GNU Fortran 77 compiler
  1699. configure:13684: -c conftest.F >&5
  1700. ../../llvm/llvm-trunk/configure: line 13685: -c: command not found
  1701. configure:13690: $? = 127
  1702. configure: failed program was:
  1703. | program main
  1704. | #ifndef __GNUC__
  1705. | choke me
  1706. | #endif
  1707. |
  1708. | end
  1709. configure:13724: result: no
  1710. configure:13730: checking whether accepts -g
  1711. configure:13747: -c -g conftest.f >&5
  1712. ../../llvm/llvm-trunk/configure: line 13748: -c: command not found
  1713. configure:13753: $? = 127
  1714. configure: failed program was:
  1715. | program main
  1716. |
  1717. | end
  1718. configure:13786: result: no
  1719. configure:13816: checking the maximum length of command line arguments
  1720. configure:13925: result: 32768
  1721. configure:13936: checking command to parse /usr/bin/nm -B output from gcc object
  1722. configure:14144: result: ok
  1723. configure:14148: checking for objdir
  1724. configure:14163: result: .libs
  1725. configure:14255: checking for ar
  1726. configure:14271: found /usr/bin/ar
  1727. configure:14282: result: ar
  1728. configure:14351: checking for ranlib
  1729. configure:14378: result: ranlib
  1730. configure:14447: checking for strip
  1731. configure:14463: found /usr/bin/strip
  1732. configure:14474: result: strip
  1733. configure:14760: checking if gcc supports -fno-rtti -fno-exceptions
  1734. configure:14778: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  1735. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  1736. configure:14782: $? = 0
  1737. configure:14795: result: no
  1738. configure:14810: checking for gcc option to produce PIC
  1739. configure:15020: result: -fPIC
  1740. configure:15028: checking if gcc PIC flag -fPIC works
  1741. configure:15046: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
  1742. configure:15050: $? = 0
  1743. configure:15063: result: yes
  1744. configure:15091: checking if gcc static flag -static works
  1745. configure:15119: result: yes
  1746. configure:15129: checking if gcc supports -c -o file.o
  1747. configure:15150: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  1748. configure:15154: $? = 0
  1749. configure:15176: result: yes
  1750. configure:15202: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  1751. configure:16188: result: yes
  1752. configure:16209: checking whether -lc should be explicitly linked in
  1753. configure:16214: gcc -c -g -O2 conftest.c >&5
  1754. configure:16217: $? = 0
  1755. configure:16232: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
  1756. configure:16235: $? = 0
  1757. configure:16247: result: no
  1758. configure:16255: checking dynamic linker characteristics
  1759. configure:16843: result: GNU/Linux ld.so
  1760. configure:16852: checking how to hardcode library paths into programs
  1761. configure:16877: result: immediate
  1762. configure:16891: checking whether stripping libraries is possible
  1763. configure:16896: result: yes
  1764. configure:17035: checking for shl_load
  1765. configure:17130: result: no
  1766. configure:17135: checking for shl_load in -ldld
  1767. configure:17210: result: no
  1768. configure:17215: checking for dlopen
  1769. configure:17271: gcc -o conftest -g -O2 conftest.c >&5
  1770. /tmp/ccsEXLdx.o: In function `main':
  1771. /media/llvm-dev/llvm-objs/conftest.c:92: undefined reference to `dlopen'
  1772. collect2: ld returned 1 exit status
  1773. configure:17277: $? = 1
  1774. configure: failed program was:
  1775. | /* confdefs.h. */
  1776. | #define PACKAGE_NAME "llvm"
  1777. | #define PACKAGE_TARNAME "-llvm-"
  1778. | #define PACKAGE_VERSION "2.6svn"
  1779. | #define PACKAGE_STRING "llvm 2.6svn"
  1780. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1781. | #define LLVM_ON_UNIX 1
  1782. | #define STDC_HEADERS 1
  1783. | #define HAVE_SYS_TYPES_H 1
  1784. | #define HAVE_SYS_STAT_H 1
  1785. | #define HAVE_STDLIB_H 1
  1786. | #define HAVE_STRING_H 1
  1787. | #define HAVE_MEMORY_H 1
  1788. | #define HAVE_STRINGS_H 1
  1789. | #define HAVE_INTTYPES_H 1
  1790. | #define HAVE_STDINT_H 1
  1791. | #define HAVE_UNISTD_H 1
  1792. | #define ENABLE_THREADS 1
  1793. | #define ENABLE_PIC 1
  1794. | #define LLVM_NATIVE_ARCH X86Target
  1795. | #define ENABLE_CBE_PRINTF_A 1
  1796. | #define HAVE_LINK_R 1
  1797. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1798. | #define HAVE_DIRENT_H 1
  1799. | #define HAVE_DLFCN_H 1
  1800. | #define LTDL_SHLIB_EXT ".so"
  1801. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1802. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1803. | #define LTDL_OBJDIR ".libs/"
  1804. | #define HAVE_PRELOADED_SYMBOLS 1
  1805. | #define HAVE_LIBDL 1
  1806. | #define HAVE_DLERROR 1
  1807. | #define HAVE_ARGZ_H 1
  1808. | #define HAVE_ERROR_T 1
  1809. | #define HAVE_ARGZ_APPEND 1
  1810. | #define HAVE_ARGZ_CREATE_SEP 1
  1811. | #define HAVE_ARGZ_INSERT 1
  1812. | #define HAVE_ARGZ_NEXT 1
  1813. | #define HAVE_ARGZ_STRINGIFY 1
  1814. | #define HAVE_ASSERT_H 1
  1815. | #define HAVE_CTYPE_H 1
  1816. | #define HAVE_ERRNO_H 1
  1817. | #define HAVE_MALLOC_H 1
  1818. | #define HAVE_MEMORY_H 1
  1819. | #define HAVE_STDLIB_H 1
  1820. | #define HAVE_STDIO_H 1
  1821. | #define HAVE_UNISTD_H 1
  1822. | #define HAVE_STRING_H 1
  1823. | #define HAVE_STRCHR 1
  1824. | #define HAVE_STRRCHR 1
  1825. | #define HAVE_MEMCPY 1
  1826. | #define HAVE_MEMMOVE 1
  1827. | #define HAVE_STRCMP 1
  1828. | #define HAVE_CLOSEDIR 1
  1829. | #define HAVE_OPENDIR 1
  1830. | #define HAVE_READDIR 1
  1831. | /* end confdefs.h. */
  1832. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  1833. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1834. | #define dlopen innocuous_dlopen
  1835. |
  1836. | /* System header to define __stub macros and hopefully few prototypes,
  1837. | which can conflict with char dlopen (); below.
  1838. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1839. | <limits.h> exists even on freestanding compilers. */
  1840. |
  1841. | #ifdef __STDC__
  1842. | # include <limits.h>
  1843. | #else
  1844. | # include <assert.h>
  1845. | #endif
  1846. |
  1847. | #undef dlopen
  1848. |
  1849. | /* Override any GCC internal prototype to avoid an error.
  1850. | Use char because int might match the return type of a GCC
  1851. | builtin and then its argument prototype would still apply. */
  1852. | #ifdef __cplusplus
  1853. | extern "C"
  1854. | #endif
  1855. | char dlopen ();
  1856. | /* The GNU C library defines this for functions which it implements
  1857. | to always fail with ENOSYS. Some functions are actually named
  1858. | something starting with __ and the normal name is an alias. */
  1859. | #if defined __stub_dlopen || defined __stub___dlopen
  1860. | choke me
  1861. | #endif
  1862. |
  1863. | int
  1864. | main ()
  1865. | {
  1866. | return dlopen ();
  1867. | ;
  1868. | return 0;
  1869. | }
  1870. configure:17310: result: no
  1871. configure:17315: checking for dlopen in -ldl
  1872. configure:17390: result: yes
  1873. configure:17591: checking whether a program can dlopen itself
  1874. configure:17665: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
  1875. configure: In function 'main':
  1876. configure:17661: warning: incompatible implicit declaration of built-in function 'exit'
  1877. configure:17668: $? = 0
  1878. configure:17686: result: yes
  1879. configure:17691: checking whether a statically linked program can dlopen itself
  1880. configure:17765: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
  1881. configure: In function 'main':
  1882. configure:17761: warning: incompatible implicit declaration of built-in function 'exit'
  1883. /tmp/ccKSidCB.o: In function `main':
  1884. /media/llvm-dev/llvm-objs/configure:17749: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  1885. configure:17768: $? = 0
  1886. /lib/: cannot read file data: Is a directory
  1887. configure:17786: result: no
  1888. configure:17809: checking if libtool supports shared libraries
  1889. configure:17811: result: yes
  1890. configure:17814: checking whether to build shared libraries
  1891. configure:17835: result: yes
  1892. configure:17838: checking whether to build static libraries
  1893. configure:17842: result: yes
  1894. configure:17934: creating mklib
  1895. configure:18522: checking for ld used by g++
  1896. configure:18589: result: /usr/bin/ld
  1897. configure:18598: checking if the linker (/usr/bin/ld) is GNU ld
  1898. configure:18613: result: yes
  1899. configure:18664: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  1900. configure:19630: result: yes
  1901. configure:19648: g++ -c -g -O2 conftest.cpp >&5
  1902. configure:19651: $? = 0
  1903. configure:19770: checking for g++ option to produce PIC
  1904. configure:20044: result: -fPIC
  1905. configure:20052: checking if g++ PIC flag -fPIC works
  1906. configure:20070: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
  1907. configure:20074: $? = 0
  1908. configure:20087: result: yes
  1909. configure:20115: checking if g++ static flag -static works
  1910. configure:20143: result: yes
  1911. configure:20153: checking if g++ supports -c -o file.o
  1912. configure:20174: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  1913. configure:20178: $? = 0
  1914. configure:20200: result: yes
  1915. configure:20226: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  1916. configure:20251: result: yes
  1917. configure:20318: checking dynamic linker characteristics
  1918. configure:20906: result: GNU/Linux ld.so
  1919. configure:20915: checking how to hardcode library paths into programs
  1920. configure:20940: result: immediate
  1921. configure:27175: checking for llvm-gcc
  1922. configure:27193: found /usr/bin/llvm-gcc
  1923. configure:27205: result: /usr/bin/llvm-gcc
  1924. configure:27215: checking for llvm-g++
  1925. configure:27233: found /usr/bin/llvm-g++
  1926. configure:27245: result: /usr/bin/llvm-g++
  1927. configure:27274: checking tool compatibility
  1928. configure:27316: gcc -c -g -O2 conftest.c >&5
  1929. configure:27322: $? = 0
  1930. configure:27329: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1931. configure:27332: $? = 0
  1932. configure:27339: test -s conftest.o
  1933. configure:27342: $? = 0
  1934. configure:27364: result: ok
  1935. configure:27369: checking for sin in -lm
  1936. configure:27404: gcc -o conftest -g -O2 conftest.c -lm >&5
  1937. conftest.c:66: warning: conflicting types for built-in function 'sin'
  1938. configure:27410: $? = 0
  1939. configure:27417: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  1940. configure:27420: $? = 0
  1941. configure:27427: test -s conftest
  1942. configure:27430: $? = 0
  1943. configure:27444: result: yes
  1944. configure:27620: checking for library containing dlopen
  1945. configure:27661: gcc -o conftest -g -O2 conftest.c -lm >&5
  1946. /tmp/ccssAyYF.o: In function `main':
  1947. /media/llvm-dev/llvm-objs/conftest.c:71: undefined reference to `dlopen'
  1948. collect2: ld returned 1 exit status
  1949. configure:27667: $? = 1
  1950. configure: failed program was:
  1951. | /* confdefs.h. */
  1952. | #define PACKAGE_NAME "llvm"
  1953. | #define PACKAGE_TARNAME "-llvm-"
  1954. | #define PACKAGE_VERSION "2.6svn"
  1955. | #define PACKAGE_STRING "llvm 2.6svn"
  1956. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  1957. | #define LLVM_ON_UNIX 1
  1958. | #define STDC_HEADERS 1
  1959. | #define HAVE_SYS_TYPES_H 1
  1960. | #define HAVE_SYS_STAT_H 1
  1961. | #define HAVE_STDLIB_H 1
  1962. | #define HAVE_STRING_H 1
  1963. | #define HAVE_MEMORY_H 1
  1964. | #define HAVE_STRINGS_H 1
  1965. | #define HAVE_INTTYPES_H 1
  1966. | #define HAVE_STDINT_H 1
  1967. | #define HAVE_UNISTD_H 1
  1968. | #define ENABLE_THREADS 1
  1969. | #define ENABLE_PIC 1
  1970. | #define LLVM_NATIVE_ARCH X86Target
  1971. | #define ENABLE_CBE_PRINTF_A 1
  1972. | #define HAVE_LINK_R 1
  1973. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  1974. | #define HAVE_DIRENT_H 1
  1975. | #define HAVE_DLFCN_H 1
  1976. | #define LTDL_SHLIB_EXT ".so"
  1977. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  1978. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  1979. | #define LTDL_OBJDIR ".libs/"
  1980. | #define HAVE_PRELOADED_SYMBOLS 1
  1981. | #define HAVE_LIBDL 1
  1982. | #define HAVE_DLERROR 1
  1983. | #define HAVE_ARGZ_H 1
  1984. | #define HAVE_ERROR_T 1
  1985. | #define HAVE_ARGZ_APPEND 1
  1986. | #define HAVE_ARGZ_CREATE_SEP 1
  1987. | #define HAVE_ARGZ_INSERT 1
  1988. | #define HAVE_ARGZ_NEXT 1
  1989. | #define HAVE_ARGZ_STRINGIFY 1
  1990. | #define HAVE_ASSERT_H 1
  1991. | #define HAVE_CTYPE_H 1
  1992. | #define HAVE_ERRNO_H 1
  1993. | #define HAVE_MALLOC_H 1
  1994. | #define HAVE_MEMORY_H 1
  1995. | #define HAVE_STDLIB_H 1
  1996. | #define HAVE_STDIO_H 1
  1997. | #define HAVE_UNISTD_H 1
  1998. | #define HAVE_STRING_H 1
  1999. | #define HAVE_STRCHR 1
  2000. | #define HAVE_STRRCHR 1
  2001. | #define HAVE_MEMCPY 1
  2002. | #define HAVE_MEMMOVE 1
  2003. | #define HAVE_STRCMP 1
  2004. | #define HAVE_CLOSEDIR 1
  2005. | #define HAVE_OPENDIR 1
  2006. | #define HAVE_READDIR 1
  2007. | #define CAN_DLOPEN_SELF 1
  2008. | #define HAVE_LIBM 1
  2009. | /* end confdefs.h. */
  2010. |
  2011. | /* Override any GCC internal prototype to avoid an error.
  2012. | Use char because int might match the return type of a GCC
  2013. | builtin and then its argument prototype would still apply. */
  2014. | #ifdef __cplusplus
  2015. | extern "C"
  2016. | #endif
  2017. | char dlopen ();
  2018. | int
  2019. | main ()
  2020. | {
  2021. | return dlopen ();
  2022. | ;
  2023. | return 0;
  2024. | }
  2025. configure:27661: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  2026. configure:27667: $? = 0
  2027. configure:27674: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2028. configure:27677: $? = 0
  2029. configure:27684: test -s conftest
  2030. configure:27687: $? = 0
  2031. configure:27711: result: -ldl
  2032. configure:27728: checking for library containing ffi_call
  2033. configure:27769: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  2034. /tmp/ccaYhQ6g.o: In function `main':
  2035. /media/llvm-dev/llvm-objs/conftest.c:72: undefined reference to `ffi_call'
  2036. collect2: ld returned 1 exit status
  2037. configure:27775: $? = 1
  2038. configure: failed program was:
  2039. | /* confdefs.h. */
  2040. | #define PACKAGE_NAME "llvm"
  2041. | #define PACKAGE_TARNAME "-llvm-"
  2042. | #define PACKAGE_VERSION "2.6svn"
  2043. | #define PACKAGE_STRING "llvm 2.6svn"
  2044. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2045. | #define LLVM_ON_UNIX 1
  2046. | #define STDC_HEADERS 1
  2047. | #define HAVE_SYS_TYPES_H 1
  2048. | #define HAVE_SYS_STAT_H 1
  2049. | #define HAVE_STDLIB_H 1
  2050. | #define HAVE_STRING_H 1
  2051. | #define HAVE_MEMORY_H 1
  2052. | #define HAVE_STRINGS_H 1
  2053. | #define HAVE_INTTYPES_H 1
  2054. | #define HAVE_STDINT_H 1
  2055. | #define HAVE_UNISTD_H 1
  2056. | #define ENABLE_THREADS 1
  2057. | #define ENABLE_PIC 1
  2058. | #define LLVM_NATIVE_ARCH X86Target
  2059. | #define ENABLE_CBE_PRINTF_A 1
  2060. | #define HAVE_LINK_R 1
  2061. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2062. | #define HAVE_DIRENT_H 1
  2063. | #define HAVE_DLFCN_H 1
  2064. | #define LTDL_SHLIB_EXT ".so"
  2065. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2066. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  2067. | #define LTDL_OBJDIR ".libs/"
  2068. | #define HAVE_PRELOADED_SYMBOLS 1
  2069. | #define HAVE_LIBDL 1
  2070. | #define HAVE_DLERROR 1
  2071. | #define HAVE_ARGZ_H 1
  2072. | #define HAVE_ERROR_T 1
  2073. | #define HAVE_ARGZ_APPEND 1
  2074. | #define HAVE_ARGZ_CREATE_SEP 1
  2075. | #define HAVE_ARGZ_INSERT 1
  2076. | #define HAVE_ARGZ_NEXT 1
  2077. | #define HAVE_ARGZ_STRINGIFY 1
  2078. | #define HAVE_ASSERT_H 1
  2079. | #define HAVE_CTYPE_H 1
  2080. | #define HAVE_ERRNO_H 1
  2081. | #define HAVE_MALLOC_H 1
  2082. | #define HAVE_MEMORY_H 1
  2083. | #define HAVE_STDLIB_H 1
  2084. | #define HAVE_STDIO_H 1
  2085. | #define HAVE_UNISTD_H 1
  2086. | #define HAVE_STRING_H 1
  2087. | #define HAVE_STRCHR 1
  2088. | #define HAVE_STRRCHR 1
  2089. | #define HAVE_MEMCPY 1
  2090. | #define HAVE_MEMMOVE 1
  2091. | #define HAVE_STRCMP 1
  2092. | #define HAVE_CLOSEDIR 1
  2093. | #define HAVE_OPENDIR 1
  2094. | #define HAVE_READDIR 1
  2095. | #define CAN_DLOPEN_SELF 1
  2096. | #define HAVE_LIBM 1
  2097. | #define HAVE_DLOPEN 1
  2098. | /* end confdefs.h. */
  2099. |
  2100. | /* Override any GCC internal prototype to avoid an error.
  2101. | Use char because int might match the return type of a GCC
  2102. | builtin and then its argument prototype would still apply. */
  2103. | #ifdef __cplusplus
  2104. | extern "C"
  2105. | #endif
  2106. | char ffi_call ();
  2107. | int
  2108. | main ()
  2109. | {
  2110. | return ffi_call ();
  2111. | ;
  2112. | return 0;
  2113. | }
  2114. configure:27769: gcc -o conftest -g -O2 conftest.c -lffi -ldl -lm >&5
  2115. /usr/bin/ld: cannot find -lffi
  2116. collect2: ld returned 1 exit status
  2117. configure:27775: $? = 1
  2118. configure: failed program was:
  2119. | /* confdefs.h. */
  2120. | #define PACKAGE_NAME "llvm"
  2121. | #define PACKAGE_TARNAME "-llvm-"
  2122. | #define PACKAGE_VERSION "2.6svn"
  2123. | #define PACKAGE_STRING "llvm 2.6svn"
  2124. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2125. | #define LLVM_ON_UNIX 1
  2126. | #define STDC_HEADERS 1
  2127. | #define HAVE_SYS_TYPES_H 1
  2128. | #define HAVE_SYS_STAT_H 1
  2129. | #define HAVE_STDLIB_H 1
  2130. | #define HAVE_STRING_H 1
  2131. | #define HAVE_MEMORY_H 1
  2132. | #define HAVE_STRINGS_H 1
  2133. | #define HAVE_INTTYPES_H 1
  2134. | #define HAVE_STDINT_H 1
  2135. | #define HAVE_UNISTD_H 1
  2136. | #define ENABLE_THREADS 1
  2137. | #define ENABLE_PIC 1
  2138. | #define LLVM_NATIVE_ARCH X86Target
  2139. | #define ENABLE_CBE_PRINTF_A 1
  2140. | #define HAVE_LINK_R 1
  2141. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2142. | #define HAVE_DIRENT_H 1
  2143. | #define HAVE_DLFCN_H 1
  2144. | #define LTDL_SHLIB_EXT ".so"
  2145. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2146. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  2147. | #define LTDL_OBJDIR ".libs/"
  2148. | #define HAVE_PRELOADED_SYMBOLS 1
  2149. | #define HAVE_LIBDL 1
  2150. | #define HAVE_DLERROR 1
  2151. | #define HAVE_ARGZ_H 1
  2152. | #define HAVE_ERROR_T 1
  2153. | #define HAVE_ARGZ_APPEND 1
  2154. | #define HAVE_ARGZ_CREATE_SEP 1
  2155. | #define HAVE_ARGZ_INSERT 1
  2156. | #define HAVE_ARGZ_NEXT 1
  2157. | #define HAVE_ARGZ_STRINGIFY 1
  2158. | #define HAVE_ASSERT_H 1
  2159. | #define HAVE_CTYPE_H 1
  2160. | #define HAVE_ERRNO_H 1
  2161. | #define HAVE_MALLOC_H 1
  2162. | #define HAVE_MEMORY_H 1
  2163. | #define HAVE_STDLIB_H 1
  2164. | #define HAVE_STDIO_H 1
  2165. | #define HAVE_UNISTD_H 1
  2166. | #define HAVE_STRING_H 1
  2167. | #define HAVE_STRCHR 1
  2168. | #define HAVE_STRRCHR 1
  2169. | #define HAVE_MEMCPY 1
  2170. | #define HAVE_MEMMOVE 1
  2171. | #define HAVE_STRCMP 1
  2172. | #define HAVE_CLOSEDIR 1
  2173. | #define HAVE_OPENDIR 1
  2174. | #define HAVE_READDIR 1
  2175. | #define CAN_DLOPEN_SELF 1
  2176. | #define HAVE_LIBM 1
  2177. | #define HAVE_DLOPEN 1
  2178. | /* end confdefs.h. */
  2179. |
  2180. | /* Override any GCC internal prototype to avoid an error.
  2181. | Use char because int might match the return type of a GCC
  2182. | builtin and then its argument prototype would still apply. */
  2183. | #ifdef __cplusplus
  2184. | extern "C"
  2185. | #endif
  2186. | char ffi_call ();
  2187. | int
  2188. | main ()
  2189. | {
  2190. | return ffi_call ();
  2191. | ;
  2192. | return 0;
  2193. | }
  2194. configure:27819: result: no
  2195. configure:27830: WARNING: libffi not found - disabling external calls from interpreter
  2196. configure:27836: checking for library containing mallinfo
  2197. configure:27877: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  2198. configure:27883: $? = 0
  2199. configure:27890: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2200. configure:27893: $? = 0
  2201. configure:27900: test -s conftest
  2202. configure:27903: $? = 0
  2203. configure:27927: result: none required
  2204. configure:27942: checking for pthread_mutex_init in -lpthread
  2205. configure:27977: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  2206. configure:27983: $? = 0
  2207. configure:27990: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2208. configure:27993: $? = 0
  2209. configure:28000: test -s conftest
  2210. configure:28003: $? = 0
  2211. configure:28017: result: yes
  2212. configure:28028: checking for library containing pthread_mutex_lock
  2213. configure:28069: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  2214. configure:28075: $? = 0
  2215. configure:28082: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2216. configure:28085: $? = 0
  2217. configure:28092: test -s conftest
  2218. configure:28095: $? = 0
  2219. configure:28119: result: none required
  2220. configure:28131: checking for library containing pthread_rwlock_init
  2221. configure:28172: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  2222. configure:28178: $? = 0
  2223. configure:28185: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2224. configure:28188: $? = 0
  2225. configure:28195: test -s conftest
  2226. configure:28198: $? = 0
  2227. configure:28222: result: none required
  2228. configure:28234: checking for library containing pthread_getspecific
  2229. configure:28275: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  2230. configure:28281: $? = 0
  2231. configure:28288: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2232. configure:28291: $? = 0
  2233. configure:28298: test -s conftest
  2234. configure:28301: $? = 0
  2235. configure:28325: result: none required
  2236. configure:28738: checking for library containing op_open_agent
  2237. configure:28779: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm -L/usr/lib/oprofile -Wl,-rpath,/usr/lib/oprofile >&5
  2238. /tmp/ccuC6ECf.o: In function `main':
  2239. /media/llvm-dev/llvm-objs/conftest.c:78: undefined reference to `op_open_agent'
  2240. collect2: ld returned 1 exit status
  2241. configure:28785: $? = 1
  2242. configure: failed program was:
  2243. | /* confdefs.h. */
  2244. | #define PACKAGE_NAME "llvm"
  2245. | #define PACKAGE_TARNAME "-llvm-"
  2246. | #define PACKAGE_VERSION "2.6svn"
  2247. | #define PACKAGE_STRING "llvm 2.6svn"
  2248. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2249. | #define LLVM_ON_UNIX 1
  2250. | #define STDC_HEADERS 1
  2251. | #define HAVE_SYS_TYPES_H 1
  2252. | #define HAVE_SYS_STAT_H 1
  2253. | #define HAVE_STDLIB_H 1
  2254. | #define HAVE_STRING_H 1
  2255. | #define HAVE_MEMORY_H 1
  2256. | #define HAVE_STRINGS_H 1
  2257. | #define HAVE_INTTYPES_H 1
  2258. | #define HAVE_STDINT_H 1
  2259. | #define HAVE_UNISTD_H 1
  2260. | #define ENABLE_THREADS 1
  2261. | #define ENABLE_PIC 1
  2262. | #define LLVM_NATIVE_ARCH X86Target
  2263. | #define ENABLE_CBE_PRINTF_A 1
  2264. | #define HAVE_LINK_R 1
  2265. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2266. | #define HAVE_DIRENT_H 1
  2267. | #define HAVE_DLFCN_H 1
  2268. | #define LTDL_SHLIB_EXT ".so"
  2269. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2270. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  2271. | #define LTDL_OBJDIR ".libs/"
  2272. | #define HAVE_PRELOADED_SYMBOLS 1
  2273. | #define HAVE_LIBDL 1
  2274. | #define HAVE_DLERROR 1
  2275. | #define HAVE_ARGZ_H 1
  2276. | #define HAVE_ERROR_T 1
  2277. | #define HAVE_ARGZ_APPEND 1
  2278. | #define HAVE_ARGZ_CREATE_SEP 1
  2279. | #define HAVE_ARGZ_INSERT 1
  2280. | #define HAVE_ARGZ_NEXT 1
  2281. | #define HAVE_ARGZ_STRINGIFY 1
  2282. | #define HAVE_ASSERT_H 1
  2283. | #define HAVE_CTYPE_H 1
  2284. | #define HAVE_ERRNO_H 1
  2285. | #define HAVE_MALLOC_H 1
  2286. | #define HAVE_MEMORY_H 1
  2287. | #define HAVE_STDLIB_H 1
  2288. | #define HAVE_STDIO_H 1
  2289. | #define HAVE_UNISTD_H 1
  2290. | #define HAVE_STRING_H 1
  2291. | #define HAVE_STRCHR 1
  2292. | #define HAVE_STRRCHR 1
  2293. | #define HAVE_MEMCPY 1
  2294. | #define HAVE_MEMMOVE 1
  2295. | #define HAVE_STRCMP 1
  2296. | #define HAVE_CLOSEDIR 1
  2297. | #define HAVE_OPENDIR 1
  2298. | #define HAVE_READDIR 1
  2299. | #define CAN_DLOPEN_SELF 1
  2300. | #define HAVE_LIBM 1
  2301. | #define HAVE_DLOPEN 1
  2302. | #define HAVE_MALLINFO 1
  2303. | #define HAVE_LIBPTHREAD 1
  2304. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2305. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2306. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2307. | #define USE_UDIS86 0
  2308. | /* end confdefs.h. */
  2309. |
  2310. | /* Override any GCC internal prototype to avoid an error.
  2311. | Use char because int might match the return type of a GCC
  2312. | builtin and then its argument prototype would still apply. */
  2313. | #ifdef __cplusplus
  2314. | extern "C"
  2315. | #endif
  2316. | char op_open_agent ();
  2317. | int
  2318. | main ()
  2319. | {
  2320. | return op_open_agent ();
  2321. | ;
  2322. | return 0;
  2323. | }
  2324. configure:28779: gcc -o conftest -g -O2 conftest.c -lopagent -lpthread -ldl -lm -L/usr/lib/oprofile -Wl,-rpath,/usr/lib/oprofile >&5
  2325. /usr/bin/ld: cannot find -lopagent
  2326. collect2: ld returned 1 exit status
  2327. configure:28785: $? = 1
  2328. configure: failed program was:
  2329. | /* confdefs.h. */
  2330. | #define PACKAGE_NAME "llvm"
  2331. | #define PACKAGE_TARNAME "-llvm-"
  2332. | #define PACKAGE_VERSION "2.6svn"
  2333. | #define PACKAGE_STRING "llvm 2.6svn"
  2334. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2335. | #define LLVM_ON_UNIX 1
  2336. | #define STDC_HEADERS 1
  2337. | #define HAVE_SYS_TYPES_H 1
  2338. | #define HAVE_SYS_STAT_H 1
  2339. | #define HAVE_STDLIB_H 1
  2340. | #define HAVE_STRING_H 1
  2341. | #define HAVE_MEMORY_H 1
  2342. | #define HAVE_STRINGS_H 1
  2343. | #define HAVE_INTTYPES_H 1
  2344. | #define HAVE_STDINT_H 1
  2345. | #define HAVE_UNISTD_H 1
  2346. | #define ENABLE_THREADS 1
  2347. | #define ENABLE_PIC 1
  2348. | #define LLVM_NATIVE_ARCH X86Target
  2349. | #define ENABLE_CBE_PRINTF_A 1
  2350. | #define HAVE_LINK_R 1
  2351. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2352. | #define HAVE_DIRENT_H 1
  2353. | #define HAVE_DLFCN_H 1
  2354. | #define LTDL_SHLIB_EXT ".so"
  2355. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2356. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  2357. | #define LTDL_OBJDIR ".libs/"
  2358. | #define HAVE_PRELOADED_SYMBOLS 1
  2359. | #define HAVE_LIBDL 1
  2360. | #define HAVE_DLERROR 1
  2361. | #define HAVE_ARGZ_H 1
  2362. | #define HAVE_ERROR_T 1
  2363. | #define HAVE_ARGZ_APPEND 1
  2364. | #define HAVE_ARGZ_CREATE_SEP 1
  2365. | #define HAVE_ARGZ_INSERT 1
  2366. | #define HAVE_ARGZ_NEXT 1
  2367. | #define HAVE_ARGZ_STRINGIFY 1
  2368. | #define HAVE_ASSERT_H 1
  2369. | #define HAVE_CTYPE_H 1
  2370. | #define HAVE_ERRNO_H 1
  2371. | #define HAVE_MALLOC_H 1
  2372. | #define HAVE_MEMORY_H 1
  2373. | #define HAVE_STDLIB_H 1
  2374. | #define HAVE_STDIO_H 1
  2375. | #define HAVE_UNISTD_H 1
  2376. | #define HAVE_STRING_H 1
  2377. | #define HAVE_STRCHR 1
  2378. | #define HAVE_STRRCHR 1
  2379. | #define HAVE_MEMCPY 1
  2380. | #define HAVE_MEMMOVE 1
  2381. | #define HAVE_STRCMP 1
  2382. | #define HAVE_CLOSEDIR 1
  2383. | #define HAVE_OPENDIR 1
  2384. | #define HAVE_READDIR 1
  2385. | #define CAN_DLOPEN_SELF 1
  2386. | #define HAVE_LIBM 1
  2387. | #define HAVE_DLOPEN 1
  2388. | #define HAVE_MALLINFO 1
  2389. | #define HAVE_LIBPTHREAD 1
  2390. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2391. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2392. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2393. | #define USE_UDIS86 0
  2394. | /* end confdefs.h. */
  2395. |
  2396. | /* Override any GCC internal prototype to avoid an error.
  2397. | Use char because int might match the return type of a GCC
  2398. | builtin and then its argument prototype would still apply. */
  2399. | #ifdef __cplusplus
  2400. | extern "C"
  2401. | #endif
  2402. | char op_open_agent ();
  2403. | int
  2404. | main ()
  2405. | {
  2406. | return op_open_agent ();
  2407. | ;
  2408. | return 0;
  2409. | }
  2410. configure:28829: result: no
  2411. configure:28852: checking opagent.h usability
  2412. configure:28869: gcc -c -g -O2 conftest.c >&5
  2413. conftest.c:100:21: error: opagent.h: No such file or directory
  2414. configure:28875: $? = 1
  2415. configure: failed program was:
  2416. | /* confdefs.h. */
  2417. | #define PACKAGE_NAME "llvm"
  2418. | #define PACKAGE_TARNAME "-llvm-"
  2419. | #define PACKAGE_VERSION "2.6svn"
  2420. | #define PACKAGE_STRING "llvm 2.6svn"
  2421. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2422. | #define LLVM_ON_UNIX 1
  2423. | #define STDC_HEADERS 1
  2424. | #define HAVE_SYS_TYPES_H 1
  2425. | #define HAVE_SYS_STAT_H 1
  2426. | #define HAVE_STDLIB_H 1
  2427. | #define HAVE_STRING_H 1
  2428. | #define HAVE_MEMORY_H 1
  2429. | #define HAVE_STRINGS_H 1
  2430. | #define HAVE_INTTYPES_H 1
  2431. | #define HAVE_STDINT_H 1
  2432. | #define HAVE_UNISTD_H 1
  2433. | #define ENABLE_THREADS 1
  2434. | #define ENABLE_PIC 1
  2435. | #define LLVM_NATIVE_ARCH X86Target
  2436. | #define ENABLE_CBE_PRINTF_A 1
  2437. | #define HAVE_LINK_R 1
  2438. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2439. | #define HAVE_DIRENT_H 1
  2440. | #define HAVE_DLFCN_H 1
  2441. | #define LTDL_SHLIB_EXT ".so"
  2442. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2443. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  2444. | #define LTDL_OBJDIR ".libs/"
  2445. | #define HAVE_PRELOADED_SYMBOLS 1
  2446. | #define HAVE_LIBDL 1
  2447. | #define HAVE_DLERROR 1
  2448. | #define HAVE_ARGZ_H 1
  2449. | #define HAVE_ERROR_T 1
  2450. | #define HAVE_ARGZ_APPEND 1
  2451. | #define HAVE_ARGZ_CREATE_SEP 1
  2452. | #define HAVE_ARGZ_INSERT 1
  2453. | #define HAVE_ARGZ_NEXT 1
  2454. | #define HAVE_ARGZ_STRINGIFY 1
  2455. | #define HAVE_ASSERT_H 1
  2456. | #define HAVE_CTYPE_H 1
  2457. | #define HAVE_ERRNO_H 1
  2458. | #define HAVE_MALLOC_H 1
  2459. | #define HAVE_MEMORY_H 1
  2460. | #define HAVE_STDLIB_H 1
  2461. | #define HAVE_STDIO_H 1
  2462. | #define HAVE_UNISTD_H 1
  2463. | #define HAVE_STRING_H 1
  2464. | #define HAVE_STRCHR 1
  2465. | #define HAVE_STRRCHR 1
  2466. | #define HAVE_MEMCPY 1
  2467. | #define HAVE_MEMMOVE 1
  2468. | #define HAVE_STRCMP 1
  2469. | #define HAVE_CLOSEDIR 1
  2470. | #define HAVE_OPENDIR 1
  2471. | #define HAVE_READDIR 1
  2472. | #define CAN_DLOPEN_SELF 1
  2473. | #define HAVE_LIBM 1
  2474. | #define HAVE_DLOPEN 1
  2475. | #define HAVE_MALLINFO 1
  2476. | #define HAVE_LIBPTHREAD 1
  2477. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2478. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2479. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2480. | #define USE_UDIS86 0
  2481. | /* end confdefs.h. */
  2482. | #include <stdio.h>
  2483. | #if HAVE_SYS_TYPES_H
  2484. | # include <sys/types.h>
  2485. | #endif
  2486. | #if HAVE_SYS_STAT_H
  2487. | # include <sys/stat.h>
  2488. | #endif
  2489. | #if STDC_HEADERS
  2490. | # include <stdlib.h>
  2491. | # include <stddef.h>
  2492. | #else
  2493. | # if HAVE_STDLIB_H
  2494. | # include <stdlib.h>
  2495. | # endif
  2496. | #endif
  2497. | #if HAVE_STRING_H
  2498. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2499. | # include <memory.h>
  2500. | # endif
  2501. | # include <string.h>
  2502. | #endif
  2503. | #if HAVE_STRINGS_H
  2504. | # include <strings.h>
  2505. | #endif
  2506. | #if HAVE_INTTYPES_H
  2507. | # include <inttypes.h>
  2508. | #endif
  2509. | #if HAVE_STDINT_H
  2510. | # include <stdint.h>
  2511. | #endif
  2512. | #if HAVE_UNISTD_H
  2513. | # include <unistd.h>
  2514. | #endif
  2515. | #include <opagent.h>
  2516. configure:28906: result: no
  2517. configure:28910: checking opagent.h presence
  2518. configure:28925: gcc -E conftest.c
  2519. conftest.c:67:21: error: opagent.h: No such file or directory
  2520. configure:28931: $? = 1
  2521. configure: failed program was:
  2522. | /* confdefs.h. */
  2523. | #define PACKAGE_NAME "llvm"
  2524. | #define PACKAGE_TARNAME "-llvm-"
  2525. | #define PACKAGE_VERSION "2.6svn"
  2526. | #define PACKAGE_STRING "llvm 2.6svn"
  2527. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2528. | #define LLVM_ON_UNIX 1
  2529. | #define STDC_HEADERS 1
  2530. | #define HAVE_SYS_TYPES_H 1
  2531. | #define HAVE_SYS_STAT_H 1
  2532. | #define HAVE_STDLIB_H 1
  2533. | #define HAVE_STRING_H 1
  2534. | #define HAVE_MEMORY_H 1
  2535. | #define HAVE_STRINGS_H 1
  2536. | #define HAVE_INTTYPES_H 1
  2537. | #define HAVE_STDINT_H 1
  2538. | #define HAVE_UNISTD_H 1
  2539. | #define ENABLE_THREADS 1
  2540. | #define ENABLE_PIC 1
  2541. | #define LLVM_NATIVE_ARCH X86Target
  2542. | #define ENABLE_CBE_PRINTF_A 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:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  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 CAN_DLOPEN_SELF 1
  2579. | #define HAVE_LIBM 1
  2580. | #define HAVE_DLOPEN 1
  2581. | #define HAVE_MALLINFO 1
  2582. | #define HAVE_LIBPTHREAD 1
  2583. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2584. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2585. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2586. | #define USE_UDIS86 0
  2587. | /* end confdefs.h. */
  2588. | #include <opagent.h>
  2589. configure:28952: result: no
  2590. configure:28985: checking for opagent.h
  2591. configure:28992: result: no
  2592. configure:29025: checking for dirent.h that defines DIR
  2593. configure:29093: result: yes
  2594. configure:29106: checking for library containing opendir
  2595. configure:29197: result: none required
  2596. configure:29307: checking for MAP_ANONYMOUS vs. MAP_ANON
  2597. configure:29341: gcc -c -g -O2 conftest.c >&5
  2598. configure:29347: $? = 0
  2599. configure:29354: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2600. configure:29357: $? = 0
  2601. configure:29364: test -s conftest.o
  2602. configure:29367: $? = 0
  2603. configure:29386: result: yes
  2604. configure:29396: checking whether stat file-mode macros are broken
  2605. configure:29444: result: no
  2606. configure:29454: checking for ANSI C header files
  2607. configure:29635: result: yes
  2608. configure:29645: checking for sys/wait.h that is POSIX.1 compatible
  2609. configure:29681: gcc -c -g -O2 conftest.c >&5
  2610. configure:29687: $? = 0
  2611. configure:29694: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2612. configure:29697: $? = 0
  2613. configure:29704: test -s conftest.o
  2614. configure:29707: $? = 0
  2615. configure:29719: result: yes
  2616. configure:29729: checking whether time.h and sys/time.h may both be included
  2617. configure:29759: gcc -c -g -O2 conftest.c >&5
  2618. configure:29765: $? = 0
  2619. configure:29772: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2620. configure:29775: $? = 0
  2621. configure:29782: test -s conftest.o
  2622. configure:29785: $? = 0
  2623. configure:29797: result: yes
  2624. configure:29818: checking for dlfcn.h
  2625. configure:29824: result: yes
  2626. configure:29828: checking execinfo.h usability
  2627. configure:29845: gcc -c -g -O2 conftest.c >&5
  2628. configure:29851: $? = 0
  2629. configure:29858: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2630. configure:29861: $? = 0
  2631. configure:29868: test -s conftest.o
  2632. configure:29871: $? = 0
  2633. configure:29882: result: yes
  2634. configure:29886: checking execinfo.h presence
  2635. configure:29901: gcc -E conftest.c
  2636. configure:29907: $? = 0
  2637. configure:29928: result: yes
  2638. configure:29961: checking for execinfo.h
  2639. configure:29969: result: yes
  2640. configure:29828: checking fcntl.h usability
  2641. configure:29845: gcc -c -g -O2 conftest.c >&5
  2642. configure:29851: $? = 0
  2643. configure:29858: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2644. configure:29861: $? = 0
  2645. configure:29868: test -s conftest.o
  2646. configure:29871: $? = 0
  2647. configure:29882: result: yes
  2648. configure:29886: checking fcntl.h presence
  2649. configure:29901: gcc -E conftest.c
  2650. configure:29907: $? = 0
  2651. configure:29928: result: yes
  2652. configure:29961: checking for fcntl.h
  2653. configure:29969: result: yes
  2654. configure:29818: checking for inttypes.h
  2655. configure:29824: result: yes
  2656. configure:29828: checking limits.h usability
  2657. configure:29845: gcc -c -g -O2 conftest.c >&5
  2658. configure:29851: $? = 0
  2659. configure:29858: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2660. configure:29861: $? = 0
  2661. configure:29868: test -s conftest.o
  2662. configure:29871: $? = 0
  2663. configure:29882: result: yes
  2664. configure:29886: checking limits.h presence
  2665. configure:29901: gcc -E conftest.c
  2666. configure:29907: $? = 0
  2667. configure:29928: result: yes
  2668. configure:29961: checking for limits.h
  2669. configure:29969: result: yes
  2670. configure:29828: checking link.h usability
  2671. configure:29845: gcc -c -g -O2 conftest.c >&5
  2672. configure:29851: $? = 0
  2673. configure:29858: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2674. configure:29861: $? = 0
  2675. configure:29868: test -s conftest.o
  2676. configure:29871: $? = 0
  2677. configure:29882: result: yes
  2678. configure:29886: checking link.h presence
  2679. configure:29901: gcc -E conftest.c
  2680. configure:29907: $? = 0
  2681. configure:29928: result: yes
  2682. configure:29961: checking for link.h
  2683. configure:29969: result: yes
  2684. configure:29992: checking for malloc.h
  2685. configure:29998: result: yes
  2686. configure:30002: checking setjmp.h usability
  2687. configure:30019: gcc -c -g -O2 conftest.c >&5
  2688. configure:30025: $? = 0
  2689. configure:30032: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2690. configure:30035: $? = 0
  2691. configure:30042: test -s conftest.o
  2692. configure:30045: $? = 0
  2693. configure:30056: result: yes
  2694. configure:30060: checking setjmp.h presence
  2695. configure:30075: gcc -E conftest.c
  2696. configure:30081: $? = 0
  2697. configure:30102: result: yes
  2698. configure:30135: checking for setjmp.h
  2699. configure:30143: result: yes
  2700. configure:30002: checking signal.h usability
  2701. configure:30019: gcc -c -g -O2 conftest.c >&5
  2702. configure:30025: $? = 0
  2703. configure:30032: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2704. configure:30035: $? = 0
  2705. configure:30042: test -s conftest.o
  2706. configure:30045: $? = 0
  2707. configure:30056: result: yes
  2708. configure:30060: checking signal.h presence
  2709. configure:30075: gcc -E conftest.c
  2710. configure:30081: $? = 0
  2711. configure:30102: result: yes
  2712. configure:30135: checking for signal.h
  2713. configure:30143: result: yes
  2714. configure:29992: checking for stdint.h
  2715. configure:29998: result: yes
  2716. configure:30002: checking termios.h usability
  2717. configure:30019: gcc -c -g -O2 conftest.c >&5
  2718. configure:30025: $? = 0
  2719. configure:30032: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2720. configure:30035: $? = 0
  2721. configure:30042: test -s conftest.o
  2722. configure:30045: $? = 0
  2723. configure:30056: result: yes
  2724. configure:30060: checking termios.h presence
  2725. configure:30075: gcc -E conftest.c
  2726. configure:30081: $? = 0
  2727. configure:30102: result: yes
  2728. configure:30135: checking for termios.h
  2729. configure:30143: result: yes
  2730. configure:29992: checking for unistd.h
  2731. configure:29998: result: yes
  2732. configure:30172: checking utime.h usability
  2733. configure:30189: gcc -c -g -O2 conftest.c >&5
  2734. configure:30195: $? = 0
  2735. configure:30202: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2736. configure:30205: $? = 0
  2737. configure:30212: test -s conftest.o
  2738. configure:30215: $? = 0
  2739. configure:30226: result: yes
  2740. configure:30230: checking utime.h presence
  2741. configure:30245: gcc -E conftest.c
  2742. configure:30251: $? = 0
  2743. configure:30272: result: yes
  2744. configure:30305: checking for utime.h
  2745. configure:30313: result: yes
  2746. configure:30172: checking windows.h usability
  2747. configure:30189: gcc -c -g -O2 conftest.c >&5
  2748. conftest.c:119:21: error: windows.h: No such file or directory
  2749. configure:30195: $? = 1
  2750. configure: failed program was:
  2751. | /* confdefs.h. */
  2752. | #define PACKAGE_NAME "llvm"
  2753. | #define PACKAGE_TARNAME "-llvm-"
  2754. | #define PACKAGE_VERSION "2.6svn"
  2755. | #define PACKAGE_STRING "llvm 2.6svn"
  2756. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2757. | #define LLVM_ON_UNIX 1
  2758. | #define STDC_HEADERS 1
  2759. | #define HAVE_SYS_TYPES_H 1
  2760. | #define HAVE_SYS_STAT_H 1
  2761. | #define HAVE_STDLIB_H 1
  2762. | #define HAVE_STRING_H 1
  2763. | #define HAVE_MEMORY_H 1
  2764. | #define HAVE_STRINGS_H 1
  2765. | #define HAVE_INTTYPES_H 1
  2766. | #define HAVE_STDINT_H 1
  2767. | #define HAVE_UNISTD_H 1
  2768. | #define ENABLE_THREADS 1
  2769. | #define ENABLE_PIC 1
  2770. | #define LLVM_NATIVE_ARCH X86Target
  2771. | #define ENABLE_CBE_PRINTF_A 1
  2772. | #define HAVE_LINK_R 1
  2773. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2774. | #define HAVE_DIRENT_H 1
  2775. | #define HAVE_DLFCN_H 1
  2776. | #define LTDL_SHLIB_EXT ".so"
  2777. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2778. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  2779. | #define LTDL_OBJDIR ".libs/"
  2780. | #define HAVE_PRELOADED_SYMBOLS 1
  2781. | #define HAVE_LIBDL 1
  2782. | #define HAVE_DLERROR 1
  2783. | #define HAVE_ARGZ_H 1
  2784. | #define HAVE_ERROR_T 1
  2785. | #define HAVE_ARGZ_APPEND 1
  2786. | #define HAVE_ARGZ_CREATE_SEP 1
  2787. | #define HAVE_ARGZ_INSERT 1
  2788. | #define HAVE_ARGZ_NEXT 1
  2789. | #define HAVE_ARGZ_STRINGIFY 1
  2790. | #define HAVE_ASSERT_H 1
  2791. | #define HAVE_CTYPE_H 1
  2792. | #define HAVE_ERRNO_H 1
  2793. | #define HAVE_MALLOC_H 1
  2794. | #define HAVE_MEMORY_H 1
  2795. | #define HAVE_STDLIB_H 1
  2796. | #define HAVE_STDIO_H 1
  2797. | #define HAVE_UNISTD_H 1
  2798. | #define HAVE_STRING_H 1
  2799. | #define HAVE_STRCHR 1
  2800. | #define HAVE_STRRCHR 1
  2801. | #define HAVE_MEMCPY 1
  2802. | #define HAVE_MEMMOVE 1
  2803. | #define HAVE_STRCMP 1
  2804. | #define HAVE_CLOSEDIR 1
  2805. | #define HAVE_OPENDIR 1
  2806. | #define HAVE_READDIR 1
  2807. | #define CAN_DLOPEN_SELF 1
  2808. | #define HAVE_LIBM 1
  2809. | #define HAVE_DLOPEN 1
  2810. | #define HAVE_MALLINFO 1
  2811. | #define HAVE_LIBPTHREAD 1
  2812. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2813. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2814. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2815. | #define USE_UDIS86 0
  2816. | #define USE_OPROFILE 0
  2817. | #define HAVE_DIRENT_H 1
  2818. | #define HAVE_MMAP_ANONYMOUS 1
  2819. | #define STDC_HEADERS 1
  2820. | #define HAVE_SYS_WAIT_H 1
  2821. | #define TIME_WITH_SYS_TIME 1
  2822. | #define HAVE_DLFCN_H 1
  2823. | #define HAVE_EXECINFO_H 1
  2824. | #define HAVE_FCNTL_H 1
  2825. | #define HAVE_INTTYPES_H 1
  2826. | #define HAVE_LIMITS_H 1
  2827. | #define HAVE_LINK_H 1
  2828. | #define HAVE_MALLOC_H 1
  2829. | #define HAVE_SETJMP_H 1
  2830. | #define HAVE_SIGNAL_H 1
  2831. | #define HAVE_STDINT_H 1
  2832. | #define HAVE_TERMIOS_H 1
  2833. | #define HAVE_UNISTD_H 1
  2834. | #define HAVE_UTIME_H 1
  2835. | /* end confdefs.h. */
  2836. | #include <stdio.h>
  2837. | #if HAVE_SYS_TYPES_H
  2838. | # include <sys/types.h>
  2839. | #endif
  2840. | #if HAVE_SYS_STAT_H
  2841. | # include <sys/stat.h>
  2842. | #endif
  2843. | #if STDC_HEADERS
  2844. | # include <stdlib.h>
  2845. | # include <stddef.h>
  2846. | #else
  2847. | # if HAVE_STDLIB_H
  2848. | # include <stdlib.h>
  2849. | # endif
  2850. | #endif
  2851. | #if HAVE_STRING_H
  2852. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2853. | # include <memory.h>
  2854. | # endif
  2855. | # include <string.h>
  2856. | #endif
  2857. | #if HAVE_STRINGS_H
  2858. | # include <strings.h>
  2859. | #endif
  2860. | #if HAVE_INTTYPES_H
  2861. | # include <inttypes.h>
  2862. | #endif
  2863. | #if HAVE_STDINT_H
  2864. | # include <stdint.h>
  2865. | #endif
  2866. | #if HAVE_UNISTD_H
  2867. | # include <unistd.h>
  2868. | #endif
  2869. | #include <windows.h>
  2870. configure:30226: result: no
  2871. configure:30230: checking windows.h presence
  2872. configure:30245: gcc -E conftest.c
  2873. conftest.c:86:21: error: windows.h: No such file or directory
  2874. configure:30251: $? = 1
  2875. configure: failed program was:
  2876. | /* confdefs.h. */
  2877. | #define PACKAGE_NAME "llvm"
  2878. | #define PACKAGE_TARNAME "-llvm-"
  2879. | #define PACKAGE_VERSION "2.6svn"
  2880. | #define PACKAGE_STRING "llvm 2.6svn"
  2881. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  2882. | #define LLVM_ON_UNIX 1
  2883. | #define STDC_HEADERS 1
  2884. | #define HAVE_SYS_TYPES_H 1
  2885. | #define HAVE_SYS_STAT_H 1
  2886. | #define HAVE_STDLIB_H 1
  2887. | #define HAVE_STRING_H 1
  2888. | #define HAVE_MEMORY_H 1
  2889. | #define HAVE_STRINGS_H 1
  2890. | #define HAVE_INTTYPES_H 1
  2891. | #define HAVE_STDINT_H 1
  2892. | #define HAVE_UNISTD_H 1
  2893. | #define ENABLE_THREADS 1
  2894. | #define ENABLE_PIC 1
  2895. | #define LLVM_NATIVE_ARCH X86Target
  2896. | #define ENABLE_CBE_PRINTF_A 1
  2897. | #define HAVE_LINK_R 1
  2898. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  2899. | #define HAVE_DIRENT_H 1
  2900. | #define HAVE_DLFCN_H 1
  2901. | #define LTDL_SHLIB_EXT ".so"
  2902. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  2903. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  2904. | #define LTDL_OBJDIR ".libs/"
  2905. | #define HAVE_PRELOADED_SYMBOLS 1
  2906. | #define HAVE_LIBDL 1
  2907. | #define HAVE_DLERROR 1
  2908. | #define HAVE_ARGZ_H 1
  2909. | #define HAVE_ERROR_T 1
  2910. | #define HAVE_ARGZ_APPEND 1
  2911. | #define HAVE_ARGZ_CREATE_SEP 1
  2912. | #define HAVE_ARGZ_INSERT 1
  2913. | #define HAVE_ARGZ_NEXT 1
  2914. | #define HAVE_ARGZ_STRINGIFY 1
  2915. | #define HAVE_ASSERT_H 1
  2916. | #define HAVE_CTYPE_H 1
  2917. | #define HAVE_ERRNO_H 1
  2918. | #define HAVE_MALLOC_H 1
  2919. | #define HAVE_MEMORY_H 1
  2920. | #define HAVE_STDLIB_H 1
  2921. | #define HAVE_STDIO_H 1
  2922. | #define HAVE_UNISTD_H 1
  2923. | #define HAVE_STRING_H 1
  2924. | #define HAVE_STRCHR 1
  2925. | #define HAVE_STRRCHR 1
  2926. | #define HAVE_MEMCPY 1
  2927. | #define HAVE_MEMMOVE 1
  2928. | #define HAVE_STRCMP 1
  2929. | #define HAVE_CLOSEDIR 1
  2930. | #define HAVE_OPENDIR 1
  2931. | #define HAVE_READDIR 1
  2932. | #define CAN_DLOPEN_SELF 1
  2933. | #define HAVE_LIBM 1
  2934. | #define HAVE_DLOPEN 1
  2935. | #define HAVE_MALLINFO 1
  2936. | #define HAVE_LIBPTHREAD 1
  2937. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  2938. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2939. | #define HAVE_PTHREAD_GETSPECIFIC 1
  2940. | #define USE_UDIS86 0
  2941. | #define USE_OPROFILE 0
  2942. | #define HAVE_DIRENT_H 1
  2943. | #define HAVE_MMAP_ANONYMOUS 1
  2944. | #define STDC_HEADERS 1
  2945. | #define HAVE_SYS_WAIT_H 1
  2946. | #define TIME_WITH_SYS_TIME 1
  2947. | #define HAVE_DLFCN_H 1
  2948. | #define HAVE_EXECINFO_H 1
  2949. | #define HAVE_FCNTL_H 1
  2950. | #define HAVE_INTTYPES_H 1
  2951. | #define HAVE_LIMITS_H 1
  2952. | #define HAVE_LINK_H 1
  2953. | #define HAVE_MALLOC_H 1
  2954. | #define HAVE_SETJMP_H 1
  2955. | #define HAVE_SIGNAL_H 1
  2956. | #define HAVE_STDINT_H 1
  2957. | #define HAVE_TERMIOS_H 1
  2958. | #define HAVE_UNISTD_H 1
  2959. | #define HAVE_UTIME_H 1
  2960. | /* end confdefs.h. */
  2961. | #include <windows.h>
  2962. configure:30272: result: no
  2963. configure:30305: checking for windows.h
  2964. configure:30313: result: no
  2965. configure:30344: checking sys/mman.h usability
  2966. configure:30361: gcc -c -g -O2 conftest.c >&5
  2967. configure:30367: $? = 0
  2968. configure:30374: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2969. configure:30377: $? = 0
  2970. configure:30384: test -s conftest.o
  2971. configure:30387: $? = 0
  2972. configure:30398: result: yes
  2973. configure:30402: checking sys/mman.h presence
  2974. configure:30417: gcc -E conftest.c
  2975. configure:30423: $? = 0
  2976. configure:30444: result: yes
  2977. configure:30477: checking for sys/mman.h
  2978. configure:30485: result: yes
  2979. configure:30344: checking sys/param.h usability
  2980. configure:30361: gcc -c -g -O2 conftest.c >&5
  2981. configure:30367: $? = 0
  2982. configure:30374: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2983. configure:30377: $? = 0
  2984. configure:30384: test -s conftest.o
  2985. configure:30387: $? = 0
  2986. configure:30398: result: yes
  2987. configure:30402: checking sys/param.h presence
  2988. configure:30417: gcc -E conftest.c
  2989. configure:30423: $? = 0
  2990. configure:30444: result: yes
  2991. configure:30477: checking for sys/param.h
  2992. configure:30485: result: yes
  2993. configure:30344: checking sys/resource.h usability
  2994. configure:30361: gcc -c -g -O2 conftest.c >&5
  2995. configure:30367: $? = 0
  2996. configure:30374: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  2997. configure:30377: $? = 0
  2998. configure:30384: test -s conftest.o
  2999. configure:30387: $? = 0
  3000. configure:30398: result: yes
  3001. configure:30402: checking sys/resource.h presence
  3002. configure:30417: gcc -E conftest.c
  3003. configure:30423: $? = 0
  3004. configure:30444: result: yes
  3005. configure:30477: checking for sys/resource.h
  3006. configure:30485: result: yes
  3007. configure:30344: checking sys/time.h usability
  3008. configure:30361: gcc -c -g -O2 conftest.c >&5
  3009. configure:30367: $? = 0
  3010. configure:30374: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3011. configure:30377: $? = 0
  3012. configure:30384: test -s conftest.o
  3013. configure:30387: $? = 0
  3014. configure:30398: result: yes
  3015. configure:30402: checking sys/time.h presence
  3016. configure:30417: gcc -E conftest.c
  3017. configure:30423: $? = 0
  3018. configure:30444: result: yes
  3019. configure:30477: checking for sys/time.h
  3020. configure:30485: result: yes
  3021. configure:30506: checking for sys/types.h
  3022. configure:30512: result: yes
  3023. configure:30516: checking sys/ioctl.h usability
  3024. configure:30533: gcc -c -g -O2 conftest.c >&5
  3025. configure:30539: $? = 0
  3026. configure:30546: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3027. configure:30549: $? = 0
  3028. configure:30556: test -s conftest.o
  3029. configure:30559: $? = 0
  3030. configure:30570: result: yes
  3031. configure:30574: checking sys/ioctl.h presence
  3032. configure:30589: gcc -E conftest.c
  3033. configure:30595: $? = 0
  3034. configure:30616: result: yes
  3035. configure:30649: checking for sys/ioctl.h
  3036. configure:30657: result: yes
  3037. configure:30516: checking malloc/malloc.h usability
  3038. configure:30533: gcc -c -g -O2 conftest.c >&5
  3039. conftest.c:125:27: error: malloc/malloc.h: No such file or directory
  3040. configure:30539: $? = 1
  3041. configure: failed program was:
  3042. | /* confdefs.h. */
  3043. | #define PACKAGE_NAME "llvm"
  3044. | #define PACKAGE_TARNAME "-llvm-"
  3045. | #define PACKAGE_VERSION "2.6svn"
  3046. | #define PACKAGE_STRING "llvm 2.6svn"
  3047. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3048. | #define LLVM_ON_UNIX 1
  3049. | #define STDC_HEADERS 1
  3050. | #define HAVE_SYS_TYPES_H 1
  3051. | #define HAVE_SYS_STAT_H 1
  3052. | #define HAVE_STDLIB_H 1
  3053. | #define HAVE_STRING_H 1
  3054. | #define HAVE_MEMORY_H 1
  3055. | #define HAVE_STRINGS_H 1
  3056. | #define HAVE_INTTYPES_H 1
  3057. | #define HAVE_STDINT_H 1
  3058. | #define HAVE_UNISTD_H 1
  3059. | #define ENABLE_THREADS 1
  3060. | #define ENABLE_PIC 1
  3061. | #define LLVM_NATIVE_ARCH X86Target
  3062. | #define ENABLE_CBE_PRINTF_A 1
  3063. | #define HAVE_LINK_R 1
  3064. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3065. | #define HAVE_DIRENT_H 1
  3066. | #define HAVE_DLFCN_H 1
  3067. | #define LTDL_SHLIB_EXT ".so"
  3068. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3069. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  3070. | #define LTDL_OBJDIR ".libs/"
  3071. | #define HAVE_PRELOADED_SYMBOLS 1
  3072. | #define HAVE_LIBDL 1
  3073. | #define HAVE_DLERROR 1
  3074. | #define HAVE_ARGZ_H 1
  3075. | #define HAVE_ERROR_T 1
  3076. | #define HAVE_ARGZ_APPEND 1
  3077. | #define HAVE_ARGZ_CREATE_SEP 1
  3078. | #define HAVE_ARGZ_INSERT 1
  3079. | #define HAVE_ARGZ_NEXT 1
  3080. | #define HAVE_ARGZ_STRINGIFY 1
  3081. | #define HAVE_ASSERT_H 1
  3082. | #define HAVE_CTYPE_H 1
  3083. | #define HAVE_ERRNO_H 1
  3084. | #define HAVE_MALLOC_H 1
  3085. | #define HAVE_MEMORY_H 1
  3086. | #define HAVE_STDLIB_H 1
  3087. | #define HAVE_STDIO_H 1
  3088. | #define HAVE_UNISTD_H 1
  3089. | #define HAVE_STRING_H 1
  3090. | #define HAVE_STRCHR 1
  3091. | #define HAVE_STRRCHR 1
  3092. | #define HAVE_MEMCPY 1
  3093. | #define HAVE_MEMMOVE 1
  3094. | #define HAVE_STRCMP 1
  3095. | #define HAVE_CLOSEDIR 1
  3096. | #define HAVE_OPENDIR 1
  3097. | #define HAVE_READDIR 1
  3098. | #define CAN_DLOPEN_SELF 1
  3099. | #define HAVE_LIBM 1
  3100. | #define HAVE_DLOPEN 1
  3101. | #define HAVE_MALLINFO 1
  3102. | #define HAVE_LIBPTHREAD 1
  3103. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3104. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3105. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3106. | #define USE_UDIS86 0
  3107. | #define USE_OPROFILE 0
  3108. | #define HAVE_DIRENT_H 1
  3109. | #define HAVE_MMAP_ANONYMOUS 1
  3110. | #define STDC_HEADERS 1
  3111. | #define HAVE_SYS_WAIT_H 1
  3112. | #define TIME_WITH_SYS_TIME 1
  3113. | #define HAVE_DLFCN_H 1
  3114. | #define HAVE_EXECINFO_H 1
  3115. | #define HAVE_FCNTL_H 1
  3116. | #define HAVE_INTTYPES_H 1
  3117. | #define HAVE_LIMITS_H 1
  3118. | #define HAVE_LINK_H 1
  3119. | #define HAVE_MALLOC_H 1
  3120. | #define HAVE_SETJMP_H 1
  3121. | #define HAVE_SIGNAL_H 1
  3122. | #define HAVE_STDINT_H 1
  3123. | #define HAVE_TERMIOS_H 1
  3124. | #define HAVE_UNISTD_H 1
  3125. | #define HAVE_UTIME_H 1
  3126. | #define HAVE_SYS_MMAN_H 1
  3127. | #define HAVE_SYS_PARAM_H 1
  3128. | #define HAVE_SYS_RESOURCE_H 1
  3129. | #define HAVE_SYS_TIME_H 1
  3130. | #define HAVE_SYS_TYPES_H 1
  3131. | #define HAVE_SYS_IOCTL_H 1
  3132. | /* end confdefs.h. */
  3133. | #include <stdio.h>
  3134. | #if HAVE_SYS_TYPES_H
  3135. | # include <sys/types.h>
  3136. | #endif
  3137. | #if HAVE_SYS_STAT_H
  3138. | # include <sys/stat.h>
  3139. | #endif
  3140. | #if STDC_HEADERS
  3141. | # include <stdlib.h>
  3142. | # include <stddef.h>
  3143. | #else
  3144. | # if HAVE_STDLIB_H
  3145. | # include <stdlib.h>
  3146. | # endif
  3147. | #endif
  3148. | #if HAVE_STRING_H
  3149. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3150. | # include <memory.h>
  3151. | # endif
  3152. | # include <string.h>
  3153. | #endif
  3154. | #if HAVE_STRINGS_H
  3155. | # include <strings.h>
  3156. | #endif
  3157. | #if HAVE_INTTYPES_H
  3158. | # include <inttypes.h>
  3159. | #endif
  3160. | #if HAVE_STDINT_H
  3161. | # include <stdint.h>
  3162. | #endif
  3163. | #if HAVE_UNISTD_H
  3164. | # include <unistd.h>
  3165. | #endif
  3166. | #include <malloc/malloc.h>
  3167. configure:30570: result: no
  3168. configure:30574: checking malloc/malloc.h presence
  3169. configure:30589: gcc -E conftest.c
  3170. conftest.c:92:27: error: malloc/malloc.h: No such file or directory
  3171. configure:30595: $? = 1
  3172. configure: failed program was:
  3173. | /* confdefs.h. */
  3174. | #define PACKAGE_NAME "llvm"
  3175. | #define PACKAGE_TARNAME "-llvm-"
  3176. | #define PACKAGE_VERSION "2.6svn"
  3177. | #define PACKAGE_STRING "llvm 2.6svn"
  3178. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3179. | #define LLVM_ON_UNIX 1
  3180. | #define STDC_HEADERS 1
  3181. | #define HAVE_SYS_TYPES_H 1
  3182. | #define HAVE_SYS_STAT_H 1
  3183. | #define HAVE_STDLIB_H 1
  3184. | #define HAVE_STRING_H 1
  3185. | #define HAVE_MEMORY_H 1
  3186. | #define HAVE_STRINGS_H 1
  3187. | #define HAVE_INTTYPES_H 1
  3188. | #define HAVE_STDINT_H 1
  3189. | #define HAVE_UNISTD_H 1
  3190. | #define ENABLE_THREADS 1
  3191. | #define ENABLE_PIC 1
  3192. | #define LLVM_NATIVE_ARCH X86Target
  3193. | #define ENABLE_CBE_PRINTF_A 1
  3194. | #define HAVE_LINK_R 1
  3195. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3196. | #define HAVE_DIRENT_H 1
  3197. | #define HAVE_DLFCN_H 1
  3198. | #define LTDL_SHLIB_EXT ".so"
  3199. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3200. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  3201. | #define LTDL_OBJDIR ".libs/"
  3202. | #define HAVE_PRELOADED_SYMBOLS 1
  3203. | #define HAVE_LIBDL 1
  3204. | #define HAVE_DLERROR 1
  3205. | #define HAVE_ARGZ_H 1
  3206. | #define HAVE_ERROR_T 1
  3207. | #define HAVE_ARGZ_APPEND 1
  3208. | #define HAVE_ARGZ_CREATE_SEP 1
  3209. | #define HAVE_ARGZ_INSERT 1
  3210. | #define HAVE_ARGZ_NEXT 1
  3211. | #define HAVE_ARGZ_STRINGIFY 1
  3212. | #define HAVE_ASSERT_H 1
  3213. | #define HAVE_CTYPE_H 1
  3214. | #define HAVE_ERRNO_H 1
  3215. | #define HAVE_MALLOC_H 1
  3216. | #define HAVE_MEMORY_H 1
  3217. | #define HAVE_STDLIB_H 1
  3218. | #define HAVE_STDIO_H 1
  3219. | #define HAVE_UNISTD_H 1
  3220. | #define HAVE_STRING_H 1
  3221. | #define HAVE_STRCHR 1
  3222. | #define HAVE_STRRCHR 1
  3223. | #define HAVE_MEMCPY 1
  3224. | #define HAVE_MEMMOVE 1
  3225. | #define HAVE_STRCMP 1
  3226. | #define HAVE_CLOSEDIR 1
  3227. | #define HAVE_OPENDIR 1
  3228. | #define HAVE_READDIR 1
  3229. | #define CAN_DLOPEN_SELF 1
  3230. | #define HAVE_LIBM 1
  3231. | #define HAVE_DLOPEN 1
  3232. | #define HAVE_MALLINFO 1
  3233. | #define HAVE_LIBPTHREAD 1
  3234. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3235. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3236. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3237. | #define USE_UDIS86 0
  3238. | #define USE_OPROFILE 0
  3239. | #define HAVE_DIRENT_H 1
  3240. | #define HAVE_MMAP_ANONYMOUS 1
  3241. | #define STDC_HEADERS 1
  3242. | #define HAVE_SYS_WAIT_H 1
  3243. | #define TIME_WITH_SYS_TIME 1
  3244. | #define HAVE_DLFCN_H 1
  3245. | #define HAVE_EXECINFO_H 1
  3246. | #define HAVE_FCNTL_H 1
  3247. | #define HAVE_INTTYPES_H 1
  3248. | #define HAVE_LIMITS_H 1
  3249. | #define HAVE_LINK_H 1
  3250. | #define HAVE_MALLOC_H 1
  3251. | #define HAVE_SETJMP_H 1
  3252. | #define HAVE_SIGNAL_H 1
  3253. | #define HAVE_STDINT_H 1
  3254. | #define HAVE_TERMIOS_H 1
  3255. | #define HAVE_UNISTD_H 1
  3256. | #define HAVE_UTIME_H 1
  3257. | #define HAVE_SYS_MMAN_H 1
  3258. | #define HAVE_SYS_PARAM_H 1
  3259. | #define HAVE_SYS_RESOURCE_H 1
  3260. | #define HAVE_SYS_TIME_H 1
  3261. | #define HAVE_SYS_TYPES_H 1
  3262. | #define HAVE_SYS_IOCTL_H 1
  3263. | /* end confdefs.h. */
  3264. | #include <malloc/malloc.h>
  3265. configure:30616: result: no
  3266. configure:30649: checking for malloc/malloc.h
  3267. configure:30657: result: no
  3268. configure:30516: checking mach/mach.h usability
  3269. configure:30533: gcc -c -g -O2 conftest.c >&5
  3270. conftest.c:125:23: error: mach/mach.h: No such file or directory
  3271. configure:30539: $? = 1
  3272. configure: failed program was:
  3273. | /* confdefs.h. */
  3274. | #define PACKAGE_NAME "llvm"
  3275. | #define PACKAGE_TARNAME "-llvm-"
  3276. | #define PACKAGE_VERSION "2.6svn"
  3277. | #define PACKAGE_STRING "llvm 2.6svn"
  3278. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3279. | #define LLVM_ON_UNIX 1
  3280. | #define STDC_HEADERS 1
  3281. | #define HAVE_SYS_TYPES_H 1
  3282. | #define HAVE_SYS_STAT_H 1
  3283. | #define HAVE_STDLIB_H 1
  3284. | #define HAVE_STRING_H 1
  3285. | #define HAVE_MEMORY_H 1
  3286. | #define HAVE_STRINGS_H 1
  3287. | #define HAVE_INTTYPES_H 1
  3288. | #define HAVE_STDINT_H 1
  3289. | #define HAVE_UNISTD_H 1
  3290. | #define ENABLE_THREADS 1
  3291. | #define ENABLE_PIC 1
  3292. | #define LLVM_NATIVE_ARCH X86Target
  3293. | #define ENABLE_CBE_PRINTF_A 1
  3294. | #define HAVE_LINK_R 1
  3295. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3296. | #define HAVE_DIRENT_H 1
  3297. | #define HAVE_DLFCN_H 1
  3298. | #define LTDL_SHLIB_EXT ".so"
  3299. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3300. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  3301. | #define LTDL_OBJDIR ".libs/"
  3302. | #define HAVE_PRELOADED_SYMBOLS 1
  3303. | #define HAVE_LIBDL 1
  3304. | #define HAVE_DLERROR 1
  3305. | #define HAVE_ARGZ_H 1
  3306. | #define HAVE_ERROR_T 1
  3307. | #define HAVE_ARGZ_APPEND 1
  3308. | #define HAVE_ARGZ_CREATE_SEP 1
  3309. | #define HAVE_ARGZ_INSERT 1
  3310. | #define HAVE_ARGZ_NEXT 1
  3311. | #define HAVE_ARGZ_STRINGIFY 1
  3312. | #define HAVE_ASSERT_H 1
  3313. | #define HAVE_CTYPE_H 1
  3314. | #define HAVE_ERRNO_H 1
  3315. | #define HAVE_MALLOC_H 1
  3316. | #define HAVE_MEMORY_H 1
  3317. | #define HAVE_STDLIB_H 1
  3318. | #define HAVE_STDIO_H 1
  3319. | #define HAVE_UNISTD_H 1
  3320. | #define HAVE_STRING_H 1
  3321. | #define HAVE_STRCHR 1
  3322. | #define HAVE_STRRCHR 1
  3323. | #define HAVE_MEMCPY 1
  3324. | #define HAVE_MEMMOVE 1
  3325. | #define HAVE_STRCMP 1
  3326. | #define HAVE_CLOSEDIR 1
  3327. | #define HAVE_OPENDIR 1
  3328. | #define HAVE_READDIR 1
  3329. | #define CAN_DLOPEN_SELF 1
  3330. | #define HAVE_LIBM 1
  3331. | #define HAVE_DLOPEN 1
  3332. | #define HAVE_MALLINFO 1
  3333. | #define HAVE_LIBPTHREAD 1
  3334. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3335. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3336. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3337. | #define USE_UDIS86 0
  3338. | #define USE_OPROFILE 0
  3339. | #define HAVE_DIRENT_H 1
  3340. | #define HAVE_MMAP_ANONYMOUS 1
  3341. | #define STDC_HEADERS 1
  3342. | #define HAVE_SYS_WAIT_H 1
  3343. | #define TIME_WITH_SYS_TIME 1
  3344. | #define HAVE_DLFCN_H 1
  3345. | #define HAVE_EXECINFO_H 1
  3346. | #define HAVE_FCNTL_H 1
  3347. | #define HAVE_INTTYPES_H 1
  3348. | #define HAVE_LIMITS_H 1
  3349. | #define HAVE_LINK_H 1
  3350. | #define HAVE_MALLOC_H 1
  3351. | #define HAVE_SETJMP_H 1
  3352. | #define HAVE_SIGNAL_H 1
  3353. | #define HAVE_STDINT_H 1
  3354. | #define HAVE_TERMIOS_H 1
  3355. | #define HAVE_UNISTD_H 1
  3356. | #define HAVE_UTIME_H 1
  3357. | #define HAVE_SYS_MMAN_H 1
  3358. | #define HAVE_SYS_PARAM_H 1
  3359. | #define HAVE_SYS_RESOURCE_H 1
  3360. | #define HAVE_SYS_TIME_H 1
  3361. | #define HAVE_SYS_TYPES_H 1
  3362. | #define HAVE_SYS_IOCTL_H 1
  3363. | /* end confdefs.h. */
  3364. | #include <stdio.h>
  3365. | #if HAVE_SYS_TYPES_H
  3366. | # include <sys/types.h>
  3367. | #endif
  3368. | #if HAVE_SYS_STAT_H
  3369. | # include <sys/stat.h>
  3370. | #endif
  3371. | #if STDC_HEADERS
  3372. | # include <stdlib.h>
  3373. | # include <stddef.h>
  3374. | #else
  3375. | # if HAVE_STDLIB_H
  3376. | # include <stdlib.h>
  3377. | # endif
  3378. | #endif
  3379. | #if HAVE_STRING_H
  3380. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3381. | # include <memory.h>
  3382. | # endif
  3383. | # include <string.h>
  3384. | #endif
  3385. | #if HAVE_STRINGS_H
  3386. | # include <strings.h>
  3387. | #endif
  3388. | #if HAVE_INTTYPES_H
  3389. | # include <inttypes.h>
  3390. | #endif
  3391. | #if HAVE_STDINT_H
  3392. | # include <stdint.h>
  3393. | #endif
  3394. | #if HAVE_UNISTD_H
  3395. | # include <unistd.h>
  3396. | #endif
  3397. | #include <mach/mach.h>
  3398. configure:30570: result: no
  3399. configure:30574: checking mach/mach.h presence
  3400. configure:30589: gcc -E conftest.c
  3401. conftest.c:92:23: error: mach/mach.h: No such file or directory
  3402. configure:30595: $? = 1
  3403. configure: failed program was:
  3404. | /* confdefs.h. */
  3405. | #define PACKAGE_NAME "llvm"
  3406. | #define PACKAGE_TARNAME "-llvm-"
  3407. | #define PACKAGE_VERSION "2.6svn"
  3408. | #define PACKAGE_STRING "llvm 2.6svn"
  3409. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3410. | #define LLVM_ON_UNIX 1
  3411. | #define STDC_HEADERS 1
  3412. | #define HAVE_SYS_TYPES_H 1
  3413. | #define HAVE_SYS_STAT_H 1
  3414. | #define HAVE_STDLIB_H 1
  3415. | #define HAVE_STRING_H 1
  3416. | #define HAVE_MEMORY_H 1
  3417. | #define HAVE_STRINGS_H 1
  3418. | #define HAVE_INTTYPES_H 1
  3419. | #define HAVE_STDINT_H 1
  3420. | #define HAVE_UNISTD_H 1
  3421. | #define ENABLE_THREADS 1
  3422. | #define ENABLE_PIC 1
  3423. | #define LLVM_NATIVE_ARCH X86Target
  3424. | #define ENABLE_CBE_PRINTF_A 1
  3425. | #define HAVE_LINK_R 1
  3426. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3427. | #define HAVE_DIRENT_H 1
  3428. | #define HAVE_DLFCN_H 1
  3429. | #define LTDL_SHLIB_EXT ".so"
  3430. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3431. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  3432. | #define LTDL_OBJDIR ".libs/"
  3433. | #define HAVE_PRELOADED_SYMBOLS 1
  3434. | #define HAVE_LIBDL 1
  3435. | #define HAVE_DLERROR 1
  3436. | #define HAVE_ARGZ_H 1
  3437. | #define HAVE_ERROR_T 1
  3438. | #define HAVE_ARGZ_APPEND 1
  3439. | #define HAVE_ARGZ_CREATE_SEP 1
  3440. | #define HAVE_ARGZ_INSERT 1
  3441. | #define HAVE_ARGZ_NEXT 1
  3442. | #define HAVE_ARGZ_STRINGIFY 1
  3443. | #define HAVE_ASSERT_H 1
  3444. | #define HAVE_CTYPE_H 1
  3445. | #define HAVE_ERRNO_H 1
  3446. | #define HAVE_MALLOC_H 1
  3447. | #define HAVE_MEMORY_H 1
  3448. | #define HAVE_STDLIB_H 1
  3449. | #define HAVE_STDIO_H 1
  3450. | #define HAVE_UNISTD_H 1
  3451. | #define HAVE_STRING_H 1
  3452. | #define HAVE_STRCHR 1
  3453. | #define HAVE_STRRCHR 1
  3454. | #define HAVE_MEMCPY 1
  3455. | #define HAVE_MEMMOVE 1
  3456. | #define HAVE_STRCMP 1
  3457. | #define HAVE_CLOSEDIR 1
  3458. | #define HAVE_OPENDIR 1
  3459. | #define HAVE_READDIR 1
  3460. | #define CAN_DLOPEN_SELF 1
  3461. | #define HAVE_LIBM 1
  3462. | #define HAVE_DLOPEN 1
  3463. | #define HAVE_MALLINFO 1
  3464. | #define HAVE_LIBPTHREAD 1
  3465. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3466. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3467. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3468. | #define USE_UDIS86 0
  3469. | #define USE_OPROFILE 0
  3470. | #define HAVE_DIRENT_H 1
  3471. | #define HAVE_MMAP_ANONYMOUS 1
  3472. | #define STDC_HEADERS 1
  3473. | #define HAVE_SYS_WAIT_H 1
  3474. | #define TIME_WITH_SYS_TIME 1
  3475. | #define HAVE_DLFCN_H 1
  3476. | #define HAVE_EXECINFO_H 1
  3477. | #define HAVE_FCNTL_H 1
  3478. | #define HAVE_INTTYPES_H 1
  3479. | #define HAVE_LIMITS_H 1
  3480. | #define HAVE_LINK_H 1
  3481. | #define HAVE_MALLOC_H 1
  3482. | #define HAVE_SETJMP_H 1
  3483. | #define HAVE_SIGNAL_H 1
  3484. | #define HAVE_STDINT_H 1
  3485. | #define HAVE_TERMIOS_H 1
  3486. | #define HAVE_UNISTD_H 1
  3487. | #define HAVE_UTIME_H 1
  3488. | #define HAVE_SYS_MMAN_H 1
  3489. | #define HAVE_SYS_PARAM_H 1
  3490. | #define HAVE_SYS_RESOURCE_H 1
  3491. | #define HAVE_SYS_TIME_H 1
  3492. | #define HAVE_SYS_TYPES_H 1
  3493. | #define HAVE_SYS_IOCTL_H 1
  3494. | /* end confdefs.h. */
  3495. | #include <mach/mach.h>
  3496. configure:30616: result: no
  3497. configure:30649: checking for mach/mach.h
  3498. configure:30657: result: no
  3499. configure:30686: checking pthread.h usability
  3500. configure:30703: gcc -c -g -O2 conftest.c >&5
  3501. configure:30709: $? = 0
  3502. configure:30716: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3503. configure:30719: $? = 0
  3504. configure:30726: test -s conftest.o
  3505. configure:30729: $? = 0
  3506. configure:30740: result: yes
  3507. configure:30744: checking pthread.h presence
  3508. configure:30759: gcc -E conftest.c
  3509. configure:30765: $? = 0
  3510. configure:30786: result: yes
  3511. configure:30819: checking for pthread.h
  3512. configure:30827: result: yes
  3513. configure:30866: checking ffi.h usability
  3514. configure:30883: gcc -c -g -O2 conftest.c >&5
  3515. conftest.c:126:17: error: ffi.h: No such file or directory
  3516. configure:30889: $? = 1
  3517. configure: failed program was:
  3518. | /* confdefs.h. */
  3519. | #define PACKAGE_NAME "llvm"
  3520. | #define PACKAGE_TARNAME "-llvm-"
  3521. | #define PACKAGE_VERSION "2.6svn"
  3522. | #define PACKAGE_STRING "llvm 2.6svn"
  3523. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3524. | #define LLVM_ON_UNIX 1
  3525. | #define STDC_HEADERS 1
  3526. | #define HAVE_SYS_TYPES_H 1
  3527. | #define HAVE_SYS_STAT_H 1
  3528. | #define HAVE_STDLIB_H 1
  3529. | #define HAVE_STRING_H 1
  3530. | #define HAVE_MEMORY_H 1
  3531. | #define HAVE_STRINGS_H 1
  3532. | #define HAVE_INTTYPES_H 1
  3533. | #define HAVE_STDINT_H 1
  3534. | #define HAVE_UNISTD_H 1
  3535. | #define ENABLE_THREADS 1
  3536. | #define ENABLE_PIC 1
  3537. | #define LLVM_NATIVE_ARCH X86Target
  3538. | #define ENABLE_CBE_PRINTF_A 1
  3539. | #define HAVE_LINK_R 1
  3540. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3541. | #define HAVE_DIRENT_H 1
  3542. | #define HAVE_DLFCN_H 1
  3543. | #define LTDL_SHLIB_EXT ".so"
  3544. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3545. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  3546. | #define LTDL_OBJDIR ".libs/"
  3547. | #define HAVE_PRELOADED_SYMBOLS 1
  3548. | #define HAVE_LIBDL 1
  3549. | #define HAVE_DLERROR 1
  3550. | #define HAVE_ARGZ_H 1
  3551. | #define HAVE_ERROR_T 1
  3552. | #define HAVE_ARGZ_APPEND 1
  3553. | #define HAVE_ARGZ_CREATE_SEP 1
  3554. | #define HAVE_ARGZ_INSERT 1
  3555. | #define HAVE_ARGZ_NEXT 1
  3556. | #define HAVE_ARGZ_STRINGIFY 1
  3557. | #define HAVE_ASSERT_H 1
  3558. | #define HAVE_CTYPE_H 1
  3559. | #define HAVE_ERRNO_H 1
  3560. | #define HAVE_MALLOC_H 1
  3561. | #define HAVE_MEMORY_H 1
  3562. | #define HAVE_STDLIB_H 1
  3563. | #define HAVE_STDIO_H 1
  3564. | #define HAVE_UNISTD_H 1
  3565. | #define HAVE_STRING_H 1
  3566. | #define HAVE_STRCHR 1
  3567. | #define HAVE_STRRCHR 1
  3568. | #define HAVE_MEMCPY 1
  3569. | #define HAVE_MEMMOVE 1
  3570. | #define HAVE_STRCMP 1
  3571. | #define HAVE_CLOSEDIR 1
  3572. | #define HAVE_OPENDIR 1
  3573. | #define HAVE_READDIR 1
  3574. | #define CAN_DLOPEN_SELF 1
  3575. | #define HAVE_LIBM 1
  3576. | #define HAVE_DLOPEN 1
  3577. | #define HAVE_MALLINFO 1
  3578. | #define HAVE_LIBPTHREAD 1
  3579. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3580. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3581. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3582. | #define USE_UDIS86 0
  3583. | #define USE_OPROFILE 0
  3584. | #define HAVE_DIRENT_H 1
  3585. | #define HAVE_MMAP_ANONYMOUS 1
  3586. | #define STDC_HEADERS 1
  3587. | #define HAVE_SYS_WAIT_H 1
  3588. | #define TIME_WITH_SYS_TIME 1
  3589. | #define HAVE_DLFCN_H 1
  3590. | #define HAVE_EXECINFO_H 1
  3591. | #define HAVE_FCNTL_H 1
  3592. | #define HAVE_INTTYPES_H 1
  3593. | #define HAVE_LIMITS_H 1
  3594. | #define HAVE_LINK_H 1
  3595. | #define HAVE_MALLOC_H 1
  3596. | #define HAVE_SETJMP_H 1
  3597. | #define HAVE_SIGNAL_H 1
  3598. | #define HAVE_STDINT_H 1
  3599. | #define HAVE_TERMIOS_H 1
  3600. | #define HAVE_UNISTD_H 1
  3601. | #define HAVE_UTIME_H 1
  3602. | #define HAVE_SYS_MMAN_H 1
  3603. | #define HAVE_SYS_PARAM_H 1
  3604. | #define HAVE_SYS_RESOURCE_H 1
  3605. | #define HAVE_SYS_TIME_H 1
  3606. | #define HAVE_SYS_TYPES_H 1
  3607. | #define HAVE_SYS_IOCTL_H 1
  3608. | #define HAVE_PTHREAD_H 1
  3609. | /* end confdefs.h. */
  3610. | #include <stdio.h>
  3611. | #if HAVE_SYS_TYPES_H
  3612. | # include <sys/types.h>
  3613. | #endif
  3614. | #if HAVE_SYS_STAT_H
  3615. | # include <sys/stat.h>
  3616. | #endif
  3617. | #if STDC_HEADERS
  3618. | # include <stdlib.h>
  3619. | # include <stddef.h>
  3620. | #else
  3621. | # if HAVE_STDLIB_H
  3622. | # include <stdlib.h>
  3623. | # endif
  3624. | #endif
  3625. | #if HAVE_STRING_H
  3626. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3627. | # include <memory.h>
  3628. | # endif
  3629. | # include <string.h>
  3630. | #endif
  3631. | #if HAVE_STRINGS_H
  3632. | # include <strings.h>
  3633. | #endif
  3634. | #if HAVE_INTTYPES_H
  3635. | # include <inttypes.h>
  3636. | #endif
  3637. | #if HAVE_STDINT_H
  3638. | # include <stdint.h>
  3639. | #endif
  3640. | #if HAVE_UNISTD_H
  3641. | # include <unistd.h>
  3642. | #endif
  3643. | #include <ffi.h>
  3644. configure:30920: result: no
  3645. configure:30924: checking ffi.h presence
  3646. configure:30939: gcc -E conftest.c
  3647. conftest.c:93:17: error: ffi.h: No such file or directory
  3648. configure:30945: $? = 1
  3649. configure: failed program was:
  3650. | /* confdefs.h. */
  3651. | #define PACKAGE_NAME "llvm"
  3652. | #define PACKAGE_TARNAME "-llvm-"
  3653. | #define PACKAGE_VERSION "2.6svn"
  3654. | #define PACKAGE_STRING "llvm 2.6svn"
  3655. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3656. | #define LLVM_ON_UNIX 1
  3657. | #define STDC_HEADERS 1
  3658. | #define HAVE_SYS_TYPES_H 1
  3659. | #define HAVE_SYS_STAT_H 1
  3660. | #define HAVE_STDLIB_H 1
  3661. | #define HAVE_STRING_H 1
  3662. | #define HAVE_MEMORY_H 1
  3663. | #define HAVE_STRINGS_H 1
  3664. | #define HAVE_INTTYPES_H 1
  3665. | #define HAVE_STDINT_H 1
  3666. | #define HAVE_UNISTD_H 1
  3667. | #define ENABLE_THREADS 1
  3668. | #define ENABLE_PIC 1
  3669. | #define LLVM_NATIVE_ARCH X86Target
  3670. | #define ENABLE_CBE_PRINTF_A 1
  3671. | #define HAVE_LINK_R 1
  3672. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3673. | #define HAVE_DIRENT_H 1
  3674. | #define HAVE_DLFCN_H 1
  3675. | #define LTDL_SHLIB_EXT ".so"
  3676. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3677. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  3678. | #define LTDL_OBJDIR ".libs/"
  3679. | #define HAVE_PRELOADED_SYMBOLS 1
  3680. | #define HAVE_LIBDL 1
  3681. | #define HAVE_DLERROR 1
  3682. | #define HAVE_ARGZ_H 1
  3683. | #define HAVE_ERROR_T 1
  3684. | #define HAVE_ARGZ_APPEND 1
  3685. | #define HAVE_ARGZ_CREATE_SEP 1
  3686. | #define HAVE_ARGZ_INSERT 1
  3687. | #define HAVE_ARGZ_NEXT 1
  3688. | #define HAVE_ARGZ_STRINGIFY 1
  3689. | #define HAVE_ASSERT_H 1
  3690. | #define HAVE_CTYPE_H 1
  3691. | #define HAVE_ERRNO_H 1
  3692. | #define HAVE_MALLOC_H 1
  3693. | #define HAVE_MEMORY_H 1
  3694. | #define HAVE_STDLIB_H 1
  3695. | #define HAVE_STDIO_H 1
  3696. | #define HAVE_UNISTD_H 1
  3697. | #define HAVE_STRING_H 1
  3698. | #define HAVE_STRCHR 1
  3699. | #define HAVE_STRRCHR 1
  3700. | #define HAVE_MEMCPY 1
  3701. | #define HAVE_MEMMOVE 1
  3702. | #define HAVE_STRCMP 1
  3703. | #define HAVE_CLOSEDIR 1
  3704. | #define HAVE_OPENDIR 1
  3705. | #define HAVE_READDIR 1
  3706. | #define CAN_DLOPEN_SELF 1
  3707. | #define HAVE_LIBM 1
  3708. | #define HAVE_DLOPEN 1
  3709. | #define HAVE_MALLINFO 1
  3710. | #define HAVE_LIBPTHREAD 1
  3711. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3712. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3713. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3714. | #define USE_UDIS86 0
  3715. | #define USE_OPROFILE 0
  3716. | #define HAVE_DIRENT_H 1
  3717. | #define HAVE_MMAP_ANONYMOUS 1
  3718. | #define STDC_HEADERS 1
  3719. | #define HAVE_SYS_WAIT_H 1
  3720. | #define TIME_WITH_SYS_TIME 1
  3721. | #define HAVE_DLFCN_H 1
  3722. | #define HAVE_EXECINFO_H 1
  3723. | #define HAVE_FCNTL_H 1
  3724. | #define HAVE_INTTYPES_H 1
  3725. | #define HAVE_LIMITS_H 1
  3726. | #define HAVE_LINK_H 1
  3727. | #define HAVE_MALLOC_H 1
  3728. | #define HAVE_SETJMP_H 1
  3729. | #define HAVE_SIGNAL_H 1
  3730. | #define HAVE_STDINT_H 1
  3731. | #define HAVE_TERMIOS_H 1
  3732. | #define HAVE_UNISTD_H 1
  3733. | #define HAVE_UTIME_H 1
  3734. | #define HAVE_SYS_MMAN_H 1
  3735. | #define HAVE_SYS_PARAM_H 1
  3736. | #define HAVE_SYS_RESOURCE_H 1
  3737. | #define HAVE_SYS_TIME_H 1
  3738. | #define HAVE_SYS_TYPES_H 1
  3739. | #define HAVE_SYS_IOCTL_H 1
  3740. | #define HAVE_PTHREAD_H 1
  3741. | /* end confdefs.h. */
  3742. | #include <ffi.h>
  3743. configure:30966: result: no
  3744. configure:30999: checking for ffi.h
  3745. configure:31007: result: no
  3746. configure:30866: checking ffi/ffi.h usability
  3747. configure:30883: gcc -c -g -O2 conftest.c >&5
  3748. conftest.c:126:21: error: ffi/ffi.h: No such file or directory
  3749. configure:30889: $? = 1
  3750. configure: failed program was:
  3751. | /* confdefs.h. */
  3752. | #define PACKAGE_NAME "llvm"
  3753. | #define PACKAGE_TARNAME "-llvm-"
  3754. | #define PACKAGE_VERSION "2.6svn"
  3755. | #define PACKAGE_STRING "llvm 2.6svn"
  3756. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3757. | #define LLVM_ON_UNIX 1
  3758. | #define STDC_HEADERS 1
  3759. | #define HAVE_SYS_TYPES_H 1
  3760. | #define HAVE_SYS_STAT_H 1
  3761. | #define HAVE_STDLIB_H 1
  3762. | #define HAVE_STRING_H 1
  3763. | #define HAVE_MEMORY_H 1
  3764. | #define HAVE_STRINGS_H 1
  3765. | #define HAVE_INTTYPES_H 1
  3766. | #define HAVE_STDINT_H 1
  3767. | #define HAVE_UNISTD_H 1
  3768. | #define ENABLE_THREADS 1
  3769. | #define ENABLE_PIC 1
  3770. | #define LLVM_NATIVE_ARCH X86Target
  3771. | #define ENABLE_CBE_PRINTF_A 1
  3772. | #define HAVE_LINK_R 1
  3773. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3774. | #define HAVE_DIRENT_H 1
  3775. | #define HAVE_DLFCN_H 1
  3776. | #define LTDL_SHLIB_EXT ".so"
  3777. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3778. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  3779. | #define LTDL_OBJDIR ".libs/"
  3780. | #define HAVE_PRELOADED_SYMBOLS 1
  3781. | #define HAVE_LIBDL 1
  3782. | #define HAVE_DLERROR 1
  3783. | #define HAVE_ARGZ_H 1
  3784. | #define HAVE_ERROR_T 1
  3785. | #define HAVE_ARGZ_APPEND 1
  3786. | #define HAVE_ARGZ_CREATE_SEP 1
  3787. | #define HAVE_ARGZ_INSERT 1
  3788. | #define HAVE_ARGZ_NEXT 1
  3789. | #define HAVE_ARGZ_STRINGIFY 1
  3790. | #define HAVE_ASSERT_H 1
  3791. | #define HAVE_CTYPE_H 1
  3792. | #define HAVE_ERRNO_H 1
  3793. | #define HAVE_MALLOC_H 1
  3794. | #define HAVE_MEMORY_H 1
  3795. | #define HAVE_STDLIB_H 1
  3796. | #define HAVE_STDIO_H 1
  3797. | #define HAVE_UNISTD_H 1
  3798. | #define HAVE_STRING_H 1
  3799. | #define HAVE_STRCHR 1
  3800. | #define HAVE_STRRCHR 1
  3801. | #define HAVE_MEMCPY 1
  3802. | #define HAVE_MEMMOVE 1
  3803. | #define HAVE_STRCMP 1
  3804. | #define HAVE_CLOSEDIR 1
  3805. | #define HAVE_OPENDIR 1
  3806. | #define HAVE_READDIR 1
  3807. | #define CAN_DLOPEN_SELF 1
  3808. | #define HAVE_LIBM 1
  3809. | #define HAVE_DLOPEN 1
  3810. | #define HAVE_MALLINFO 1
  3811. | #define HAVE_LIBPTHREAD 1
  3812. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3813. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3814. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3815. | #define USE_UDIS86 0
  3816. | #define USE_OPROFILE 0
  3817. | #define HAVE_DIRENT_H 1
  3818. | #define HAVE_MMAP_ANONYMOUS 1
  3819. | #define STDC_HEADERS 1
  3820. | #define HAVE_SYS_WAIT_H 1
  3821. | #define TIME_WITH_SYS_TIME 1
  3822. | #define HAVE_DLFCN_H 1
  3823. | #define HAVE_EXECINFO_H 1
  3824. | #define HAVE_FCNTL_H 1
  3825. | #define HAVE_INTTYPES_H 1
  3826. | #define HAVE_LIMITS_H 1
  3827. | #define HAVE_LINK_H 1
  3828. | #define HAVE_MALLOC_H 1
  3829. | #define HAVE_SETJMP_H 1
  3830. | #define HAVE_SIGNAL_H 1
  3831. | #define HAVE_STDINT_H 1
  3832. | #define HAVE_TERMIOS_H 1
  3833. | #define HAVE_UNISTD_H 1
  3834. | #define HAVE_UTIME_H 1
  3835. | #define HAVE_SYS_MMAN_H 1
  3836. | #define HAVE_SYS_PARAM_H 1
  3837. | #define HAVE_SYS_RESOURCE_H 1
  3838. | #define HAVE_SYS_TIME_H 1
  3839. | #define HAVE_SYS_TYPES_H 1
  3840. | #define HAVE_SYS_IOCTL_H 1
  3841. | #define HAVE_PTHREAD_H 1
  3842. | /* end confdefs.h. */
  3843. | #include <stdio.h>
  3844. | #if HAVE_SYS_TYPES_H
  3845. | # include <sys/types.h>
  3846. | #endif
  3847. | #if HAVE_SYS_STAT_H
  3848. | # include <sys/stat.h>
  3849. | #endif
  3850. | #if STDC_HEADERS
  3851. | # include <stdlib.h>
  3852. | # include <stddef.h>
  3853. | #else
  3854. | # if HAVE_STDLIB_H
  3855. | # include <stdlib.h>
  3856. | # endif
  3857. | #endif
  3858. | #if HAVE_STRING_H
  3859. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3860. | # include <memory.h>
  3861. | # endif
  3862. | # include <string.h>
  3863. | #endif
  3864. | #if HAVE_STRINGS_H
  3865. | # include <strings.h>
  3866. | #endif
  3867. | #if HAVE_INTTYPES_H
  3868. | # include <inttypes.h>
  3869. | #endif
  3870. | #if HAVE_STDINT_H
  3871. | # include <stdint.h>
  3872. | #endif
  3873. | #if HAVE_UNISTD_H
  3874. | # include <unistd.h>
  3875. | #endif
  3876. | #include <ffi/ffi.h>
  3877. configure:30920: result: no
  3878. configure:30924: checking ffi/ffi.h presence
  3879. configure:30939: gcc -E conftest.c
  3880. conftest.c:93:21: error: ffi/ffi.h: No such file or directory
  3881. configure:30945: $? = 1
  3882. configure: failed program was:
  3883. | /* confdefs.h. */
  3884. | #define PACKAGE_NAME "llvm"
  3885. | #define PACKAGE_TARNAME "-llvm-"
  3886. | #define PACKAGE_VERSION "2.6svn"
  3887. | #define PACKAGE_STRING "llvm 2.6svn"
  3888. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  3889. | #define LLVM_ON_UNIX 1
  3890. | #define STDC_HEADERS 1
  3891. | #define HAVE_SYS_TYPES_H 1
  3892. | #define HAVE_SYS_STAT_H 1
  3893. | #define HAVE_STDLIB_H 1
  3894. | #define HAVE_STRING_H 1
  3895. | #define HAVE_MEMORY_H 1
  3896. | #define HAVE_STRINGS_H 1
  3897. | #define HAVE_INTTYPES_H 1
  3898. | #define HAVE_STDINT_H 1
  3899. | #define HAVE_UNISTD_H 1
  3900. | #define ENABLE_THREADS 1
  3901. | #define ENABLE_PIC 1
  3902. | #define LLVM_NATIVE_ARCH X86Target
  3903. | #define ENABLE_CBE_PRINTF_A 1
  3904. | #define HAVE_LINK_R 1
  3905. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  3906. | #define HAVE_DIRENT_H 1
  3907. | #define HAVE_DLFCN_H 1
  3908. | #define LTDL_SHLIB_EXT ".so"
  3909. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  3910. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  3911. | #define LTDL_OBJDIR ".libs/"
  3912. | #define HAVE_PRELOADED_SYMBOLS 1
  3913. | #define HAVE_LIBDL 1
  3914. | #define HAVE_DLERROR 1
  3915. | #define HAVE_ARGZ_H 1
  3916. | #define HAVE_ERROR_T 1
  3917. | #define HAVE_ARGZ_APPEND 1
  3918. | #define HAVE_ARGZ_CREATE_SEP 1
  3919. | #define HAVE_ARGZ_INSERT 1
  3920. | #define HAVE_ARGZ_NEXT 1
  3921. | #define HAVE_ARGZ_STRINGIFY 1
  3922. | #define HAVE_ASSERT_H 1
  3923. | #define HAVE_CTYPE_H 1
  3924. | #define HAVE_ERRNO_H 1
  3925. | #define HAVE_MALLOC_H 1
  3926. | #define HAVE_MEMORY_H 1
  3927. | #define HAVE_STDLIB_H 1
  3928. | #define HAVE_STDIO_H 1
  3929. | #define HAVE_UNISTD_H 1
  3930. | #define HAVE_STRING_H 1
  3931. | #define HAVE_STRCHR 1
  3932. | #define HAVE_STRRCHR 1
  3933. | #define HAVE_MEMCPY 1
  3934. | #define HAVE_MEMMOVE 1
  3935. | #define HAVE_STRCMP 1
  3936. | #define HAVE_CLOSEDIR 1
  3937. | #define HAVE_OPENDIR 1
  3938. | #define HAVE_READDIR 1
  3939. | #define CAN_DLOPEN_SELF 1
  3940. | #define HAVE_LIBM 1
  3941. | #define HAVE_DLOPEN 1
  3942. | #define HAVE_MALLINFO 1
  3943. | #define HAVE_LIBPTHREAD 1
  3944. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  3945. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3946. | #define HAVE_PTHREAD_GETSPECIFIC 1
  3947. | #define USE_UDIS86 0
  3948. | #define USE_OPROFILE 0
  3949. | #define HAVE_DIRENT_H 1
  3950. | #define HAVE_MMAP_ANONYMOUS 1
  3951. | #define STDC_HEADERS 1
  3952. | #define HAVE_SYS_WAIT_H 1
  3953. | #define TIME_WITH_SYS_TIME 1
  3954. | #define HAVE_DLFCN_H 1
  3955. | #define HAVE_EXECINFO_H 1
  3956. | #define HAVE_FCNTL_H 1
  3957. | #define HAVE_INTTYPES_H 1
  3958. | #define HAVE_LIMITS_H 1
  3959. | #define HAVE_LINK_H 1
  3960. | #define HAVE_MALLOC_H 1
  3961. | #define HAVE_SETJMP_H 1
  3962. | #define HAVE_SIGNAL_H 1
  3963. | #define HAVE_STDINT_H 1
  3964. | #define HAVE_TERMIOS_H 1
  3965. | #define HAVE_UNISTD_H 1
  3966. | #define HAVE_UTIME_H 1
  3967. | #define HAVE_SYS_MMAN_H 1
  3968. | #define HAVE_SYS_PARAM_H 1
  3969. | #define HAVE_SYS_RESOURCE_H 1
  3970. | #define HAVE_SYS_TIME_H 1
  3971. | #define HAVE_SYS_TYPES_H 1
  3972. | #define HAVE_SYS_IOCTL_H 1
  3973. | #define HAVE_PTHREAD_H 1
  3974. | /* end confdefs.h. */
  3975. | #include <ffi/ffi.h>
  3976. configure:30966: result: no
  3977. configure:30999: checking for ffi/ffi.h
  3978. configure:31007: result: no
  3979. configure:31024: checking for HUGE_VAL sanity
  3980. configure:31061: g++ -o conftest -pedantic conftest.cpp -lpthread -ldl -lm >&5
  3981. configure:31064: $? = 0
  3982. configure:31070: ./conftest
  3983. configure:31073: $? = 0
  3984. configure:31096: result: yes
  3985. configure:31101: checking for pid_t
  3986. configure:31131: gcc -c -g -O2 conftest.c >&5
  3987. configure:31137: $? = 0
  3988. configure:31144: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3989. configure:31147: $? = 0
  3990. configure:31154: test -s conftest.o
  3991. configure:31157: $? = 0
  3992. configure:31169: result: yes
  3993. configure:31181: checking for size_t
  3994. configure:31211: gcc -c -g -O2 conftest.c >&5
  3995. configure:31217: $? = 0
  3996. configure:31224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  3997. configure:31227: $? = 0
  3998. configure:31234: test -s conftest.o
  3999. configure:31237: $? = 0
  4000. configure:31249: result: yes
  4001. configure:31261: checking return type of signal handlers
  4002. configure:31289: gcc -c -g -O2 conftest.c >&5
  4003. conftest.c: In function 'main':
  4004. conftest.c:99: error: void value not ignored as it ought to be
  4005. configure:31295: $? = 1
  4006. configure: failed program was:
  4007. | /* confdefs.h. */
  4008. | #define PACKAGE_NAME "llvm"
  4009. | #define PACKAGE_TARNAME "-llvm-"
  4010. | #define PACKAGE_VERSION "2.6svn"
  4011. | #define PACKAGE_STRING "llvm 2.6svn"
  4012. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  4013. | #define LLVM_ON_UNIX 1
  4014. | #define STDC_HEADERS 1
  4015. | #define HAVE_SYS_TYPES_H 1
  4016. | #define HAVE_SYS_STAT_H 1
  4017. | #define HAVE_STDLIB_H 1
  4018. | #define HAVE_STRING_H 1
  4019. | #define HAVE_MEMORY_H 1
  4020. | #define HAVE_STRINGS_H 1
  4021. | #define HAVE_INTTYPES_H 1
  4022. | #define HAVE_STDINT_H 1
  4023. | #define HAVE_UNISTD_H 1
  4024. | #define ENABLE_THREADS 1
  4025. | #define ENABLE_PIC 1
  4026. | #define LLVM_NATIVE_ARCH X86Target
  4027. | #define ENABLE_CBE_PRINTF_A 1
  4028. | #define HAVE_LINK_R 1
  4029. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4030. | #define HAVE_DIRENT_H 1
  4031. | #define HAVE_DLFCN_H 1
  4032. | #define LTDL_SHLIB_EXT ".so"
  4033. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4034. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  4035. | #define LTDL_OBJDIR ".libs/"
  4036. | #define HAVE_PRELOADED_SYMBOLS 1
  4037. | #define HAVE_LIBDL 1
  4038. | #define HAVE_DLERROR 1
  4039. | #define HAVE_ARGZ_H 1
  4040. | #define HAVE_ERROR_T 1
  4041. | #define HAVE_ARGZ_APPEND 1
  4042. | #define HAVE_ARGZ_CREATE_SEP 1
  4043. | #define HAVE_ARGZ_INSERT 1
  4044. | #define HAVE_ARGZ_NEXT 1
  4045. | #define HAVE_ARGZ_STRINGIFY 1
  4046. | #define HAVE_ASSERT_H 1
  4047. | #define HAVE_CTYPE_H 1
  4048. | #define HAVE_ERRNO_H 1
  4049. | #define HAVE_MALLOC_H 1
  4050. | #define HAVE_MEMORY_H 1
  4051. | #define HAVE_STDLIB_H 1
  4052. | #define HAVE_STDIO_H 1
  4053. | #define HAVE_UNISTD_H 1
  4054. | #define HAVE_STRING_H 1
  4055. | #define HAVE_STRCHR 1
  4056. | #define HAVE_STRRCHR 1
  4057. | #define HAVE_MEMCPY 1
  4058. | #define HAVE_MEMMOVE 1
  4059. | #define HAVE_STRCMP 1
  4060. | #define HAVE_CLOSEDIR 1
  4061. | #define HAVE_OPENDIR 1
  4062. | #define HAVE_READDIR 1
  4063. | #define CAN_DLOPEN_SELF 1
  4064. | #define HAVE_LIBM 1
  4065. | #define HAVE_DLOPEN 1
  4066. | #define HAVE_MALLINFO 1
  4067. | #define HAVE_LIBPTHREAD 1
  4068. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4069. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4070. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4071. | #define USE_UDIS86 0
  4072. | #define USE_OPROFILE 0
  4073. | #define HAVE_DIRENT_H 1
  4074. | #define HAVE_MMAP_ANONYMOUS 1
  4075. | #define STDC_HEADERS 1
  4076. | #define HAVE_SYS_WAIT_H 1
  4077. | #define TIME_WITH_SYS_TIME 1
  4078. | #define HAVE_DLFCN_H 1
  4079. | #define HAVE_EXECINFO_H 1
  4080. | #define HAVE_FCNTL_H 1
  4081. | #define HAVE_INTTYPES_H 1
  4082. | #define HAVE_LIMITS_H 1
  4083. | #define HAVE_LINK_H 1
  4084. | #define HAVE_MALLOC_H 1
  4085. | #define HAVE_SETJMP_H 1
  4086. | #define HAVE_SIGNAL_H 1
  4087. | #define HAVE_STDINT_H 1
  4088. | #define HAVE_TERMIOS_H 1
  4089. | #define HAVE_UNISTD_H 1
  4090. | #define HAVE_UTIME_H 1
  4091. | #define HAVE_SYS_MMAN_H 1
  4092. | #define HAVE_SYS_PARAM_H 1
  4093. | #define HAVE_SYS_RESOURCE_H 1
  4094. | #define HAVE_SYS_TIME_H 1
  4095. | #define HAVE_SYS_TYPES_H 1
  4096. | #define HAVE_SYS_IOCTL_H 1
  4097. | #define HAVE_PTHREAD_H 1
  4098. | /* end confdefs.h. */
  4099. | #include <sys/types.h>
  4100. | #include <signal.h>
  4101. |
  4102. | int
  4103. | main ()
  4104. | {
  4105. | return *(signal (0, 0)) (0) == 1;
  4106. | ;
  4107. | return 0;
  4108. | }
  4109. configure:31327: result: void
  4110. configure:31335: checking whether struct tm is in sys/time.h or time.h
  4111. configure:31363: gcc -c -g -O2 conftest.c >&5
  4112. configure:31369: $? = 0
  4113. configure:31376: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4114. configure:31379: $? = 0
  4115. configure:31386: test -s conftest.o
  4116. configure:31389: $? = 0
  4117. configure:31401: result: time.h
  4118. configure:31411: checking for int64_t
  4119. configure:31441: gcc -c -g -O2 conftest.c >&5
  4120. configure:31447: $? = 0
  4121. configure:31454: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4122. configure:31457: $? = 0
  4123. configure:31464: test -s conftest.o
  4124. configure:31467: $? = 0
  4125. configure:31479: result: yes
  4126. configure:31494: checking for uint64_t
  4127. configure:31524: gcc -c -g -O2 conftest.c >&5
  4128. configure:31530: $? = 0
  4129. configure:31537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4130. configure:31540: $? = 0
  4131. configure:31547: test -s conftest.o
  4132. configure:31550: $? = 0
  4133. configure:31562: result: yes
  4134. configure:31669: checking for backtrace
  4135. configure:31725: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4136. configure:31731: $? = 0
  4137. configure:31738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4138. configure:31741: $? = 0
  4139. configure:31748: test -s conftest
  4140. configure:31751: $? = 0
  4141. configure:31765: result: yes
  4142. configure:31669: checking for ceilf
  4143. configure:31725: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4144. conftest.c:120: warning: conflicting types for built-in function 'ceilf'
  4145. configure:31731: $? = 0
  4146. configure:31738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4147. configure:31741: $? = 0
  4148. configure:31748: test -s conftest
  4149. configure:31751: $? = 0
  4150. configure:31765: result: yes
  4151. configure:31669: checking for floorf
  4152. configure:31725: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4153. conftest.c:121: warning: conflicting types for built-in function 'floorf'
  4154. configure:31731: $? = 0
  4155. configure:31738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4156. configure:31741: $? = 0
  4157. configure:31748: test -s conftest
  4158. configure:31751: $? = 0
  4159. configure:31765: result: yes
  4160. configure:31669: checking for roundf
  4161. configure:31725: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4162. conftest.c:122: warning: conflicting types for built-in function 'roundf'
  4163. configure:31731: $? = 0
  4164. configure:31738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4165. configure:31741: $? = 0
  4166. configure:31748: test -s conftest
  4167. configure:31751: $? = 0
  4168. configure:31765: result: yes
  4169. configure:31669: checking for rintf
  4170. configure:31725: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4171. conftest.c:123: warning: conflicting types for built-in function 'rintf'
  4172. configure:31731: $? = 0
  4173. configure:31738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4174. configure:31741: $? = 0
  4175. configure:31748: test -s conftest
  4176. configure:31751: $? = 0
  4177. configure:31765: result: yes
  4178. configure:31669: checking for nearbyintf
  4179. configure:31725: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4180. conftest.c:124: warning: conflicting types for built-in function 'nearbyintf'
  4181. configure:31731: $? = 0
  4182. configure:31738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4183. configure:31741: $? = 0
  4184. configure:31748: test -s conftest
  4185. configure:31751: $? = 0
  4186. configure:31765: result: yes
  4187. configure:31669: checking for getcwd
  4188. configure:31725: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4189. configure:31731: $? = 0
  4190. configure:31738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4191. configure:31741: $? = 0
  4192. configure:31748: test -s conftest
  4193. configure:31751: $? = 0
  4194. configure:31765: result: yes
  4195. configure:31782: checking for powf
  4196. configure:31838: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4197. conftest.c:126: warning: conflicting types for built-in function 'powf'
  4198. configure:31844: $? = 0
  4199. configure:31851: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4200. configure:31854: $? = 0
  4201. configure:31861: test -s conftest
  4202. configure:31864: $? = 0
  4203. configure:31878: result: yes
  4204. configure:31782: checking for fmodf
  4205. configure:31838: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4206. conftest.c:127: warning: conflicting types for built-in function 'fmodf'
  4207. configure:31844: $? = 0
  4208. configure:31851: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4209. configure:31854: $? = 0
  4210. configure:31861: test -s conftest
  4211. configure:31864: $? = 0
  4212. configure:31878: result: yes
  4213. configure:31782: checking for strtof
  4214. configure:31838: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4215. configure:31844: $? = 0
  4216. configure:31851: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4217. configure:31854: $? = 0
  4218. configure:31861: test -s conftest
  4219. configure:31864: $? = 0
  4220. configure:31878: result: yes
  4221. configure:31782: checking for round
  4222. configure:31838: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4223. conftest.c:129: warning: conflicting types for built-in function 'round'
  4224. configure:31844: $? = 0
  4225. configure:31851: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4226. configure:31854: $? = 0
  4227. configure:31861: test -s conftest
  4228. configure:31864: $? = 0
  4229. configure:31878: result: yes
  4230. configure:31896: checking for getpagesize
  4231. configure:31952: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4232. configure:31958: $? = 0
  4233. configure:31965: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4234. configure:31968: $? = 0
  4235. configure:31975: test -s conftest
  4236. configure:31978: $? = 0
  4237. configure:31992: result: yes
  4238. configure:31896: checking for getrusage
  4239. configure:31952: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4240. configure:31958: $? = 0
  4241. configure:31965: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4242. configure:31968: $? = 0
  4243. configure:31975: test -s conftest
  4244. configure:31978: $? = 0
  4245. configure:31992: result: yes
  4246. configure:31896: checking for getrlimit
  4247. configure:31952: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4248. configure:31958: $? = 0
  4249. configure:31965: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4250. configure:31968: $? = 0
  4251. configure:31975: test -s conftest
  4252. configure:31978: $? = 0
  4253. configure:31992: result: yes
  4254. configure:31896: checking for setrlimit
  4255. configure:31952: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4256. configure:31958: $? = 0
  4257. configure:31965: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4258. configure:31968: $? = 0
  4259. configure:31975: test -s conftest
  4260. configure:31978: $? = 0
  4261. configure:31992: result: yes
  4262. configure:31896: checking for gettimeofday
  4263. configure:31952: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4264. configure:31958: $? = 0
  4265. configure:31965: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4266. configure:31968: $? = 0
  4267. configure:31975: test -s conftest
  4268. configure:31978: $? = 0
  4269. configure:31992: result: yes
  4270. configure:32008: checking for isatty
  4271. configure:32064: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4272. configure:32070: $? = 0
  4273. configure:32077: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4274. configure:32080: $? = 0
  4275. configure:32087: test -s conftest
  4276. configure:32090: $? = 0
  4277. configure:32104: result: yes
  4278. configure:32008: checking for mkdtemp
  4279. configure:32064: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4280. configure:32070: $? = 0
  4281. configure:32077: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4282. configure:32080: $? = 0
  4283. configure:32087: test -s conftest
  4284. configure:32090: $? = 0
  4285. configure:32104: result: yes
  4286. configure:32008: checking for mkstemp
  4287. configure:32064: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4288. configure:32070: $? = 0
  4289. configure:32077: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4290. configure:32080: $? = 0
  4291. configure:32087: test -s conftest
  4292. configure:32090: $? = 0
  4293. configure:32104: result: yes
  4294. configure:32122: checking for mktemp
  4295. configure:32178: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4296. /tmp/cce9OtMS.o: In function `main':
  4297. /media/llvm-dev/llvm-objs/conftest.c:149: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  4298. configure:32184: $? = 0
  4299. configure:32191: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4300. configure:32194: $? = 0
  4301. configure:32201: test -s conftest
  4302. configure:32204: $? = 0
  4303. configure:32218: result: yes
  4304. configure:32122: checking for realpath
  4305. configure:32178: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4306. configure:32184: $? = 0
  4307. configure:32191: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4308. configure:32194: $? = 0
  4309. configure:32201: test -s conftest
  4310. configure:32204: $? = 0
  4311. configure:32218: result: yes
  4312. configure:32122: checking for sbrk
  4313. configure:32178: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4314. configure:32184: $? = 0
  4315. configure:32191: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4316. configure:32194: $? = 0
  4317. configure:32201: test -s conftest
  4318. configure:32204: $? = 0
  4319. configure:32218: result: yes
  4320. configure:32122: checking for setrlimit
  4321. configure:32218: result: yes
  4322. configure:32122: checking for strdup
  4323. configure:32178: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4324. conftest.c:142: warning: conflicting types for built-in function 'strdup'
  4325. configure:32184: $? = 0
  4326. configure:32191: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4327. configure:32194: $? = 0
  4328. configure:32201: test -s conftest
  4329. configure:32204: $? = 0
  4330. configure:32218: result: yes
  4331. configure:32234: checking for strerror
  4332. configure:32290: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4333. configure:32296: $? = 0
  4334. configure:32303: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4335. configure:32306: $? = 0
  4336. configure:32313: test -s conftest
  4337. configure:32316: $? = 0
  4338. configure:32330: result: yes
  4339. configure:32234: checking for strerror_r
  4340. configure:32290: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4341. configure:32296: $? = 0
  4342. configure:32303: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4343. configure:32306: $? = 0
  4344. configure:32313: test -s conftest
  4345. configure:32316: $? = 0
  4346. configure:32330: result: yes
  4347. configure:32234: checking for strerror_s
  4348. configure:32290: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4349. /tmp/ccA9Sycb.o: In function `main':
  4350. /media/llvm-dev/llvm-objs/conftest.c:156: undefined reference to `strerror_s'
  4351. collect2: ld returned 1 exit status
  4352. configure:32296: $? = 1
  4353. configure: failed program was:
  4354. | /* confdefs.h. */
  4355. | #define PACKAGE_NAME "llvm"
  4356. | #define PACKAGE_TARNAME "-llvm-"
  4357. | #define PACKAGE_VERSION "2.6svn"
  4358. | #define PACKAGE_STRING "llvm 2.6svn"
  4359. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  4360. | #define LLVM_ON_UNIX 1
  4361. | #define STDC_HEADERS 1
  4362. | #define HAVE_SYS_TYPES_H 1
  4363. | #define HAVE_SYS_STAT_H 1
  4364. | #define HAVE_STDLIB_H 1
  4365. | #define HAVE_STRING_H 1
  4366. | #define HAVE_MEMORY_H 1
  4367. | #define HAVE_STRINGS_H 1
  4368. | #define HAVE_INTTYPES_H 1
  4369. | #define HAVE_STDINT_H 1
  4370. | #define HAVE_UNISTD_H 1
  4371. | #define ENABLE_THREADS 1
  4372. | #define ENABLE_PIC 1
  4373. | #define LLVM_NATIVE_ARCH X86Target
  4374. | #define ENABLE_CBE_PRINTF_A 1
  4375. | #define HAVE_LINK_R 1
  4376. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4377. | #define HAVE_DIRENT_H 1
  4378. | #define HAVE_DLFCN_H 1
  4379. | #define LTDL_SHLIB_EXT ".so"
  4380. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4381. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  4382. | #define LTDL_OBJDIR ".libs/"
  4383. | #define HAVE_PRELOADED_SYMBOLS 1
  4384. | #define HAVE_LIBDL 1
  4385. | #define HAVE_DLERROR 1
  4386. | #define HAVE_ARGZ_H 1
  4387. | #define HAVE_ERROR_T 1
  4388. | #define HAVE_ARGZ_APPEND 1
  4389. | #define HAVE_ARGZ_CREATE_SEP 1
  4390. | #define HAVE_ARGZ_INSERT 1
  4391. | #define HAVE_ARGZ_NEXT 1
  4392. | #define HAVE_ARGZ_STRINGIFY 1
  4393. | #define HAVE_ASSERT_H 1
  4394. | #define HAVE_CTYPE_H 1
  4395. | #define HAVE_ERRNO_H 1
  4396. | #define HAVE_MALLOC_H 1
  4397. | #define HAVE_MEMORY_H 1
  4398. | #define HAVE_STDLIB_H 1
  4399. | #define HAVE_STDIO_H 1
  4400. | #define HAVE_UNISTD_H 1
  4401. | #define HAVE_STRING_H 1
  4402. | #define HAVE_STRCHR 1
  4403. | #define HAVE_STRRCHR 1
  4404. | #define HAVE_MEMCPY 1
  4405. | #define HAVE_MEMMOVE 1
  4406. | #define HAVE_STRCMP 1
  4407. | #define HAVE_CLOSEDIR 1
  4408. | #define HAVE_OPENDIR 1
  4409. | #define HAVE_READDIR 1
  4410. | #define CAN_DLOPEN_SELF 1
  4411. | #define HAVE_LIBM 1
  4412. | #define HAVE_DLOPEN 1
  4413. | #define HAVE_MALLINFO 1
  4414. | #define HAVE_LIBPTHREAD 1
  4415. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4416. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4417. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4418. | #define USE_UDIS86 0
  4419. | #define USE_OPROFILE 0
  4420. | #define HAVE_DIRENT_H 1
  4421. | #define HAVE_MMAP_ANONYMOUS 1
  4422. | #define STDC_HEADERS 1
  4423. | #define HAVE_SYS_WAIT_H 1
  4424. | #define TIME_WITH_SYS_TIME 1
  4425. | #define HAVE_DLFCN_H 1
  4426. | #define HAVE_EXECINFO_H 1
  4427. | #define HAVE_FCNTL_H 1
  4428. | #define HAVE_INTTYPES_H 1
  4429. | #define HAVE_LIMITS_H 1
  4430. | #define HAVE_LINK_H 1
  4431. | #define HAVE_MALLOC_H 1
  4432. | #define HAVE_SETJMP_H 1
  4433. | #define HAVE_SIGNAL_H 1
  4434. | #define HAVE_STDINT_H 1
  4435. | #define HAVE_TERMIOS_H 1
  4436. | #define HAVE_UNISTD_H 1
  4437. | #define HAVE_UTIME_H 1
  4438. | #define HAVE_SYS_MMAN_H 1
  4439. | #define HAVE_SYS_PARAM_H 1
  4440. | #define HAVE_SYS_RESOURCE_H 1
  4441. | #define HAVE_SYS_TIME_H 1
  4442. | #define HAVE_SYS_TYPES_H 1
  4443. | #define HAVE_SYS_IOCTL_H 1
  4444. | #define HAVE_PTHREAD_H 1
  4445. | #define RETSIGTYPE void
  4446. | #define HAVE_INT64_T 1
  4447. | #define HAVE_UINT64_T 1
  4448. | #define HAVE_BACKTRACE 1
  4449. | #define HAVE_CEILF 1
  4450. | #define HAVE_FLOORF 1
  4451. | #define HAVE_ROUNDF 1
  4452. | #define HAVE_RINTF 1
  4453. | #define HAVE_NEARBYINTF 1
  4454. | #define HAVE_GETCWD 1
  4455. | #define HAVE_POWF 1
  4456. | #define HAVE_FMODF 1
  4457. | #define HAVE_STRTOF 1
  4458. | #define HAVE_ROUND 1
  4459. | #define HAVE_GETPAGESIZE 1
  4460. | #define HAVE_GETRUSAGE 1
  4461. | #define HAVE_GETRLIMIT 1
  4462. | #define HAVE_SETRLIMIT 1
  4463. | #define HAVE_GETTIMEOFDAY 1
  4464. | #define HAVE_ISATTY 1
  4465. | #define HAVE_MKDTEMP 1
  4466. | #define HAVE_MKSTEMP 1
  4467. | #define HAVE_MKTEMP 1
  4468. | #define HAVE_REALPATH 1
  4469. | #define HAVE_SBRK 1
  4470. | #define HAVE_SETRLIMIT 1
  4471. | #define HAVE_STRDUP 1
  4472. | #define HAVE_STRERROR 1
  4473. | #define HAVE_STRERROR_R 1
  4474. | /* end confdefs.h. */
  4475. | /* Define strerror_s to an innocuous variant, in case <limits.h> declares strerror_s.
  4476. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4477. | #define strerror_s innocuous_strerror_s
  4478. |
  4479. | /* System header to define __stub macros and hopefully few prototypes,
  4480. | which can conflict with char strerror_s (); below.
  4481. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4482. | <limits.h> exists even on freestanding compilers. */
  4483. |
  4484. | #ifdef __STDC__
  4485. | # include <limits.h>
  4486. | #else
  4487. | # include <assert.h>
  4488. | #endif
  4489. |
  4490. | #undef strerror_s
  4491. |
  4492. | /* Override any GCC internal prototype to avoid an error.
  4493. | Use char because int might match the return type of a GCC
  4494. | builtin and then its argument prototype would still apply. */
  4495. | #ifdef __cplusplus
  4496. | extern "C"
  4497. | #endif
  4498. | char strerror_s ();
  4499. | /* The GNU C library defines this for functions which it implements
  4500. | to always fail with ENOSYS. Some functions are actually named
  4501. | something starting with __ and the normal name is an alias. */
  4502. | #if defined __stub_strerror_s || defined __stub___strerror_s
  4503. | choke me
  4504. | #endif
  4505. |
  4506. | int
  4507. | main ()
  4508. | {
  4509. | return strerror_s ();
  4510. | ;
  4511. | return 0;
  4512. | }
  4513. configure:32330: result: no
  4514. configure:32347: checking for strtoll
  4515. configure:32403: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4516. configure:32409: $? = 0
  4517. configure:32416: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4518. configure:32419: $? = 0
  4519. configure:32426: test -s conftest
  4520. configure:32429: $? = 0
  4521. configure:32443: result: yes
  4522. configure:32347: checking for strtoq
  4523. configure:32403: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4524. configure:32409: $? = 0
  4525. configure:32416: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4526. configure:32419: $? = 0
  4527. configure:32426: test -s conftest
  4528. configure:32429: $? = 0
  4529. configure:32443: result: yes
  4530. configure:32347: checking for sysconf
  4531. configure:32403: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4532. configure:32409: $? = 0
  4533. configure:32416: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4534. configure:32419: $? = 0
  4535. configure:32426: test -s conftest
  4536. configure:32429: $? = 0
  4537. configure:32443: result: yes
  4538. configure:32347: checking for malloc_zone_statistics
  4539. configure:32403: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4540. /tmp/ccQHe28Z.o: In function `main':
  4541. /media/llvm-dev/llvm-objs/conftest.c:159: undefined reference to `malloc_zone_statistics'
  4542. collect2: ld returned 1 exit status
  4543. configure:32409: $? = 1
  4544. configure: failed program was:
  4545. | /* confdefs.h. */
  4546. | #define PACKAGE_NAME "llvm"
  4547. | #define PACKAGE_TARNAME "-llvm-"
  4548. | #define PACKAGE_VERSION "2.6svn"
  4549. | #define PACKAGE_STRING "llvm 2.6svn"
  4550. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  4551. | #define LLVM_ON_UNIX 1
  4552. | #define STDC_HEADERS 1
  4553. | #define HAVE_SYS_TYPES_H 1
  4554. | #define HAVE_SYS_STAT_H 1
  4555. | #define HAVE_STDLIB_H 1
  4556. | #define HAVE_STRING_H 1
  4557. | #define HAVE_MEMORY_H 1
  4558. | #define HAVE_STRINGS_H 1
  4559. | #define HAVE_INTTYPES_H 1
  4560. | #define HAVE_STDINT_H 1
  4561. | #define HAVE_UNISTD_H 1
  4562. | #define ENABLE_THREADS 1
  4563. | #define ENABLE_PIC 1
  4564. | #define LLVM_NATIVE_ARCH X86Target
  4565. | #define ENABLE_CBE_PRINTF_A 1
  4566. | #define HAVE_LINK_R 1
  4567. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4568. | #define HAVE_DIRENT_H 1
  4569. | #define HAVE_DLFCN_H 1
  4570. | #define LTDL_SHLIB_EXT ".so"
  4571. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4572. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  4573. | #define LTDL_OBJDIR ".libs/"
  4574. | #define HAVE_PRELOADED_SYMBOLS 1
  4575. | #define HAVE_LIBDL 1
  4576. | #define HAVE_DLERROR 1
  4577. | #define HAVE_ARGZ_H 1
  4578. | #define HAVE_ERROR_T 1
  4579. | #define HAVE_ARGZ_APPEND 1
  4580. | #define HAVE_ARGZ_CREATE_SEP 1
  4581. | #define HAVE_ARGZ_INSERT 1
  4582. | #define HAVE_ARGZ_NEXT 1
  4583. | #define HAVE_ARGZ_STRINGIFY 1
  4584. | #define HAVE_ASSERT_H 1
  4585. | #define HAVE_CTYPE_H 1
  4586. | #define HAVE_ERRNO_H 1
  4587. | #define HAVE_MALLOC_H 1
  4588. | #define HAVE_MEMORY_H 1
  4589. | #define HAVE_STDLIB_H 1
  4590. | #define HAVE_STDIO_H 1
  4591. | #define HAVE_UNISTD_H 1
  4592. | #define HAVE_STRING_H 1
  4593. | #define HAVE_STRCHR 1
  4594. | #define HAVE_STRRCHR 1
  4595. | #define HAVE_MEMCPY 1
  4596. | #define HAVE_MEMMOVE 1
  4597. | #define HAVE_STRCMP 1
  4598. | #define HAVE_CLOSEDIR 1
  4599. | #define HAVE_OPENDIR 1
  4600. | #define HAVE_READDIR 1
  4601. | #define CAN_DLOPEN_SELF 1
  4602. | #define HAVE_LIBM 1
  4603. | #define HAVE_DLOPEN 1
  4604. | #define HAVE_MALLINFO 1
  4605. | #define HAVE_LIBPTHREAD 1
  4606. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4607. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4608. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4609. | #define USE_UDIS86 0
  4610. | #define USE_OPROFILE 0
  4611. | #define HAVE_DIRENT_H 1
  4612. | #define HAVE_MMAP_ANONYMOUS 1
  4613. | #define STDC_HEADERS 1
  4614. | #define HAVE_SYS_WAIT_H 1
  4615. | #define TIME_WITH_SYS_TIME 1
  4616. | #define HAVE_DLFCN_H 1
  4617. | #define HAVE_EXECINFO_H 1
  4618. | #define HAVE_FCNTL_H 1
  4619. | #define HAVE_INTTYPES_H 1
  4620. | #define HAVE_LIMITS_H 1
  4621. | #define HAVE_LINK_H 1
  4622. | #define HAVE_MALLOC_H 1
  4623. | #define HAVE_SETJMP_H 1
  4624. | #define HAVE_SIGNAL_H 1
  4625. | #define HAVE_STDINT_H 1
  4626. | #define HAVE_TERMIOS_H 1
  4627. | #define HAVE_UNISTD_H 1
  4628. | #define HAVE_UTIME_H 1
  4629. | #define HAVE_SYS_MMAN_H 1
  4630. | #define HAVE_SYS_PARAM_H 1
  4631. | #define HAVE_SYS_RESOURCE_H 1
  4632. | #define HAVE_SYS_TIME_H 1
  4633. | #define HAVE_SYS_TYPES_H 1
  4634. | #define HAVE_SYS_IOCTL_H 1
  4635. | #define HAVE_PTHREAD_H 1
  4636. | #define RETSIGTYPE void
  4637. | #define HAVE_INT64_T 1
  4638. | #define HAVE_UINT64_T 1
  4639. | #define HAVE_BACKTRACE 1
  4640. | #define HAVE_CEILF 1
  4641. | #define HAVE_FLOORF 1
  4642. | #define HAVE_ROUNDF 1
  4643. | #define HAVE_RINTF 1
  4644. | #define HAVE_NEARBYINTF 1
  4645. | #define HAVE_GETCWD 1
  4646. | #define HAVE_POWF 1
  4647. | #define HAVE_FMODF 1
  4648. | #define HAVE_STRTOF 1
  4649. | #define HAVE_ROUND 1
  4650. | #define HAVE_GETPAGESIZE 1
  4651. | #define HAVE_GETRUSAGE 1
  4652. | #define HAVE_GETRLIMIT 1
  4653. | #define HAVE_SETRLIMIT 1
  4654. | #define HAVE_GETTIMEOFDAY 1
  4655. | #define HAVE_ISATTY 1
  4656. | #define HAVE_MKDTEMP 1
  4657. | #define HAVE_MKSTEMP 1
  4658. | #define HAVE_MKTEMP 1
  4659. | #define HAVE_REALPATH 1
  4660. | #define HAVE_SBRK 1
  4661. | #define HAVE_SETRLIMIT 1
  4662. | #define HAVE_STRDUP 1
  4663. | #define HAVE_STRERROR 1
  4664. | #define HAVE_STRERROR_R 1
  4665. | #define HAVE_STRTOLL 1
  4666. | #define HAVE_STRTOQ 1
  4667. | #define HAVE_SYSCONF 1
  4668. | /* end confdefs.h. */
  4669. | /* Define malloc_zone_statistics to an innocuous variant, in case <limits.h> declares malloc_zone_statistics.
  4670. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4671. | #define malloc_zone_statistics innocuous_malloc_zone_statistics
  4672. |
  4673. | /* System header to define __stub macros and hopefully few prototypes,
  4674. | which can conflict with char malloc_zone_statistics (); below.
  4675. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4676. | <limits.h> exists even on freestanding compilers. */
  4677. |
  4678. | #ifdef __STDC__
  4679. | # include <limits.h>
  4680. | #else
  4681. | # include <assert.h>
  4682. | #endif
  4683. |
  4684. | #undef malloc_zone_statistics
  4685. |
  4686. | /* Override any GCC internal prototype to avoid an error.
  4687. | Use char because int might match the return type of a GCC
  4688. | builtin and then its argument prototype would still apply. */
  4689. | #ifdef __cplusplus
  4690. | extern "C"
  4691. | #endif
  4692. | char malloc_zone_statistics ();
  4693. | /* The GNU C library defines this for functions which it implements
  4694. | to always fail with ENOSYS. Some functions are actually named
  4695. | something starting with __ and the normal name is an alias. */
  4696. | #if defined __stub_malloc_zone_statistics || defined __stub___malloc_zone_statistics
  4697. | choke me
  4698. | #endif
  4699. |
  4700. | int
  4701. | main ()
  4702. | {
  4703. | return malloc_zone_statistics ();
  4704. | ;
  4705. | return 0;
  4706. | }
  4707. configure:32443: result: no
  4708. configure:32460: checking for setjmp
  4709. configure:32516: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4710. configure:32522: $? = 0
  4711. configure:32529: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4712. configure:32532: $? = 0
  4713. configure:32539: test -s conftest
  4714. configure:32542: $? = 0
  4715. configure:32556: result: yes
  4716. configure:32460: checking for longjmp
  4717. configure:32516: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4718. configure:32522: $? = 0
  4719. configure:32529: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4720. configure:32532: $? = 0
  4721. configure:32539: test -s conftest
  4722. configure:32542: $? = 0
  4723. configure:32556: result: yes
  4724. configure:32460: checking for sigsetjmp
  4725. configure:32516: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4726. /tmp/ccEm4qZE.o: In function `main':
  4727. /media/llvm-dev/llvm-objs/conftest.c:161: undefined reference to `sigsetjmp'
  4728. collect2: ld returned 1 exit status
  4729. configure:32522: $? = 1
  4730. configure: failed program was:
  4731. | /* confdefs.h. */
  4732. | #define PACKAGE_NAME "llvm"
  4733. | #define PACKAGE_TARNAME "-llvm-"
  4734. | #define PACKAGE_VERSION "2.6svn"
  4735. | #define PACKAGE_STRING "llvm 2.6svn"
  4736. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  4737. | #define LLVM_ON_UNIX 1
  4738. | #define STDC_HEADERS 1
  4739. | #define HAVE_SYS_TYPES_H 1
  4740. | #define HAVE_SYS_STAT_H 1
  4741. | #define HAVE_STDLIB_H 1
  4742. | #define HAVE_STRING_H 1
  4743. | #define HAVE_MEMORY_H 1
  4744. | #define HAVE_STRINGS_H 1
  4745. | #define HAVE_INTTYPES_H 1
  4746. | #define HAVE_STDINT_H 1
  4747. | #define HAVE_UNISTD_H 1
  4748. | #define ENABLE_THREADS 1
  4749. | #define ENABLE_PIC 1
  4750. | #define LLVM_NATIVE_ARCH X86Target
  4751. | #define ENABLE_CBE_PRINTF_A 1
  4752. | #define HAVE_LINK_R 1
  4753. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4754. | #define HAVE_DIRENT_H 1
  4755. | #define HAVE_DLFCN_H 1
  4756. | #define LTDL_SHLIB_EXT ".so"
  4757. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4758. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  4759. | #define LTDL_OBJDIR ".libs/"
  4760. | #define HAVE_PRELOADED_SYMBOLS 1
  4761. | #define HAVE_LIBDL 1
  4762. | #define HAVE_DLERROR 1
  4763. | #define HAVE_ARGZ_H 1
  4764. | #define HAVE_ERROR_T 1
  4765. | #define HAVE_ARGZ_APPEND 1
  4766. | #define HAVE_ARGZ_CREATE_SEP 1
  4767. | #define HAVE_ARGZ_INSERT 1
  4768. | #define HAVE_ARGZ_NEXT 1
  4769. | #define HAVE_ARGZ_STRINGIFY 1
  4770. | #define HAVE_ASSERT_H 1
  4771. | #define HAVE_CTYPE_H 1
  4772. | #define HAVE_ERRNO_H 1
  4773. | #define HAVE_MALLOC_H 1
  4774. | #define HAVE_MEMORY_H 1
  4775. | #define HAVE_STDLIB_H 1
  4776. | #define HAVE_STDIO_H 1
  4777. | #define HAVE_UNISTD_H 1
  4778. | #define HAVE_STRING_H 1
  4779. | #define HAVE_STRCHR 1
  4780. | #define HAVE_STRRCHR 1
  4781. | #define HAVE_MEMCPY 1
  4782. | #define HAVE_MEMMOVE 1
  4783. | #define HAVE_STRCMP 1
  4784. | #define HAVE_CLOSEDIR 1
  4785. | #define HAVE_OPENDIR 1
  4786. | #define HAVE_READDIR 1
  4787. | #define CAN_DLOPEN_SELF 1
  4788. | #define HAVE_LIBM 1
  4789. | #define HAVE_DLOPEN 1
  4790. | #define HAVE_MALLINFO 1
  4791. | #define HAVE_LIBPTHREAD 1
  4792. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  4793. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4794. | #define HAVE_PTHREAD_GETSPECIFIC 1
  4795. | #define USE_UDIS86 0
  4796. | #define USE_OPROFILE 0
  4797. | #define HAVE_DIRENT_H 1
  4798. | #define HAVE_MMAP_ANONYMOUS 1
  4799. | #define STDC_HEADERS 1
  4800. | #define HAVE_SYS_WAIT_H 1
  4801. | #define TIME_WITH_SYS_TIME 1
  4802. | #define HAVE_DLFCN_H 1
  4803. | #define HAVE_EXECINFO_H 1
  4804. | #define HAVE_FCNTL_H 1
  4805. | #define HAVE_INTTYPES_H 1
  4806. | #define HAVE_LIMITS_H 1
  4807. | #define HAVE_LINK_H 1
  4808. | #define HAVE_MALLOC_H 1
  4809. | #define HAVE_SETJMP_H 1
  4810. | #define HAVE_SIGNAL_H 1
  4811. | #define HAVE_STDINT_H 1
  4812. | #define HAVE_TERMIOS_H 1
  4813. | #define HAVE_UNISTD_H 1
  4814. | #define HAVE_UTIME_H 1
  4815. | #define HAVE_SYS_MMAN_H 1
  4816. | #define HAVE_SYS_PARAM_H 1
  4817. | #define HAVE_SYS_RESOURCE_H 1
  4818. | #define HAVE_SYS_TIME_H 1
  4819. | #define HAVE_SYS_TYPES_H 1
  4820. | #define HAVE_SYS_IOCTL_H 1
  4821. | #define HAVE_PTHREAD_H 1
  4822. | #define RETSIGTYPE void
  4823. | #define HAVE_INT64_T 1
  4824. | #define HAVE_UINT64_T 1
  4825. | #define HAVE_BACKTRACE 1
  4826. | #define HAVE_CEILF 1
  4827. | #define HAVE_FLOORF 1
  4828. | #define HAVE_ROUNDF 1
  4829. | #define HAVE_RINTF 1
  4830. | #define HAVE_NEARBYINTF 1
  4831. | #define HAVE_GETCWD 1
  4832. | #define HAVE_POWF 1
  4833. | #define HAVE_FMODF 1
  4834. | #define HAVE_STRTOF 1
  4835. | #define HAVE_ROUND 1
  4836. | #define HAVE_GETPAGESIZE 1
  4837. | #define HAVE_GETRUSAGE 1
  4838. | #define HAVE_GETRLIMIT 1
  4839. | #define HAVE_SETRLIMIT 1
  4840. | #define HAVE_GETTIMEOFDAY 1
  4841. | #define HAVE_ISATTY 1
  4842. | #define HAVE_MKDTEMP 1
  4843. | #define HAVE_MKSTEMP 1
  4844. | #define HAVE_MKTEMP 1
  4845. | #define HAVE_REALPATH 1
  4846. | #define HAVE_SBRK 1
  4847. | #define HAVE_SETRLIMIT 1
  4848. | #define HAVE_STRDUP 1
  4849. | #define HAVE_STRERROR 1
  4850. | #define HAVE_STRERROR_R 1
  4851. | #define HAVE_STRTOLL 1
  4852. | #define HAVE_STRTOQ 1
  4853. | #define HAVE_SYSCONF 1
  4854. | #define HAVE_SETJMP 1
  4855. | #define HAVE_LONGJMP 1
  4856. | /* end confdefs.h. */
  4857. | /* Define sigsetjmp to an innocuous variant, in case <limits.h> declares sigsetjmp.
  4858. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4859. | #define sigsetjmp innocuous_sigsetjmp
  4860. |
  4861. | /* System header to define __stub macros and hopefully few prototypes,
  4862. | which can conflict with char sigsetjmp (); below.
  4863. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4864. | <limits.h> exists even on freestanding compilers. */
  4865. |
  4866. | #ifdef __STDC__
  4867. | # include <limits.h>
  4868. | #else
  4869. | # include <assert.h>
  4870. | #endif
  4871. |
  4872. | #undef sigsetjmp
  4873. |
  4874. | /* Override any GCC internal prototype to avoid an error.
  4875. | Use char because int might match the return type of a GCC
  4876. | builtin and then its argument prototype would still apply. */
  4877. | #ifdef __cplusplus
  4878. | extern "C"
  4879. | #endif
  4880. | char sigsetjmp ();
  4881. | /* The GNU C library defines this for functions which it implements
  4882. | to always fail with ENOSYS. Some functions are actually named
  4883. | something starting with __ and the normal name is an alias. */
  4884. | #if defined __stub_sigsetjmp || defined __stub___sigsetjmp
  4885. | choke me
  4886. | #endif
  4887. |
  4888. | int
  4889. | main ()
  4890. | {
  4891. | return sigsetjmp ();
  4892. | ;
  4893. | return 0;
  4894. | }
  4895. configure:32556: result: no
  4896. configure:32460: checking for siglongjmp
  4897. configure:32516: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4898. configure:32522: $? = 0
  4899. configure:32529: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4900. configure:32532: $? = 0
  4901. configure:32539: test -s conftest
  4902. configure:32542: $? = 0
  4903. configure:32556: result: yes
  4904. configure:32566: checking if printf has the %a format character
  4905. configure:32616: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4906. configure:32619: $? = 0
  4907. configure:32625: ./conftest
  4908. configure:32628: $? = 0
  4909. configure:32650: result: yes
  4910. configure:32662: checking for working alloca.h
  4911. configure:32689: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4912. configure:32695: $? = 0
  4913. configure:32702: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4914. configure:32705: $? = 0
  4915. configure:32712: test -s conftest
  4916. configure:32715: $? = 0
  4917. configure:32728: result: yes
  4918. configure:32738: checking for alloca
  4919. configure:32785: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  4920. configure:32791: $? = 0
  4921. configure:32798: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  4922. configure:32801: $? = 0
  4923. configure:32808: test -s conftest
  4924. configure:32811: $? = 0
  4925. configure:32824: result: yes
  4926. configure:33068: checking for srand48/lrand48/drand48 in <stdlib.h>
  4927. configure:33100: g++ -c -pedantic conftest.cpp >&5
  4928. configure:33106: $? = 0
  4929. configure:33113: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4930. configure:33116: $? = 0
  4931. configure:33123: test -s conftest.o
  4932. configure:33126: $? = 0
  4933. configure:33144: result: yes
  4934. configure:33156: checking whether the compiler implements namespaces
  4935. configure:33188: g++ -c -pedantic conftest.cpp >&5
  4936. configure:33194: $? = 0
  4937. configure:33201: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4938. configure:33204: $? = 0
  4939. configure:33211: test -s conftest.o
  4940. configure:33214: $? = 0
  4941. configure:33233: result: yes
  4942. configure:33243: checking whether the compiler has the standard iterator
  4943. configure:33279: g++ -c -pedantic conftest.cpp >&5
  4944. configure:33285: $? = 0
  4945. configure:33292: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  4946. configure:33295: $? = 0
  4947. configure:33302: test -s conftest.o
  4948. configure:33305: $? = 0
  4949. configure:33324: result: yes
  4950. configure:33341: checking whether the compiler has the bidirectional iterator
  4951. configure:33377: g++ -c -pedantic conftest.cpp >&5
  4952. conftest.cpp: In function 'int main()':
  4953. conftest.cpp:141: error: 'bidirectional_iterator' was not declared in this scope
  4954. conftest.cpp:141: error: expected primary-expression before 'int'
  4955. conftest.cpp:141: error: expected `;' before 'int'
  4956. configure:33383: $? = 1
  4957. configure: failed program was:
  4958. | /* confdefs.h. */
  4959. | #define PACKAGE_NAME "llvm"
  4960. | #define PACKAGE_TARNAME "-llvm-"
  4961. | #define PACKAGE_VERSION "2.6svn"
  4962. | #define PACKAGE_STRING "llvm 2.6svn"
  4963. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  4964. | #define LLVM_ON_UNIX 1
  4965. | #define STDC_HEADERS 1
  4966. | #define HAVE_SYS_TYPES_H 1
  4967. | #define HAVE_SYS_STAT_H 1
  4968. | #define HAVE_STDLIB_H 1
  4969. | #define HAVE_STRING_H 1
  4970. | #define HAVE_MEMORY_H 1
  4971. | #define HAVE_STRINGS_H 1
  4972. | #define HAVE_INTTYPES_H 1
  4973. | #define HAVE_STDINT_H 1
  4974. | #define HAVE_UNISTD_H 1
  4975. | #define ENABLE_THREADS 1
  4976. | #define ENABLE_PIC 1
  4977. | #define LLVM_NATIVE_ARCH X86Target
  4978. | #define ENABLE_CBE_PRINTF_A 1
  4979. | #define HAVE_LINK_R 1
  4980. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  4981. | #define HAVE_DIRENT_H 1
  4982. | #define HAVE_DLFCN_H 1
  4983. | #define LTDL_SHLIB_EXT ".so"
  4984. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  4985. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  4986. | #define LTDL_OBJDIR ".libs/"
  4987. | #define HAVE_PRELOADED_SYMBOLS 1
  4988. | #define HAVE_LIBDL 1
  4989. | #define HAVE_DLERROR 1
  4990. | #define HAVE_ARGZ_H 1
  4991. | #define HAVE_ERROR_T 1
  4992. | #define HAVE_ARGZ_APPEND 1
  4993. | #define HAVE_ARGZ_CREATE_SEP 1
  4994. | #define HAVE_ARGZ_INSERT 1
  4995. | #define HAVE_ARGZ_NEXT 1
  4996. | #define HAVE_ARGZ_STRINGIFY 1
  4997. | #define HAVE_ASSERT_H 1
  4998. | #define HAVE_CTYPE_H 1
  4999. | #define HAVE_ERRNO_H 1
  5000. | #define HAVE_MALLOC_H 1
  5001. | #define HAVE_MEMORY_H 1
  5002. | #define HAVE_STDLIB_H 1
  5003. | #define HAVE_STDIO_H 1
  5004. | #define HAVE_UNISTD_H 1
  5005. | #define HAVE_STRING_H 1
  5006. | #define HAVE_STRCHR 1
  5007. | #define HAVE_STRRCHR 1
  5008. | #define HAVE_MEMCPY 1
  5009. | #define HAVE_MEMMOVE 1
  5010. | #define HAVE_STRCMP 1
  5011. | #define HAVE_CLOSEDIR 1
  5012. | #define HAVE_OPENDIR 1
  5013. | #define HAVE_READDIR 1
  5014. | #define CAN_DLOPEN_SELF 1
  5015. | #define HAVE_LIBM 1
  5016. | #define HAVE_DLOPEN 1
  5017. | #define HAVE_MALLINFO 1
  5018. | #define HAVE_LIBPTHREAD 1
  5019. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  5020. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  5021. | #define HAVE_PTHREAD_GETSPECIFIC 1
  5022. | #define USE_UDIS86 0
  5023. | #define USE_OPROFILE 0
  5024. | #define HAVE_DIRENT_H 1
  5025. | #define HAVE_MMAP_ANONYMOUS 1
  5026. | #define STDC_HEADERS 1
  5027. | #define HAVE_SYS_WAIT_H 1
  5028. | #define TIME_WITH_SYS_TIME 1
  5029. | #define HAVE_DLFCN_H 1
  5030. | #define HAVE_EXECINFO_H 1
  5031. | #define HAVE_FCNTL_H 1
  5032. | #define HAVE_INTTYPES_H 1
  5033. | #define HAVE_LIMITS_H 1
  5034. | #define HAVE_LINK_H 1
  5035. | #define HAVE_MALLOC_H 1
  5036. | #define HAVE_SETJMP_H 1
  5037. | #define HAVE_SIGNAL_H 1
  5038. | #define HAVE_STDINT_H 1
  5039. | #define HAVE_TERMIOS_H 1
  5040. | #define HAVE_UNISTD_H 1
  5041. | #define HAVE_UTIME_H 1
  5042. | #define HAVE_SYS_MMAN_H 1
  5043. | #define HAVE_SYS_PARAM_H 1
  5044. | #define HAVE_SYS_RESOURCE_H 1
  5045. | #define HAVE_SYS_TIME_H 1
  5046. | #define HAVE_SYS_TYPES_H 1
  5047. | #define HAVE_SYS_IOCTL_H 1
  5048. | #define HAVE_PTHREAD_H 1
  5049. | #define RETSIGTYPE void
  5050. | #define HAVE_INT64_T 1
  5051. | #define HAVE_UINT64_T 1
  5052. | #define HAVE_BACKTRACE 1
  5053. | #define HAVE_CEILF 1
  5054. | #define HAVE_FLOORF 1
  5055. | #define HAVE_ROUNDF 1
  5056. | #define HAVE_RINTF 1
  5057. | #define HAVE_NEARBYINTF 1
  5058. | #define HAVE_GETCWD 1
  5059. | #define HAVE_POWF 1
  5060. | #define HAVE_FMODF 1
  5061. | #define HAVE_STRTOF 1
  5062. | #define HAVE_ROUND 1
  5063. | #define HAVE_GETPAGESIZE 1
  5064. | #define HAVE_GETRUSAGE 1
  5065. | #define HAVE_GETRLIMIT 1
  5066. | #define HAVE_SETRLIMIT 1
  5067. | #define HAVE_GETTIMEOFDAY 1
  5068. | #define HAVE_ISATTY 1
  5069. | #define HAVE_MKDTEMP 1
  5070. | #define HAVE_MKSTEMP 1
  5071. | #define HAVE_MKTEMP 1
  5072. | #define HAVE_REALPATH 1
  5073. | #define HAVE_SBRK 1
  5074. | #define HAVE_SETRLIMIT 1
  5075. | #define HAVE_STRDUP 1
  5076. | #define HAVE_STRERROR 1
  5077. | #define HAVE_STRERROR_R 1
  5078. | #define HAVE_STRTOLL 1
  5079. | #define HAVE_STRTOQ 1
  5080. | #define HAVE_SYSCONF 1
  5081. | #define HAVE_SETJMP 1
  5082. | #define HAVE_LONGJMP 1
  5083. | #define HAVE_SIGLONGJMP 1
  5084. | #define HAVE_PRINTF_A 1
  5085. | #define HAVE_ALLOCA_H 1
  5086. | #define HAVE_ALLOCA 1
  5087. | #define HAVE_RAND48 1
  5088. | #define HAVE_NAMESPACES
  5089. | #define HAVE_STD_ITERATOR 1
  5090. | /* end confdefs.h. */
  5091. | #include <iterator>
  5092. | #ifdef HAVE_NAMESPACES
  5093. | using namespace std;
  5094. | #endif
  5095. | int
  5096. | main ()
  5097. | {
  5098. | bidirectional_iterator<int,int> t; return 0;
  5099. | ;
  5100. | return 0;
  5101. | }
  5102. configure:33422: result: no
  5103. configure:33439: checking whether the compiler has forward iterators
  5104. configure:33475: g++ -c -pedantic conftest.cpp >&5
  5105. conftest.cpp: In function 'int main()':
  5106. conftest.cpp:142: error: 'forward_iterator' was not declared in this scope
  5107. conftest.cpp:142: error: expected primary-expression before 'int'
  5108. conftest.cpp:142: error: expected `;' before 'int'
  5109. configure:33481: $? = 1
  5110. configure: failed program was:
  5111. | /* confdefs.h. */
  5112. | #define PACKAGE_NAME "llvm"
  5113. | #define PACKAGE_TARNAME "-llvm-"
  5114. | #define PACKAGE_VERSION "2.6svn"
  5115. | #define PACKAGE_STRING "llvm 2.6svn"
  5116. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  5117. | #define LLVM_ON_UNIX 1
  5118. | #define STDC_HEADERS 1
  5119. | #define HAVE_SYS_TYPES_H 1
  5120. | #define HAVE_SYS_STAT_H 1
  5121. | #define HAVE_STDLIB_H 1
  5122. | #define HAVE_STRING_H 1
  5123. | #define HAVE_MEMORY_H 1
  5124. | #define HAVE_STRINGS_H 1
  5125. | #define HAVE_INTTYPES_H 1
  5126. | #define HAVE_STDINT_H 1
  5127. | #define HAVE_UNISTD_H 1
  5128. | #define ENABLE_THREADS 1
  5129. | #define ENABLE_PIC 1
  5130. | #define LLVM_NATIVE_ARCH X86Target
  5131. | #define ENABLE_CBE_PRINTF_A 1
  5132. | #define HAVE_LINK_R 1
  5133. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  5134. | #define HAVE_DIRENT_H 1
  5135. | #define HAVE_DLFCN_H 1
  5136. | #define LTDL_SHLIB_EXT ".so"
  5137. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  5138. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  5139. | #define LTDL_OBJDIR ".libs/"
  5140. | #define HAVE_PRELOADED_SYMBOLS 1
  5141. | #define HAVE_LIBDL 1
  5142. | #define HAVE_DLERROR 1
  5143. | #define HAVE_ARGZ_H 1
  5144. | #define HAVE_ERROR_T 1
  5145. | #define HAVE_ARGZ_APPEND 1
  5146. | #define HAVE_ARGZ_CREATE_SEP 1
  5147. | #define HAVE_ARGZ_INSERT 1
  5148. | #define HAVE_ARGZ_NEXT 1
  5149. | #define HAVE_ARGZ_STRINGIFY 1
  5150. | #define HAVE_ASSERT_H 1
  5151. | #define HAVE_CTYPE_H 1
  5152. | #define HAVE_ERRNO_H 1
  5153. | #define HAVE_MALLOC_H 1
  5154. | #define HAVE_MEMORY_H 1
  5155. | #define HAVE_STDLIB_H 1
  5156. | #define HAVE_STDIO_H 1
  5157. | #define HAVE_UNISTD_H 1
  5158. | #define HAVE_STRING_H 1
  5159. | #define HAVE_STRCHR 1
  5160. | #define HAVE_STRRCHR 1
  5161. | #define HAVE_MEMCPY 1
  5162. | #define HAVE_MEMMOVE 1
  5163. | #define HAVE_STRCMP 1
  5164. | #define HAVE_CLOSEDIR 1
  5165. | #define HAVE_OPENDIR 1
  5166. | #define HAVE_READDIR 1
  5167. | #define CAN_DLOPEN_SELF 1
  5168. | #define HAVE_LIBM 1
  5169. | #define HAVE_DLOPEN 1
  5170. | #define HAVE_MALLINFO 1
  5171. | #define HAVE_LIBPTHREAD 1
  5172. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  5173. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  5174. | #define HAVE_PTHREAD_GETSPECIFIC 1
  5175. | #define USE_UDIS86 0
  5176. | #define USE_OPROFILE 0
  5177. | #define HAVE_DIRENT_H 1
  5178. | #define HAVE_MMAP_ANONYMOUS 1
  5179. | #define STDC_HEADERS 1
  5180. | #define HAVE_SYS_WAIT_H 1
  5181. | #define TIME_WITH_SYS_TIME 1
  5182. | #define HAVE_DLFCN_H 1
  5183. | #define HAVE_EXECINFO_H 1
  5184. | #define HAVE_FCNTL_H 1
  5185. | #define HAVE_INTTYPES_H 1
  5186. | #define HAVE_LIMITS_H 1
  5187. | #define HAVE_LINK_H 1
  5188. | #define HAVE_MALLOC_H 1
  5189. | #define HAVE_SETJMP_H 1
  5190. | #define HAVE_SIGNAL_H 1
  5191. | #define HAVE_STDINT_H 1
  5192. | #define HAVE_TERMIOS_H 1
  5193. | #define HAVE_UNISTD_H 1
  5194. | #define HAVE_UTIME_H 1
  5195. | #define HAVE_SYS_MMAN_H 1
  5196. | #define HAVE_SYS_PARAM_H 1
  5197. | #define HAVE_SYS_RESOURCE_H 1
  5198. | #define HAVE_SYS_TIME_H 1
  5199. | #define HAVE_SYS_TYPES_H 1
  5200. | #define HAVE_SYS_IOCTL_H 1
  5201. | #define HAVE_PTHREAD_H 1
  5202. | #define RETSIGTYPE void
  5203. | #define HAVE_INT64_T 1
  5204. | #define HAVE_UINT64_T 1
  5205. | #define HAVE_BACKTRACE 1
  5206. | #define HAVE_CEILF 1
  5207. | #define HAVE_FLOORF 1
  5208. | #define HAVE_ROUNDF 1
  5209. | #define HAVE_RINTF 1
  5210. | #define HAVE_NEARBYINTF 1
  5211. | #define HAVE_GETCWD 1
  5212. | #define HAVE_POWF 1
  5213. | #define HAVE_FMODF 1
  5214. | #define HAVE_STRTOF 1
  5215. | #define HAVE_ROUND 1
  5216. | #define HAVE_GETPAGESIZE 1
  5217. | #define HAVE_GETRUSAGE 1
  5218. | #define HAVE_GETRLIMIT 1
  5219. | #define HAVE_SETRLIMIT 1
  5220. | #define HAVE_GETTIMEOFDAY 1
  5221. | #define HAVE_ISATTY 1
  5222. | #define HAVE_MKDTEMP 1
  5223. | #define HAVE_MKSTEMP 1
  5224. | #define HAVE_MKTEMP 1
  5225. | #define HAVE_REALPATH 1
  5226. | #define HAVE_SBRK 1
  5227. | #define HAVE_SETRLIMIT 1
  5228. | #define HAVE_STRDUP 1
  5229. | #define HAVE_STRERROR 1
  5230. | #define HAVE_STRERROR_R 1
  5231. | #define HAVE_STRTOLL 1
  5232. | #define HAVE_STRTOQ 1
  5233. | #define HAVE_SYSCONF 1
  5234. | #define HAVE_SETJMP 1
  5235. | #define HAVE_LONGJMP 1
  5236. | #define HAVE_SIGLONGJMP 1
  5237. | #define HAVE_PRINTF_A 1
  5238. | #define HAVE_ALLOCA_H 1
  5239. | #define HAVE_ALLOCA 1
  5240. | #define HAVE_RAND48 1
  5241. | #define HAVE_NAMESPACES
  5242. | #define HAVE_STD_ITERATOR 1
  5243. | #define HAVE_BI_ITERATOR 0
  5244. | /* end confdefs.h. */
  5245. | #include <iterator>
  5246. | #ifdef HAVE_NAMESPACES
  5247. | using namespace std;
  5248. | #endif
  5249. | int
  5250. | main ()
  5251. | {
  5252. | forward_iterator<int,int> t; return 0;
  5253. | ;
  5254. | return 0;
  5255. | }
  5256. configure:33520: result: no
  5257. configure:33538: checking for isnan in <math.h>
  5258. configure:33570: g++ -c -pedantic conftest.cpp >&5
  5259. configure:33576: $? = 0
  5260. configure:33583: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  5261. configure:33586: $? = 0
  5262. configure:33593: test -s conftest.o
  5263. configure:33596: $? = 0
  5264. configure:33614: result: yes
  5265. configure:33626: checking for isnan in <cmath>
  5266. configure:33658: g++ -c -pedantic conftest.cpp >&5
  5267. configure:33664: $? = 0
  5268. configure:33671: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  5269. configure:33674: $? = 0
  5270. configure:33681: test -s conftest.o
  5271. configure:33684: $? = 0
  5272. configure:33702: result: yes
  5273. configure:33713: checking for std::isnan in <cmath>
  5274. configure:33745: g++ -c -pedantic conftest.cpp >&5
  5275. configure:33751: $? = 0
  5276. configure:33758: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  5277. configure:33761: $? = 0
  5278. configure:33768: test -s conftest.o
  5279. configure:33771: $? = 0
  5280. configure:33789: result: yes
  5281. configure:33801: checking for isinf in <math.h>
  5282. configure:33833: g++ -c -pedantic conftest.cpp >&5
  5283. configure:33839: $? = 0
  5284. configure:33846: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  5285. configure:33849: $? = 0
  5286. configure:33856: test -s conftest.o
  5287. configure:33859: $? = 0
  5288. configure:33877: result: yes
  5289. configure:33888: checking for isinf in <cmath>
  5290. configure:33920: g++ -c -pedantic conftest.cpp >&5
  5291. configure:33926: $? = 0
  5292. configure:33933: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  5293. configure:33936: $? = 0
  5294. configure:33943: test -s conftest.o
  5295. configure:33946: $? = 0
  5296. configure:33964: result: yes
  5297. configure:33975: checking for std::isinf in <cmath>
  5298. configure:34007: g++ -c -pedantic conftest.cpp >&5
  5299. conftest.cpp: In function 'int main()':
  5300. conftest.cpp:145: error: expected `;' before '}' token
  5301. conftest.cpp: At global scope:
  5302. conftest.cpp:146: error: extra ';'
  5303. conftest.cpp:147: error: expected unqualified-id before 'return'
  5304. conftest.cpp:148: error: expected declaration before '}' token
  5305. configure:34013: $? = 1
  5306. configure: failed program was:
  5307. | /* confdefs.h. */
  5308. | #define PACKAGE_NAME "llvm"
  5309. | #define PACKAGE_TARNAME "-llvm-"
  5310. | #define PACKAGE_VERSION "2.6svn"
  5311. | #define PACKAGE_STRING "llvm 2.6svn"
  5312. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  5313. | #define LLVM_ON_UNIX 1
  5314. | #define STDC_HEADERS 1
  5315. | #define HAVE_SYS_TYPES_H 1
  5316. | #define HAVE_SYS_STAT_H 1
  5317. | #define HAVE_STDLIB_H 1
  5318. | #define HAVE_STRING_H 1
  5319. | #define HAVE_MEMORY_H 1
  5320. | #define HAVE_STRINGS_H 1
  5321. | #define HAVE_INTTYPES_H 1
  5322. | #define HAVE_STDINT_H 1
  5323. | #define HAVE_UNISTD_H 1
  5324. | #define ENABLE_THREADS 1
  5325. | #define ENABLE_PIC 1
  5326. | #define LLVM_NATIVE_ARCH X86Target
  5327. | #define ENABLE_CBE_PRINTF_A 1
  5328. | #define HAVE_LINK_R 1
  5329. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  5330. | #define HAVE_DIRENT_H 1
  5331. | #define HAVE_DLFCN_H 1
  5332. | #define LTDL_SHLIB_EXT ".so"
  5333. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  5334. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  5335. | #define LTDL_OBJDIR ".libs/"
  5336. | #define HAVE_PRELOADED_SYMBOLS 1
  5337. | #define HAVE_LIBDL 1
  5338. | #define HAVE_DLERROR 1
  5339. | #define HAVE_ARGZ_H 1
  5340. | #define HAVE_ERROR_T 1
  5341. | #define HAVE_ARGZ_APPEND 1
  5342. | #define HAVE_ARGZ_CREATE_SEP 1
  5343. | #define HAVE_ARGZ_INSERT 1
  5344. | #define HAVE_ARGZ_NEXT 1
  5345. | #define HAVE_ARGZ_STRINGIFY 1
  5346. | #define HAVE_ASSERT_H 1
  5347. | #define HAVE_CTYPE_H 1
  5348. | #define HAVE_ERRNO_H 1
  5349. | #define HAVE_MALLOC_H 1
  5350. | #define HAVE_MEMORY_H 1
  5351. | #define HAVE_STDLIB_H 1
  5352. | #define HAVE_STDIO_H 1
  5353. | #define HAVE_UNISTD_H 1
  5354. | #define HAVE_STRING_H 1
  5355. | #define HAVE_STRCHR 1
  5356. | #define HAVE_STRRCHR 1
  5357. | #define HAVE_MEMCPY 1
  5358. | #define HAVE_MEMMOVE 1
  5359. | #define HAVE_STRCMP 1
  5360. | #define HAVE_CLOSEDIR 1
  5361. | #define HAVE_OPENDIR 1
  5362. | #define HAVE_READDIR 1
  5363. | #define CAN_DLOPEN_SELF 1
  5364. | #define HAVE_LIBM 1
  5365. | #define HAVE_DLOPEN 1
  5366. | #define HAVE_MALLINFO 1
  5367. | #define HAVE_LIBPTHREAD 1
  5368. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  5369. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  5370. | #define HAVE_PTHREAD_GETSPECIFIC 1
  5371. | #define USE_UDIS86 0
  5372. | #define USE_OPROFILE 0
  5373. | #define HAVE_DIRENT_H 1
  5374. | #define HAVE_MMAP_ANONYMOUS 1
  5375. | #define STDC_HEADERS 1
  5376. | #define HAVE_SYS_WAIT_H 1
  5377. | #define TIME_WITH_SYS_TIME 1
  5378. | #define HAVE_DLFCN_H 1
  5379. | #define HAVE_EXECINFO_H 1
  5380. | #define HAVE_FCNTL_H 1
  5381. | #define HAVE_INTTYPES_H 1
  5382. | #define HAVE_LIMITS_H 1
  5383. | #define HAVE_LINK_H 1
  5384. | #define HAVE_MALLOC_H 1
  5385. | #define HAVE_SETJMP_H 1
  5386. | #define HAVE_SIGNAL_H 1
  5387. | #define HAVE_STDINT_H 1
  5388. | #define HAVE_TERMIOS_H 1
  5389. | #define HAVE_UNISTD_H 1
  5390. | #define HAVE_UTIME_H 1
  5391. | #define HAVE_SYS_MMAN_H 1
  5392. | #define HAVE_SYS_PARAM_H 1
  5393. | #define HAVE_SYS_RESOURCE_H 1
  5394. | #define HAVE_SYS_TIME_H 1
  5395. | #define HAVE_SYS_TYPES_H 1
  5396. | #define HAVE_SYS_IOCTL_H 1
  5397. | #define HAVE_PTHREAD_H 1
  5398. | #define RETSIGTYPE void
  5399. | #define HAVE_INT64_T 1
  5400. | #define HAVE_UINT64_T 1
  5401. | #define HAVE_BACKTRACE 1
  5402. | #define HAVE_CEILF 1
  5403. | #define HAVE_FLOORF 1
  5404. | #define HAVE_ROUNDF 1
  5405. | #define HAVE_RINTF 1
  5406. | #define HAVE_NEARBYINTF 1
  5407. | #define HAVE_GETCWD 1
  5408. | #define HAVE_POWF 1
  5409. | #define HAVE_FMODF 1
  5410. | #define HAVE_STRTOF 1
  5411. | #define HAVE_ROUND 1
  5412. | #define HAVE_GETPAGESIZE 1
  5413. | #define HAVE_GETRUSAGE 1
  5414. | #define HAVE_GETRLIMIT 1
  5415. | #define HAVE_SETRLIMIT 1
  5416. | #define HAVE_GETTIMEOFDAY 1
  5417. | #define HAVE_ISATTY 1
  5418. | #define HAVE_MKDTEMP 1
  5419. | #define HAVE_MKSTEMP 1
  5420. | #define HAVE_MKTEMP 1
  5421. | #define HAVE_REALPATH 1
  5422. | #define HAVE_SBRK 1
  5423. | #define HAVE_SETRLIMIT 1
  5424. | #define HAVE_STRDUP 1
  5425. | #define HAVE_STRERROR 1
  5426. | #define HAVE_STRERROR_R 1
  5427. | #define HAVE_STRTOLL 1
  5428. | #define HAVE_STRTOQ 1
  5429. | #define HAVE_SYSCONF 1
  5430. | #define HAVE_SETJMP 1
  5431. | #define HAVE_LONGJMP 1
  5432. | #define HAVE_SIGLONGJMP 1
  5433. | #define HAVE_PRINTF_A 1
  5434. | #define HAVE_ALLOCA_H 1
  5435. | #define HAVE_ALLOCA 1
  5436. | #define HAVE_RAND48 1
  5437. | #define HAVE_NAMESPACES
  5438. | #define HAVE_STD_ITERATOR 1
  5439. | #define HAVE_BI_ITERATOR 0
  5440. | #define HAVE_FWD_ITERATOR 0
  5441. | #define HAVE_ISNAN_IN_MATH_H 1
  5442. | #define HAVE_ISNAN_IN_CMATH 1
  5443. | #define HAVE_STD_ISNAN_IN_CMATH 1
  5444. | #define HAVE_ISINF_IN_MATH_H 1
  5445. | #define HAVE_ISINF_IN_CMATH 1
  5446. | /* end confdefs.h. */
  5447. | #include <cmath>
  5448. | int
  5449. | main ()
  5450. | {
  5451. | float f; std::isinf(f)}
  5452. | ;
  5453. | return 0;
  5454. | }
  5455. configure:34051: result: no
  5456. configure:34062: checking for finite in <ieeefp.h>
  5457. configure:34094: g++ -c -pedantic conftest.cpp >&5
  5458. conftest.cpp:141:20: error: ieeefp.h: No such file or directory
  5459. conftest.cpp: In function 'int main()':
  5460. conftest.cpp:145: error: 'finite' was not declared in this scope
  5461. configure:34100: $? = 1
  5462. configure: failed program was:
  5463. | /* confdefs.h. */
  5464. | #define PACKAGE_NAME "llvm"
  5465. | #define PACKAGE_TARNAME "-llvm-"
  5466. | #define PACKAGE_VERSION "2.6svn"
  5467. | #define PACKAGE_STRING "llvm 2.6svn"
  5468. | #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  5469. | #define LLVM_ON_UNIX 1
  5470. | #define STDC_HEADERS 1
  5471. | #define HAVE_SYS_TYPES_H 1
  5472. | #define HAVE_SYS_STAT_H 1
  5473. | #define HAVE_STDLIB_H 1
  5474. | #define HAVE_STRING_H 1
  5475. | #define HAVE_MEMORY_H 1
  5476. | #define HAVE_STRINGS_H 1
  5477. | #define HAVE_INTTYPES_H 1
  5478. | #define HAVE_STDINT_H 1
  5479. | #define HAVE_UNISTD_H 1
  5480. | #define ENABLE_THREADS 1
  5481. | #define ENABLE_PIC 1
  5482. | #define LLVM_NATIVE_ARCH X86Target
  5483. | #define ENABLE_CBE_PRINTF_A 1
  5484. | #define HAVE_LINK_R 1
  5485. | #define HAVE_LINK_EXPORT_DYNAMIC 1
  5486. | #define HAVE_DIRENT_H 1
  5487. | #define HAVE_DLFCN_H 1
  5488. | #define LTDL_SHLIB_EXT ".so"
  5489. | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  5490. | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  5491. | #define LTDL_OBJDIR ".libs/"
  5492. | #define HAVE_PRELOADED_SYMBOLS 1
  5493. | #define HAVE_LIBDL 1
  5494. | #define HAVE_DLERROR 1
  5495. | #define HAVE_ARGZ_H 1
  5496. | #define HAVE_ERROR_T 1
  5497. | #define HAVE_ARGZ_APPEND 1
  5498. | #define HAVE_ARGZ_CREATE_SEP 1
  5499. | #define HAVE_ARGZ_INSERT 1
  5500. | #define HAVE_ARGZ_NEXT 1
  5501. | #define HAVE_ARGZ_STRINGIFY 1
  5502. | #define HAVE_ASSERT_H 1
  5503. | #define HAVE_CTYPE_H 1
  5504. | #define HAVE_ERRNO_H 1
  5505. | #define HAVE_MALLOC_H 1
  5506. | #define HAVE_MEMORY_H 1
  5507. | #define HAVE_STDLIB_H 1
  5508. | #define HAVE_STDIO_H 1
  5509. | #define HAVE_UNISTD_H 1
  5510. | #define HAVE_STRING_H 1
  5511. | #define HAVE_STRCHR 1
  5512. | #define HAVE_STRRCHR 1
  5513. | #define HAVE_MEMCPY 1
  5514. | #define HAVE_MEMMOVE 1
  5515. | #define HAVE_STRCMP 1
  5516. | #define HAVE_CLOSEDIR 1
  5517. | #define HAVE_OPENDIR 1
  5518. | #define HAVE_READDIR 1
  5519. | #define CAN_DLOPEN_SELF 1
  5520. | #define HAVE_LIBM 1
  5521. | #define HAVE_DLOPEN 1
  5522. | #define HAVE_MALLINFO 1
  5523. | #define HAVE_LIBPTHREAD 1
  5524. | #define HAVE_PTHREAD_MUTEX_LOCK 1
  5525. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  5526. | #define HAVE_PTHREAD_GETSPECIFIC 1
  5527. | #define USE_UDIS86 0
  5528. | #define USE_OPROFILE 0
  5529. | #define HAVE_DIRENT_H 1
  5530. | #define HAVE_MMAP_ANONYMOUS 1
  5531. | #define STDC_HEADERS 1
  5532. | #define HAVE_SYS_WAIT_H 1
  5533. | #define TIME_WITH_SYS_TIME 1
  5534. | #define HAVE_DLFCN_H 1
  5535. | #define HAVE_EXECINFO_H 1
  5536. | #define HAVE_FCNTL_H 1
  5537. | #define HAVE_INTTYPES_H 1
  5538. | #define HAVE_LIMITS_H 1
  5539. | #define HAVE_LINK_H 1
  5540. | #define HAVE_MALLOC_H 1
  5541. | #define HAVE_SETJMP_H 1
  5542. | #define HAVE_SIGNAL_H 1
  5543. | #define HAVE_STDINT_H 1
  5544. | #define HAVE_TERMIOS_H 1
  5545. | #define HAVE_UNISTD_H 1
  5546. | #define HAVE_UTIME_H 1
  5547. | #define HAVE_SYS_MMAN_H 1
  5548. | #define HAVE_SYS_PARAM_H 1
  5549. | #define HAVE_SYS_RESOURCE_H 1
  5550. | #define HAVE_SYS_TIME_H 1
  5551. | #define HAVE_SYS_TYPES_H 1
  5552. | #define HAVE_SYS_IOCTL_H 1
  5553. | #define HAVE_PTHREAD_H 1
  5554. | #define RETSIGTYPE void
  5555. | #define HAVE_INT64_T 1
  5556. | #define HAVE_UINT64_T 1
  5557. | #define HAVE_BACKTRACE 1
  5558. | #define HAVE_CEILF 1
  5559. | #define HAVE_FLOORF 1
  5560. | #define HAVE_ROUNDF 1
  5561. | #define HAVE_RINTF 1
  5562. | #define HAVE_NEARBYINTF 1
  5563. | #define HAVE_GETCWD 1
  5564. | #define HAVE_POWF 1
  5565. | #define HAVE_FMODF 1
  5566. | #define HAVE_STRTOF 1
  5567. | #define HAVE_ROUND 1
  5568. | #define HAVE_GETPAGESIZE 1
  5569. | #define HAVE_GETRUSAGE 1
  5570. | #define HAVE_GETRLIMIT 1
  5571. | #define HAVE_SETRLIMIT 1
  5572. | #define HAVE_GETTIMEOFDAY 1
  5573. | #define HAVE_ISATTY 1
  5574. | #define HAVE_MKDTEMP 1
  5575. | #define HAVE_MKSTEMP 1
  5576. | #define HAVE_MKTEMP 1
  5577. | #define HAVE_REALPATH 1
  5578. | #define HAVE_SBRK 1
  5579. | #define HAVE_SETRLIMIT 1
  5580. | #define HAVE_STRDUP 1
  5581. | #define HAVE_STRERROR 1
  5582. | #define HAVE_STRERROR_R 1
  5583. | #define HAVE_STRTOLL 1
  5584. | #define HAVE_STRTOQ 1
  5585. | #define HAVE_SYSCONF 1
  5586. | #define HAVE_SETJMP 1
  5587. | #define HAVE_LONGJMP 1
  5588. | #define HAVE_SIGLONGJMP 1
  5589. | #define HAVE_PRINTF_A 1
  5590. | #define HAVE_ALLOCA_H 1
  5591. | #define HAVE_ALLOCA 1
  5592. | #define HAVE_RAND48 1
  5593. | #define HAVE_NAMESPACES
  5594. | #define HAVE_STD_ITERATOR 1
  5595. | #define HAVE_BI_ITERATOR 0
  5596. | #define HAVE_FWD_ITERATOR 0
  5597. | #define HAVE_ISNAN_IN_MATH_H 1
  5598. | #define HAVE_ISNAN_IN_CMATH 1
  5599. | #define HAVE_STD_ISNAN_IN_CMATH 1
  5600. | #define HAVE_ISINF_IN_MATH_H 1
  5601. | #define HAVE_ISINF_IN_CMATH 1
  5602. | /* end confdefs.h. */
  5603. | #include <ieeefp.h>
  5604. | int
  5605. | main ()
  5606. | {
  5607. | float f; finite(f);
  5608. | ;
  5609. | return 0;
  5610. | }
  5611. configure:34138: result: no
  5612. configure:34158: checking for stdlib.h
  5613. configure:34164: result: yes
  5614. configure:34158: checking for unistd.h
  5615. configure:34164: result: yes
  5616. configure:34326: checking for getpagesize
  5617. configure:34422: result: yes
  5618. configure:34432: checking for working mmap
  5619. configure:34579: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  5620. configure:34582: $? = 0
  5621. configure:34588: ./conftest
  5622. configure:34591: $? = 0
  5623. configure:34607: result: yes
  5624. configure:34618: checking for mmap of files
  5625. configure:34663: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  5626. configure:34666: $? = 0
  5627. configure:34672: ./conftest
  5628. configure:34675: $? = 0
  5629. configure:34698: result: yes
  5630. configure:34710: checking if /dev/zero is needed for mmap
  5631. configure:34722: result: no
  5632. configure:34744: checking for GCC atomic builtins
  5633. configure:34768: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  5634. configure:34774: $? = 0
  5635. configure:34781: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  5636. configure:34784: $? = 0
  5637. configure:34791: test -s conftest
  5638. configure:34794: $? = 0
  5639. configure:34796: result: yes
  5640. configure:34827: checking for __dso_handle
  5641. configure:34883: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lm >&5
  5642. configure:34889: $? = 0
  5643. configure:34896: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  5644. configure:34899: $? = 0
  5645. configure:34906: test -s conftest
  5646. configure:34909: $? = 0
  5647. configure:34923: result: yes
  5648. configure:34934: checking whether llvm-gcc is sane
  5649. configure:34950: result: yes
  5650. configure:34954: checking llvm-gcc component support
  5651. configure:34977: result: ok
  5652. configure:35128: checking for compiler -fvisibility-inlines-hidden option
  5653. configure:35162: g++ -c -pedantic -fvisibility-inlines-hidden conftest.cpp >&5
  5654. configure:35168: $? = 0
  5655. configure:35175: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  5656. configure:35178: $? = 0
  5657. configure:35185: test -s conftest.o
  5658. configure:35188: $? = 0
  5659. configure:35208: result: yes
  5660. configure:35418: creating ./config.status
  5661.  
  5662. ## ---------------------- ##
  5663. ## Running config.status. ##
  5664. ## ---------------------- ##
  5665.  
  5666. This file was extended by llvm config.status 2.6svn, which was
  5667. generated by GNU Autoconf 2.60. Invocation command line was
  5668.  
  5669. CONFIG_FILES =
  5670. CONFIG_HEADERS =
  5671. CONFIG_LINKS =
  5672. CONFIG_COMMANDS =
  5673. $ ./config.status
  5674.  
  5675. on donno-desktop
  5676.  
  5677. config.status:752: creating include/llvm/Config/Targets.def
  5678. config.status:752: creating include/llvm/Config/AsmPrinters.def
  5679. config.status:752: creating include/llvm/Config/AsmParsers.def
  5680. config.status:752: creating Makefile.config
  5681. config.status:752: creating llvm.spec
  5682. config.status:752: creating docs/doxygen.cfg
  5683. config.status:752: creating tools/llvmc/plugins/Base/Base.td
  5684. config.status:752: creating tools/llvm-config/llvm-config.in
  5685. config.status:752: creating include/llvm/Config/config.h
  5686. config.status:752: creating include/llvm/Support/DataTypes.h
  5687. config.status:752: creating include/llvm/ADT/iterator.h
  5688. config.status:1141: executing setup commands
  5689. config.status:1141: executing Makefile commands
  5690. config.status:1141: executing Makefile.common commands
  5691. config.status:1141: executing examples/Makefile commands
  5692. config.status:1141: executing lib/Makefile commands
  5693. config.status:1141: executing runtime/Makefile commands
  5694. config.status:1141: executing test/Makefile commands
  5695. config.status:1141: executing test/Makefile.tests commands
  5696. config.status:1141: executing unittests/Makefile commands
  5697. config.status:1141: executing tools/Makefile commands
  5698. config.status:1141: executing utils/Makefile commands
  5699. config.status:1141: executing projects/Makefile commands
  5700. config.status:1141: executing bindings/Makefile commands
  5701. config.status:1141: executing bindings/ocaml/Makefile.ocaml commands
  5702. configure:36702: === configuring in projects/sample (/media/llvm-dev/llvm-objs/projects/sample)
  5703. configure:36805: running /bin/bash ../../../../llvm/llvm-trunk/projects/sample/configure --prefix=/usr/local '--enable-optimized' '--enable-assertions' --cache-file=/dev/null --srcdir=../../../../llvm/llvm-trunk/projects/sample
  5704.  
  5705. ## ---------------- ##
  5706. ## Cache variables. ##
  5707. ## ---------------- ##
  5708.  
  5709. ac_cv_build=i686-pc-linux-gnu
  5710. ac_cv_c_bigendian=no
  5711. ac_cv_c_compiler_gnu=yes
  5712. ac_cv_c_const=yes
  5713. ac_cv_cxx_compiler_gnu=yes
  5714. ac_cv_cxx_have_bi_iterator=no
  5715. ac_cv_cxx_have_fwd_iterator=no
  5716. ac_cv_cxx_have_std_iterator=yes
  5717. ac_cv_cxx_namespaces=yes
  5718. ac_cv_env_CCC_set=
  5719. ac_cv_env_CCC_value=
  5720. ac_cv_env_CC_set=
  5721. ac_cv_env_CC_value=
  5722. ac_cv_env_CFLAGS_set=
  5723. ac_cv_env_CFLAGS_value=
  5724. ac_cv_env_CPPFLAGS_set=
  5725. ac_cv_env_CPPFLAGS_value=
  5726. ac_cv_env_CPP_set=
  5727. ac_cv_env_CPP_value=
  5728. ac_cv_env_CXXCPP_set=
  5729. ac_cv_env_CXXCPP_value=
  5730. ac_cv_env_CXXFLAGS_set=
  5731. ac_cv_env_CXXFLAGS_value=
  5732. ac_cv_env_CXX_set=
  5733. ac_cv_env_CXX_value=
  5734. ac_cv_env_F77_set=
  5735. ac_cv_env_F77_value=
  5736. ac_cv_env_FFLAGS_set=
  5737. ac_cv_env_FFLAGS_value=
  5738. ac_cv_env_LDFLAGS_set=
  5739. ac_cv_env_LDFLAGS_value=
  5740. ac_cv_env_build_alias_set=
  5741. ac_cv_env_build_alias_value=
  5742. ac_cv_env_host_alias_set=
  5743. ac_cv_env_host_alias_value=
  5744. ac_cv_env_target_alias_set=
  5745. ac_cv_env_target_alias_value=
  5746. ac_cv_f77_compiler_gnu=no
  5747. ac_cv_func___dso_handle=yes
  5748. ac_cv_func_alloca_works=yes
  5749. ac_cv_func_argz_append=yes
  5750. ac_cv_func_argz_create_sep=yes
  5751. ac_cv_func_argz_insert=yes
  5752. ac_cv_func_argz_next=yes
  5753. ac_cv_func_argz_stringify=yes
  5754. ac_cv_func_backtrace=yes
  5755. ac_cv_func_ceilf=yes
  5756. ac_cv_func_closedir=yes
  5757. ac_cv_func_dlerror=yes
  5758. ac_cv_func_dlopen=no
  5759. ac_cv_func_finite_in_ieeefp_h=no
  5760. ac_cv_func_floorf=yes
  5761. ac_cv_func_fmodf=yes
  5762. ac_cv_func_getcwd=yes
  5763. ac_cv_func_getpagesize=yes
  5764. ac_cv_func_getrlimit=yes
  5765. ac_cv_func_getrusage=yes
  5766. ac_cv_func_gettimeofday=yes
  5767. ac_cv_func_isatty=yes
  5768. ac_cv_func_isinf_in_cmath=yes
  5769. ac_cv_func_isinf_in_math_h=yes
  5770. ac_cv_func_isnan_in_cmath=yes
  5771. ac_cv_func_isnan_in_math_h=yes
  5772. ac_cv_func_longjmp=yes
  5773. ac_cv_func_malloc_zone_statistics=no
  5774. ac_cv_func_memcpy=yes
  5775. ac_cv_func_memmove=yes
  5776. ac_cv_func_mkdtemp=yes
  5777. ac_cv_func_mkstemp=yes
  5778. ac_cv_func_mktemp=yes
  5779. ac_cv_func_mmap_file=yes
  5780. ac_cv_func_mmap_fixed_mapped=yes
  5781. ac_cv_func_nearbyintf=yes
  5782. ac_cv_func_opendir=yes
  5783. ac_cv_func_powf=yes
  5784. ac_cv_func_rand48=yes
  5785. ac_cv_func_readdir=yes
  5786. ac_cv_func_realpath=yes
  5787. ac_cv_func_rintf=yes
  5788. ac_cv_func_round=yes
  5789. ac_cv_func_roundf=yes
  5790. ac_cv_func_sbrk=yes
  5791. ac_cv_func_setjmp=yes
  5792. ac_cv_func_setrlimit=yes
  5793. ac_cv_func_shl_load=no
  5794. ac_cv_func_siglongjmp=yes
  5795. ac_cv_func_sigsetjmp=no
  5796. ac_cv_func_std_isinf_in_cmath=no
  5797. ac_cv_func_std_isnan_in_cmath=yes
  5798. ac_cv_func_strchr=yes
  5799. ac_cv_func_strcmp=yes
  5800. ac_cv_func_strdup=yes
  5801. ac_cv_func_strerror=yes
  5802. ac_cv_func_strerror_r=yes
  5803. ac_cv_func_strerror_s=no
  5804. ac_cv_func_strrchr=yes
  5805. ac_cv_func_strtof=yes
  5806. ac_cv_func_strtoll=yes
  5807. ac_cv_func_strtoq=yes
  5808. ac_cv_func_sysconf=yes
  5809. ac_cv_header_argz_h=yes
  5810. ac_cv_header_assert_h=yes
  5811. ac_cv_header_ctype_h=yes
  5812. ac_cv_header_dirent_dirent_h=yes
  5813. ac_cv_header_dl_h=no
  5814. ac_cv_header_dld_h=no
  5815. ac_cv_header_dlfcn_h=yes
  5816. ac_cv_header_errno_h=yes
  5817. ac_cv_header_execinfo_h=yes
  5818. ac_cv_header_fcntl_h=yes
  5819. ac_cv_header_ffi_ffi_h=no
  5820. ac_cv_header_ffi_h=no
  5821. ac_cv_header_inttypes_h=yes
  5822. ac_cv_header_limits_h=yes
  5823. ac_cv_header_link_h=yes
  5824. ac_cv_header_mach_mach_h=no
  5825. ac_cv_header_mach_o_dyld_h=no
  5826. ac_cv_header_malloc_h=yes
  5827. ac_cv_header_malloc_malloc_h=no
  5828. ac_cv_header_memory_h=yes
  5829. ac_cv_header_mmap_anon=yes
  5830. ac_cv_header_opagent_h=no
  5831. ac_cv_header_pthread_h=yes
  5832. ac_cv_header_setjmp_h=yes
  5833. ac_cv_header_signal_h=yes
  5834. ac_cv_header_stat_broken=no
  5835. ac_cv_header_stdc=yes
  5836. ac_cv_header_stdint_h=yes
  5837. ac_cv_header_stdio_h=yes
  5838. ac_cv_header_stdlib_h=yes
  5839. ac_cv_header_string_h=yes
  5840. ac_cv_header_strings_h=yes
  5841. ac_cv_header_sys_dl_h=no
  5842. ac_cv_header_sys_ioctl_h=yes
  5843. ac_cv_header_sys_mman_h=yes
  5844. ac_cv_header_sys_param_h=yes
  5845. ac_cv_header_sys_resource_h=yes
  5846. ac_cv_header_sys_stat_h=yes
  5847. ac_cv_header_sys_time_h=yes
  5848. ac_cv_header_sys_types_h=yes
  5849. ac_cv_header_sys_wait_h=yes
  5850. ac_cv_header_termios_h=yes
  5851. ac_cv_header_time=yes
  5852. ac_cv_header_unistd_h=yes
  5853. ac_cv_header_utime_h=yes
  5854. ac_cv_header_windows_h=no
  5855. ac_cv_host=i686-pc-linux-gnu
  5856. ac_cv_huge_val_sanity=yes
  5857. ac_cv_lib_dl_dlopen=yes
  5858. ac_cv_lib_dld_shl_load=no
  5859. ac_cv_lib_m_sin=yes
  5860. ac_cv_lib_pthread_pthread_mutex_init=yes
  5861. ac_cv_need_dev_zero_for_mmap=no
  5862. ac_cv_objext=o
  5863. ac_cv_path_BINPWD=/bin/pwd
  5864. ac_cv_path_BZIP2=/bin/bzip2
  5865. ac_cv_path_CIRCO='echo circo'
  5866. ac_cv_path_CMP=/usr/bin/cmp
  5867. ac_cv_path_CP=/bin/cp
  5868. ac_cv_path_DATE=/bin/date
  5869. ac_cv_path_DOT='echo dot'
  5870. ac_cv_path_DOTTY='echo dotty'
  5871. ac_cv_path_EGREP='/bin/grep -E'
  5872. ac_cv_path_FDP='echo fdp'
  5873. ac_cv_path_FIND=/usr/bin/find
  5874. ac_cv_path_GAS=/usr/bin/as
  5875. ac_cv_path_GRAPHVIZ='echo Graphviz'
  5876. ac_cv_path_GREP=/bin/grep
  5877. ac_cv_path_GROFF=/usr/bin/groff
  5878. ac_cv_path_GZIP=/bin/gzip
  5879. ac_cv_path_LLVMGCC=/usr/bin/llvm-gcc
  5880. ac_cv_path_LLVMGXX=/usr/bin/llvm-g++
  5881. ac_cv_path_MKDIR=/bin/mkdir
  5882. ac_cv_path_MV=/bin/mv
  5883. ac_cv_path_NEATO='echo neato'
  5884. ac_cv_path_PERL=/usr/bin/perl
  5885. ac_cv_path_POD2HTML=/usr/bin/pod2html
  5886. ac_cv_path_POD2MAN=/usr/bin/pod2man
  5887. ac_cv_path_RM=/bin/rm
  5888. ac_cv_path_SED=/bin/sed
  5889. ac_cv_path_TAR=/bin/tar
  5890. ac_cv_path_TCLSH=/usr/bin/tclsh8.4
  5891. ac_cv_path_TWOPI='echo twopi'
  5892. ac_cv_path_ZIP=/usr/bin/zip
  5893. ac_cv_path_install='/usr/bin/install -c'
  5894. ac_cv_path_tclsh=/usr/bin/tclsh8.4
  5895. ac_cv_prog_CPP='gcc -E'
  5896. ac_cv_prog_CXXCPP='g++ -E'
  5897. ac_cv_prog_ac_ct_AR=ar
  5898. ac_cv_prog_ac_ct_CC=gcc
  5899. ac_cv_prog_ac_ct_CXX=g++
  5900. ac_cv_prog_ac_ct_RANLIB=ranlib
  5901. ac_cv_prog_ac_ct_STRIP=strip
  5902. ac_cv_prog_cc_c89=
  5903. ac_cv_prog_cc_g=yes
  5904. ac_cv_prog_cxx_g=yes
  5905. ac_cv_prog_f77_g=no
  5906. ac_cv_search_dlopen=-ldl
  5907. ac_cv_search_ffi_call=no
  5908. ac_cv_search_mallinfo='none required'
  5909. ac_cv_search_op_open_agent=no
  5910. ac_cv_search_opendir='none required'
  5911. ac_cv_search_pthread_getspecific='none required'
  5912. ac_cv_search_pthread_mutex_lock='none required'
  5913. ac_cv_search_pthread_rwlock_init='none required'
  5914. ac_cv_struct_tm=time.h
  5915. ac_cv_sys_symbol_underscore=no
  5916. ac_cv_target=i686-pc-linux-gnu
  5917. ac_cv_type_error_t=yes
  5918. ac_cv_type_int64_t=yes
  5919. ac_cv_type_pid_t=yes
  5920. ac_cv_type_signal=void
  5921. ac_cv_type_size_t=yes
  5922. ac_cv_type_uint64_t=yes
  5923. ac_cv_working_alloca_h=yes
  5924. libltdl_cv_lib_dl_dlopen=yes
  5925. libltdl_cv_objdir=.libs
  5926. libltdl_cv_preloaded_symbols=yes
  5927. libltdl_cv_shlibext=.so
  5928. libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
  5929. libltdl_cv_sys_dlopen_deplibs=yes
  5930. libltdl_cv_sys_search_path='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib '
  5931. llvm_cv_c_printf_a=yes
  5932. llvm_cv_cxx_visibility_inlines_hidden=yes
  5933. llvm_cv_enable_libffi=yes
  5934. llvm_cv_gnu_make_command=make
  5935. llvm_cv_link_all_option=-Wl,--whole-archive
  5936. llvm_cv_link_use_export_dynamic=yes
  5937. llvm_cv_link_use_r=yes
  5938. llvm_cv_llvmgcc_sanity=yes
  5939. llvm_cv_no_link_all_option=-Wl,--no-whole-archive
  5940. llvm_cv_old_LIBS='-lpthread -ldl -lm '
  5941. llvm_cv_os_type=Linux
  5942. llvm_cv_platform_type=Unix
  5943. llvm_cv_target_arch=x86
  5944. lt_cv_deplibs_check_method=pass_all
  5945. lt_cv_dlopen=dlopen
  5946. lt_cv_dlopen_libs=-ldl
  5947. lt_cv_dlopen_self=yes
  5948. lt_cv_dlopen_self_static=no
  5949. lt_cv_file_magic_cmd='$MAGIC_CMD'
  5950. lt_cv_file_magic_test_file=
  5951. lt_cv_ld_reload_flag=-r
  5952. lt_cv_objdir=.libs
  5953. lt_cv_path_LD=/usr/bin/ld
  5954. lt_cv_path_LDCXX=/usr/bin/ld
  5955. lt_cv_path_NM='/usr/bin/nm -B'
  5956. lt_cv_path_SED=/bin/sed
  5957. lt_cv_prog_compiler_c_o=yes
  5958. lt_cv_prog_compiler_c_o_CXX=yes
  5959. lt_cv_prog_compiler_rtti_exceptions=no
  5960. lt_cv_prog_gnu_ld=yes
  5961. lt_cv_prog_gnu_ldcxx=yes
  5962. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  5963. 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'\'''
  5964. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  5965. lt_cv_sys_max_cmd_len=32768
  5966. lt_lt_cv_prog_compiler_c_o='"yes"'
  5967. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  5968. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
  5969. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  5970. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  5971.  
  5972. ## ----------------- ##
  5973. ## Output variables. ##
  5974. ## ----------------- ##
  5975.  
  5976. ALLOCA=''
  5977. ALL_BINDINGS='ocaml'
  5978. AR='ar'
  5979. ARCH='x86'
  5980. BINDINGS_TO_BUILD=''
  5981. BINPWD='/bin/pwd'
  5982. BINUTILS_INCDIR=''
  5983. BUILD_CC=''
  5984. BUILD_CXX=''
  5985. BUILD_EXEEXT=''
  5986. BZIP2='/bin/bzip2'
  5987. CC='gcc'
  5988. CFLAGS='-g -O2'
  5989. CIRCO='echo circo'
  5990. CMP='/usr/bin/cmp'
  5991. CONVENIENCE_LTDL_FALSE=''
  5992. CONVENIENCE_LTDL_TRUE='#'
  5993. CP='/bin/cp'
  5994. CPP='gcc -E'
  5995. CPPFLAGS=''
  5996. CVSBUILD='CVSBUILD=1'
  5997. CXX='g++'
  5998. CXXCPP='g++ -E'
  5999. CXXFLAGS='-pedantic'
  6000. DATE='/bin/date'
  6001. DEBUG_RUNTIME=''
  6002. DEFS='-DHAVE_CONFIG_H'
  6003. DISABLE_ASSERTIONS=''
  6004. DOT='echo dot'
  6005. DOTTY='echo dotty'
  6006. DOXYGEN=''
  6007. ECHO='echo'
  6008. ECHO_C=''
  6009. ECHO_N='-n'
  6010. ECHO_T=''
  6011. EGREP='/bin/grep -E'
  6012. ENABLE_CBE_PRINTF_A='1'
  6013. ENABLE_DOXYGEN='0'
  6014. ENABLE_EXPENSIVE_CHECKS=''
  6015. ENABLE_LLVMC_DYNAMIC=''
  6016. ENABLE_LLVMC_DYNAMIC_PLUGINS='ENABLE_LLVMC_DYNAMIC_PLUGINS=1'
  6017. ENABLE_OPTIMIZED='ENABLE_OPTIMIZED=1'
  6018. ENABLE_PIC='1'
  6019. ENABLE_PROFILING=''
  6020. ENABLE_THREADS='1'
  6021. ENABLE_VISIBILITY_INLINES_HIDDEN='1'
  6022. ENDIAN='little'
  6023. EXEEXT=''
  6024. EXPENSIVE_CHECKS='no'
  6025. EXTRA_OPTIONS=''
  6026. F77=''
  6027. FDP='echo fdp'
  6028. FFLAGS=''
  6029. FIND='/usr/bin/find'
  6030. GAS='/usr/bin/as'
  6031. GRAPHVIZ='echo Graphviz'
  6032. GREP='/bin/grep'
  6033. GROFF='/usr/bin/groff'
  6034. GV='echo gv'
  6035. GZIP='/bin/gzip'
  6036. HAVE_PERL='1'
  6037. HAVE_PTHREAD='1'
  6038. HUGE_VAL_SANITY='yes'
  6039. INSTALL_DATA='${INSTALL} -m 644'
  6040. INSTALL_LTDL_FALSE=''
  6041. INSTALL_LTDL_TRUE='#'
  6042. INSTALL_PROGRAM='${INSTALL}'
  6043. INSTALL_SCRIPT='${INSTALL}'
  6044. JIT=''
  6045. LDFLAGS=''
  6046. LIBADD_DL='-ldl'
  6047. LIBOBJS=''
  6048. LIBS='-lpthread -ldl -lm '
  6049. LIBTOOL='$(SHELL) $(top_builddir)/mklib'
  6050. LINKALL='-Wl,--whole-archive'
  6051. LLVMCC1='/usr/lib/llvm/gcc-4.2/libexec/gcc/i486-linux-gnu/4.2.1/cc1'
  6052. LLVMCC1PLUS='/usr/lib/llvm/gcc-4.2/libexec/gcc/i486-linux-gnu/4.2.1/cc1plus'
  6053. LLVMGCC='/usr/bin/llvm-gcc'
  6054. LLVMGCCCOMMAND='llvm-gcc'
  6055. LLVMGCCDIR='/usr/lib/llvm/gcc-4.2'
  6056. LLVMGCCLIBEXEC='/usr/lib/llvm/gcc-4.2/libexec/gcc/i486-linux-gnu/4.2.1'
  6057. LLVMGCC_LANGS='c,c++'
  6058. LLVMGCC_MAJVERS='4'
  6059. LLVMGCC_VERSION='4.2.1'
  6060. LLVMGXX='/usr/bin/llvm-g++'
  6061. LLVMGXXCOMMAND='llvm-g++'
  6062. LLVM_BINDIR='/usr/local/bin'
  6063. LLVM_CONFIGTIME='Mon Jul 20 11:44:49 CST 2009'
  6064. LLVM_COPYRIGHT='Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.'
  6065. LLVM_CROSS_COMPILING='0'
  6066. LLVM_DATADIR='/usr/local/share/llvm'
  6067. LLVM_DOCSDIR='/usr/local/docs/llvm'
  6068. LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(X86) '
  6069. LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(SystemZ) LLVM_ASM_PRINTER(CellSPU) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(IA64) LLVM_ASM_PRINTER(Alpha) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) '
  6070. LLVM_ENUM_TARGETS='LLVM_TARGET(CppBackend) LLVM_TARGET(MSIL) LLVM_TARGET(CBackend) LLVM_TARGET(SystemZ) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) LLVM_TARGET(PIC16) LLVM_TARGET(CellSPU) LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(IA64) LLVM_TARGET(Alpha) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) '
  6071. LLVM_ETCDIR='/usr/local/etc/llvm'
  6072. LLVM_INCLUDEDIR='/usr/local/include'
  6073. LLVM_INFODIR='/usr/local/info'
  6074. LLVM_LIBDIR='/usr/local/lib'
  6075. LLVM_MANDIR='/usr/local/man'
  6076. LLVM_ON_UNIX='1'
  6077. LLVM_ON_WIN32='0'
  6078. LLVM_PREFIX='/usr/local'
  6079. LN_S='ln -s'
  6080. LTLIBOBJS=''
  6081. MKDIR='/bin/mkdir'
  6082. MMAP_FILE='yes'
  6083. MV='/bin/mv'
  6084. NEATO='echo neato'
  6085. NM='/usr/bin/nm -B'
  6086. NOLINKALL='-Wl,--no-whole-archive'
  6087. OBJEXT='o'
  6088. OCAMLC=''
  6089. OCAMLDEP=''
  6090. OCAMLDOC=''
  6091. OCAMLOPT=''
  6092. OCAML_LIBDIR=''
  6093. OS='Linux'
  6094. PACKAGE_BUGREPORT='llvmbugs@cs.uiuc.edu'
  6095. PACKAGE_NAME='llvm'
  6096. PACKAGE_STRING='llvm 2.6svn'
  6097. PACKAGE_TARNAME='-llvm-'
  6098. PACKAGE_VERSION='2.6svn'
  6099. PATH_SEPARATOR=':'
  6100. PERL='/usr/bin/perl'
  6101. POD2HTML='/usr/bin/pod2html'
  6102. POD2MAN='/usr/bin/pod2man'
  6103. RANLIB='ranlib'
  6104. RDYNAMIC='-Wl,-export-dynamic'
  6105. RM='/bin/rm'
  6106. RPATH='-Wl,-R'
  6107. RUNTEST=''
  6108. SED='/bin/sed'
  6109. SHELL='/bin/bash'
  6110. SHLIBEXT='.so'
  6111. STRIP='strip'
  6112. TAR='/bin/tar'
  6113. TARGETS_TO_BUILD='X86 Sparc PowerPC Alpha IA64 ARM Mips CellSPU PIC16 XCore MSP430 SystemZ CBackend MSIL CppBackend'
  6114. TARGET_HAS_JIT='1'
  6115. TCLSH='/usr/bin/tclsh8.4'
  6116. TWOPI='echo twopi'
  6117. USE_OPROFILE='0'
  6118. USE_UDIS86='0'
  6119. ZIP='/usr/bin/zip'
  6120. ac_ct_CC='gcc'
  6121. ac_ct_CXX='g++'
  6122. ac_ct_F77=''
  6123. bindir='${exec_prefix}/bin'
  6124. build='i686-pc-linux-gnu'
  6125. build_alias=''
  6126. build_cpu='i686'
  6127. build_os='linux-gnu'
  6128. build_vendor='pc'
  6129. datadir='${datarootdir}'
  6130. datarootdir='${prefix}/share'
  6131. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6132. dvidir='${docdir}'
  6133. exec_prefix='${prefix}'
  6134. host='i686-pc-linux-gnu'
  6135. host_alias=''
  6136. host_cpu='i686'
  6137. host_os='linux-gnu'
  6138. host_vendor='pc'
  6139. htmldir='${docdir}'
  6140. ifGNUmake=''
  6141. includedir='${prefix}/include'
  6142. infodir='${datarootdir}/info'
  6143. libdir='${exec_prefix}/lib'
  6144. libexecdir='${exec_prefix}/libexec'
  6145. localedir='${datarootdir}/locale'
  6146. localstatedir='${prefix}/var'
  6147. mandir='${datarootdir}/man'
  6148. oldincludedir='/usr/include'
  6149. pdfdir='${docdir}'
  6150. prefix='/usr/local'
  6151. program_transform_name='s,x,x,'
  6152. psdir='${docdir}'
  6153. sbindir='${exec_prefix}/sbin'
  6154. sharedstatedir='${prefix}/com'
  6155. subdirs=' projects/sample'
  6156. sysconfdir='${prefix}/etc'
  6157. target='i686-pc-linux-gnu'
  6158. target_alias=''
  6159. target_cpu='i686'
  6160. target_os='linux-gnu'
  6161. target_vendor='pc'
  6162.  
  6163. ## ----------- ##
  6164. ## confdefs.h. ##
  6165. ## ----------- ##
  6166.  
  6167. #define PACKAGE_NAME "llvm"
  6168. #define PACKAGE_TARNAME "-llvm-"
  6169. #define PACKAGE_VERSION "2.6svn"
  6170. #define PACKAGE_STRING "llvm 2.6svn"
  6171. #define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
  6172. #define LLVM_ON_UNIX 1
  6173. #define STDC_HEADERS 1
  6174. #define HAVE_SYS_TYPES_H 1
  6175. #define HAVE_SYS_STAT_H 1
  6176. #define HAVE_STDLIB_H 1
  6177. #define HAVE_STRING_H 1
  6178. #define HAVE_MEMORY_H 1
  6179. #define HAVE_STRINGS_H 1
  6180. #define HAVE_INTTYPES_H 1
  6181. #define HAVE_STDINT_H 1
  6182. #define HAVE_UNISTD_H 1
  6183. #define ENABLE_THREADS 1
  6184. #define ENABLE_PIC 1
  6185. #define LLVM_NATIVE_ARCH X86Target
  6186. #define ENABLE_CBE_PRINTF_A 1
  6187. #define HAVE_LINK_R 1
  6188. #define HAVE_LINK_EXPORT_DYNAMIC 1
  6189. #define HAVE_DIRENT_H 1
  6190. #define HAVE_DLFCN_H 1
  6191. #define LTDL_SHLIB_EXT ".so"
  6192. #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
  6193. #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/lib/alsa-lib:/usr/local/lib"
  6194. #define LTDL_OBJDIR ".libs/"
  6195. #define HAVE_PRELOADED_SYMBOLS 1
  6196. #define HAVE_LIBDL 1
  6197. #define HAVE_DLERROR 1
  6198. #define HAVE_ARGZ_H 1
  6199. #define HAVE_ERROR_T 1
  6200. #define HAVE_ARGZ_APPEND 1
  6201. #define HAVE_ARGZ_CREATE_SEP 1
  6202. #define HAVE_ARGZ_INSERT 1
  6203. #define HAVE_ARGZ_NEXT 1
  6204. #define HAVE_ARGZ_STRINGIFY 1
  6205. #define HAVE_ASSERT_H 1
  6206. #define HAVE_CTYPE_H 1
  6207. #define HAVE_ERRNO_H 1
  6208. #define HAVE_MALLOC_H 1
  6209. #define HAVE_MEMORY_H 1
  6210. #define HAVE_STDLIB_H 1
  6211. #define HAVE_STDIO_H 1
  6212. #define HAVE_UNISTD_H 1
  6213. #define HAVE_STRING_H 1
  6214. #define HAVE_STRCHR 1
  6215. #define HAVE_STRRCHR 1
  6216. #define HAVE_MEMCPY 1
  6217. #define HAVE_MEMMOVE 1
  6218. #define HAVE_STRCMP 1
  6219. #define HAVE_CLOSEDIR 1
  6220. #define HAVE_OPENDIR 1
  6221. #define HAVE_READDIR 1
  6222. #define CAN_DLOPEN_SELF 1
  6223. #define HAVE_LIBM 1
  6224. #define HAVE_DLOPEN 1
  6225. #define HAVE_MALLINFO 1
  6226. #define HAVE_LIBPTHREAD 1
  6227. #define HAVE_PTHREAD_MUTEX_LOCK 1
  6228. #define HAVE_PTHREAD_RWLOCK_INIT 1
  6229. #define HAVE_PTHREAD_GETSPECIFIC 1
  6230. #define USE_UDIS86 0
  6231. #define USE_OPROFILE 0
  6232. #define HAVE_DIRENT_H 1
  6233. #define HAVE_MMAP_ANONYMOUS 1
  6234. #define STDC_HEADERS 1
  6235. #define HAVE_SYS_WAIT_H 1
  6236. #define TIME_WITH_SYS_TIME 1
  6237. #define HAVE_DLFCN_H 1
  6238. #define HAVE_EXECINFO_H 1
  6239. #define HAVE_FCNTL_H 1
  6240. #define HAVE_INTTYPES_H 1
  6241. #define HAVE_LIMITS_H 1
  6242. #define HAVE_LINK_H 1
  6243. #define HAVE_MALLOC_H 1
  6244. #define HAVE_SETJMP_H 1
  6245. #define HAVE_SIGNAL_H 1
  6246. #define HAVE_STDINT_H 1
  6247. #define HAVE_TERMIOS_H 1
  6248. #define HAVE_UNISTD_H 1
  6249. #define HAVE_UTIME_H 1
  6250. #define HAVE_SYS_MMAN_H 1
  6251. #define HAVE_SYS_PARAM_H 1
  6252. #define HAVE_SYS_RESOURCE_H 1
  6253. #define HAVE_SYS_TIME_H 1
  6254. #define HAVE_SYS_TYPES_H 1
  6255. #define HAVE_SYS_IOCTL_H 1
  6256. #define HAVE_PTHREAD_H 1
  6257. #define RETSIGTYPE void
  6258. #define HAVE_INT64_T 1
  6259. #define HAVE_UINT64_T 1
  6260. #define HAVE_BACKTRACE 1
  6261. #define HAVE_CEILF 1
  6262. #define HAVE_FLOORF 1
  6263. #define HAVE_ROUNDF 1
  6264. #define HAVE_RINTF 1
  6265. #define HAVE_NEARBYINTF 1
  6266. #define HAVE_GETCWD 1
  6267. #define HAVE_POWF 1
  6268. #define HAVE_FMODF 1
  6269. #define HAVE_STRTOF 1
  6270. #define HAVE_ROUND 1
  6271. #define HAVE_GETPAGESIZE 1
  6272. #define HAVE_GETRUSAGE 1
  6273. #define HAVE_GETRLIMIT 1
  6274. #define HAVE_SETRLIMIT 1
  6275. #define HAVE_GETTIMEOFDAY 1
  6276. #define HAVE_ISATTY 1
  6277. #define HAVE_MKDTEMP 1
  6278. #define HAVE_MKSTEMP 1
  6279. #define HAVE_MKTEMP 1
  6280. #define HAVE_REALPATH 1
  6281. #define HAVE_SBRK 1
  6282. #define HAVE_SETRLIMIT 1
  6283. #define HAVE_STRDUP 1
  6284. #define HAVE_STRERROR 1
  6285. #define HAVE_STRERROR_R 1
  6286. #define HAVE_STRTOLL 1
  6287. #define HAVE_STRTOQ 1
  6288. #define HAVE_SYSCONF 1
  6289. #define HAVE_SETJMP 1
  6290. #define HAVE_LONGJMP 1
  6291. #define HAVE_SIGLONGJMP 1
  6292. #define HAVE_PRINTF_A 1
  6293. #define HAVE_ALLOCA_H 1
  6294. #define HAVE_ALLOCA 1
  6295. #define HAVE_RAND48 1
  6296. #define HAVE_NAMESPACES
  6297. #define HAVE_STD_ITERATOR 1
  6298. #define HAVE_BI_ITERATOR 0
  6299. #define HAVE_FWD_ITERATOR 0
  6300. #define HAVE_ISNAN_IN_MATH_H 1
  6301. #define HAVE_ISNAN_IN_CMATH 1
  6302. #define HAVE_STD_ISNAN_IN_CMATH 1
  6303. #define HAVE_ISINF_IN_MATH_H 1
  6304. #define HAVE_ISINF_IN_CMATH 1
  6305. #define HAVE_STDLIB_H 1
  6306. #define HAVE_UNISTD_H 1
  6307. #define HAVE_GETPAGESIZE 1
  6308. #define HAVE_MMAP 1
  6309. #define HAVE_MMAP_FILE
  6310. #define LLVM_MULTITHREADED 1
  6311. #define HAVE___DSO_HANDLE 1
  6312. #define LLVM_PREFIX "/usr/local"
  6313. #define LLVM_BINDIR "/usr/local/bin"
  6314. #define LLVM_LIBDIR "/usr/local/lib"
  6315. #define LLVM_DATADIR "/usr/local/share/llvm"
  6316. #define LLVM_DOCSDIR "/usr/local/docs/llvm"
  6317. #define LLVM_ETCDIR "/usr/local/etc/llvm"
  6318. #define LLVM_INCLUDEDIR "/usr/local/include"
  6319. #define LLVM_INFODIR "/usr/local/info"
  6320. #define LLVM_MANDIR "/usr/local/man"
  6321. #define LLVM_CONFIGTIME "Mon Jul 20 11:44:49 CST 2009"
  6322. #define LLVM_HOSTTRIPLE "i686-pc-linux-gnu"
  6323.  
  6324. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement