Advertisement
Guest User

Untitled

a guest
Nov 7th, 2012
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 224.50 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 configure, which was
  5. generated by GNU Autoconf 2.64.  Invocation command line was
  6.  
  7.   $ /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/configure --cache-file=./config.cache --prefix=/home/john/AM335/buildroot/output/host/usr --with-sysroot=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/ --disable-__cxa_atexit --enable-target-optspace --disable-libquadmath --disable-libgomp --with-gnu-ld --enable-shared --disable-libssp --disable-multilib --enable-tls --with-gmp=/home/john/AM335/buildroot/output/host/usr --with-mpfr=/home/john/AM335/buildroot/output/host/usr --with-mpc=/home/john/AM335/buildroot/output/host/usr --disable-nls --enable-threads --disable-decimal-float --with-abi=aapcs-linux --with-arch=armv7-a --with-tune=cortex-a8 --with-pkgversion=Buildroot 2012.11-git-00490-g75b9e7f-dirty --with-bugurl=http://bugs.buildroot.net/ --with-fpu=vfpv3 --with-float=hard --enable-languages=c,lto --program-transform-name=s&^&arm-buildroot-linux-uclibcgnueabi-& --disable-option-checking --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-buildroot-linux-uclibcgnueabi --srcdir=/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = debian
  14. uname -m = i686
  15. uname -r = 2.6.32-5-686
  16. uname -s = Linux
  17. uname -v = #1 SMP Sun Sep 23 09:49:36 UTC 2012
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/local/games
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2925: creating cache ./config.cache
  42. configure:3035: checking build system type
  43. configure:3049: result: i686-pc-linux-gnu
  44. configure:3069: checking host system type
  45. configure:3082: result: i686-pc-linux-gnu
  46. configure:3102: checking target system type
  47. configure:3115: result: arm-buildroot-linux-uclibcgnueabi
  48. configure:3213: checking LIBRARY_PATH variable
  49. configure:3223: result: ok
  50. configure:3239: checking GCC_EXEC_PREFIX variable
  51. configure:3249: result: ok
  52. configure:3326: checking whether to place generated files in the source directory
  53. configure:3336: result: no
  54. configure:3387: checking whether a default linker was specified
  55. configure:3398: result: no
  56. configure:3452: checking whether a default assembler was specified
  57. configure:3463: result: no
  58. configure:3489: checking for i686-pc-linux-gnu-gcc
  59. configure:3516: result: /usr/bin/gcc
  60. configure:3785: checking for C compiler version
  61. configure:3794: /usr/bin/gcc --version >&5
  62. gcc (Debian 4.4.5-8) 4.4.5
  63. Copyright (C) 2010 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions.  There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:3805: $? = 0
  68. configure:3794: /usr/bin/gcc -v >&5
  69. Using built-in specs.
  70. Target: i486-linux-gnu
  71. Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  72. Thread model: posix
  73. gcc version 4.4.5 (Debian 4.4.5-8)
  74. configure:3805: $? = 0
  75. configure:3794: /usr/bin/gcc -V >&5
  76. gcc: '-V' option must have argument
  77. configure:3805: $? = 1
  78. configure:3794: /usr/bin/gcc -qversion >&5
  79. gcc: unrecognized option '-qversion'
  80. gcc: no input files
  81. configure:3805: $? = 1
  82. configure:3825: checking for C compiler default output file name
  83. configure:3847: /usr/bin/gcc -O2 -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  84. configure:3851: $? = 0
  85. configure:3888: result: a.out
  86. configure:3904: checking whether the C compiler works
  87. configure:3913: ./a.out
  88. configure:3917: $? = 0
  89. configure:3932: result: yes
  90. configure:3939: checking whether we are cross compiling
  91. configure:3941: result: no
  92. configure:3944: checking for suffix of executables
  93. configure:3951: /usr/bin/gcc -o conftest -O2 -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  94. configure:3955: $? = 0
  95. configure:3977: result:
  96. configure:3983: checking for suffix of object files
  97. configure:4005: /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  98. configure:4009: $? = 0
  99. configure:4030: result: o
  100. configure:4034: checking whether we are using the GNU C compiler
  101. configure:4053: /usr/bin/gcc -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  102. configure:4053: $? = 0
  103. configure:4062: result: yes
  104. configure:4071: checking whether /usr/bin/gcc accepts -g
  105. configure:4091: /usr/bin/gcc -c -g  conftest.c >&5
  106. configure:4091: $? = 0
  107. configure:4132: result: yes
  108. configure:4149: checking for /usr/bin/gcc option to accept ISO C89
  109. configure:4213: /usr/bin/gcc  -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  110. configure:4213: $? = 0
  111. configure:4226: result: none needed
  112. configure:4247: checking whether /usr/bin/gcc and cc understand -c and -o together
  113. configure:4278: /usr/bin/gcc -c conftest.c -o conftest2.o >&5
  114. configure:4282: $? = 0
  115. configure:4288: /usr/bin/gcc -c conftest.c -o conftest2.o >&5
  116. configure:4292: $? = 0
  117. configure:4303: cc -c conftest.c >&5
  118. configure:4307: $? = 0
  119. configure:4315: cc -c conftest.c -o conftest2.o >&5
  120. configure:4319: $? = 0
  121. configure:4325: cc -c conftest.c -o conftest2.o >&5
  122. configure:4329: $? = 0
  123. configure:4347: result: yes
  124. configure:4487: checking for C++ compiler version
  125. configure:4496: /usr/bin/g++ --version >&5
  126. g++ (Debian 4.4.5-8) 4.4.5
  127. Copyright (C) 2010 Free Software Foundation, Inc.
  128. This is free software; see the source for copying conditions.  There is NO
  129. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  130.  
  131. configure:4507: $? = 0
  132. configure:4496: /usr/bin/g++ -v >&5
  133. Using built-in specs.
  134. Target: i486-linux-gnu
  135. Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  136. Thread model: posix
  137. gcc version 4.4.5 (Debian 4.4.5-8)
  138. configure:4507: $? = 0
  139. configure:4496: /usr/bin/g++ -V >&5
  140. g++: '-V' option must have argument
  141. configure:4507: $? = 1
  142. configure:4496: /usr/bin/g++ -qversion >&5
  143. g++: unrecognized option '-qversion'
  144. g++: no input files
  145. configure:4507: $? = 1
  146. configure:4511: checking whether we are using the GNU C++ compiler
  147. configure:4530: /usr/bin/g++ -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include  conftest.cpp >&5
  148. configure:4530: $? = 0
  149. configure:4539: result: yes
  150. configure:4548: checking whether /usr/bin/g++ accepts -g
  151. configure:4568: /usr/bin/g++ -c -g  conftest.cpp >&5
  152. configure:4568: $? = 0
  153. configure:4609: result: yes
  154. configure:4638: checking for i686-pc-linux-gnu-gnatbind
  155. configure:4668: result: no
  156. configure:4678: checking for gnatbind
  157. configure:4708: result: no
  158. configure:4730: checking for i686-pc-linux-gnu-gnatmake
  159. configure:4760: result: no
  160. configure:4770: checking for gnatmake
  161. configure:4800: result: no
  162. configure:4819: checking whether compiler driver understands Ada
  163. configure:4842: result: no
  164. configure:4879: checking how to run the C preprocessor
  165. configure:4910: /usr/bin/gcc -E  conftest.c
  166. configure:4910: $? = 0
  167. configure:4924: /usr/bin/gcc -E  conftest.c
  168. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  169. configure:4924: $? = 1
  170. configure: failed program was:
  171. | /* confdefs.h */
  172. | #define PACKAGE_NAME ""
  173. | #define PACKAGE_TARNAME ""
  174. | #define PACKAGE_VERSION ""
  175. | #define PACKAGE_STRING ""
  176. | #define PACKAGE_BUGREPORT ""
  177. | #define PACKAGE_URL ""
  178. | #define HAVE_GNU_LD 1
  179. | #define HAVE_GNU_AS 0
  180. | /* end confdefs.h.  */
  181. | #include <ac_nonexistent.h>
  182. configure:4949: result: /usr/bin/gcc -E
  183. configure:4969: /usr/bin/gcc -E  conftest.c
  184. configure:4969: $? = 0
  185. configure:4983: /usr/bin/gcc -E  conftest.c
  186. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  187. configure:4983: $? = 1
  188. configure: failed program was:
  189. | /* confdefs.h */
  190. | #define PACKAGE_NAME ""
  191. | #define PACKAGE_TARNAME ""
  192. | #define PACKAGE_VERSION ""
  193. | #define PACKAGE_STRING ""
  194. | #define PACKAGE_BUGREPORT ""
  195. | #define PACKAGE_URL ""
  196. | #define HAVE_GNU_LD 1
  197. | #define HAVE_GNU_AS 0
  198. | /* end confdefs.h.  */
  199. | #include <ac_nonexistent.h>
  200. configure:5012: checking for grep that handles long lines and -e
  201. configure:5070: result: /bin/grep
  202. configure:5075: checking for egrep
  203. configure:5137: result: /bin/grep -E
  204. configure:5142: checking for ANSI C header files
  205. configure:5162: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  206. configure:5162: $? = 0
  207. configure:5235: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  208. configure:5235: $? = 0
  209. configure:5235: ./conftest
  210. configure:5235: $? = 0
  211. configure:5246: result: yes
  212. configure:5259: checking for sys/types.h
  213. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  214. configure:5259: $? = 0
  215. configure:5259: result: yes
  216. configure:5259: checking for sys/stat.h
  217. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  218. configure:5259: $? = 0
  219. configure:5259: result: yes
  220. configure:5259: checking for stdlib.h
  221. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  222. configure:5259: $? = 0
  223. configure:5259: result: yes
  224. configure:5259: checking for string.h
  225. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  226. configure:5259: $? = 0
  227. configure:5259: result: yes
  228. configure:5259: checking for memory.h
  229. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  230. configure:5259: $? = 0
  231. configure:5259: result: yes
  232. configure:5259: checking for strings.h
  233. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  234. configure:5259: $? = 0
  235. configure:5259: result: yes
  236. configure:5259: checking for inttypes.h
  237. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  238. configure:5259: $? = 0
  239. configure:5259: result: yes
  240. configure:5259: checking for stdint.h
  241. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  242. configure:5259: $? = 0
  243. configure:5259: result: yes
  244. configure:5259: checking for unistd.h
  245. configure:5259: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  246. configure:5259: $? = 0
  247. configure:5259: result: yes
  248. configure:5273: checking minix/config.h usability
  249. configure:5273: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  250. conftest.c:54:26: error: minix/config.h: No such file or directory
  251. configure:5273: $? = 1
  252. configure: failed program was:
  253. | /* confdefs.h */
  254. | #define PACKAGE_NAME ""
  255. | #define PACKAGE_TARNAME ""
  256. | #define PACKAGE_VERSION ""
  257. | #define PACKAGE_STRING ""
  258. | #define PACKAGE_BUGREPORT ""
  259. | #define PACKAGE_URL ""
  260. | #define HAVE_GNU_LD 1
  261. | #define HAVE_GNU_AS 0
  262. | #define STDC_HEADERS 1
  263. | #define HAVE_SYS_TYPES_H 1
  264. | #define HAVE_SYS_STAT_H 1
  265. | #define HAVE_STDLIB_H 1
  266. | #define HAVE_STRING_H 1
  267. | #define HAVE_MEMORY_H 1
  268. | #define HAVE_STRINGS_H 1
  269. | #define HAVE_INTTYPES_H 1
  270. | #define HAVE_STDINT_H 1
  271. | #define HAVE_UNISTD_H 1
  272. | /* end confdefs.h.  */
  273. | #include <stdio.h>
  274. | #ifdef HAVE_SYS_TYPES_H
  275. | # include <sys/types.h>
  276. | #endif
  277. | #ifdef HAVE_SYS_STAT_H
  278. | # include <sys/stat.h>
  279. | #endif
  280. | #ifdef STDC_HEADERS
  281. | # include <stdlib.h>
  282. | # include <stddef.h>
  283. | #else
  284. | # ifdef HAVE_STDLIB_H
  285. | #  include <stdlib.h>
  286. | # endif
  287. | #endif
  288. | #ifdef HAVE_STRING_H
  289. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  290. | #  include <memory.h>
  291. | # endif
  292. | # include <string.h>
  293. | #endif
  294. | #ifdef HAVE_STRINGS_H
  295. | # include <strings.h>
  296. | #endif
  297. | #ifdef HAVE_INTTYPES_H
  298. | # include <inttypes.h>
  299. | #endif
  300. | #ifdef HAVE_STDINT_H
  301. | # include <stdint.h>
  302. | #endif
  303. | #ifdef HAVE_UNISTD_H
  304. | # include <unistd.h>
  305. | #endif
  306. | #include <minix/config.h>
  307. configure:5273: result: no
  308. configure:5273: checking minix/config.h presence
  309. configure:5273: /usr/bin/gcc -E  conftest.c
  310. conftest.c:21:26: error: minix/config.h: No such file or directory
  311. configure:5273: $? = 1
  312. configure: failed program was:
  313. | /* confdefs.h */
  314. | #define PACKAGE_NAME ""
  315. | #define PACKAGE_TARNAME ""
  316. | #define PACKAGE_VERSION ""
  317. | #define PACKAGE_STRING ""
  318. | #define PACKAGE_BUGREPORT ""
  319. | #define PACKAGE_URL ""
  320. | #define HAVE_GNU_LD 1
  321. | #define HAVE_GNU_AS 0
  322. | #define STDC_HEADERS 1
  323. | #define HAVE_SYS_TYPES_H 1
  324. | #define HAVE_SYS_STAT_H 1
  325. | #define HAVE_STDLIB_H 1
  326. | #define HAVE_STRING_H 1
  327. | #define HAVE_MEMORY_H 1
  328. | #define HAVE_STRINGS_H 1
  329. | #define HAVE_INTTYPES_H 1
  330. | #define HAVE_STDINT_H 1
  331. | #define HAVE_UNISTD_H 1
  332. | /* end confdefs.h.  */
  333. | #include <minix/config.h>
  334. configure:5273: result: no
  335. configure:5273: checking for minix/config.h
  336. configure:5273: result: no
  337. configure:5294: checking whether it is safe to define __EXTENSIONS__
  338. configure:5312: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  339. configure:5312: $? = 0
  340. configure:5319: result: yes
  341. configure:5338: checking how to run the C preprocessor
  342. configure:5408: result: /usr/bin/gcc -E
  343. configure:5428: /usr/bin/gcc -E  conftest.c
  344. configure:5428: $? = 0
  345. configure:5442: /usr/bin/gcc -E  conftest.c
  346. conftest.c:26:28: error: ac_nonexistent.h: No such file or directory
  347. configure:5442: $? = 1
  348. configure: failed program was:
  349. | /* confdefs.h */
  350. | #define PACKAGE_NAME ""
  351. | #define PACKAGE_TARNAME ""
  352. | #define PACKAGE_VERSION ""
  353. | #define PACKAGE_STRING ""
  354. | #define PACKAGE_BUGREPORT ""
  355. | #define PACKAGE_URL ""
  356. | #define HAVE_GNU_LD 1
  357. | #define HAVE_GNU_AS 0
  358. | #define STDC_HEADERS 1
  359. | #define HAVE_SYS_TYPES_H 1
  360. | #define HAVE_SYS_STAT_H 1
  361. | #define HAVE_STDLIB_H 1
  362. | #define HAVE_STRING_H 1
  363. | #define HAVE_MEMORY_H 1
  364. | #define HAVE_STRINGS_H 1
  365. | #define HAVE_INTTYPES_H 1
  366. | #define HAVE_STDINT_H 1
  367. | #define HAVE_UNISTD_H 1
  368. | #define __EXTENSIONS__ 1
  369. | #define _ALL_SOURCE 1
  370. | #define _GNU_SOURCE 1
  371. | #define _POSIX_PTHREAD_SEMANTICS 1
  372. | #define _TANDEM_SOURCE 1
  373. | /* end confdefs.h.  */
  374. | #include <ac_nonexistent.h>
  375. configure:5470: checking for inline
  376. configure:5486: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  377. configure:5486: $? = 0
  378. configure:5494: result: inline
  379. configure:5520: checking for special C compiler options needed for large files
  380. configure:5565: result: no
  381. configure:5571: checking for _FILE_OFFSET_BITS value needed for large files
  382. configure:5596: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  383. conftest.c:32: warning: left shift count >= width of type
  384. conftest.c:32: warning: left shift count >= width of type
  385. conftest.c:34: error: size of array 'off_t_is_large' is negative
  386. configure:5596: $? = 1
  387. configure: failed program was:
  388. | /* confdefs.h */
  389. | #define PACKAGE_NAME ""
  390. | #define PACKAGE_TARNAME ""
  391. | #define PACKAGE_VERSION ""
  392. | #define PACKAGE_STRING ""
  393. | #define PACKAGE_BUGREPORT ""
  394. | #define PACKAGE_URL ""
  395. | #define HAVE_GNU_LD 1
  396. | #define HAVE_GNU_AS 0
  397. | #define STDC_HEADERS 1
  398. | #define HAVE_SYS_TYPES_H 1
  399. | #define HAVE_SYS_STAT_H 1
  400. | #define HAVE_STDLIB_H 1
  401. | #define HAVE_STRING_H 1
  402. | #define HAVE_MEMORY_H 1
  403. | #define HAVE_STRINGS_H 1
  404. | #define HAVE_INTTYPES_H 1
  405. | #define HAVE_STDINT_H 1
  406. | #define HAVE_UNISTD_H 1
  407. | #define __EXTENSIONS__ 1
  408. | #define _ALL_SOURCE 1
  409. | #define _GNU_SOURCE 1
  410. | #define _POSIX_PTHREAD_SEMANTICS 1
  411. | #define _TANDEM_SOURCE 1
  412. | /* end confdefs.h.  */
  413. | #include <sys/types.h>
  414. |  /* Check that off_t can represent 2**63 - 1 correctly.
  415. |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  416. |     since some C++ compilers masquerading as C compilers
  417. |     incorrectly reject 9223372036854775807.  */
  418. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  419. |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  420. |              && LARGE_OFF_T % 2147483647 == 1)
  421. |             ? 1 : -1];
  422. | int
  423. | main ()
  424. | {
  425. |
  426. |   ;
  427. |   return 0;
  428. | }
  429. configure:5620: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  430. configure:5620: $? = 0
  431. configure:5628: result: 64
  432. configure:5717: checking size of void *
  433. configure:5722: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  434. configure:5722: $? = 0
  435. configure:5722: ./conftest
  436. configure:5722: $? = 0
  437. configure:5737: result: 4
  438. configure:5751: checking size of short
  439. configure:5756: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  440. configure:5756: $? = 0
  441. configure:5756: ./conftest
  442. configure:5756: $? = 0
  443. configure:5771: result: 2
  444. configure:5785: checking size of int
  445. configure:5790: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  446. configure:5790: $? = 0
  447. configure:5790: ./conftest
  448. configure:5790: $? = 0
  449. configure:5805: result: 4
  450. configure:5819: checking size of long
  451. configure:5824: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  452. configure:5824: $? = 0
  453. configure:5824: ./conftest
  454. configure:5824: $? = 0
  455. configure:5839: result: 4
  456. configure:5849: checking for long long
  457. configure:5849: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  458. configure:5849: $? = 0
  459. configure:5849: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  460. conftest.c: In function 'main':
  461. conftest.c:67: error: expected expression before ')' token
  462. configure:5849: $? = 1
  463. configure: failed program was:
  464. | /* confdefs.h */
  465. | #define PACKAGE_NAME ""
  466. | #define PACKAGE_TARNAME ""
  467. | #define PACKAGE_VERSION ""
  468. | #define PACKAGE_STRING ""
  469. | #define PACKAGE_BUGREPORT ""
  470. | #define PACKAGE_URL ""
  471. | #define HAVE_GNU_LD 1
  472. | #define HAVE_GNU_AS 0
  473. | #define STDC_HEADERS 1
  474. | #define HAVE_SYS_TYPES_H 1
  475. | #define HAVE_SYS_STAT_H 1
  476. | #define HAVE_STDLIB_H 1
  477. | #define HAVE_STRING_H 1
  478. | #define HAVE_MEMORY_H 1
  479. | #define HAVE_STRINGS_H 1
  480. | #define HAVE_INTTYPES_H 1
  481. | #define HAVE_STDINT_H 1
  482. | #define HAVE_UNISTD_H 1
  483. | #define __EXTENSIONS__ 1
  484. | #define _ALL_SOURCE 1
  485. | #define _GNU_SOURCE 1
  486. | #define _POSIX_PTHREAD_SEMANTICS 1
  487. | #define _TANDEM_SOURCE 1
  488. | #define _FILE_OFFSET_BITS 64
  489. | #define SIZEOF_VOID_P 4
  490. | #define SIZEOF_SHORT 2
  491. | #define SIZEOF_INT 4
  492. | #define SIZEOF_LONG 4
  493. | /* end confdefs.h.  */
  494. | #include <stdio.h>
  495. | #ifdef HAVE_SYS_TYPES_H
  496. | # include <sys/types.h>
  497. | #endif
  498. | #ifdef HAVE_SYS_STAT_H
  499. | # include <sys/stat.h>
  500. | #endif
  501. | #ifdef STDC_HEADERS
  502. | # include <stdlib.h>
  503. | # include <stddef.h>
  504. | #else
  505. | # ifdef HAVE_STDLIB_H
  506. | #  include <stdlib.h>
  507. | # endif
  508. | #endif
  509. | #ifdef HAVE_STRING_H
  510. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  511. | #  include <memory.h>
  512. | # endif
  513. | # include <string.h>
  514. | #endif
  515. | #ifdef HAVE_STRINGS_H
  516. | # include <strings.h>
  517. | #endif
  518. | #ifdef HAVE_INTTYPES_H
  519. | # include <inttypes.h>
  520. | #endif
  521. | #ifdef HAVE_STDINT_H
  522. | # include <stdint.h>
  523. | #endif
  524. | #ifdef HAVE_UNISTD_H
  525. | # include <unistd.h>
  526. | #endif
  527. | int
  528. | main ()
  529. | {
  530. | if (sizeof ((long long)))
  531. |       return 0;
  532. |   ;
  533. |   return 0;
  534. | }
  535. configure:5849: result: yes
  536. configure:5860: checking size of long long
  537. configure:5865: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  538. configure:5865: $? = 0
  539. configure:5865: ./conftest
  540. configure:5865: $? = 0
  541. configure:5880: result: 8
  542. configure:5892: checking for __int64
  543. configure:5892: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  544. conftest.c: In function 'main':
  545. conftest.c:69: error: '__int64' undeclared (first use in this function)
  546. conftest.c:69: error: (Each undeclared identifier is reported only once
  547. conftest.c:69: error: for each function it appears in.)
  548. configure:5892: $? = 1
  549. configure: failed program was:
  550. | /* confdefs.h */
  551. | #define PACKAGE_NAME ""
  552. | #define PACKAGE_TARNAME ""
  553. | #define PACKAGE_VERSION ""
  554. | #define PACKAGE_STRING ""
  555. | #define PACKAGE_BUGREPORT ""
  556. | #define PACKAGE_URL ""
  557. | #define HAVE_GNU_LD 1
  558. | #define HAVE_GNU_AS 0
  559. | #define STDC_HEADERS 1
  560. | #define HAVE_SYS_TYPES_H 1
  561. | #define HAVE_SYS_STAT_H 1
  562. | #define HAVE_STDLIB_H 1
  563. | #define HAVE_STRING_H 1
  564. | #define HAVE_MEMORY_H 1
  565. | #define HAVE_STRINGS_H 1
  566. | #define HAVE_INTTYPES_H 1
  567. | #define HAVE_STDINT_H 1
  568. | #define HAVE_UNISTD_H 1
  569. | #define __EXTENSIONS__ 1
  570. | #define _ALL_SOURCE 1
  571. | #define _GNU_SOURCE 1
  572. | #define _POSIX_PTHREAD_SEMANTICS 1
  573. | #define _TANDEM_SOURCE 1
  574. | #define _FILE_OFFSET_BITS 64
  575. | #define SIZEOF_VOID_P 4
  576. | #define SIZEOF_SHORT 2
  577. | #define SIZEOF_INT 4
  578. | #define SIZEOF_LONG 4
  579. | #define HAVE_LONG_LONG 1
  580. | #define SIZEOF_LONG_LONG 8
  581. | /* end confdefs.h.  */
  582. | #include <stdio.h>
  583. | #ifdef HAVE_SYS_TYPES_H
  584. | # include <sys/types.h>
  585. | #endif
  586. | #ifdef HAVE_SYS_STAT_H
  587. | # include <sys/stat.h>
  588. | #endif
  589. | #ifdef STDC_HEADERS
  590. | # include <stdlib.h>
  591. | # include <stddef.h>
  592. | #else
  593. | # ifdef HAVE_STDLIB_H
  594. | #  include <stdlib.h>
  595. | # endif
  596. | #endif
  597. | #ifdef HAVE_STRING_H
  598. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  599. | #  include <memory.h>
  600. | # endif
  601. | # include <string.h>
  602. | #endif
  603. | #ifdef HAVE_STRINGS_H
  604. | # include <strings.h>
  605. | #endif
  606. | #ifdef HAVE_INTTYPES_H
  607. | # include <inttypes.h>
  608. | #endif
  609. | #ifdef HAVE_STDINT_H
  610. | # include <stdint.h>
  611. | #endif
  612. | #ifdef HAVE_UNISTD_H
  613. | # include <unistd.h>
  614. | #endif
  615. | int
  616. | main ()
  617. | {
  618. | if (sizeof (__int64))
  619. |    return 0;
  620. |   ;
  621. |   return 0;
  622. | }
  623. configure:5892: result: no
  624. configure:5935: checking for int8_t
  625. configure:5935: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  626. configure:5935: $? = 0
  627. configure:5935: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  628. conftest.c: In function 'main':
  629. conftest.c:70: error: size of array 'test_array' is negative
  630. configure:5935: $? = 1
  631. configure: failed program was:
  632. | /* confdefs.h */
  633. | #define PACKAGE_NAME ""
  634. | #define PACKAGE_TARNAME ""
  635. | #define PACKAGE_VERSION ""
  636. | #define PACKAGE_STRING ""
  637. | #define PACKAGE_BUGREPORT ""
  638. | #define PACKAGE_URL ""
  639. | #define HAVE_GNU_LD 1
  640. | #define HAVE_GNU_AS 0
  641. | #define STDC_HEADERS 1
  642. | #define HAVE_SYS_TYPES_H 1
  643. | #define HAVE_SYS_STAT_H 1
  644. | #define HAVE_STDLIB_H 1
  645. | #define HAVE_STRING_H 1
  646. | #define HAVE_MEMORY_H 1
  647. | #define HAVE_STRINGS_H 1
  648. | #define HAVE_INTTYPES_H 1
  649. | #define HAVE_STDINT_H 1
  650. | #define HAVE_UNISTD_H 1
  651. | #define __EXTENSIONS__ 1
  652. | #define _ALL_SOURCE 1
  653. | #define _GNU_SOURCE 1
  654. | #define _POSIX_PTHREAD_SEMANTICS 1
  655. | #define _TANDEM_SOURCE 1
  656. | #define _FILE_OFFSET_BITS 64
  657. | #define SIZEOF_VOID_P 4
  658. | #define SIZEOF_SHORT 2
  659. | #define SIZEOF_INT 4
  660. | #define SIZEOF_LONG 4
  661. | #define HAVE_LONG_LONG 1
  662. | #define SIZEOF_LONG_LONG 8
  663. | /* end confdefs.h.  */
  664. | #include <stdio.h>
  665. | #ifdef HAVE_SYS_TYPES_H
  666. | # include <sys/types.h>
  667. | #endif
  668. | #ifdef HAVE_SYS_STAT_H
  669. | # include <sys/stat.h>
  670. | #endif
  671. | #ifdef STDC_HEADERS
  672. | # include <stdlib.h>
  673. | # include <stddef.h>
  674. | #else
  675. | # ifdef HAVE_STDLIB_H
  676. | #  include <stdlib.h>
  677. | # endif
  678. | #endif
  679. | #ifdef HAVE_STRING_H
  680. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  681. | #  include <memory.h>
  682. | # endif
  683. | # include <string.h>
  684. | #endif
  685. | #ifdef HAVE_STRINGS_H
  686. | # include <strings.h>
  687. | #endif
  688. | #ifdef HAVE_INTTYPES_H
  689. | # include <inttypes.h>
  690. | #endif
  691. | #ifdef HAVE_STDINT_H
  692. | # include <stdint.h>
  693. | #endif
  694. | #ifdef HAVE_UNISTD_H
  695. | # include <unistd.h>
  696. | #endif
  697. | int
  698. | main ()
  699. | {
  700. | static int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 1)
  701. |        < (int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 2))];
  702. | test_array [0] = 0
  703. |
  704. |   ;
  705. |   return 0;
  706. | }
  707. configure:5935: result: yes
  708. configure:5946: checking for int16_t
  709. configure:5946: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  710. configure:5946: $? = 0
  711. configure:5946: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  712. conftest.c: In function 'main':
  713. conftest.c:70: error: size of array 'test_array' is negative
  714. configure:5946: $? = 1
  715. configure: failed program was:
  716. | /* confdefs.h */
  717. | #define PACKAGE_NAME ""
  718. | #define PACKAGE_TARNAME ""
  719. | #define PACKAGE_VERSION ""
  720. | #define PACKAGE_STRING ""
  721. | #define PACKAGE_BUGREPORT ""
  722. | #define PACKAGE_URL ""
  723. | #define HAVE_GNU_LD 1
  724. | #define HAVE_GNU_AS 0
  725. | #define STDC_HEADERS 1
  726. | #define HAVE_SYS_TYPES_H 1
  727. | #define HAVE_SYS_STAT_H 1
  728. | #define HAVE_STDLIB_H 1
  729. | #define HAVE_STRING_H 1
  730. | #define HAVE_MEMORY_H 1
  731. | #define HAVE_STRINGS_H 1
  732. | #define HAVE_INTTYPES_H 1
  733. | #define HAVE_STDINT_H 1
  734. | #define HAVE_UNISTD_H 1
  735. | #define __EXTENSIONS__ 1
  736. | #define _ALL_SOURCE 1
  737. | #define _GNU_SOURCE 1
  738. | #define _POSIX_PTHREAD_SEMANTICS 1
  739. | #define _TANDEM_SOURCE 1
  740. | #define _FILE_OFFSET_BITS 64
  741. | #define SIZEOF_VOID_P 4
  742. | #define SIZEOF_SHORT 2
  743. | #define SIZEOF_INT 4
  744. | #define SIZEOF_LONG 4
  745. | #define HAVE_LONG_LONG 1
  746. | #define SIZEOF_LONG_LONG 8
  747. | /* end confdefs.h.  */
  748. | #include <stdio.h>
  749. | #ifdef HAVE_SYS_TYPES_H
  750. | # include <sys/types.h>
  751. | #endif
  752. | #ifdef HAVE_SYS_STAT_H
  753. | # include <sys/stat.h>
  754. | #endif
  755. | #ifdef STDC_HEADERS
  756. | # include <stdlib.h>
  757. | # include <stddef.h>
  758. | #else
  759. | # ifdef HAVE_STDLIB_H
  760. | #  include <stdlib.h>
  761. | # endif
  762. | #endif
  763. | #ifdef HAVE_STRING_H
  764. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  765. | #  include <memory.h>
  766. | # endif
  767. | # include <string.h>
  768. | #endif
  769. | #ifdef HAVE_STRINGS_H
  770. | # include <strings.h>
  771. | #endif
  772. | #ifdef HAVE_INTTYPES_H
  773. | # include <inttypes.h>
  774. | #endif
  775. | #ifdef HAVE_STDINT_H
  776. | # include <stdint.h>
  777. | #endif
  778. | #ifdef HAVE_UNISTD_H
  779. | # include <unistd.h>
  780. | #endif
  781. | int
  782. | main ()
  783. | {
  784. | static int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 1)
  785. |        < (int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 2))];
  786. | test_array [0] = 0
  787. |
  788. |   ;
  789. |   return 0;
  790. | }
  791. configure:5946: result: yes
  792. configure:5957: checking for int32_t
  793. configure:5957: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  794. configure:5957: $? = 0
  795. configure:5957: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  796. conftest.c: In function 'main':
  797. conftest.c:70: warning: integer overflow in expression
  798. conftest.c:70: error: size of array 'test_array' is negative
  799. configure:5957: $? = 1
  800. configure: failed program was:
  801. | /* confdefs.h */
  802. | #define PACKAGE_NAME ""
  803. | #define PACKAGE_TARNAME ""
  804. | #define PACKAGE_VERSION ""
  805. | #define PACKAGE_STRING ""
  806. | #define PACKAGE_BUGREPORT ""
  807. | #define PACKAGE_URL ""
  808. | #define HAVE_GNU_LD 1
  809. | #define HAVE_GNU_AS 0
  810. | #define STDC_HEADERS 1
  811. | #define HAVE_SYS_TYPES_H 1
  812. | #define HAVE_SYS_STAT_H 1
  813. | #define HAVE_STDLIB_H 1
  814. | #define HAVE_STRING_H 1
  815. | #define HAVE_MEMORY_H 1
  816. | #define HAVE_STRINGS_H 1
  817. | #define HAVE_INTTYPES_H 1
  818. | #define HAVE_STDINT_H 1
  819. | #define HAVE_UNISTD_H 1
  820. | #define __EXTENSIONS__ 1
  821. | #define _ALL_SOURCE 1
  822. | #define _GNU_SOURCE 1
  823. | #define _POSIX_PTHREAD_SEMANTICS 1
  824. | #define _TANDEM_SOURCE 1
  825. | #define _FILE_OFFSET_BITS 64
  826. | #define SIZEOF_VOID_P 4
  827. | #define SIZEOF_SHORT 2
  828. | #define SIZEOF_INT 4
  829. | #define SIZEOF_LONG 4
  830. | #define HAVE_LONG_LONG 1
  831. | #define SIZEOF_LONG_LONG 8
  832. | /* end confdefs.h.  */
  833. | #include <stdio.h>
  834. | #ifdef HAVE_SYS_TYPES_H
  835. | # include <sys/types.h>
  836. | #endif
  837. | #ifdef HAVE_SYS_STAT_H
  838. | # include <sys/stat.h>
  839. | #endif
  840. | #ifdef STDC_HEADERS
  841. | # include <stdlib.h>
  842. | # include <stddef.h>
  843. | #else
  844. | # ifdef HAVE_STDLIB_H
  845. | #  include <stdlib.h>
  846. | # endif
  847. | #endif
  848. | #ifdef HAVE_STRING_H
  849. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  850. | #  include <memory.h>
  851. | # endif
  852. | # include <string.h>
  853. | #endif
  854. | #ifdef HAVE_STRINGS_H
  855. | # include <strings.h>
  856. | #endif
  857. | #ifdef HAVE_INTTYPES_H
  858. | # include <inttypes.h>
  859. | #endif
  860. | #ifdef HAVE_STDINT_H
  861. | # include <stdint.h>
  862. | #endif
  863. | #ifdef HAVE_UNISTD_H
  864. | # include <unistd.h>
  865. | #endif
  866. | int
  867. | main ()
  868. | {
  869. | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
  870. |        < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
  871. | test_array [0] = 0
  872. |
  873. |   ;
  874. |   return 0;
  875. | }
  876. configure:5957: result: yes
  877. configure:5968: checking for int64_t
  878. configure:5968: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  879. configure:5968: $? = 0
  880. configure:5968: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  881. conftest.c: In function 'main':
  882. conftest.c:70: warning: integer overflow in expression
  883. conftest.c:70: error: size of array 'test_array' is negative
  884. configure:5968: $? = 1
  885. configure: failed program was:
  886. | /* confdefs.h */
  887. | #define PACKAGE_NAME ""
  888. | #define PACKAGE_TARNAME ""
  889. | #define PACKAGE_VERSION ""
  890. | #define PACKAGE_STRING ""
  891. | #define PACKAGE_BUGREPORT ""
  892. | #define PACKAGE_URL ""
  893. | #define HAVE_GNU_LD 1
  894. | #define HAVE_GNU_AS 0
  895. | #define STDC_HEADERS 1
  896. | #define HAVE_SYS_TYPES_H 1
  897. | #define HAVE_SYS_STAT_H 1
  898. | #define HAVE_STDLIB_H 1
  899. | #define HAVE_STRING_H 1
  900. | #define HAVE_MEMORY_H 1
  901. | #define HAVE_STRINGS_H 1
  902. | #define HAVE_INTTYPES_H 1
  903. | #define HAVE_STDINT_H 1
  904. | #define HAVE_UNISTD_H 1
  905. | #define __EXTENSIONS__ 1
  906. | #define _ALL_SOURCE 1
  907. | #define _GNU_SOURCE 1
  908. | #define _POSIX_PTHREAD_SEMANTICS 1
  909. | #define _TANDEM_SOURCE 1
  910. | #define _FILE_OFFSET_BITS 64
  911. | #define SIZEOF_VOID_P 4
  912. | #define SIZEOF_SHORT 2
  913. | #define SIZEOF_INT 4
  914. | #define SIZEOF_LONG 4
  915. | #define HAVE_LONG_LONG 1
  916. | #define SIZEOF_LONG_LONG 8
  917. | /* end confdefs.h.  */
  918. | #include <stdio.h>
  919. | #ifdef HAVE_SYS_TYPES_H
  920. | # include <sys/types.h>
  921. | #endif
  922. | #ifdef HAVE_SYS_STAT_H
  923. | # include <sys/stat.h>
  924. | #endif
  925. | #ifdef STDC_HEADERS
  926. | # include <stdlib.h>
  927. | # include <stddef.h>
  928. | #else
  929. | # ifdef HAVE_STDLIB_H
  930. | #  include <stdlib.h>
  931. | # endif
  932. | #endif
  933. | #ifdef HAVE_STRING_H
  934. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  935. | #  include <memory.h>
  936. | # endif
  937. | # include <string.h>
  938. | #endif
  939. | #ifdef HAVE_STRINGS_H
  940. | # include <strings.h>
  941. | #endif
  942. | #ifdef HAVE_INTTYPES_H
  943. | # include <inttypes.h>
  944. | #endif
  945. | #ifdef HAVE_STDINT_H
  946. | # include <stdint.h>
  947. | #endif
  948. | #ifdef HAVE_UNISTD_H
  949. | # include <unistd.h>
  950. | #endif
  951. | int
  952. | main ()
  953. | {
  954. | static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
  955. |        < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];
  956. | test_array [0] = 0
  957. |
  958. |   ;
  959. |   return 0;
  960. | }
  961. configure:5968: result: yes
  962. configure:5980: checking for long long int
  963. configure:6017: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  964. configure:6017: $? = 0
  965. configure:6047: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  966. configure:6047: $? = 0
  967. configure:6047: ./conftest
  968. configure:6047: $? = 0
  969. configure:6062: result: yes
  970. configure:6072: checking for intmax_t
  971. configure:6072: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  972. configure:6072: $? = 0
  973. configure:6072: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  974. conftest.c: In function 'main':
  975. conftest.c:70: error: expected expression before ')' token
  976. configure:6072: $? = 1
  977. configure: failed program was:
  978. | /* confdefs.h */
  979. | #define PACKAGE_NAME ""
  980. | #define PACKAGE_TARNAME ""
  981. | #define PACKAGE_VERSION ""
  982. | #define PACKAGE_STRING ""
  983. | #define PACKAGE_BUGREPORT ""
  984. | #define PACKAGE_URL ""
  985. | #define HAVE_GNU_LD 1
  986. | #define HAVE_GNU_AS 0
  987. | #define STDC_HEADERS 1
  988. | #define HAVE_SYS_TYPES_H 1
  989. | #define HAVE_SYS_STAT_H 1
  990. | #define HAVE_STDLIB_H 1
  991. | #define HAVE_STRING_H 1
  992. | #define HAVE_MEMORY_H 1
  993. | #define HAVE_STRINGS_H 1
  994. | #define HAVE_INTTYPES_H 1
  995. | #define HAVE_STDINT_H 1
  996. | #define HAVE_UNISTD_H 1
  997. | #define __EXTENSIONS__ 1
  998. | #define _ALL_SOURCE 1
  999. | #define _GNU_SOURCE 1
  1000. | #define _POSIX_PTHREAD_SEMANTICS 1
  1001. | #define _TANDEM_SOURCE 1
  1002. | #define _FILE_OFFSET_BITS 64
  1003. | #define SIZEOF_VOID_P 4
  1004. | #define SIZEOF_SHORT 2
  1005. | #define SIZEOF_INT 4
  1006. | #define SIZEOF_LONG 4
  1007. | #define HAVE_LONG_LONG 1
  1008. | #define SIZEOF_LONG_LONG 8
  1009. | #define HAVE_LONG_LONG_INT 1
  1010. | /* end confdefs.h.  */
  1011. | #include <stdio.h>
  1012. | #ifdef HAVE_SYS_TYPES_H
  1013. | # include <sys/types.h>
  1014. | #endif
  1015. | #ifdef HAVE_SYS_STAT_H
  1016. | # include <sys/stat.h>
  1017. | #endif
  1018. | #ifdef STDC_HEADERS
  1019. | # include <stdlib.h>
  1020. | # include <stddef.h>
  1021. | #else
  1022. | # ifdef HAVE_STDLIB_H
  1023. | #  include <stdlib.h>
  1024. | # endif
  1025. | #endif
  1026. | #ifdef HAVE_STRING_H
  1027. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1028. | #  include <memory.h>
  1029. | # endif
  1030. | # include <string.h>
  1031. | #endif
  1032. | #ifdef HAVE_STRINGS_H
  1033. | # include <strings.h>
  1034. | #endif
  1035. | #ifdef HAVE_INTTYPES_H
  1036. | # include <inttypes.h>
  1037. | #endif
  1038. | #ifdef HAVE_STDINT_H
  1039. | # include <stdint.h>
  1040. | #endif
  1041. | #ifdef HAVE_UNISTD_H
  1042. | # include <unistd.h>
  1043. | #endif
  1044. | int
  1045. | main ()
  1046. | {
  1047. | if (sizeof ((intmax_t)))
  1048. |       return 0;
  1049. |   ;
  1050. |   return 0;
  1051. | }
  1052. configure:6072: result: yes
  1053. configure:6090: checking for intptr_t
  1054. configure:6090: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1055. configure:6090: $? = 0
  1056. configure:6090: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1057. conftest.c: In function 'main':
  1058. conftest.c:71: error: expected expression before ')' token
  1059. configure:6090: $? = 1
  1060. configure: failed program was:
  1061. | /* confdefs.h */
  1062. | #define PACKAGE_NAME ""
  1063. | #define PACKAGE_TARNAME ""
  1064. | #define PACKAGE_VERSION ""
  1065. | #define PACKAGE_STRING ""
  1066. | #define PACKAGE_BUGREPORT ""
  1067. | #define PACKAGE_URL ""
  1068. | #define HAVE_GNU_LD 1
  1069. | #define HAVE_GNU_AS 0
  1070. | #define STDC_HEADERS 1
  1071. | #define HAVE_SYS_TYPES_H 1
  1072. | #define HAVE_SYS_STAT_H 1
  1073. | #define HAVE_STDLIB_H 1
  1074. | #define HAVE_STRING_H 1
  1075. | #define HAVE_MEMORY_H 1
  1076. | #define HAVE_STRINGS_H 1
  1077. | #define HAVE_INTTYPES_H 1
  1078. | #define HAVE_STDINT_H 1
  1079. | #define HAVE_UNISTD_H 1
  1080. | #define __EXTENSIONS__ 1
  1081. | #define _ALL_SOURCE 1
  1082. | #define _GNU_SOURCE 1
  1083. | #define _POSIX_PTHREAD_SEMANTICS 1
  1084. | #define _TANDEM_SOURCE 1
  1085. | #define _FILE_OFFSET_BITS 64
  1086. | #define SIZEOF_VOID_P 4
  1087. | #define SIZEOF_SHORT 2
  1088. | #define SIZEOF_INT 4
  1089. | #define SIZEOF_LONG 4
  1090. | #define HAVE_LONG_LONG 1
  1091. | #define SIZEOF_LONG_LONG 8
  1092. | #define HAVE_LONG_LONG_INT 1
  1093. | #define HAVE_INTMAX_T 1
  1094. | /* end confdefs.h.  */
  1095. | #include <stdio.h>
  1096. | #ifdef HAVE_SYS_TYPES_H
  1097. | # include <sys/types.h>
  1098. | #endif
  1099. | #ifdef HAVE_SYS_STAT_H
  1100. | # include <sys/stat.h>
  1101. | #endif
  1102. | #ifdef STDC_HEADERS
  1103. | # include <stdlib.h>
  1104. | # include <stddef.h>
  1105. | #else
  1106. | # ifdef HAVE_STDLIB_H
  1107. | #  include <stdlib.h>
  1108. | # endif
  1109. | #endif
  1110. | #ifdef HAVE_STRING_H
  1111. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1112. | #  include <memory.h>
  1113. | # endif
  1114. | # include <string.h>
  1115. | #endif
  1116. | #ifdef HAVE_STRINGS_H
  1117. | # include <strings.h>
  1118. | #endif
  1119. | #ifdef HAVE_INTTYPES_H
  1120. | # include <inttypes.h>
  1121. | #endif
  1122. | #ifdef HAVE_STDINT_H
  1123. | # include <stdint.h>
  1124. | #endif
  1125. | #ifdef HAVE_UNISTD_H
  1126. | # include <unistd.h>
  1127. | #endif
  1128. | int
  1129. | main ()
  1130. | {
  1131. | if (sizeof ((intptr_t)))
  1132. |       return 0;
  1133. |   ;
  1134. |   return 0;
  1135. | }
  1136. configure:6090: result: yes
  1137. configure:6124: checking for uint8_t
  1138. configure:6124: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1139. configure:6124: $? = 0
  1140. configure:6124: result: yes
  1141. configure:6138: checking for uint16_t
  1142. configure:6138: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1143. configure:6138: $? = 0
  1144. configure:6138: result: yes
  1145. configure:6150: checking for uint32_t
  1146. configure:6150: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1147. configure:6150: $? = 0
  1148. configure:6150: result: yes
  1149. configure:6164: checking for uint64_t
  1150. configure:6164: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1151. configure:6164: $? = 0
  1152. configure:6164: result: yes
  1153. configure:6179: checking for unsigned long long int
  1154. configure:6216: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  1155. configure:6216: $? = 0
  1156. configure:6224: result: yes
  1157. configure:6234: checking for uintmax_t
  1158. configure:6234: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1159. configure:6234: $? = 0
  1160. configure:6234: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1161. conftest.c: In function 'main':
  1162. conftest.c:73: error: expected expression before ')' token
  1163. configure:6234: $? = 1
  1164. configure: failed program was:
  1165. | /* confdefs.h */
  1166. | #define PACKAGE_NAME ""
  1167. | #define PACKAGE_TARNAME ""
  1168. | #define PACKAGE_VERSION ""
  1169. | #define PACKAGE_STRING ""
  1170. | #define PACKAGE_BUGREPORT ""
  1171. | #define PACKAGE_URL ""
  1172. | #define HAVE_GNU_LD 1
  1173. | #define HAVE_GNU_AS 0
  1174. | #define STDC_HEADERS 1
  1175. | #define HAVE_SYS_TYPES_H 1
  1176. | #define HAVE_SYS_STAT_H 1
  1177. | #define HAVE_STDLIB_H 1
  1178. | #define HAVE_STRING_H 1
  1179. | #define HAVE_MEMORY_H 1
  1180. | #define HAVE_STRINGS_H 1
  1181. | #define HAVE_INTTYPES_H 1
  1182. | #define HAVE_STDINT_H 1
  1183. | #define HAVE_UNISTD_H 1
  1184. | #define __EXTENSIONS__ 1
  1185. | #define _ALL_SOURCE 1
  1186. | #define _GNU_SOURCE 1
  1187. | #define _POSIX_PTHREAD_SEMANTICS 1
  1188. | #define _TANDEM_SOURCE 1
  1189. | #define _FILE_OFFSET_BITS 64
  1190. | #define SIZEOF_VOID_P 4
  1191. | #define SIZEOF_SHORT 2
  1192. | #define SIZEOF_INT 4
  1193. | #define SIZEOF_LONG 4
  1194. | #define HAVE_LONG_LONG 1
  1195. | #define SIZEOF_LONG_LONG 8
  1196. | #define HAVE_LONG_LONG_INT 1
  1197. | #define HAVE_INTMAX_T 1
  1198. | #define HAVE_INTPTR_T 1
  1199. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1200. | /* end confdefs.h.  */
  1201. | #include <stdio.h>
  1202. | #ifdef HAVE_SYS_TYPES_H
  1203. | # include <sys/types.h>
  1204. | #endif
  1205. | #ifdef HAVE_SYS_STAT_H
  1206. | # include <sys/stat.h>
  1207. | #endif
  1208. | #ifdef STDC_HEADERS
  1209. | # include <stdlib.h>
  1210. | # include <stddef.h>
  1211. | #else
  1212. | # ifdef HAVE_STDLIB_H
  1213. | #  include <stdlib.h>
  1214. | # endif
  1215. | #endif
  1216. | #ifdef HAVE_STRING_H
  1217. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1218. | #  include <memory.h>
  1219. | # endif
  1220. | # include <string.h>
  1221. | #endif
  1222. | #ifdef HAVE_STRINGS_H
  1223. | # include <strings.h>
  1224. | #endif
  1225. | #ifdef HAVE_INTTYPES_H
  1226. | # include <inttypes.h>
  1227. | #endif
  1228. | #ifdef HAVE_STDINT_H
  1229. | # include <stdint.h>
  1230. | #endif
  1231. | #ifdef HAVE_UNISTD_H
  1232. | # include <unistd.h>
  1233. | #endif
  1234. | int
  1235. | main ()
  1236. | {
  1237. | if (sizeof ((uintmax_t)))
  1238. |       return 0;
  1239. |   ;
  1240. |   return 0;
  1241. | }
  1242. configure:6234: result: yes
  1243. configure:6252: checking for uintptr_t
  1244. configure:6252: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1245. configure:6252: $? = 0
  1246. configure:6252: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1247. conftest.c: In function 'main':
  1248. conftest.c:74: error: expected expression before ')' token
  1249. configure:6252: $? = 1
  1250. configure: failed program was:
  1251. | /* confdefs.h */
  1252. | #define PACKAGE_NAME ""
  1253. | #define PACKAGE_TARNAME ""
  1254. | #define PACKAGE_VERSION ""
  1255. | #define PACKAGE_STRING ""
  1256. | #define PACKAGE_BUGREPORT ""
  1257. | #define PACKAGE_URL ""
  1258. | #define HAVE_GNU_LD 1
  1259. | #define HAVE_GNU_AS 0
  1260. | #define STDC_HEADERS 1
  1261. | #define HAVE_SYS_TYPES_H 1
  1262. | #define HAVE_SYS_STAT_H 1
  1263. | #define HAVE_STDLIB_H 1
  1264. | #define HAVE_STRING_H 1
  1265. | #define HAVE_MEMORY_H 1
  1266. | #define HAVE_STRINGS_H 1
  1267. | #define HAVE_INTTYPES_H 1
  1268. | #define HAVE_STDINT_H 1
  1269. | #define HAVE_UNISTD_H 1
  1270. | #define __EXTENSIONS__ 1
  1271. | #define _ALL_SOURCE 1
  1272. | #define _GNU_SOURCE 1
  1273. | #define _POSIX_PTHREAD_SEMANTICS 1
  1274. | #define _TANDEM_SOURCE 1
  1275. | #define _FILE_OFFSET_BITS 64
  1276. | #define SIZEOF_VOID_P 4
  1277. | #define SIZEOF_SHORT 2
  1278. | #define SIZEOF_INT 4
  1279. | #define SIZEOF_LONG 4
  1280. | #define HAVE_LONG_LONG 1
  1281. | #define SIZEOF_LONG_LONG 8
  1282. | #define HAVE_LONG_LONG_INT 1
  1283. | #define HAVE_INTMAX_T 1
  1284. | #define HAVE_INTPTR_T 1
  1285. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1286. | #define HAVE_UINTMAX_T 1
  1287. | /* end confdefs.h.  */
  1288. | #include <stdio.h>
  1289. | #ifdef HAVE_SYS_TYPES_H
  1290. | # include <sys/types.h>
  1291. | #endif
  1292. | #ifdef HAVE_SYS_STAT_H
  1293. | # include <sys/stat.h>
  1294. | #endif
  1295. | #ifdef STDC_HEADERS
  1296. | # include <stdlib.h>
  1297. | # include <stddef.h>
  1298. | #else
  1299. | # ifdef HAVE_STDLIB_H
  1300. | #  include <stdlib.h>
  1301. | # endif
  1302. | #endif
  1303. | #ifdef HAVE_STRING_H
  1304. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1305. | #  include <memory.h>
  1306. | # endif
  1307. | # include <string.h>
  1308. | #endif
  1309. | #ifdef HAVE_STRINGS_H
  1310. | # include <strings.h>
  1311. | #endif
  1312. | #ifdef HAVE_INTTYPES_H
  1313. | # include <inttypes.h>
  1314. | #endif
  1315. | #ifdef HAVE_STDINT_H
  1316. | # include <stdint.h>
  1317. | #endif
  1318. | #ifdef HAVE_UNISTD_H
  1319. | # include <unistd.h>
  1320. | #endif
  1321. | int
  1322. | main ()
  1323. | {
  1324. | if (sizeof ((uintptr_t)))
  1325. |       return 0;
  1326. |   ;
  1327. |   return 0;
  1328. | }
  1329. configure:6252: result: yes
  1330. configure:6316: checking whether /usr/bin/gcc supports -W
  1331. configure:6333: /usr/bin/gcc -c -W  conftest.c >&5
  1332. configure:6333: $? = 0
  1333. configure:6342: result: yes
  1334. configure:6316: checking whether /usr/bin/gcc supports -Wall
  1335. configure:6333: /usr/bin/gcc -c -Wall  conftest.c >&5
  1336. configure:6333: $? = 0
  1337. configure:6342: result: yes
  1338. configure:6316: checking whether /usr/bin/gcc supports -Wwrite-strings
  1339. configure:6333: /usr/bin/gcc -c -Wwrite-strings  conftest.c >&5
  1340. configure:6333: $? = 0
  1341. configure:6342: result: yes
  1342. configure:6316: checking whether /usr/bin/gcc supports -Wcast-qual
  1343. configure:6333: /usr/bin/gcc -c -Wcast-qual  conftest.c >&5
  1344. configure:6333: $? = 0
  1345. configure:6342: result: yes
  1346. configure:6355: checking whether /usr/bin/gcc supports -Wstrict-prototypes
  1347. configure:6372: /usr/bin/gcc -c -Wstrict-prototypes  conftest.c >&5
  1348. conftest.c:42: warning: function declaration isn't a prototype
  1349. configure:6372: $? = 0
  1350. configure:6381: result: yes
  1351. configure:6355: checking whether /usr/bin/gcc supports -Wmissing-prototypes
  1352. configure:6372: /usr/bin/gcc -c -Wmissing-prototypes  conftest.c >&5
  1353. configure:6372: $? = 0
  1354. configure:6381: result: yes
  1355. configure:6394: checking whether /usr/bin/gcc supports -Wmissing-format-attribute
  1356. configure:6411: /usr/bin/gcc -c -Wmissing-format-attribute  conftest.c >&5
  1357. configure:6411: $? = 0
  1358. configure:6420: result: yes
  1359. configure:6433: checking whether /usr/bin/gcc supports -Wold-style-definition
  1360. configure:6450: /usr/bin/gcc -c -Wold-style-definition  conftest.c >&5
  1361. conftest.c: In function 'main':
  1362. conftest.c:41: warning: old-style function definition
  1363. configure:6450: $? = 0
  1364. configure:6459: result: yes
  1365. configure:6433: checking whether /usr/bin/gcc supports -Wc++-compat
  1366. configure:6450: /usr/bin/gcc -c -Wc++-compat  conftest.c >&5
  1367. configure:6450: $? = 0
  1368. configure:6459: result: yes
  1369. configure:6468: checking whether /usr/bin/gcc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
  1370. configure:6486: /usr/bin/gcc -c -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  conftest.c >&5
  1371. configure:6486: $? = 0
  1372. configure:6494: result: yes
  1373. configure:6663: checking valgrind.h usability
  1374. configure:6663: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1375. conftest.c:74:22: error: valgrind.h: No such file or directory
  1376. configure:6663: $? = 1
  1377. configure: failed program was:
  1378. | /* confdefs.h */
  1379. | #define PACKAGE_NAME ""
  1380. | #define PACKAGE_TARNAME ""
  1381. | #define PACKAGE_VERSION ""
  1382. | #define PACKAGE_STRING ""
  1383. | #define PACKAGE_BUGREPORT ""
  1384. | #define PACKAGE_URL ""
  1385. | #define HAVE_GNU_LD 1
  1386. | #define HAVE_GNU_AS 0
  1387. | #define STDC_HEADERS 1
  1388. | #define HAVE_SYS_TYPES_H 1
  1389. | #define HAVE_SYS_STAT_H 1
  1390. | #define HAVE_STDLIB_H 1
  1391. | #define HAVE_STRING_H 1
  1392. | #define HAVE_MEMORY_H 1
  1393. | #define HAVE_STRINGS_H 1
  1394. | #define HAVE_INTTYPES_H 1
  1395. | #define HAVE_STDINT_H 1
  1396. | #define HAVE_UNISTD_H 1
  1397. | #define __EXTENSIONS__ 1
  1398. | #define _ALL_SOURCE 1
  1399. | #define _GNU_SOURCE 1
  1400. | #define _POSIX_PTHREAD_SEMANTICS 1
  1401. | #define _TANDEM_SOURCE 1
  1402. | #define _FILE_OFFSET_BITS 64
  1403. | #define SIZEOF_VOID_P 4
  1404. | #define SIZEOF_SHORT 2
  1405. | #define SIZEOF_INT 4
  1406. | #define SIZEOF_LONG 4
  1407. | #define HAVE_LONG_LONG 1
  1408. | #define SIZEOF_LONG_LONG 8
  1409. | #define HAVE_LONG_LONG_INT 1
  1410. | #define HAVE_INTMAX_T 1
  1411. | #define HAVE_INTPTR_T 1
  1412. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1413. | #define HAVE_UINTMAX_T 1
  1414. | #define HAVE_UINTPTR_T 1
  1415. | #define ENABLE_ASSERT_CHECKING 1
  1416. | #define ENABLE_RUNTIME_CHECKING 1
  1417. | /* end confdefs.h.  */
  1418. | #include <stdio.h>
  1419. | #ifdef HAVE_SYS_TYPES_H
  1420. | # include <sys/types.h>
  1421. | #endif
  1422. | #ifdef HAVE_SYS_STAT_H
  1423. | # include <sys/stat.h>
  1424. | #endif
  1425. | #ifdef STDC_HEADERS
  1426. | # include <stdlib.h>
  1427. | # include <stddef.h>
  1428. | #else
  1429. | # ifdef HAVE_STDLIB_H
  1430. | #  include <stdlib.h>
  1431. | # endif
  1432. | #endif
  1433. | #ifdef HAVE_STRING_H
  1434. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1435. | #  include <memory.h>
  1436. | # endif
  1437. | # include <string.h>
  1438. | #endif
  1439. | #ifdef HAVE_STRINGS_H
  1440. | # include <strings.h>
  1441. | #endif
  1442. | #ifdef HAVE_INTTYPES_H
  1443. | # include <inttypes.h>
  1444. | #endif
  1445. | #ifdef HAVE_STDINT_H
  1446. | # include <stdint.h>
  1447. | #endif
  1448. | #ifdef HAVE_UNISTD_H
  1449. | # include <unistd.h>
  1450. | #endif
  1451. | #include <valgrind.h>
  1452. configure:6663: result: no
  1453. configure:6663: checking valgrind.h presence
  1454. configure:6663: /usr/bin/gcc -E  conftest.c
  1455. conftest.c:41:22: error: valgrind.h: No such file or directory
  1456. configure:6663: $? = 1
  1457. configure: failed program was:
  1458. | /* confdefs.h */
  1459. | #define PACKAGE_NAME ""
  1460. | #define PACKAGE_TARNAME ""
  1461. | #define PACKAGE_VERSION ""
  1462. | #define PACKAGE_STRING ""
  1463. | #define PACKAGE_BUGREPORT ""
  1464. | #define PACKAGE_URL ""
  1465. | #define HAVE_GNU_LD 1
  1466. | #define HAVE_GNU_AS 0
  1467. | #define STDC_HEADERS 1
  1468. | #define HAVE_SYS_TYPES_H 1
  1469. | #define HAVE_SYS_STAT_H 1
  1470. | #define HAVE_STDLIB_H 1
  1471. | #define HAVE_STRING_H 1
  1472. | #define HAVE_MEMORY_H 1
  1473. | #define HAVE_STRINGS_H 1
  1474. | #define HAVE_INTTYPES_H 1
  1475. | #define HAVE_STDINT_H 1
  1476. | #define HAVE_UNISTD_H 1
  1477. | #define __EXTENSIONS__ 1
  1478. | #define _ALL_SOURCE 1
  1479. | #define _GNU_SOURCE 1
  1480. | #define _POSIX_PTHREAD_SEMANTICS 1
  1481. | #define _TANDEM_SOURCE 1
  1482. | #define _FILE_OFFSET_BITS 64
  1483. | #define SIZEOF_VOID_P 4
  1484. | #define SIZEOF_SHORT 2
  1485. | #define SIZEOF_INT 4
  1486. | #define SIZEOF_LONG 4
  1487. | #define HAVE_LONG_LONG 1
  1488. | #define SIZEOF_LONG_LONG 8
  1489. | #define HAVE_LONG_LONG_INT 1
  1490. | #define HAVE_INTMAX_T 1
  1491. | #define HAVE_INTPTR_T 1
  1492. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1493. | #define HAVE_UINTMAX_T 1
  1494. | #define HAVE_UINTPTR_T 1
  1495. | #define ENABLE_ASSERT_CHECKING 1
  1496. | #define ENABLE_RUNTIME_CHECKING 1
  1497. | /* end confdefs.h.  */
  1498. | #include <valgrind.h>
  1499. configure:6663: result: no
  1500. configure:6663: checking for valgrind.h
  1501. configure:6663: result: no
  1502. configure:6974: WARNING: fixed-point is not supported for this target, ignored
  1503. configure:7206: checking whether make sets $(MAKE)
  1504. configure:7228: result: yes
  1505. configure:7243: checking for gawk
  1506. configure:7270: result: gawk
  1507. configure:7287: checking whether ln -s works
  1508. configure:7315: result: yes
  1509. configure:7327: checking whether ln works
  1510. configure:7349: result: yes
  1511. configure:7356: checking for i686-pc-linux-gnu-ranlib
  1512. configure:7383: result: ranlib
  1513. configure:7458: checking for a BSD compatible install
  1514. configure:7500: result: /usr/bin/install -c
  1515. configure:7511: checking for cmp's capabilities
  1516. configure:7538: result: gnucompare
  1517. configure:7547: checking for mktemp
  1518. configure:7563: found /bin/mktemp
  1519. configure:7575: result: yes
  1520. configure:7589: checking for makeinfo
  1521. configure:7616: result: makeinfo
  1522. configure:7626: checking for modern makeinfo
  1523. configure:7641: result: yes
  1524. configure:7664: checking for recent Pod::Man
  1525. configure:7667: result: yes
  1526. configure:7684: checking for flex
  1527. configure:7711: result: flex
  1528. configure:7729: checking for bison
  1529. configure:7756: result: bison
  1530. configure:7779: checking for nm
  1531. configure:7807: result: /usr/bin/nm
  1532. configure:7824: checking for ar
  1533. configure:7852: result: /usr/bin/ar
  1534. configure:7872: checking for ANSI C header files
  1535. configure:7976: result: yes
  1536. configure:7984: checking whether time.h and sys/time.h may both be included
  1537. configure:8004: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1538. configure:8004: $? = 0
  1539. configure:8011: result: yes
  1540. configure:8019: checking whether string.h and strings.h may both be included
  1541. configure:8036: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1542. configure:8036: $? = 0
  1543. configure:8043: result: yes
  1544. configure:8051: checking for sys/wait.h that is POSIX.1 compatible
  1545. configure:8077: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1546. configure:8077: $? = 0
  1547. configure:8084: result: yes
  1548. configure:8098: checking for limits.h
  1549. configure:8098: /usr/bin/gcc -E  conftest.c
  1550. configure:8098: $? = 0
  1551. configure:8098: result: yes
  1552. configure:8098: checking for stddef.h
  1553. configure:8098: /usr/bin/gcc -E  conftest.c
  1554. configure:8098: $? = 0
  1555. configure:8098: result: yes
  1556. configure:8098: checking for string.h
  1557. configure:8098: result: yes
  1558. configure:8098: checking for strings.h
  1559. configure:8098: result: yes
  1560. configure:8098: checking for stdlib.h
  1561. configure:8098: result: yes
  1562. configure:8098: checking for time.h
  1563. configure:8098: /usr/bin/gcc -E  conftest.c
  1564. configure:8098: $? = 0
  1565. configure:8098: result: yes
  1566. configure:8098: checking for iconv.h
  1567. configure:8098: /usr/bin/gcc -E  conftest.c
  1568. configure:8098: $? = 0
  1569. configure:8098: result: yes
  1570. configure:8098: checking for fcntl.h
  1571. configure:8098: /usr/bin/gcc -E  conftest.c
  1572. configure:8098: $? = 0
  1573. configure:8098: result: yes
  1574. configure:8098: checking for unistd.h
  1575. configure:8098: result: yes
  1576. configure:8098: checking for sys/file.h
  1577. configure:8098: /usr/bin/gcc -E  conftest.c
  1578. configure:8098: $? = 0
  1579. configure:8098: result: yes
  1580. configure:8098: checking for sys/time.h
  1581. configure:8098: /usr/bin/gcc -E  conftest.c
  1582. configure:8098: $? = 0
  1583. configure:8098: result: yes
  1584. configure:8098: checking for sys/mman.h
  1585. configure:8098: /usr/bin/gcc -E  conftest.c
  1586. configure:8098: $? = 0
  1587. configure:8098: result: yes
  1588. configure:8098: checking for sys/resource.h
  1589. configure:8098: /usr/bin/gcc -E  conftest.c
  1590. configure:8098: $? = 0
  1591. configure:8098: result: yes
  1592. configure:8098: checking for sys/param.h
  1593. configure:8098: /usr/bin/gcc -E  conftest.c
  1594. configure:8098: $? = 0
  1595. configure:8098: result: yes
  1596. configure:8098: checking for sys/times.h
  1597. configure:8098: /usr/bin/gcc -E  conftest.c
  1598. configure:8098: $? = 0
  1599. configure:8098: result: yes
  1600. configure:8098: checking for sys/stat.h
  1601. configure:8098: result: yes
  1602. configure:8098: checking for direct.h
  1603. configure:8098: /usr/bin/gcc -E  conftest.c
  1604. conftest.c:64:20: error: direct.h: No such file or directory
  1605. configure:8098: $? = 1
  1606. configure: failed program was:
  1607. | /* confdefs.h */
  1608. | #define PACKAGE_NAME ""
  1609. | #define PACKAGE_TARNAME ""
  1610. | #define PACKAGE_VERSION ""
  1611. | #define PACKAGE_STRING ""
  1612. | #define PACKAGE_BUGREPORT ""
  1613. | #define PACKAGE_URL ""
  1614. | #define HAVE_GNU_LD 1
  1615. | #define HAVE_GNU_AS 0
  1616. | #define STDC_HEADERS 1
  1617. | #define HAVE_SYS_TYPES_H 1
  1618. | #define HAVE_SYS_STAT_H 1
  1619. | #define HAVE_STDLIB_H 1
  1620. | #define HAVE_STRING_H 1
  1621. | #define HAVE_MEMORY_H 1
  1622. | #define HAVE_STRINGS_H 1
  1623. | #define HAVE_INTTYPES_H 1
  1624. | #define HAVE_STDINT_H 1
  1625. | #define HAVE_UNISTD_H 1
  1626. | #define __EXTENSIONS__ 1
  1627. | #define _ALL_SOURCE 1
  1628. | #define _GNU_SOURCE 1
  1629. | #define _POSIX_PTHREAD_SEMANTICS 1
  1630. | #define _TANDEM_SOURCE 1
  1631. | #define _FILE_OFFSET_BITS 64
  1632. | #define SIZEOF_VOID_P 4
  1633. | #define SIZEOF_SHORT 2
  1634. | #define SIZEOF_INT 4
  1635. | #define SIZEOF_LONG 4
  1636. | #define HAVE_LONG_LONG 1
  1637. | #define SIZEOF_LONG_LONG 8
  1638. | #define HAVE_LONG_LONG_INT 1
  1639. | #define HAVE_INTMAX_T 1
  1640. | #define HAVE_INTPTR_T 1
  1641. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1642. | #define HAVE_UINTMAX_T 1
  1643. | #define HAVE_UINTPTR_T 1
  1644. | #define ENABLE_ASSERT_CHECKING 1
  1645. | #define ENABLE_RUNTIME_CHECKING 1
  1646. | #define ENABLE_DECIMAL_FLOAT 0
  1647. | #define ENABLE_DECIMAL_BID_FORMAT 0
  1648. | #define ENABLE_FIXED_POINT 0
  1649. | #define STDC_HEADERS 1
  1650. | #define TIME_WITH_SYS_TIME 1
  1651. | #define STRING_WITH_STRINGS 1
  1652. | #define HAVE_SYS_WAIT_H 1
  1653. | #define HAVE_LIMITS_H 1
  1654. | #define HAVE_STDDEF_H 1
  1655. | #define HAVE_STRING_H 1
  1656. | #define HAVE_STRINGS_H 1
  1657. | #define HAVE_STDLIB_H 1
  1658. | #define HAVE_TIME_H 1
  1659. | #define HAVE_ICONV_H 1
  1660. | #define HAVE_FCNTL_H 1
  1661. | #define HAVE_UNISTD_H 1
  1662. | #define HAVE_SYS_FILE_H 1
  1663. | #define HAVE_SYS_TIME_H 1
  1664. | #define HAVE_SYS_MMAN_H 1
  1665. | #define HAVE_SYS_RESOURCE_H 1
  1666. | #define HAVE_SYS_PARAM_H 1
  1667. | #define HAVE_SYS_TIMES_H 1
  1668. | #define HAVE_SYS_STAT_H 1
  1669. | /* end confdefs.h.  */
  1670. | #include <direct.h>
  1671. configure:8098: result: no
  1672. configure:8098: checking for malloc.h
  1673. configure:8098: /usr/bin/gcc -E  conftest.c
  1674. configure:8098: $? = 0
  1675. configure:8098: result: yes
  1676. configure:8098: checking for langinfo.h
  1677. configure:8098: /usr/bin/gcc -E  conftest.c
  1678. configure:8098: $? = 0
  1679. configure:8098: result: yes
  1680. configure:8098: checking for ldfcn.h
  1681. configure:8098: /usr/bin/gcc -E  conftest.c
  1682. conftest.c:66:19: error: ldfcn.h: No such file or directory
  1683. configure:8098: $? = 1
  1684. configure: failed program was:
  1685. | /* confdefs.h */
  1686. | #define PACKAGE_NAME ""
  1687. | #define PACKAGE_TARNAME ""
  1688. | #define PACKAGE_VERSION ""
  1689. | #define PACKAGE_STRING ""
  1690. | #define PACKAGE_BUGREPORT ""
  1691. | #define PACKAGE_URL ""
  1692. | #define HAVE_GNU_LD 1
  1693. | #define HAVE_GNU_AS 0
  1694. | #define STDC_HEADERS 1
  1695. | #define HAVE_SYS_TYPES_H 1
  1696. | #define HAVE_SYS_STAT_H 1
  1697. | #define HAVE_STDLIB_H 1
  1698. | #define HAVE_STRING_H 1
  1699. | #define HAVE_MEMORY_H 1
  1700. | #define HAVE_STRINGS_H 1
  1701. | #define HAVE_INTTYPES_H 1
  1702. | #define HAVE_STDINT_H 1
  1703. | #define HAVE_UNISTD_H 1
  1704. | #define __EXTENSIONS__ 1
  1705. | #define _ALL_SOURCE 1
  1706. | #define _GNU_SOURCE 1
  1707. | #define _POSIX_PTHREAD_SEMANTICS 1
  1708. | #define _TANDEM_SOURCE 1
  1709. | #define _FILE_OFFSET_BITS 64
  1710. | #define SIZEOF_VOID_P 4
  1711. | #define SIZEOF_SHORT 2
  1712. | #define SIZEOF_INT 4
  1713. | #define SIZEOF_LONG 4
  1714. | #define HAVE_LONG_LONG 1
  1715. | #define SIZEOF_LONG_LONG 8
  1716. | #define HAVE_LONG_LONG_INT 1
  1717. | #define HAVE_INTMAX_T 1
  1718. | #define HAVE_INTPTR_T 1
  1719. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1720. | #define HAVE_UINTMAX_T 1
  1721. | #define HAVE_UINTPTR_T 1
  1722. | #define ENABLE_ASSERT_CHECKING 1
  1723. | #define ENABLE_RUNTIME_CHECKING 1
  1724. | #define ENABLE_DECIMAL_FLOAT 0
  1725. | #define ENABLE_DECIMAL_BID_FORMAT 0
  1726. | #define ENABLE_FIXED_POINT 0
  1727. | #define STDC_HEADERS 1
  1728. | #define TIME_WITH_SYS_TIME 1
  1729. | #define STRING_WITH_STRINGS 1
  1730. | #define HAVE_SYS_WAIT_H 1
  1731. | #define HAVE_LIMITS_H 1
  1732. | #define HAVE_STDDEF_H 1
  1733. | #define HAVE_STRING_H 1
  1734. | #define HAVE_STRINGS_H 1
  1735. | #define HAVE_STDLIB_H 1
  1736. | #define HAVE_TIME_H 1
  1737. | #define HAVE_ICONV_H 1
  1738. | #define HAVE_FCNTL_H 1
  1739. | #define HAVE_UNISTD_H 1
  1740. | #define HAVE_SYS_FILE_H 1
  1741. | #define HAVE_SYS_TIME_H 1
  1742. | #define HAVE_SYS_MMAN_H 1
  1743. | #define HAVE_SYS_RESOURCE_H 1
  1744. | #define HAVE_SYS_PARAM_H 1
  1745. | #define HAVE_SYS_TIMES_H 1
  1746. | #define HAVE_SYS_STAT_H 1
  1747. | #define HAVE_MALLOC_H 1
  1748. | #define HAVE_LANGINFO_H 1
  1749. | /* end confdefs.h.  */
  1750. | #include <ldfcn.h>
  1751. configure:8098: result: no
  1752. configure:8098: checking for locale.h
  1753. configure:8098: /usr/bin/gcc -E  conftest.c
  1754. configure:8098: $? = 0
  1755. configure:8098: result: yes
  1756. configure:8098: checking for wchar.h
  1757. configure:8098: /usr/bin/gcc -E  conftest.c
  1758. configure:8098: $? = 0
  1759. configure:8098: result: yes
  1760. configure:8110: checking for thread.h
  1761. configure:8110: /usr/bin/gcc -E  conftest.c
  1762. conftest.c:68:20: error: thread.h: No such file or directory
  1763. configure:8110: $? = 1
  1764. configure: failed program was:
  1765. | /* confdefs.h */
  1766. | #define PACKAGE_NAME ""
  1767. | #define PACKAGE_TARNAME ""
  1768. | #define PACKAGE_VERSION ""
  1769. | #define PACKAGE_STRING ""
  1770. | #define PACKAGE_BUGREPORT ""
  1771. | #define PACKAGE_URL ""
  1772. | #define HAVE_GNU_LD 1
  1773. | #define HAVE_GNU_AS 0
  1774. | #define STDC_HEADERS 1
  1775. | #define HAVE_SYS_TYPES_H 1
  1776. | #define HAVE_SYS_STAT_H 1
  1777. | #define HAVE_STDLIB_H 1
  1778. | #define HAVE_STRING_H 1
  1779. | #define HAVE_MEMORY_H 1
  1780. | #define HAVE_STRINGS_H 1
  1781. | #define HAVE_INTTYPES_H 1
  1782. | #define HAVE_STDINT_H 1
  1783. | #define HAVE_UNISTD_H 1
  1784. | #define __EXTENSIONS__ 1
  1785. | #define _ALL_SOURCE 1
  1786. | #define _GNU_SOURCE 1
  1787. | #define _POSIX_PTHREAD_SEMANTICS 1
  1788. | #define _TANDEM_SOURCE 1
  1789. | #define _FILE_OFFSET_BITS 64
  1790. | #define SIZEOF_VOID_P 4
  1791. | #define SIZEOF_SHORT 2
  1792. | #define SIZEOF_INT 4
  1793. | #define SIZEOF_LONG 4
  1794. | #define HAVE_LONG_LONG 1
  1795. | #define SIZEOF_LONG_LONG 8
  1796. | #define HAVE_LONG_LONG_INT 1
  1797. | #define HAVE_INTMAX_T 1
  1798. | #define HAVE_INTPTR_T 1
  1799. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1800. | #define HAVE_UINTMAX_T 1
  1801. | #define HAVE_UINTPTR_T 1
  1802. | #define ENABLE_ASSERT_CHECKING 1
  1803. | #define ENABLE_RUNTIME_CHECKING 1
  1804. | #define ENABLE_DECIMAL_FLOAT 0
  1805. | #define ENABLE_DECIMAL_BID_FORMAT 0
  1806. | #define ENABLE_FIXED_POINT 0
  1807. | #define STDC_HEADERS 1
  1808. | #define TIME_WITH_SYS_TIME 1
  1809. | #define STRING_WITH_STRINGS 1
  1810. | #define HAVE_SYS_WAIT_H 1
  1811. | #define HAVE_LIMITS_H 1
  1812. | #define HAVE_STDDEF_H 1
  1813. | #define HAVE_STRING_H 1
  1814. | #define HAVE_STRINGS_H 1
  1815. | #define HAVE_STDLIB_H 1
  1816. | #define HAVE_TIME_H 1
  1817. | #define HAVE_ICONV_H 1
  1818. | #define HAVE_FCNTL_H 1
  1819. | #define HAVE_UNISTD_H 1
  1820. | #define HAVE_SYS_FILE_H 1
  1821. | #define HAVE_SYS_TIME_H 1
  1822. | #define HAVE_SYS_MMAN_H 1
  1823. | #define HAVE_SYS_RESOURCE_H 1
  1824. | #define HAVE_SYS_PARAM_H 1
  1825. | #define HAVE_SYS_TIMES_H 1
  1826. | #define HAVE_SYS_STAT_H 1
  1827. | #define HAVE_MALLOC_H 1
  1828. | #define HAVE_LANGINFO_H 1
  1829. | #define HAVE_LOCALE_H 1
  1830. | #define HAVE_WCHAR_H 1
  1831. | /* end confdefs.h.  */
  1832. | #include <thread.h>
  1833. configure:8110: result: no
  1834. configure:8117: checking for pthread.h
  1835. configure:8117: /usr/bin/gcc -E  conftest.c
  1836. configure:8117: $? = 0
  1837. configure:8117: result: yes
  1838. configure:8126: checking for CHAR_BIT
  1839. configure:8150: result: yes
  1840. configure:8196: checking whether byte ordering is bigendian
  1841. configure:8211: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1842. conftest.c:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  1843. configure:8211: $? = 1
  1844. configure: failed program was:
  1845. | /* confdefs.h */
  1846. | #define PACKAGE_NAME ""
  1847. | #define PACKAGE_TARNAME ""
  1848. | #define PACKAGE_VERSION ""
  1849. | #define PACKAGE_STRING ""
  1850. | #define PACKAGE_BUGREPORT ""
  1851. | #define PACKAGE_URL ""
  1852. | #define HAVE_GNU_LD 1
  1853. | #define HAVE_GNU_AS 0
  1854. | #define STDC_HEADERS 1
  1855. | #define HAVE_SYS_TYPES_H 1
  1856. | #define HAVE_SYS_STAT_H 1
  1857. | #define HAVE_STDLIB_H 1
  1858. | #define HAVE_STRING_H 1
  1859. | #define HAVE_MEMORY_H 1
  1860. | #define HAVE_STRINGS_H 1
  1861. | #define HAVE_INTTYPES_H 1
  1862. | #define HAVE_STDINT_H 1
  1863. | #define HAVE_UNISTD_H 1
  1864. | #define __EXTENSIONS__ 1
  1865. | #define _ALL_SOURCE 1
  1866. | #define _GNU_SOURCE 1
  1867. | #define _POSIX_PTHREAD_SEMANTICS 1
  1868. | #define _TANDEM_SOURCE 1
  1869. | #define _FILE_OFFSET_BITS 64
  1870. | #define SIZEOF_VOID_P 4
  1871. | #define SIZEOF_SHORT 2
  1872. | #define SIZEOF_INT 4
  1873. | #define SIZEOF_LONG 4
  1874. | #define HAVE_LONG_LONG 1
  1875. | #define SIZEOF_LONG_LONG 8
  1876. | #define HAVE_LONG_LONG_INT 1
  1877. | #define HAVE_INTMAX_T 1
  1878. | #define HAVE_INTPTR_T 1
  1879. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1880. | #define HAVE_UINTMAX_T 1
  1881. | #define HAVE_UINTPTR_T 1
  1882. | #define ENABLE_ASSERT_CHECKING 1
  1883. | #define ENABLE_RUNTIME_CHECKING 1
  1884. | #define ENABLE_DECIMAL_FLOAT 0
  1885. | #define ENABLE_DECIMAL_BID_FORMAT 0
  1886. | #define ENABLE_FIXED_POINT 0
  1887. | #define STDC_HEADERS 1
  1888. | #define TIME_WITH_SYS_TIME 1
  1889. | #define STRING_WITH_STRINGS 1
  1890. | #define HAVE_SYS_WAIT_H 1
  1891. | #define HAVE_LIMITS_H 1
  1892. | #define HAVE_STDDEF_H 1
  1893. | #define HAVE_STRING_H 1
  1894. | #define HAVE_STRINGS_H 1
  1895. | #define HAVE_STDLIB_H 1
  1896. | #define HAVE_TIME_H 1
  1897. | #define HAVE_ICONV_H 1
  1898. | #define HAVE_FCNTL_H 1
  1899. | #define HAVE_UNISTD_H 1
  1900. | #define HAVE_SYS_FILE_H 1
  1901. | #define HAVE_SYS_TIME_H 1
  1902. | #define HAVE_SYS_MMAN_H 1
  1903. | #define HAVE_SYS_RESOURCE_H 1
  1904. | #define HAVE_SYS_PARAM_H 1
  1905. | #define HAVE_SYS_TIMES_H 1
  1906. | #define HAVE_SYS_STAT_H 1
  1907. | #define HAVE_MALLOC_H 1
  1908. | #define HAVE_LANGINFO_H 1
  1909. | #define HAVE_LOCALE_H 1
  1910. | #define HAVE_WCHAR_H 1
  1911. | /* end confdefs.h.  */
  1912. | #ifndef __APPLE_CC__
  1913. |          not a universal capable compiler
  1914. |        #endif
  1915. |        typedef int dummy;
  1916. |
  1917. configure:8256: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1918. configure:8256: $? = 0
  1919. configure:8274: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  1920. conftest.c: In function 'main':
  1921. conftest.c:75: error: 'not' undeclared (first use in this function)
  1922. conftest.c:75: error: (Each undeclared identifier is reported only once
  1923. conftest.c:75: error: for each function it appears in.)
  1924. conftest.c:75: error: expected ';' before 'big'
  1925. configure:8274: $? = 1
  1926. configure: failed program was:
  1927. | /* confdefs.h */
  1928. | #define PACKAGE_NAME ""
  1929. | #define PACKAGE_TARNAME ""
  1930. | #define PACKAGE_VERSION ""
  1931. | #define PACKAGE_STRING ""
  1932. | #define PACKAGE_BUGREPORT ""
  1933. | #define PACKAGE_URL ""
  1934. | #define HAVE_GNU_LD 1
  1935. | #define HAVE_GNU_AS 0
  1936. | #define STDC_HEADERS 1
  1937. | #define HAVE_SYS_TYPES_H 1
  1938. | #define HAVE_SYS_STAT_H 1
  1939. | #define HAVE_STDLIB_H 1
  1940. | #define HAVE_STRING_H 1
  1941. | #define HAVE_MEMORY_H 1
  1942. | #define HAVE_STRINGS_H 1
  1943. | #define HAVE_INTTYPES_H 1
  1944. | #define HAVE_STDINT_H 1
  1945. | #define HAVE_UNISTD_H 1
  1946. | #define __EXTENSIONS__ 1
  1947. | #define _ALL_SOURCE 1
  1948. | #define _GNU_SOURCE 1
  1949. | #define _POSIX_PTHREAD_SEMANTICS 1
  1950. | #define _TANDEM_SOURCE 1
  1951. | #define _FILE_OFFSET_BITS 64
  1952. | #define SIZEOF_VOID_P 4
  1953. | #define SIZEOF_SHORT 2
  1954. | #define SIZEOF_INT 4
  1955. | #define SIZEOF_LONG 4
  1956. | #define HAVE_LONG_LONG 1
  1957. | #define SIZEOF_LONG_LONG 8
  1958. | #define HAVE_LONG_LONG_INT 1
  1959. | #define HAVE_INTMAX_T 1
  1960. | #define HAVE_INTPTR_T 1
  1961. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1962. | #define HAVE_UINTMAX_T 1
  1963. | #define HAVE_UINTPTR_T 1
  1964. | #define ENABLE_ASSERT_CHECKING 1
  1965. | #define ENABLE_RUNTIME_CHECKING 1
  1966. | #define ENABLE_DECIMAL_FLOAT 0
  1967. | #define ENABLE_DECIMAL_BID_FORMAT 0
  1968. | #define ENABLE_FIXED_POINT 0
  1969. | #define STDC_HEADERS 1
  1970. | #define TIME_WITH_SYS_TIME 1
  1971. | #define STRING_WITH_STRINGS 1
  1972. | #define HAVE_SYS_WAIT_H 1
  1973. | #define HAVE_LIMITS_H 1
  1974. | #define HAVE_STDDEF_H 1
  1975. | #define HAVE_STRING_H 1
  1976. | #define HAVE_STRINGS_H 1
  1977. | #define HAVE_STDLIB_H 1
  1978. | #define HAVE_TIME_H 1
  1979. | #define HAVE_ICONV_H 1
  1980. | #define HAVE_FCNTL_H 1
  1981. | #define HAVE_UNISTD_H 1
  1982. | #define HAVE_SYS_FILE_H 1
  1983. | #define HAVE_SYS_TIME_H 1
  1984. | #define HAVE_SYS_MMAN_H 1
  1985. | #define HAVE_SYS_RESOURCE_H 1
  1986. | #define HAVE_SYS_PARAM_H 1
  1987. | #define HAVE_SYS_TIMES_H 1
  1988. | #define HAVE_SYS_STAT_H 1
  1989. | #define HAVE_MALLOC_H 1
  1990. | #define HAVE_LANGINFO_H 1
  1991. | #define HAVE_LOCALE_H 1
  1992. | #define HAVE_WCHAR_H 1
  1993. | /* end confdefs.h.  */
  1994. | #include <sys/types.h>
  1995. |       #include <sys/param.h>
  1996. |
  1997. | int
  1998. | main ()
  1999. | {
  2000. | #if BYTE_ORDER != BIG_ENDIAN
  2001. |        not big endian
  2002. |       #endif
  2003. |
  2004. |   ;
  2005. |   return 0;
  2006. | }
  2007. configure:8402: result: no
  2008. configure:8430: checking how to run the C++ preprocessor
  2009. configure:8457: /usr/bin/g++ -E  conftest.cpp
  2010. configure:8457: $? = 0
  2011. configure:8471: /usr/bin/g++ -E  conftest.cpp
  2012. conftest.cpp:68:28: error: ac_nonexistent.h: No such file or directory
  2013. configure:8471: $? = 1
  2014. configure: failed program was:
  2015. | /* confdefs.h */
  2016. | #define PACKAGE_NAME ""
  2017. | #define PACKAGE_TARNAME ""
  2018. | #define PACKAGE_VERSION ""
  2019. | #define PACKAGE_STRING ""
  2020. | #define PACKAGE_BUGREPORT ""
  2021. | #define PACKAGE_URL ""
  2022. | #define HAVE_GNU_LD 1
  2023. | #define HAVE_GNU_AS 0
  2024. | #define STDC_HEADERS 1
  2025. | #define HAVE_SYS_TYPES_H 1
  2026. | #define HAVE_SYS_STAT_H 1
  2027. | #define HAVE_STDLIB_H 1
  2028. | #define HAVE_STRING_H 1
  2029. | #define HAVE_MEMORY_H 1
  2030. | #define HAVE_STRINGS_H 1
  2031. | #define HAVE_INTTYPES_H 1
  2032. | #define HAVE_STDINT_H 1
  2033. | #define HAVE_UNISTD_H 1
  2034. | #define __EXTENSIONS__ 1
  2035. | #define _ALL_SOURCE 1
  2036. | #define _GNU_SOURCE 1
  2037. | #define _POSIX_PTHREAD_SEMANTICS 1
  2038. | #define _TANDEM_SOURCE 1
  2039. | #define _FILE_OFFSET_BITS 64
  2040. | #define SIZEOF_VOID_P 4
  2041. | #define SIZEOF_SHORT 2
  2042. | #define SIZEOF_INT 4
  2043. | #define SIZEOF_LONG 4
  2044. | #define HAVE_LONG_LONG 1
  2045. | #define SIZEOF_LONG_LONG 8
  2046. | #define HAVE_LONG_LONG_INT 1
  2047. | #define HAVE_INTMAX_T 1
  2048. | #define HAVE_INTPTR_T 1
  2049. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2050. | #define HAVE_UINTMAX_T 1
  2051. | #define HAVE_UINTPTR_T 1
  2052. | #define ENABLE_ASSERT_CHECKING 1
  2053. | #define ENABLE_RUNTIME_CHECKING 1
  2054. | #define ENABLE_DECIMAL_FLOAT 0
  2055. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2056. | #define ENABLE_FIXED_POINT 0
  2057. | #define STDC_HEADERS 1
  2058. | #define TIME_WITH_SYS_TIME 1
  2059. | #define STRING_WITH_STRINGS 1
  2060. | #define HAVE_SYS_WAIT_H 1
  2061. | #define HAVE_LIMITS_H 1
  2062. | #define HAVE_STDDEF_H 1
  2063. | #define HAVE_STRING_H 1
  2064. | #define HAVE_STRINGS_H 1
  2065. | #define HAVE_STDLIB_H 1
  2066. | #define HAVE_TIME_H 1
  2067. | #define HAVE_ICONV_H 1
  2068. | #define HAVE_FCNTL_H 1
  2069. | #define HAVE_UNISTD_H 1
  2070. | #define HAVE_SYS_FILE_H 1
  2071. | #define HAVE_SYS_TIME_H 1
  2072. | #define HAVE_SYS_MMAN_H 1
  2073. | #define HAVE_SYS_RESOURCE_H 1
  2074. | #define HAVE_SYS_PARAM_H 1
  2075. | #define HAVE_SYS_TIMES_H 1
  2076. | #define HAVE_SYS_STAT_H 1
  2077. | #define HAVE_MALLOC_H 1
  2078. | #define HAVE_LANGINFO_H 1
  2079. | #define HAVE_LOCALE_H 1
  2080. | #define HAVE_WCHAR_H 1
  2081. | /* end confdefs.h.  */
  2082. | #include <ac_nonexistent.h>
  2083. configure:8496: result: /usr/bin/g++ -E
  2084. configure:8516: /usr/bin/g++ -E  conftest.cpp
  2085. configure:8516: $? = 0
  2086. configure:8530: /usr/bin/g++ -E  conftest.cpp
  2087. conftest.cpp:68:28: error: ac_nonexistent.h: No such file or directory
  2088. configure:8530: $? = 1
  2089. configure: failed program was:
  2090. | /* confdefs.h */
  2091. | #define PACKAGE_NAME ""
  2092. | #define PACKAGE_TARNAME ""
  2093. | #define PACKAGE_VERSION ""
  2094. | #define PACKAGE_STRING ""
  2095. | #define PACKAGE_BUGREPORT ""
  2096. | #define PACKAGE_URL ""
  2097. | #define HAVE_GNU_LD 1
  2098. | #define HAVE_GNU_AS 0
  2099. | #define STDC_HEADERS 1
  2100. | #define HAVE_SYS_TYPES_H 1
  2101. | #define HAVE_SYS_STAT_H 1
  2102. | #define HAVE_STDLIB_H 1
  2103. | #define HAVE_STRING_H 1
  2104. | #define HAVE_MEMORY_H 1
  2105. | #define HAVE_STRINGS_H 1
  2106. | #define HAVE_INTTYPES_H 1
  2107. | #define HAVE_STDINT_H 1
  2108. | #define HAVE_UNISTD_H 1
  2109. | #define __EXTENSIONS__ 1
  2110. | #define _ALL_SOURCE 1
  2111. | #define _GNU_SOURCE 1
  2112. | #define _POSIX_PTHREAD_SEMANTICS 1
  2113. | #define _TANDEM_SOURCE 1
  2114. | #define _FILE_OFFSET_BITS 64
  2115. | #define SIZEOF_VOID_P 4
  2116. | #define SIZEOF_SHORT 2
  2117. | #define SIZEOF_INT 4
  2118. | #define SIZEOF_LONG 4
  2119. | #define HAVE_LONG_LONG 1
  2120. | #define SIZEOF_LONG_LONG 8
  2121. | #define HAVE_LONG_LONG_INT 1
  2122. | #define HAVE_INTMAX_T 1
  2123. | #define HAVE_INTPTR_T 1
  2124. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2125. | #define HAVE_UINTMAX_T 1
  2126. | #define HAVE_UINTPTR_T 1
  2127. | #define ENABLE_ASSERT_CHECKING 1
  2128. | #define ENABLE_RUNTIME_CHECKING 1
  2129. | #define ENABLE_DECIMAL_FLOAT 0
  2130. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2131. | #define ENABLE_FIXED_POINT 0
  2132. | #define STDC_HEADERS 1
  2133. | #define TIME_WITH_SYS_TIME 1
  2134. | #define STRING_WITH_STRINGS 1
  2135. | #define HAVE_SYS_WAIT_H 1
  2136. | #define HAVE_LIMITS_H 1
  2137. | #define HAVE_STDDEF_H 1
  2138. | #define HAVE_STRING_H 1
  2139. | #define HAVE_STRINGS_H 1
  2140. | #define HAVE_STDLIB_H 1
  2141. | #define HAVE_TIME_H 1
  2142. | #define HAVE_ICONV_H 1
  2143. | #define HAVE_FCNTL_H 1
  2144. | #define HAVE_UNISTD_H 1
  2145. | #define HAVE_SYS_FILE_H 1
  2146. | #define HAVE_SYS_TIME_H 1
  2147. | #define HAVE_SYS_MMAN_H 1
  2148. | #define HAVE_SYS_RESOURCE_H 1
  2149. | #define HAVE_SYS_PARAM_H 1
  2150. | #define HAVE_SYS_TIMES_H 1
  2151. | #define HAVE_SYS_STAT_H 1
  2152. | #define HAVE_MALLOC_H 1
  2153. | #define HAVE_LANGINFO_H 1
  2154. | #define HAVE_LOCALE_H 1
  2155. | #define HAVE_WCHAR_H 1
  2156. | /* end confdefs.h.  */
  2157. | #include <ac_nonexistent.h>
  2158. configure:8572: checking for unordered_map
  2159. configure:8572: /usr/bin/g++ -E  conftest.cpp
  2160. In file included from /usr/include/c++/4.4/unordered_map:35,
  2161.                 from conftest.cpp:68:
  2162. /usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
  2163. configure:8572: $? = 1
  2164. configure: failed program was:
  2165. | /* confdefs.h */
  2166. | #define PACKAGE_NAME ""
  2167. | #define PACKAGE_TARNAME ""
  2168. | #define PACKAGE_VERSION ""
  2169. | #define PACKAGE_STRING ""
  2170. | #define PACKAGE_BUGREPORT ""
  2171. | #define PACKAGE_URL ""
  2172. | #define HAVE_GNU_LD 1
  2173. | #define HAVE_GNU_AS 0
  2174. | #define STDC_HEADERS 1
  2175. | #define HAVE_SYS_TYPES_H 1
  2176. | #define HAVE_SYS_STAT_H 1
  2177. | #define HAVE_STDLIB_H 1
  2178. | #define HAVE_STRING_H 1
  2179. | #define HAVE_MEMORY_H 1
  2180. | #define HAVE_STRINGS_H 1
  2181. | #define HAVE_INTTYPES_H 1
  2182. | #define HAVE_STDINT_H 1
  2183. | #define HAVE_UNISTD_H 1
  2184. | #define __EXTENSIONS__ 1
  2185. | #define _ALL_SOURCE 1
  2186. | #define _GNU_SOURCE 1
  2187. | #define _POSIX_PTHREAD_SEMANTICS 1
  2188. | #define _TANDEM_SOURCE 1
  2189. | #define _FILE_OFFSET_BITS 64
  2190. | #define SIZEOF_VOID_P 4
  2191. | #define SIZEOF_SHORT 2
  2192. | #define SIZEOF_INT 4
  2193. | #define SIZEOF_LONG 4
  2194. | #define HAVE_LONG_LONG 1
  2195. | #define SIZEOF_LONG_LONG 8
  2196. | #define HAVE_LONG_LONG_INT 1
  2197. | #define HAVE_INTMAX_T 1
  2198. | #define HAVE_INTPTR_T 1
  2199. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2200. | #define HAVE_UINTMAX_T 1
  2201. | #define HAVE_UINTPTR_T 1
  2202. | #define ENABLE_ASSERT_CHECKING 1
  2203. | #define ENABLE_RUNTIME_CHECKING 1
  2204. | #define ENABLE_DECIMAL_FLOAT 0
  2205. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2206. | #define ENABLE_FIXED_POINT 0
  2207. | #define STDC_HEADERS 1
  2208. | #define TIME_WITH_SYS_TIME 1
  2209. | #define STRING_WITH_STRINGS 1
  2210. | #define HAVE_SYS_WAIT_H 1
  2211. | #define HAVE_LIMITS_H 1
  2212. | #define HAVE_STDDEF_H 1
  2213. | #define HAVE_STRING_H 1
  2214. | #define HAVE_STRINGS_H 1
  2215. | #define HAVE_STDLIB_H 1
  2216. | #define HAVE_TIME_H 1
  2217. | #define HAVE_ICONV_H 1
  2218. | #define HAVE_FCNTL_H 1
  2219. | #define HAVE_UNISTD_H 1
  2220. | #define HAVE_SYS_FILE_H 1
  2221. | #define HAVE_SYS_TIME_H 1
  2222. | #define HAVE_SYS_MMAN_H 1
  2223. | #define HAVE_SYS_RESOURCE_H 1
  2224. | #define HAVE_SYS_PARAM_H 1
  2225. | #define HAVE_SYS_TIMES_H 1
  2226. | #define HAVE_SYS_STAT_H 1
  2227. | #define HAVE_MALLOC_H 1
  2228. | #define HAVE_LANGINFO_H 1
  2229. | #define HAVE_LOCALE_H 1
  2230. | #define HAVE_WCHAR_H 1
  2231. | /* end confdefs.h.  */
  2232. | #include <unordered_map>
  2233. configure:8572: result: no
  2234. configure:8583: checking for tr1/unordered_map
  2235. configure:8583: /usr/bin/g++ -E  conftest.cpp
  2236. configure:8583: $? = 0
  2237. configure:8583: result: yes
  2238. configure:8594: checking for ext/hash_map
  2239. configure:8594: /usr/bin/g++ -E  conftest.cpp
  2240. In file included from /usr/include/c++/4.4/ext/hash_map:60,
  2241.                 from conftest.cpp:69:
  2242. /usr/include/c++/4.4/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
  2243. configure:8594: $? = 0
  2244. configure:8594: result: yes
  2245. configure:8618: checking for collect2 libraries
  2246. configure:8647: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2247. /tmp/ccazkaPY.o: In function `main':
  2248. conftest.c:(.text+0x7): undefined reference to `ldopen'
  2249. collect2: ld returned 1 exit status
  2250. configure:8647: $? = 1
  2251. configure: failed program was:
  2252. | /* confdefs.h */
  2253. | #define PACKAGE_NAME ""
  2254. | #define PACKAGE_TARNAME ""
  2255. | #define PACKAGE_VERSION ""
  2256. | #define PACKAGE_STRING ""
  2257. | #define PACKAGE_BUGREPORT ""
  2258. | #define PACKAGE_URL ""
  2259. | #define HAVE_GNU_LD 1
  2260. | #define HAVE_GNU_AS 0
  2261. | #define STDC_HEADERS 1
  2262. | #define HAVE_SYS_TYPES_H 1
  2263. | #define HAVE_SYS_STAT_H 1
  2264. | #define HAVE_STDLIB_H 1
  2265. | #define HAVE_STRING_H 1
  2266. | #define HAVE_MEMORY_H 1
  2267. | #define HAVE_STRINGS_H 1
  2268. | #define HAVE_INTTYPES_H 1
  2269. | #define HAVE_STDINT_H 1
  2270. | #define HAVE_UNISTD_H 1
  2271. | #define __EXTENSIONS__ 1
  2272. | #define _ALL_SOURCE 1
  2273. | #define _GNU_SOURCE 1
  2274. | #define _POSIX_PTHREAD_SEMANTICS 1
  2275. | #define _TANDEM_SOURCE 1
  2276. | #define _FILE_OFFSET_BITS 64
  2277. | #define SIZEOF_VOID_P 4
  2278. | #define SIZEOF_SHORT 2
  2279. | #define SIZEOF_INT 4
  2280. | #define SIZEOF_LONG 4
  2281. | #define HAVE_LONG_LONG 1
  2282. | #define SIZEOF_LONG_LONG 8
  2283. | #define HAVE_LONG_LONG_INT 1
  2284. | #define HAVE_INTMAX_T 1
  2285. | #define HAVE_INTPTR_T 1
  2286. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2287. | #define HAVE_UINTMAX_T 1
  2288. | #define HAVE_UINTPTR_T 1
  2289. | #define ENABLE_ASSERT_CHECKING 1
  2290. | #define ENABLE_RUNTIME_CHECKING 1
  2291. | #define ENABLE_DECIMAL_FLOAT 0
  2292. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2293. | #define ENABLE_FIXED_POINT 0
  2294. | #define STDC_HEADERS 1
  2295. | #define TIME_WITH_SYS_TIME 1
  2296. | #define STRING_WITH_STRINGS 1
  2297. | #define HAVE_SYS_WAIT_H 1
  2298. | #define HAVE_LIMITS_H 1
  2299. | #define HAVE_STDDEF_H 1
  2300. | #define HAVE_STRING_H 1
  2301. | #define HAVE_STRINGS_H 1
  2302. | #define HAVE_STDLIB_H 1
  2303. | #define HAVE_TIME_H 1
  2304. | #define HAVE_ICONV_H 1
  2305. | #define HAVE_FCNTL_H 1
  2306. | #define HAVE_UNISTD_H 1
  2307. | #define HAVE_SYS_FILE_H 1
  2308. | #define HAVE_SYS_TIME_H 1
  2309. | #define HAVE_SYS_MMAN_H 1
  2310. | #define HAVE_SYS_RESOURCE_H 1
  2311. | #define HAVE_SYS_PARAM_H 1
  2312. | #define HAVE_SYS_TIMES_H 1
  2313. | #define HAVE_SYS_STAT_H 1
  2314. | #define HAVE_MALLOC_H 1
  2315. | #define HAVE_LANGINFO_H 1
  2316. | #define HAVE_LOCALE_H 1
  2317. | #define HAVE_WCHAR_H 1
  2318. | #define HAVE_TR1_UNORDERED_MAP 1
  2319. | #define HAVE_EXT_HASH_MAP 1
  2320. | /* end confdefs.h.  */
  2321. |
  2322. | /* Override any GCC internal prototype to avoid an error.
  2323. |    Use char because int might match the return type of a GCC
  2324. |    builtin and then its argument prototype would still apply.  */
  2325. | #ifdef __cplusplus
  2326. | extern "C"
  2327. | #endif
  2328. | char ldopen ();
  2329. | int
  2330. | main ()
  2331. | {
  2332. | return ldopen ();
  2333. |   ;
  2334. |   return 0;
  2335. | }
  2336. configure:8647: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c -lld >&5
  2337. /usr/bin/ld: cannot find -lld
  2338. collect2: ld returned 1 exit status
  2339. configure:8647: $? = 1
  2340. configure: failed program was:
  2341. | /* confdefs.h */
  2342. | #define PACKAGE_NAME ""
  2343. | #define PACKAGE_TARNAME ""
  2344. | #define PACKAGE_VERSION ""
  2345. | #define PACKAGE_STRING ""
  2346. | #define PACKAGE_BUGREPORT ""
  2347. | #define PACKAGE_URL ""
  2348. | #define HAVE_GNU_LD 1
  2349. | #define HAVE_GNU_AS 0
  2350. | #define STDC_HEADERS 1
  2351. | #define HAVE_SYS_TYPES_H 1
  2352. | #define HAVE_SYS_STAT_H 1
  2353. | #define HAVE_STDLIB_H 1
  2354. | #define HAVE_STRING_H 1
  2355. | #define HAVE_MEMORY_H 1
  2356. | #define HAVE_STRINGS_H 1
  2357. | #define HAVE_INTTYPES_H 1
  2358. | #define HAVE_STDINT_H 1
  2359. | #define HAVE_UNISTD_H 1
  2360. | #define __EXTENSIONS__ 1
  2361. | #define _ALL_SOURCE 1
  2362. | #define _GNU_SOURCE 1
  2363. | #define _POSIX_PTHREAD_SEMANTICS 1
  2364. | #define _TANDEM_SOURCE 1
  2365. | #define _FILE_OFFSET_BITS 64
  2366. | #define SIZEOF_VOID_P 4
  2367. | #define SIZEOF_SHORT 2
  2368. | #define SIZEOF_INT 4
  2369. | #define SIZEOF_LONG 4
  2370. | #define HAVE_LONG_LONG 1
  2371. | #define SIZEOF_LONG_LONG 8
  2372. | #define HAVE_LONG_LONG_INT 1
  2373. | #define HAVE_INTMAX_T 1
  2374. | #define HAVE_INTPTR_T 1
  2375. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2376. | #define HAVE_UINTMAX_T 1
  2377. | #define HAVE_UINTPTR_T 1
  2378. | #define ENABLE_ASSERT_CHECKING 1
  2379. | #define ENABLE_RUNTIME_CHECKING 1
  2380. | #define ENABLE_DECIMAL_FLOAT 0
  2381. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2382. | #define ENABLE_FIXED_POINT 0
  2383. | #define STDC_HEADERS 1
  2384. | #define TIME_WITH_SYS_TIME 1
  2385. | #define STRING_WITH_STRINGS 1
  2386. | #define HAVE_SYS_WAIT_H 1
  2387. | #define HAVE_LIMITS_H 1
  2388. | #define HAVE_STDDEF_H 1
  2389. | #define HAVE_STRING_H 1
  2390. | #define HAVE_STRINGS_H 1
  2391. | #define HAVE_STDLIB_H 1
  2392. | #define HAVE_TIME_H 1
  2393. | #define HAVE_ICONV_H 1
  2394. | #define HAVE_FCNTL_H 1
  2395. | #define HAVE_UNISTD_H 1
  2396. | #define HAVE_SYS_FILE_H 1
  2397. | #define HAVE_SYS_TIME_H 1
  2398. | #define HAVE_SYS_MMAN_H 1
  2399. | #define HAVE_SYS_RESOURCE_H 1
  2400. | #define HAVE_SYS_PARAM_H 1
  2401. | #define HAVE_SYS_TIMES_H 1
  2402. | #define HAVE_SYS_STAT_H 1
  2403. | #define HAVE_MALLOC_H 1
  2404. | #define HAVE_LANGINFO_H 1
  2405. | #define HAVE_LOCALE_H 1
  2406. | #define HAVE_WCHAR_H 1
  2407. | #define HAVE_TR1_UNORDERED_MAP 1
  2408. | #define HAVE_EXT_HASH_MAP 1
  2409. | /* end confdefs.h.  */
  2410. |
  2411. | /* Override any GCC internal prototype to avoid an error.
  2412. |    Use char because int might match the return type of a GCC
  2413. |    builtin and then its argument prototype would still apply.  */
  2414. | #ifdef __cplusplus
  2415. | extern "C"
  2416. | #endif
  2417. | char ldopen ();
  2418. | int
  2419. | main ()
  2420. | {
  2421. | return ldopen ();
  2422. |   ;
  2423. |   return 0;
  2424. | }
  2425. configure:8647: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c -lmld >&5
  2426. /usr/bin/ld: cannot find -lmld
  2427. collect2: ld returned 1 exit status
  2428. configure:8647: $? = 1
  2429. configure: failed program was:
  2430. | /* confdefs.h */
  2431. | #define PACKAGE_NAME ""
  2432. | #define PACKAGE_TARNAME ""
  2433. | #define PACKAGE_VERSION ""
  2434. | #define PACKAGE_STRING ""
  2435. | #define PACKAGE_BUGREPORT ""
  2436. | #define PACKAGE_URL ""
  2437. | #define HAVE_GNU_LD 1
  2438. | #define HAVE_GNU_AS 0
  2439. | #define STDC_HEADERS 1
  2440. | #define HAVE_SYS_TYPES_H 1
  2441. | #define HAVE_SYS_STAT_H 1
  2442. | #define HAVE_STDLIB_H 1
  2443. | #define HAVE_STRING_H 1
  2444. | #define HAVE_MEMORY_H 1
  2445. | #define HAVE_STRINGS_H 1
  2446. | #define HAVE_INTTYPES_H 1
  2447. | #define HAVE_STDINT_H 1
  2448. | #define HAVE_UNISTD_H 1
  2449. | #define __EXTENSIONS__ 1
  2450. | #define _ALL_SOURCE 1
  2451. | #define _GNU_SOURCE 1
  2452. | #define _POSIX_PTHREAD_SEMANTICS 1
  2453. | #define _TANDEM_SOURCE 1
  2454. | #define _FILE_OFFSET_BITS 64
  2455. | #define SIZEOF_VOID_P 4
  2456. | #define SIZEOF_SHORT 2
  2457. | #define SIZEOF_INT 4
  2458. | #define SIZEOF_LONG 4
  2459. | #define HAVE_LONG_LONG 1
  2460. | #define SIZEOF_LONG_LONG 8
  2461. | #define HAVE_LONG_LONG_INT 1
  2462. | #define HAVE_INTMAX_T 1
  2463. | #define HAVE_INTPTR_T 1
  2464. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2465. | #define HAVE_UINTMAX_T 1
  2466. | #define HAVE_UINTPTR_T 1
  2467. | #define ENABLE_ASSERT_CHECKING 1
  2468. | #define ENABLE_RUNTIME_CHECKING 1
  2469. | #define ENABLE_DECIMAL_FLOAT 0
  2470. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2471. | #define ENABLE_FIXED_POINT 0
  2472. | #define STDC_HEADERS 1
  2473. | #define TIME_WITH_SYS_TIME 1
  2474. | #define STRING_WITH_STRINGS 1
  2475. | #define HAVE_SYS_WAIT_H 1
  2476. | #define HAVE_LIMITS_H 1
  2477. | #define HAVE_STDDEF_H 1
  2478. | #define HAVE_STRING_H 1
  2479. | #define HAVE_STRINGS_H 1
  2480. | #define HAVE_STDLIB_H 1
  2481. | #define HAVE_TIME_H 1
  2482. | #define HAVE_ICONV_H 1
  2483. | #define HAVE_FCNTL_H 1
  2484. | #define HAVE_UNISTD_H 1
  2485. | #define HAVE_SYS_FILE_H 1
  2486. | #define HAVE_SYS_TIME_H 1
  2487. | #define HAVE_SYS_MMAN_H 1
  2488. | #define HAVE_SYS_RESOURCE_H 1
  2489. | #define HAVE_SYS_PARAM_H 1
  2490. | #define HAVE_SYS_TIMES_H 1
  2491. | #define HAVE_SYS_STAT_H 1
  2492. | #define HAVE_MALLOC_H 1
  2493. | #define HAVE_LANGINFO_H 1
  2494. | #define HAVE_LOCALE_H 1
  2495. | #define HAVE_WCHAR_H 1
  2496. | #define HAVE_TR1_UNORDERED_MAP 1
  2497. | #define HAVE_EXT_HASH_MAP 1
  2498. | /* end confdefs.h.  */
  2499. |
  2500. | /* Override any GCC internal prototype to avoid an error.
  2501. |    Use char because int might match the return type of a GCC
  2502. |    builtin and then its argument prototype would still apply.  */
  2503. | #ifdef __cplusplus
  2504. | extern "C"
  2505. | #endif
  2506. | char ldopen ();
  2507. | int
  2508. | main ()
  2509. | {
  2510. | return ldopen ();
  2511. |   ;
  2512. |   return 0;
  2513. | }
  2514. configure:8647: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c -L/usr/lib/cmplrs/cc2.11 -lmld >&5
  2515. /usr/bin/ld: cannot find -lmld
  2516. collect2: ld returned 1 exit status
  2517. configure:8647: $? = 1
  2518. configure: failed program was:
  2519. | /* confdefs.h */
  2520. | #define PACKAGE_NAME ""
  2521. | #define PACKAGE_TARNAME ""
  2522. | #define PACKAGE_VERSION ""
  2523. | #define PACKAGE_STRING ""
  2524. | #define PACKAGE_BUGREPORT ""
  2525. | #define PACKAGE_URL ""
  2526. | #define HAVE_GNU_LD 1
  2527. | #define HAVE_GNU_AS 0
  2528. | #define STDC_HEADERS 1
  2529. | #define HAVE_SYS_TYPES_H 1
  2530. | #define HAVE_SYS_STAT_H 1
  2531. | #define HAVE_STDLIB_H 1
  2532. | #define HAVE_STRING_H 1
  2533. | #define HAVE_MEMORY_H 1
  2534. | #define HAVE_STRINGS_H 1
  2535. | #define HAVE_INTTYPES_H 1
  2536. | #define HAVE_STDINT_H 1
  2537. | #define HAVE_UNISTD_H 1
  2538. | #define __EXTENSIONS__ 1
  2539. | #define _ALL_SOURCE 1
  2540. | #define _GNU_SOURCE 1
  2541. | #define _POSIX_PTHREAD_SEMANTICS 1
  2542. | #define _TANDEM_SOURCE 1
  2543. | #define _FILE_OFFSET_BITS 64
  2544. | #define SIZEOF_VOID_P 4
  2545. | #define SIZEOF_SHORT 2
  2546. | #define SIZEOF_INT 4
  2547. | #define SIZEOF_LONG 4
  2548. | #define HAVE_LONG_LONG 1
  2549. | #define SIZEOF_LONG_LONG 8
  2550. | #define HAVE_LONG_LONG_INT 1
  2551. | #define HAVE_INTMAX_T 1
  2552. | #define HAVE_INTPTR_T 1
  2553. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2554. | #define HAVE_UINTMAX_T 1
  2555. | #define HAVE_UINTPTR_T 1
  2556. | #define ENABLE_ASSERT_CHECKING 1
  2557. | #define ENABLE_RUNTIME_CHECKING 1
  2558. | #define ENABLE_DECIMAL_FLOAT 0
  2559. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2560. | #define ENABLE_FIXED_POINT 0
  2561. | #define STDC_HEADERS 1
  2562. | #define TIME_WITH_SYS_TIME 1
  2563. | #define STRING_WITH_STRINGS 1
  2564. | #define HAVE_SYS_WAIT_H 1
  2565. | #define HAVE_LIMITS_H 1
  2566. | #define HAVE_STDDEF_H 1
  2567. | #define HAVE_STRING_H 1
  2568. | #define HAVE_STRINGS_H 1
  2569. | #define HAVE_STDLIB_H 1
  2570. | #define HAVE_TIME_H 1
  2571. | #define HAVE_ICONV_H 1
  2572. | #define HAVE_FCNTL_H 1
  2573. | #define HAVE_UNISTD_H 1
  2574. | #define HAVE_SYS_FILE_H 1
  2575. | #define HAVE_SYS_TIME_H 1
  2576. | #define HAVE_SYS_MMAN_H 1
  2577. | #define HAVE_SYS_RESOURCE_H 1
  2578. | #define HAVE_SYS_PARAM_H 1
  2579. | #define HAVE_SYS_TIMES_H 1
  2580. | #define HAVE_SYS_STAT_H 1
  2581. | #define HAVE_MALLOC_H 1
  2582. | #define HAVE_LANGINFO_H 1
  2583. | #define HAVE_LOCALE_H 1
  2584. | #define HAVE_WCHAR_H 1
  2585. | #define HAVE_TR1_UNORDERED_MAP 1
  2586. | #define HAVE_EXT_HASH_MAP 1
  2587. | /* end confdefs.h.  */
  2588. |
  2589. | /* Override any GCC internal prototype to avoid an error.
  2590. |    Use char because int might match the return type of a GCC
  2591. |    builtin and then its argument prototype would still apply.  */
  2592. | #ifdef __cplusplus
  2593. | extern "C"
  2594. | #endif
  2595. | char ldopen ();
  2596. | int
  2597. | main ()
  2598. | {
  2599. | return ldopen ();
  2600. |   ;
  2601. |   return 0;
  2602. | }
  2603. configure:8647: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c -L/usr/lib/cmplrs/cc3.11 -lmld >&5
  2604. /usr/bin/ld: cannot find -lmld
  2605. collect2: ld returned 1 exit status
  2606. configure:8647: $? = 1
  2607. configure: failed program was:
  2608. | /* confdefs.h */
  2609. | #define PACKAGE_NAME ""
  2610. | #define PACKAGE_TARNAME ""
  2611. | #define PACKAGE_VERSION ""
  2612. | #define PACKAGE_STRING ""
  2613. | #define PACKAGE_BUGREPORT ""
  2614. | #define PACKAGE_URL ""
  2615. | #define HAVE_GNU_LD 1
  2616. | #define HAVE_GNU_AS 0
  2617. | #define STDC_HEADERS 1
  2618. | #define HAVE_SYS_TYPES_H 1
  2619. | #define HAVE_SYS_STAT_H 1
  2620. | #define HAVE_STDLIB_H 1
  2621. | #define HAVE_STRING_H 1
  2622. | #define HAVE_MEMORY_H 1
  2623. | #define HAVE_STRINGS_H 1
  2624. | #define HAVE_INTTYPES_H 1
  2625. | #define HAVE_STDINT_H 1
  2626. | #define HAVE_UNISTD_H 1
  2627. | #define __EXTENSIONS__ 1
  2628. | #define _ALL_SOURCE 1
  2629. | #define _GNU_SOURCE 1
  2630. | #define _POSIX_PTHREAD_SEMANTICS 1
  2631. | #define _TANDEM_SOURCE 1
  2632. | #define _FILE_OFFSET_BITS 64
  2633. | #define SIZEOF_VOID_P 4
  2634. | #define SIZEOF_SHORT 2
  2635. | #define SIZEOF_INT 4
  2636. | #define SIZEOF_LONG 4
  2637. | #define HAVE_LONG_LONG 1
  2638. | #define SIZEOF_LONG_LONG 8
  2639. | #define HAVE_LONG_LONG_INT 1
  2640. | #define HAVE_INTMAX_T 1
  2641. | #define HAVE_INTPTR_T 1
  2642. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2643. | #define HAVE_UINTMAX_T 1
  2644. | #define HAVE_UINTPTR_T 1
  2645. | #define ENABLE_ASSERT_CHECKING 1
  2646. | #define ENABLE_RUNTIME_CHECKING 1
  2647. | #define ENABLE_DECIMAL_FLOAT 0
  2648. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2649. | #define ENABLE_FIXED_POINT 0
  2650. | #define STDC_HEADERS 1
  2651. | #define TIME_WITH_SYS_TIME 1
  2652. | #define STRING_WITH_STRINGS 1
  2653. | #define HAVE_SYS_WAIT_H 1
  2654. | #define HAVE_LIMITS_H 1
  2655. | #define HAVE_STDDEF_H 1
  2656. | #define HAVE_STRING_H 1
  2657. | #define HAVE_STRINGS_H 1
  2658. | #define HAVE_STDLIB_H 1
  2659. | #define HAVE_TIME_H 1
  2660. | #define HAVE_ICONV_H 1
  2661. | #define HAVE_FCNTL_H 1
  2662. | #define HAVE_UNISTD_H 1
  2663. | #define HAVE_SYS_FILE_H 1
  2664. | #define HAVE_SYS_TIME_H 1
  2665. | #define HAVE_SYS_MMAN_H 1
  2666. | #define HAVE_SYS_RESOURCE_H 1
  2667. | #define HAVE_SYS_PARAM_H 1
  2668. | #define HAVE_SYS_TIMES_H 1
  2669. | #define HAVE_SYS_STAT_H 1
  2670. | #define HAVE_MALLOC_H 1
  2671. | #define HAVE_LANGINFO_H 1
  2672. | #define HAVE_LOCALE_H 1
  2673. | #define HAVE_WCHAR_H 1
  2674. | #define HAVE_TR1_UNORDERED_MAP 1
  2675. | #define HAVE_EXT_HASH_MAP 1
  2676. | /* end confdefs.h.  */
  2677. |
  2678. | /* Override any GCC internal prototype to avoid an error.
  2679. |    Use char because int might match the return type of a GCC
  2680. |    builtin and then its argument prototype would still apply.  */
  2681. | #ifdef __cplusplus
  2682. | extern "C"
  2683. | #endif
  2684. | char ldopen ();
  2685. | int
  2686. | main ()
  2687. | {
  2688. | return ldopen ();
  2689. |   ;
  2690. |   return 0;
  2691. | }
  2692. configure:8656: result: none required
  2693. configure:8668: checking for library containing exc_resume
  2694. configure:8699: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2695. /tmp/ccOA37an.o: In function `main':
  2696. conftest.c:(.text+0x7): undefined reference to `exc_resume'
  2697. collect2: ld returned 1 exit status
  2698. configure:8699: $? = 1
  2699. configure: failed program was:
  2700. | /* confdefs.h */
  2701. | #define PACKAGE_NAME ""
  2702. | #define PACKAGE_TARNAME ""
  2703. | #define PACKAGE_VERSION ""
  2704. | #define PACKAGE_STRING ""
  2705. | #define PACKAGE_BUGREPORT ""
  2706. | #define PACKAGE_URL ""
  2707. | #define HAVE_GNU_LD 1
  2708. | #define HAVE_GNU_AS 0
  2709. | #define STDC_HEADERS 1
  2710. | #define HAVE_SYS_TYPES_H 1
  2711. | #define HAVE_SYS_STAT_H 1
  2712. | #define HAVE_STDLIB_H 1
  2713. | #define HAVE_STRING_H 1
  2714. | #define HAVE_MEMORY_H 1
  2715. | #define HAVE_STRINGS_H 1
  2716. | #define HAVE_INTTYPES_H 1
  2717. | #define HAVE_STDINT_H 1
  2718. | #define HAVE_UNISTD_H 1
  2719. | #define __EXTENSIONS__ 1
  2720. | #define _ALL_SOURCE 1
  2721. | #define _GNU_SOURCE 1
  2722. | #define _POSIX_PTHREAD_SEMANTICS 1
  2723. | #define _TANDEM_SOURCE 1
  2724. | #define _FILE_OFFSET_BITS 64
  2725. | #define SIZEOF_VOID_P 4
  2726. | #define SIZEOF_SHORT 2
  2727. | #define SIZEOF_INT 4
  2728. | #define SIZEOF_LONG 4
  2729. | #define HAVE_LONG_LONG 1
  2730. | #define SIZEOF_LONG_LONG 8
  2731. | #define HAVE_LONG_LONG_INT 1
  2732. | #define HAVE_INTMAX_T 1
  2733. | #define HAVE_INTPTR_T 1
  2734. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2735. | #define HAVE_UINTMAX_T 1
  2736. | #define HAVE_UINTPTR_T 1
  2737. | #define ENABLE_ASSERT_CHECKING 1
  2738. | #define ENABLE_RUNTIME_CHECKING 1
  2739. | #define ENABLE_DECIMAL_FLOAT 0
  2740. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2741. | #define ENABLE_FIXED_POINT 0
  2742. | #define STDC_HEADERS 1
  2743. | #define TIME_WITH_SYS_TIME 1
  2744. | #define STRING_WITH_STRINGS 1
  2745. | #define HAVE_SYS_WAIT_H 1
  2746. | #define HAVE_LIMITS_H 1
  2747. | #define HAVE_STDDEF_H 1
  2748. | #define HAVE_STRING_H 1
  2749. | #define HAVE_STRINGS_H 1
  2750. | #define HAVE_STDLIB_H 1
  2751. | #define HAVE_TIME_H 1
  2752. | #define HAVE_ICONV_H 1
  2753. | #define HAVE_FCNTL_H 1
  2754. | #define HAVE_UNISTD_H 1
  2755. | #define HAVE_SYS_FILE_H 1
  2756. | #define HAVE_SYS_TIME_H 1
  2757. | #define HAVE_SYS_MMAN_H 1
  2758. | #define HAVE_SYS_RESOURCE_H 1
  2759. | #define HAVE_SYS_PARAM_H 1
  2760. | #define HAVE_SYS_TIMES_H 1
  2761. | #define HAVE_SYS_STAT_H 1
  2762. | #define HAVE_MALLOC_H 1
  2763. | #define HAVE_LANGINFO_H 1
  2764. | #define HAVE_LOCALE_H 1
  2765. | #define HAVE_WCHAR_H 1
  2766. | #define HAVE_TR1_UNORDERED_MAP 1
  2767. | #define HAVE_EXT_HASH_MAP 1
  2768. | /* end confdefs.h.  */
  2769. |
  2770. | /* Override any GCC internal prototype to avoid an error.
  2771. |    Use char because int might match the return type of a GCC
  2772. |    builtin and then its argument prototype would still apply.  */
  2773. | #ifdef __cplusplus
  2774. | extern "C"
  2775. | #endif
  2776. | char exc_resume ();
  2777. | int
  2778. | main ()
  2779. | {
  2780. | return exc_resume ();
  2781. |   ;
  2782. |   return 0;
  2783. | }
  2784. configure:8699: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c -lexc   >&5
  2785. /usr/bin/ld: cannot find -lexc
  2786. collect2: ld returned 1 exit status
  2787. configure:8699: $? = 1
  2788. configure: failed program was:
  2789. | /* confdefs.h */
  2790. | #define PACKAGE_NAME ""
  2791. | #define PACKAGE_TARNAME ""
  2792. | #define PACKAGE_VERSION ""
  2793. | #define PACKAGE_STRING ""
  2794. | #define PACKAGE_BUGREPORT ""
  2795. | #define PACKAGE_URL ""
  2796. | #define HAVE_GNU_LD 1
  2797. | #define HAVE_GNU_AS 0
  2798. | #define STDC_HEADERS 1
  2799. | #define HAVE_SYS_TYPES_H 1
  2800. | #define HAVE_SYS_STAT_H 1
  2801. | #define HAVE_STDLIB_H 1
  2802. | #define HAVE_STRING_H 1
  2803. | #define HAVE_MEMORY_H 1
  2804. | #define HAVE_STRINGS_H 1
  2805. | #define HAVE_INTTYPES_H 1
  2806. | #define HAVE_STDINT_H 1
  2807. | #define HAVE_UNISTD_H 1
  2808. | #define __EXTENSIONS__ 1
  2809. | #define _ALL_SOURCE 1
  2810. | #define _GNU_SOURCE 1
  2811. | #define _POSIX_PTHREAD_SEMANTICS 1
  2812. | #define _TANDEM_SOURCE 1
  2813. | #define _FILE_OFFSET_BITS 64
  2814. | #define SIZEOF_VOID_P 4
  2815. | #define SIZEOF_SHORT 2
  2816. | #define SIZEOF_INT 4
  2817. | #define SIZEOF_LONG 4
  2818. | #define HAVE_LONG_LONG 1
  2819. | #define SIZEOF_LONG_LONG 8
  2820. | #define HAVE_LONG_LONG_INT 1
  2821. | #define HAVE_INTMAX_T 1
  2822. | #define HAVE_INTPTR_T 1
  2823. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2824. | #define HAVE_UINTMAX_T 1
  2825. | #define HAVE_UINTPTR_T 1
  2826. | #define ENABLE_ASSERT_CHECKING 1
  2827. | #define ENABLE_RUNTIME_CHECKING 1
  2828. | #define ENABLE_DECIMAL_FLOAT 0
  2829. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2830. | #define ENABLE_FIXED_POINT 0
  2831. | #define STDC_HEADERS 1
  2832. | #define TIME_WITH_SYS_TIME 1
  2833. | #define STRING_WITH_STRINGS 1
  2834. | #define HAVE_SYS_WAIT_H 1
  2835. | #define HAVE_LIMITS_H 1
  2836. | #define HAVE_STDDEF_H 1
  2837. | #define HAVE_STRING_H 1
  2838. | #define HAVE_STRINGS_H 1
  2839. | #define HAVE_STDLIB_H 1
  2840. | #define HAVE_TIME_H 1
  2841. | #define HAVE_ICONV_H 1
  2842. | #define HAVE_FCNTL_H 1
  2843. | #define HAVE_UNISTD_H 1
  2844. | #define HAVE_SYS_FILE_H 1
  2845. | #define HAVE_SYS_TIME_H 1
  2846. | #define HAVE_SYS_MMAN_H 1
  2847. | #define HAVE_SYS_RESOURCE_H 1
  2848. | #define HAVE_SYS_PARAM_H 1
  2849. | #define HAVE_SYS_TIMES_H 1
  2850. | #define HAVE_SYS_STAT_H 1
  2851. | #define HAVE_MALLOC_H 1
  2852. | #define HAVE_LANGINFO_H 1
  2853. | #define HAVE_LOCALE_H 1
  2854. | #define HAVE_WCHAR_H 1
  2855. | #define HAVE_TR1_UNORDERED_MAP 1
  2856. | #define HAVE_EXT_HASH_MAP 1
  2857. | /* end confdefs.h.  */
  2858. |
  2859. | /* Override any GCC internal prototype to avoid an error.
  2860. |    Use char because int might match the return type of a GCC
  2861. |    builtin and then its argument prototype would still apply.  */
  2862. | #ifdef __cplusplus
  2863. | extern "C"
  2864. | #endif
  2865. | char exc_resume ();
  2866. | int
  2867. | main ()
  2868. | {
  2869. | return exc_resume ();
  2870. |   ;
  2871. |   return 0;
  2872. | }
  2873. configure:8716: result: no
  2874. configure:8732: checking for library containing ldexp
  2875. configure:8763: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2876. conftest.c:77: warning: conflicting types for built-in function 'ldexp'
  2877. configure:8763: $? = 0
  2878. configure:8780: result: none required
  2879. configure:8794: checking for inttypes.h
  2880. configure:8811: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  2881. configure:8811: $? = 0
  2882. configure:8819: result: yes
  2883. configure:8835: checking for times
  2884. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2885. configure:8835: $? = 0
  2886. configure:8835: result: yes
  2887. configure:8835: checking for clock
  2888. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2889. configure:8835: $? = 0
  2890. configure:8835: result: yes
  2891. configure:8835: checking for kill
  2892. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2893. configure:8835: $? = 0
  2894. configure:8835: result: yes
  2895. configure:8835: checking for getrlimit
  2896. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2897. configure:8835: $? = 0
  2898. configure:8835: result: yes
  2899. configure:8835: checking for setrlimit
  2900. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2901. configure:8835: $? = 0
  2902. configure:8835: result: yes
  2903. configure:8835: checking for atoll
  2904. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2905. configure:8835: $? = 0
  2906. configure:8835: result: yes
  2907. configure:8835: checking for atoq
  2908. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  2909. /tmp/ccp8gpv1.o: In function `main':
  2910. conftest.c:(.text+0x7): undefined reference to `atoq'
  2911. collect2: ld returned 1 exit status
  2912. configure:8835: $? = 1
  2913. configure: failed program was:
  2914. | /* confdefs.h */
  2915. | #define PACKAGE_NAME ""
  2916. | #define PACKAGE_TARNAME ""
  2917. | #define PACKAGE_VERSION ""
  2918. | #define PACKAGE_STRING ""
  2919. | #define PACKAGE_BUGREPORT ""
  2920. | #define PACKAGE_URL ""
  2921. | #define HAVE_GNU_LD 1
  2922. | #define HAVE_GNU_AS 0
  2923. | #define STDC_HEADERS 1
  2924. | #define HAVE_SYS_TYPES_H 1
  2925. | #define HAVE_SYS_STAT_H 1
  2926. | #define HAVE_STDLIB_H 1
  2927. | #define HAVE_STRING_H 1
  2928. | #define HAVE_MEMORY_H 1
  2929. | #define HAVE_STRINGS_H 1
  2930. | #define HAVE_INTTYPES_H 1
  2931. | #define HAVE_STDINT_H 1
  2932. | #define HAVE_UNISTD_H 1
  2933. | #define __EXTENSIONS__ 1
  2934. | #define _ALL_SOURCE 1
  2935. | #define _GNU_SOURCE 1
  2936. | #define _POSIX_PTHREAD_SEMANTICS 1
  2937. | #define _TANDEM_SOURCE 1
  2938. | #define _FILE_OFFSET_BITS 64
  2939. | #define SIZEOF_VOID_P 4
  2940. | #define SIZEOF_SHORT 2
  2941. | #define SIZEOF_INT 4
  2942. | #define SIZEOF_LONG 4
  2943. | #define HAVE_LONG_LONG 1
  2944. | #define SIZEOF_LONG_LONG 8
  2945. | #define HAVE_LONG_LONG_INT 1
  2946. | #define HAVE_INTMAX_T 1
  2947. | #define HAVE_INTPTR_T 1
  2948. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2949. | #define HAVE_UINTMAX_T 1
  2950. | #define HAVE_UINTPTR_T 1
  2951. | #define ENABLE_ASSERT_CHECKING 1
  2952. | #define ENABLE_RUNTIME_CHECKING 1
  2953. | #define ENABLE_DECIMAL_FLOAT 0
  2954. | #define ENABLE_DECIMAL_BID_FORMAT 0
  2955. | #define ENABLE_FIXED_POINT 0
  2956. | #define STDC_HEADERS 1
  2957. | #define TIME_WITH_SYS_TIME 1
  2958. | #define STRING_WITH_STRINGS 1
  2959. | #define HAVE_SYS_WAIT_H 1
  2960. | #define HAVE_LIMITS_H 1
  2961. | #define HAVE_STDDEF_H 1
  2962. | #define HAVE_STRING_H 1
  2963. | #define HAVE_STRINGS_H 1
  2964. | #define HAVE_STDLIB_H 1
  2965. | #define HAVE_TIME_H 1
  2966. | #define HAVE_ICONV_H 1
  2967. | #define HAVE_FCNTL_H 1
  2968. | #define HAVE_UNISTD_H 1
  2969. | #define HAVE_SYS_FILE_H 1
  2970. | #define HAVE_SYS_TIME_H 1
  2971. | #define HAVE_SYS_MMAN_H 1
  2972. | #define HAVE_SYS_RESOURCE_H 1
  2973. | #define HAVE_SYS_PARAM_H 1
  2974. | #define HAVE_SYS_TIMES_H 1
  2975. | #define HAVE_SYS_STAT_H 1
  2976. | #define HAVE_MALLOC_H 1
  2977. | #define HAVE_LANGINFO_H 1
  2978. | #define HAVE_LOCALE_H 1
  2979. | #define HAVE_WCHAR_H 1
  2980. | #define HAVE_TR1_UNORDERED_MAP 1
  2981. | #define HAVE_EXT_HASH_MAP 1
  2982. | #define HAVE_INTTYPES_H 1
  2983. | #define HAVE_TIMES 1
  2984. | #define HAVE_CLOCK 1
  2985. | #define HAVE_KILL 1
  2986. | #define HAVE_GETRLIMIT 1
  2987. | #define HAVE_SETRLIMIT 1
  2988. | #define HAVE_ATOLL 1
  2989. | /* end confdefs.h.  */
  2990. | /* Define atoq to an innocuous variant, in case <limits.h> declares atoq.
  2991. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2992. | #define atoq innocuous_atoq
  2993. |
  2994. | /* System header to define __stub macros and hopefully few prototypes,
  2995. |     which can conflict with char atoq (); below.
  2996. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2997. |     <limits.h> exists even on freestanding compilers.  */
  2998. |
  2999. | #ifdef __STDC__
  3000. | # include <limits.h>
  3001. | #else
  3002. | # include <assert.h>
  3003. | #endif
  3004. |
  3005. | #undef atoq
  3006. |
  3007. | /* Override any GCC internal prototype to avoid an error.
  3008. |    Use char because int might match the return type of a GCC
  3009. |    builtin and then its argument prototype would still apply.  */
  3010. | #ifdef __cplusplus
  3011. | extern "C"
  3012. | #endif
  3013. | char atoq ();
  3014. | /* The GNU C library defines this for functions which it implements
  3015. |     to always fail with ENOSYS.  Some functions are actually named
  3016. |     something starting with __ and the normal name is an alias.  */
  3017. | #if defined __stub_atoq || defined __stub___atoq
  3018. | choke me
  3019. | #endif
  3020. |
  3021. | int
  3022. | main ()
  3023. | {
  3024. | return atoq ();
  3025. |   ;
  3026. |   return 0;
  3027. | }
  3028. configure:8835: result: no
  3029. configure:8835: checking for sysconf
  3030. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3031. configure:8835: $? = 0
  3032. configure:8835: result: yes
  3033. configure:8835: checking for strsignal
  3034. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3035. configure:8835: $? = 0
  3036. configure:8835: result: yes
  3037. configure:8835: checking for getrusage
  3038. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3039. configure:8835: $? = 0
  3040. configure:8835: result: yes
  3041. configure:8835: checking for nl_langinfo
  3042. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3043. configure:8835: $? = 0
  3044. configure:8835: result: yes
  3045. configure:8835: checking for gettimeofday
  3046. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3047. configure:8835: $? = 0
  3048. configure:8835: result: yes
  3049. configure:8835: checking for mbstowcs
  3050. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3051. configure:8835: $? = 0
  3052. configure:8835: result: yes
  3053. configure:8835: checking for wcswidth
  3054. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3055. configure:8835: $? = 0
  3056. configure:8835: result: yes
  3057. configure:8835: checking for mmap
  3058. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3059. configure:8835: $? = 0
  3060. configure:8835: result: yes
  3061. configure:8835: checking for setlocale
  3062. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3063. configure:8835: $? = 0
  3064. configure:8835: result: yes
  3065. configure:8835: checking for clearerr_unlocked
  3066. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3067. configure:8835: $? = 0
  3068. configure:8835: result: yes
  3069. configure:8835: checking for feof_unlocked
  3070. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3071. configure:8835: $? = 0
  3072. configure:8835: result: yes
  3073. configure:8835: checking for ferror_unlocked
  3074. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3075. configure:8835: $? = 0
  3076. configure:8835: result: yes
  3077. configure:8835: checking for fflush_unlocked
  3078. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3079. configure:8835: $? = 0
  3080. configure:8835: result: yes
  3081. configure:8835: checking for fgetc_unlocked
  3082. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3083. configure:8835: $? = 0
  3084. configure:8835: result: yes
  3085. configure:8835: checking for fgets_unlocked
  3086. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3087. configure:8835: $? = 0
  3088. configure:8835: result: yes
  3089. configure:8835: checking for fileno_unlocked
  3090. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3091. configure:8835: $? = 0
  3092. configure:8835: result: yes
  3093. configure:8835: checking for fprintf_unlocked
  3094. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3095. conftest.c:116: warning: conflicting types for built-in function 'fprintf_unlocked'
  3096. /tmp/cc1UkLXU.o: In function `main':
  3097. conftest.c:(.text+0x7): undefined reference to `fprintf_unlocked'
  3098. collect2: ld returned 1 exit status
  3099. configure:8835: $? = 1
  3100. configure: failed program was:
  3101. | /* confdefs.h */
  3102. | #define PACKAGE_NAME ""
  3103. | #define PACKAGE_TARNAME ""
  3104. | #define PACKAGE_VERSION ""
  3105. | #define PACKAGE_STRING ""
  3106. | #define PACKAGE_BUGREPORT ""
  3107. | #define PACKAGE_URL ""
  3108. | #define HAVE_GNU_LD 1
  3109. | #define HAVE_GNU_AS 0
  3110. | #define STDC_HEADERS 1
  3111. | #define HAVE_SYS_TYPES_H 1
  3112. | #define HAVE_SYS_STAT_H 1
  3113. | #define HAVE_STDLIB_H 1
  3114. | #define HAVE_STRING_H 1
  3115. | #define HAVE_MEMORY_H 1
  3116. | #define HAVE_STRINGS_H 1
  3117. | #define HAVE_INTTYPES_H 1
  3118. | #define HAVE_STDINT_H 1
  3119. | #define HAVE_UNISTD_H 1
  3120. | #define __EXTENSIONS__ 1
  3121. | #define _ALL_SOURCE 1
  3122. | #define _GNU_SOURCE 1
  3123. | #define _POSIX_PTHREAD_SEMANTICS 1
  3124. | #define _TANDEM_SOURCE 1
  3125. | #define _FILE_OFFSET_BITS 64
  3126. | #define SIZEOF_VOID_P 4
  3127. | #define SIZEOF_SHORT 2
  3128. | #define SIZEOF_INT 4
  3129. | #define SIZEOF_LONG 4
  3130. | #define HAVE_LONG_LONG 1
  3131. | #define SIZEOF_LONG_LONG 8
  3132. | #define HAVE_LONG_LONG_INT 1
  3133. | #define HAVE_INTMAX_T 1
  3134. | #define HAVE_INTPTR_T 1
  3135. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3136. | #define HAVE_UINTMAX_T 1
  3137. | #define HAVE_UINTPTR_T 1
  3138. | #define ENABLE_ASSERT_CHECKING 1
  3139. | #define ENABLE_RUNTIME_CHECKING 1
  3140. | #define ENABLE_DECIMAL_FLOAT 0
  3141. | #define ENABLE_DECIMAL_BID_FORMAT 0
  3142. | #define ENABLE_FIXED_POINT 0
  3143. | #define STDC_HEADERS 1
  3144. | #define TIME_WITH_SYS_TIME 1
  3145. | #define STRING_WITH_STRINGS 1
  3146. | #define HAVE_SYS_WAIT_H 1
  3147. | #define HAVE_LIMITS_H 1
  3148. | #define HAVE_STDDEF_H 1
  3149. | #define HAVE_STRING_H 1
  3150. | #define HAVE_STRINGS_H 1
  3151. | #define HAVE_STDLIB_H 1
  3152. | #define HAVE_TIME_H 1
  3153. | #define HAVE_ICONV_H 1
  3154. | #define HAVE_FCNTL_H 1
  3155. | #define HAVE_UNISTD_H 1
  3156. | #define HAVE_SYS_FILE_H 1
  3157. | #define HAVE_SYS_TIME_H 1
  3158. | #define HAVE_SYS_MMAN_H 1
  3159. | #define HAVE_SYS_RESOURCE_H 1
  3160. | #define HAVE_SYS_PARAM_H 1
  3161. | #define HAVE_SYS_TIMES_H 1
  3162. | #define HAVE_SYS_STAT_H 1
  3163. | #define HAVE_MALLOC_H 1
  3164. | #define HAVE_LANGINFO_H 1
  3165. | #define HAVE_LOCALE_H 1
  3166. | #define HAVE_WCHAR_H 1
  3167. | #define HAVE_TR1_UNORDERED_MAP 1
  3168. | #define HAVE_EXT_HASH_MAP 1
  3169. | #define HAVE_INTTYPES_H 1
  3170. | #define HAVE_TIMES 1
  3171. | #define HAVE_CLOCK 1
  3172. | #define HAVE_KILL 1
  3173. | #define HAVE_GETRLIMIT 1
  3174. | #define HAVE_SETRLIMIT 1
  3175. | #define HAVE_ATOLL 1
  3176. | #define HAVE_SYSCONF 1
  3177. | #define HAVE_STRSIGNAL 1
  3178. | #define HAVE_GETRUSAGE 1
  3179. | #define HAVE_NL_LANGINFO 1
  3180. | #define HAVE_GETTIMEOFDAY 1
  3181. | #define HAVE_MBSTOWCS 1
  3182. | #define HAVE_WCSWIDTH 1
  3183. | #define HAVE_MMAP 1
  3184. | #define HAVE_SETLOCALE 1
  3185. | #define HAVE_CLEARERR_UNLOCKED 1
  3186. | #define HAVE_FEOF_UNLOCKED 1
  3187. | #define HAVE_FERROR_UNLOCKED 1
  3188. | #define HAVE_FFLUSH_UNLOCKED 1
  3189. | #define HAVE_FGETC_UNLOCKED 1
  3190. | #define HAVE_FGETS_UNLOCKED 1
  3191. | #define HAVE_FILENO_UNLOCKED 1
  3192. | /* end confdefs.h.  */
  3193. | /* Define fprintf_unlocked to an innocuous variant, in case <limits.h> declares fprintf_unlocked.
  3194. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  3195. | #define fprintf_unlocked innocuous_fprintf_unlocked
  3196. |
  3197. | /* System header to define __stub macros and hopefully few prototypes,
  3198. |     which can conflict with char fprintf_unlocked (); below.
  3199. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3200. |     <limits.h> exists even on freestanding compilers.  */
  3201. |
  3202. | #ifdef __STDC__
  3203. | # include <limits.h>
  3204. | #else
  3205. | # include <assert.h>
  3206. | #endif
  3207. |
  3208. | #undef fprintf_unlocked
  3209. |
  3210. | /* Override any GCC internal prototype to avoid an error.
  3211. |    Use char because int might match the return type of a GCC
  3212. |    builtin and then its argument prototype would still apply.  */
  3213. | #ifdef __cplusplus
  3214. | extern "C"
  3215. | #endif
  3216. | char fprintf_unlocked ();
  3217. | /* The GNU C library defines this for functions which it implements
  3218. |     to always fail with ENOSYS.  Some functions are actually named
  3219. |     something starting with __ and the normal name is an alias.  */
  3220. | #if defined __stub_fprintf_unlocked || defined __stub___fprintf_unlocked
  3221. | choke me
  3222. | #endif
  3223. |
  3224. | int
  3225. | main ()
  3226. | {
  3227. | return fprintf_unlocked ();
  3228. |   ;
  3229. |   return 0;
  3230. | }
  3231. configure:8835: result: no
  3232. configure:8835: checking for fputc_unlocked
  3233. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3234. conftest.c:116: warning: conflicting types for built-in function 'fputc_unlocked'
  3235. configure:8835: $? = 0
  3236. configure:8835: result: yes
  3237. configure:8835: checking for fputs_unlocked
  3238. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3239. conftest.c:117: warning: conflicting types for built-in function 'fputs_unlocked'
  3240. configure:8835: $? = 0
  3241. configure:8835: result: yes
  3242. configure:8835: checking for fread_unlocked
  3243. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3244. configure:8835: $? = 0
  3245. configure:8835: result: yes
  3246. configure:8835: checking for fwrite_unlocked
  3247. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3248. conftest.c:119: warning: conflicting types for built-in function 'fwrite_unlocked'
  3249. configure:8835: $? = 0
  3250. configure:8835: result: yes
  3251. configure:8835: checking for getchar_unlocked
  3252. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3253. configure:8835: $? = 0
  3254. configure:8835: result: yes
  3255. configure:8835: checking for getc_unlocked
  3256. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3257. configure:8835: $? = 0
  3258. configure:8835: result: yes
  3259. configure:8835: checking for putchar_unlocked
  3260. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3261. conftest.c:122: warning: conflicting types for built-in function 'putchar_unlocked'
  3262. configure:8835: $? = 0
  3263. configure:8835: result: yes
  3264. configure:8835: checking for putc_unlocked
  3265. configure:8835: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3266. conftest.c:123: warning: conflicting types for built-in function 'putc_unlocked'
  3267. configure:8835: $? = 0
  3268. configure:8835: result: yes
  3269. configure:8847: checking whether mbstowcs works
  3270. configure:8864: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3271. configure:8864: $? = 0
  3272. configure:8864: ./conftest
  3273. configure:8864: $? = 0
  3274. configure:8874: result: yes
  3275. configure:8883: checking for ssize_t
  3276. configure:8883: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  3277. configure:8883: $? = 0
  3278. configure:8883: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  3279. conftest.c: In function 'main':
  3280. conftest.c:138: error: expected expression before ')' token
  3281. configure:8883: $? = 1
  3282. configure: failed program was:
  3283. | /* confdefs.h */
  3284. | #define PACKAGE_NAME ""
  3285. | #define PACKAGE_TARNAME ""
  3286. | #define PACKAGE_VERSION ""
  3287. | #define PACKAGE_STRING ""
  3288. | #define PACKAGE_BUGREPORT ""
  3289. | #define PACKAGE_URL ""
  3290. | #define HAVE_GNU_LD 1
  3291. | #define HAVE_GNU_AS 0
  3292. | #define STDC_HEADERS 1
  3293. | #define HAVE_SYS_TYPES_H 1
  3294. | #define HAVE_SYS_STAT_H 1
  3295. | #define HAVE_STDLIB_H 1
  3296. | #define HAVE_STRING_H 1
  3297. | #define HAVE_MEMORY_H 1
  3298. | #define HAVE_STRINGS_H 1
  3299. | #define HAVE_INTTYPES_H 1
  3300. | #define HAVE_STDINT_H 1
  3301. | #define HAVE_UNISTD_H 1
  3302. | #define __EXTENSIONS__ 1
  3303. | #define _ALL_SOURCE 1
  3304. | #define _GNU_SOURCE 1
  3305. | #define _POSIX_PTHREAD_SEMANTICS 1
  3306. | #define _TANDEM_SOURCE 1
  3307. | #define _FILE_OFFSET_BITS 64
  3308. | #define SIZEOF_VOID_P 4
  3309. | #define SIZEOF_SHORT 2
  3310. | #define SIZEOF_INT 4
  3311. | #define SIZEOF_LONG 4
  3312. | #define HAVE_LONG_LONG 1
  3313. | #define SIZEOF_LONG_LONG 8
  3314. | #define HAVE_LONG_LONG_INT 1
  3315. | #define HAVE_INTMAX_T 1
  3316. | #define HAVE_INTPTR_T 1
  3317. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3318. | #define HAVE_UINTMAX_T 1
  3319. | #define HAVE_UINTPTR_T 1
  3320. | #define ENABLE_ASSERT_CHECKING 1
  3321. | #define ENABLE_RUNTIME_CHECKING 1
  3322. | #define ENABLE_DECIMAL_FLOAT 0
  3323. | #define ENABLE_DECIMAL_BID_FORMAT 0
  3324. | #define ENABLE_FIXED_POINT 0
  3325. | #define STDC_HEADERS 1
  3326. | #define TIME_WITH_SYS_TIME 1
  3327. | #define STRING_WITH_STRINGS 1
  3328. | #define HAVE_SYS_WAIT_H 1
  3329. | #define HAVE_LIMITS_H 1
  3330. | #define HAVE_STDDEF_H 1
  3331. | #define HAVE_STRING_H 1
  3332. | #define HAVE_STRINGS_H 1
  3333. | #define HAVE_STDLIB_H 1
  3334. | #define HAVE_TIME_H 1
  3335. | #define HAVE_ICONV_H 1
  3336. | #define HAVE_FCNTL_H 1
  3337. | #define HAVE_UNISTD_H 1
  3338. | #define HAVE_SYS_FILE_H 1
  3339. | #define HAVE_SYS_TIME_H 1
  3340. | #define HAVE_SYS_MMAN_H 1
  3341. | #define HAVE_SYS_RESOURCE_H 1
  3342. | #define HAVE_SYS_PARAM_H 1
  3343. | #define HAVE_SYS_TIMES_H 1
  3344. | #define HAVE_SYS_STAT_H 1
  3345. | #define HAVE_MALLOC_H 1
  3346. | #define HAVE_LANGINFO_H 1
  3347. | #define HAVE_LOCALE_H 1
  3348. | #define HAVE_WCHAR_H 1
  3349. | #define HAVE_TR1_UNORDERED_MAP 1
  3350. | #define HAVE_EXT_HASH_MAP 1
  3351. | #define HAVE_INTTYPES_H 1
  3352. | #define HAVE_TIMES 1
  3353. | #define HAVE_CLOCK 1
  3354. | #define HAVE_KILL 1
  3355. | #define HAVE_GETRLIMIT 1
  3356. | #define HAVE_SETRLIMIT 1
  3357. | #define HAVE_ATOLL 1
  3358. | #define HAVE_SYSCONF 1
  3359. | #define HAVE_STRSIGNAL 1
  3360. | #define HAVE_GETRUSAGE 1
  3361. | #define HAVE_NL_LANGINFO 1
  3362. | #define HAVE_GETTIMEOFDAY 1
  3363. | #define HAVE_MBSTOWCS 1
  3364. | #define HAVE_WCSWIDTH 1
  3365. | #define HAVE_MMAP 1
  3366. | #define HAVE_SETLOCALE 1
  3367. | #define HAVE_CLEARERR_UNLOCKED 1
  3368. | #define HAVE_FEOF_UNLOCKED 1
  3369. | #define HAVE_FERROR_UNLOCKED 1
  3370. | #define HAVE_FFLUSH_UNLOCKED 1
  3371. | #define HAVE_FGETC_UNLOCKED 1
  3372. | #define HAVE_FGETS_UNLOCKED 1
  3373. | #define HAVE_FILENO_UNLOCKED 1
  3374. | #define HAVE_FPUTC_UNLOCKED 1
  3375. | #define HAVE_FPUTS_UNLOCKED 1
  3376. | #define HAVE_FREAD_UNLOCKED 1
  3377. | #define HAVE_FWRITE_UNLOCKED 1
  3378. | #define HAVE_GETCHAR_UNLOCKED 1
  3379. | #define HAVE_GETC_UNLOCKED 1
  3380. | #define HAVE_PUTCHAR_UNLOCKED 1
  3381. | #define HAVE_PUTC_UNLOCKED 1
  3382. | #define HAVE_WORKING_MBSTOWCS 1
  3383. | /* end confdefs.h.  */
  3384. | #include <stdio.h>
  3385. | #ifdef HAVE_SYS_TYPES_H
  3386. | # include <sys/types.h>
  3387. | #endif
  3388. | #ifdef HAVE_SYS_STAT_H
  3389. | # include <sys/stat.h>
  3390. | #endif
  3391. | #ifdef STDC_HEADERS
  3392. | # include <stdlib.h>
  3393. | # include <stddef.h>
  3394. | #else
  3395. | # ifdef HAVE_STDLIB_H
  3396. | #  include <stdlib.h>
  3397. | # endif
  3398. | #endif
  3399. | #ifdef HAVE_STRING_H
  3400. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3401. | #  include <memory.h>
  3402. | # endif
  3403. | # include <string.h>
  3404. | #endif
  3405. | #ifdef HAVE_STRINGS_H
  3406. | # include <strings.h>
  3407. | #endif
  3408. | #ifdef HAVE_INTTYPES_H
  3409. | # include <inttypes.h>
  3410. | #endif
  3411. | #ifdef HAVE_STDINT_H
  3412. | # include <stdint.h>
  3413. | #endif
  3414. | #ifdef HAVE_UNISTD_H
  3415. | # include <unistd.h>
  3416. | #endif
  3417. | int
  3418. | main ()
  3419. | {
  3420. | if (sizeof ((ssize_t)))
  3421. |       return 0;
  3422. |   ;
  3423. |   return 0;
  3424. | }
  3425. configure:8883: result: yes
  3426. configure:8894: checking for caddr_t
  3427. configure:8894: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  3428. configure:8894: $? = 0
  3429. configure:8894: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  3430. conftest.c: In function 'main':
  3431. conftest.c:138: error: expected expression before ')' token
  3432. configure:8894: $? = 1
  3433. configure: failed program was:
  3434. | /* confdefs.h */
  3435. | #define PACKAGE_NAME ""
  3436. | #define PACKAGE_TARNAME ""
  3437. | #define PACKAGE_VERSION ""
  3438. | #define PACKAGE_STRING ""
  3439. | #define PACKAGE_BUGREPORT ""
  3440. | #define PACKAGE_URL ""
  3441. | #define HAVE_GNU_LD 1
  3442. | #define HAVE_GNU_AS 0
  3443. | #define STDC_HEADERS 1
  3444. | #define HAVE_SYS_TYPES_H 1
  3445. | #define HAVE_SYS_STAT_H 1
  3446. | #define HAVE_STDLIB_H 1
  3447. | #define HAVE_STRING_H 1
  3448. | #define HAVE_MEMORY_H 1
  3449. | #define HAVE_STRINGS_H 1
  3450. | #define HAVE_INTTYPES_H 1
  3451. | #define HAVE_STDINT_H 1
  3452. | #define HAVE_UNISTD_H 1
  3453. | #define __EXTENSIONS__ 1
  3454. | #define _ALL_SOURCE 1
  3455. | #define _GNU_SOURCE 1
  3456. | #define _POSIX_PTHREAD_SEMANTICS 1
  3457. | #define _TANDEM_SOURCE 1
  3458. | #define _FILE_OFFSET_BITS 64
  3459. | #define SIZEOF_VOID_P 4
  3460. | #define SIZEOF_SHORT 2
  3461. | #define SIZEOF_INT 4
  3462. | #define SIZEOF_LONG 4
  3463. | #define HAVE_LONG_LONG 1
  3464. | #define SIZEOF_LONG_LONG 8
  3465. | #define HAVE_LONG_LONG_INT 1
  3466. | #define HAVE_INTMAX_T 1
  3467. | #define HAVE_INTPTR_T 1
  3468. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3469. | #define HAVE_UINTMAX_T 1
  3470. | #define HAVE_UINTPTR_T 1
  3471. | #define ENABLE_ASSERT_CHECKING 1
  3472. | #define ENABLE_RUNTIME_CHECKING 1
  3473. | #define ENABLE_DECIMAL_FLOAT 0
  3474. | #define ENABLE_DECIMAL_BID_FORMAT 0
  3475. | #define ENABLE_FIXED_POINT 0
  3476. | #define STDC_HEADERS 1
  3477. | #define TIME_WITH_SYS_TIME 1
  3478. | #define STRING_WITH_STRINGS 1
  3479. | #define HAVE_SYS_WAIT_H 1
  3480. | #define HAVE_LIMITS_H 1
  3481. | #define HAVE_STDDEF_H 1
  3482. | #define HAVE_STRING_H 1
  3483. | #define HAVE_STRINGS_H 1
  3484. | #define HAVE_STDLIB_H 1
  3485. | #define HAVE_TIME_H 1
  3486. | #define HAVE_ICONV_H 1
  3487. | #define HAVE_FCNTL_H 1
  3488. | #define HAVE_UNISTD_H 1
  3489. | #define HAVE_SYS_FILE_H 1
  3490. | #define HAVE_SYS_TIME_H 1
  3491. | #define HAVE_SYS_MMAN_H 1
  3492. | #define HAVE_SYS_RESOURCE_H 1
  3493. | #define HAVE_SYS_PARAM_H 1
  3494. | #define HAVE_SYS_TIMES_H 1
  3495. | #define HAVE_SYS_STAT_H 1
  3496. | #define HAVE_MALLOC_H 1
  3497. | #define HAVE_LANGINFO_H 1
  3498. | #define HAVE_LOCALE_H 1
  3499. | #define HAVE_WCHAR_H 1
  3500. | #define HAVE_TR1_UNORDERED_MAP 1
  3501. | #define HAVE_EXT_HASH_MAP 1
  3502. | #define HAVE_INTTYPES_H 1
  3503. | #define HAVE_TIMES 1
  3504. | #define HAVE_CLOCK 1
  3505. | #define HAVE_KILL 1
  3506. | #define HAVE_GETRLIMIT 1
  3507. | #define HAVE_SETRLIMIT 1
  3508. | #define HAVE_ATOLL 1
  3509. | #define HAVE_SYSCONF 1
  3510. | #define HAVE_STRSIGNAL 1
  3511. | #define HAVE_GETRUSAGE 1
  3512. | #define HAVE_NL_LANGINFO 1
  3513. | #define HAVE_GETTIMEOFDAY 1
  3514. | #define HAVE_MBSTOWCS 1
  3515. | #define HAVE_WCSWIDTH 1
  3516. | #define HAVE_MMAP 1
  3517. | #define HAVE_SETLOCALE 1
  3518. | #define HAVE_CLEARERR_UNLOCKED 1
  3519. | #define HAVE_FEOF_UNLOCKED 1
  3520. | #define HAVE_FERROR_UNLOCKED 1
  3521. | #define HAVE_FFLUSH_UNLOCKED 1
  3522. | #define HAVE_FGETC_UNLOCKED 1
  3523. | #define HAVE_FGETS_UNLOCKED 1
  3524. | #define HAVE_FILENO_UNLOCKED 1
  3525. | #define HAVE_FPUTC_UNLOCKED 1
  3526. | #define HAVE_FPUTS_UNLOCKED 1
  3527. | #define HAVE_FREAD_UNLOCKED 1
  3528. | #define HAVE_FWRITE_UNLOCKED 1
  3529. | #define HAVE_GETCHAR_UNLOCKED 1
  3530. | #define HAVE_GETC_UNLOCKED 1
  3531. | #define HAVE_PUTCHAR_UNLOCKED 1
  3532. | #define HAVE_PUTC_UNLOCKED 1
  3533. | #define HAVE_WORKING_MBSTOWCS 1
  3534. | /* end confdefs.h.  */
  3535. | #include <stdio.h>
  3536. | #ifdef HAVE_SYS_TYPES_H
  3537. | # include <sys/types.h>
  3538. | #endif
  3539. | #ifdef HAVE_SYS_STAT_H
  3540. | # include <sys/stat.h>
  3541. | #endif
  3542. | #ifdef STDC_HEADERS
  3543. | # include <stdlib.h>
  3544. | # include <stddef.h>
  3545. | #else
  3546. | # ifdef HAVE_STDLIB_H
  3547. | #  include <stdlib.h>
  3548. | # endif
  3549. | #endif
  3550. | #ifdef HAVE_STRING_H
  3551. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3552. | #  include <memory.h>
  3553. | # endif
  3554. | # include <string.h>
  3555. | #endif
  3556. | #ifdef HAVE_STRINGS_H
  3557. | # include <strings.h>
  3558. | #endif
  3559. | #ifdef HAVE_INTTYPES_H
  3560. | # include <inttypes.h>
  3561. | #endif
  3562. | #ifdef HAVE_STDINT_H
  3563. | # include <stdint.h>
  3564. | #endif
  3565. | #ifdef HAVE_UNISTD_H
  3566. | # include <unistd.h>
  3567. | #endif
  3568. | int
  3569. | main ()
  3570. | {
  3571. | if (sizeof ((caddr_t)))
  3572. |       return 0;
  3573. |   ;
  3574. |   return 0;
  3575. | }
  3576. configure:8894: result: yes
  3577. configure:8907: checking for sys/mman.h
  3578. configure:8907: result: yes
  3579. configure:8914: checking for mmap
  3580. configure:8914: result: yes
  3581. configure:8927: checking whether read-only mmap of a plain file works
  3582. configure:8944: result: yes
  3583. configure:8946: checking whether mmap from /dev/zero works
  3584. configure:8968: result: yes
  3585. configure:8972: checking for MAP_ANON(YMOUS)
  3586. configure:8995: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  3587. configure:8995: $? = 0
  3588. configure:9002: result: yes
  3589. configure:9008: checking whether mmap with MAP_ANON(YMOUS) works
  3590. configure:9025: result: yes
  3591. configure:9055: checking for pid_t
  3592. configure:9055: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  3593. configure:9055: $? = 0
  3594. configure:9055: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  3595. conftest.c: In function 'main':
  3596. conftest.c:141: error: expected expression before ')' token
  3597. configure:9055: $? = 1
  3598. configure: failed program was:
  3599. | /* confdefs.h */
  3600. | #define PACKAGE_NAME ""
  3601. | #define PACKAGE_TARNAME ""
  3602. | #define PACKAGE_VERSION ""
  3603. | #define PACKAGE_STRING ""
  3604. | #define PACKAGE_BUGREPORT ""
  3605. | #define PACKAGE_URL ""
  3606. | #define HAVE_GNU_LD 1
  3607. | #define HAVE_GNU_AS 0
  3608. | #define STDC_HEADERS 1
  3609. | #define HAVE_SYS_TYPES_H 1
  3610. | #define HAVE_SYS_STAT_H 1
  3611. | #define HAVE_STDLIB_H 1
  3612. | #define HAVE_STRING_H 1
  3613. | #define HAVE_MEMORY_H 1
  3614. | #define HAVE_STRINGS_H 1
  3615. | #define HAVE_INTTYPES_H 1
  3616. | #define HAVE_STDINT_H 1
  3617. | #define HAVE_UNISTD_H 1
  3618. | #define __EXTENSIONS__ 1
  3619. | #define _ALL_SOURCE 1
  3620. | #define _GNU_SOURCE 1
  3621. | #define _POSIX_PTHREAD_SEMANTICS 1
  3622. | #define _TANDEM_SOURCE 1
  3623. | #define _FILE_OFFSET_BITS 64
  3624. | #define SIZEOF_VOID_P 4
  3625. | #define SIZEOF_SHORT 2
  3626. | #define SIZEOF_INT 4
  3627. | #define SIZEOF_LONG 4
  3628. | #define HAVE_LONG_LONG 1
  3629. | #define SIZEOF_LONG_LONG 8
  3630. | #define HAVE_LONG_LONG_INT 1
  3631. | #define HAVE_INTMAX_T 1
  3632. | #define HAVE_INTPTR_T 1
  3633. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3634. | #define HAVE_UINTMAX_T 1
  3635. | #define HAVE_UINTPTR_T 1
  3636. | #define ENABLE_ASSERT_CHECKING 1
  3637. | #define ENABLE_RUNTIME_CHECKING 1
  3638. | #define ENABLE_DECIMAL_FLOAT 0
  3639. | #define ENABLE_DECIMAL_BID_FORMAT 0
  3640. | #define ENABLE_FIXED_POINT 0
  3641. | #define STDC_HEADERS 1
  3642. | #define TIME_WITH_SYS_TIME 1
  3643. | #define STRING_WITH_STRINGS 1
  3644. | #define HAVE_SYS_WAIT_H 1
  3645. | #define HAVE_LIMITS_H 1
  3646. | #define HAVE_STDDEF_H 1
  3647. | #define HAVE_STRING_H 1
  3648. | #define HAVE_STRINGS_H 1
  3649. | #define HAVE_STDLIB_H 1
  3650. | #define HAVE_TIME_H 1
  3651. | #define HAVE_ICONV_H 1
  3652. | #define HAVE_FCNTL_H 1
  3653. | #define HAVE_UNISTD_H 1
  3654. | #define HAVE_SYS_FILE_H 1
  3655. | #define HAVE_SYS_TIME_H 1
  3656. | #define HAVE_SYS_MMAN_H 1
  3657. | #define HAVE_SYS_RESOURCE_H 1
  3658. | #define HAVE_SYS_PARAM_H 1
  3659. | #define HAVE_SYS_TIMES_H 1
  3660. | #define HAVE_SYS_STAT_H 1
  3661. | #define HAVE_MALLOC_H 1
  3662. | #define HAVE_LANGINFO_H 1
  3663. | #define HAVE_LOCALE_H 1
  3664. | #define HAVE_WCHAR_H 1
  3665. | #define HAVE_TR1_UNORDERED_MAP 1
  3666. | #define HAVE_EXT_HASH_MAP 1
  3667. | #define HAVE_INTTYPES_H 1
  3668. | #define HAVE_TIMES 1
  3669. | #define HAVE_CLOCK 1
  3670. | #define HAVE_KILL 1
  3671. | #define HAVE_GETRLIMIT 1
  3672. | #define HAVE_SETRLIMIT 1
  3673. | #define HAVE_ATOLL 1
  3674. | #define HAVE_SYSCONF 1
  3675. | #define HAVE_STRSIGNAL 1
  3676. | #define HAVE_GETRUSAGE 1
  3677. | #define HAVE_NL_LANGINFO 1
  3678. | #define HAVE_GETTIMEOFDAY 1
  3679. | #define HAVE_MBSTOWCS 1
  3680. | #define HAVE_WCSWIDTH 1
  3681. | #define HAVE_MMAP 1
  3682. | #define HAVE_SETLOCALE 1
  3683. | #define HAVE_CLEARERR_UNLOCKED 1
  3684. | #define HAVE_FEOF_UNLOCKED 1
  3685. | #define HAVE_FERROR_UNLOCKED 1
  3686. | #define HAVE_FFLUSH_UNLOCKED 1
  3687. | #define HAVE_FGETC_UNLOCKED 1
  3688. | #define HAVE_FGETS_UNLOCKED 1
  3689. | #define HAVE_FILENO_UNLOCKED 1
  3690. | #define HAVE_FPUTC_UNLOCKED 1
  3691. | #define HAVE_FPUTS_UNLOCKED 1
  3692. | #define HAVE_FREAD_UNLOCKED 1
  3693. | #define HAVE_FWRITE_UNLOCKED 1
  3694. | #define HAVE_GETCHAR_UNLOCKED 1
  3695. | #define HAVE_GETC_UNLOCKED 1
  3696. | #define HAVE_PUTCHAR_UNLOCKED 1
  3697. | #define HAVE_PUTC_UNLOCKED 1
  3698. | #define HAVE_WORKING_MBSTOWCS 1
  3699. | #define HAVE_MMAP_FILE 1
  3700. | #define HAVE_MMAP_DEV_ZERO 1
  3701. | #define HAVE_MMAP_ANON 1
  3702. | /* end confdefs.h.  */
  3703. | #include <stdio.h>
  3704. | #ifdef HAVE_SYS_TYPES_H
  3705. | # include <sys/types.h>
  3706. | #endif
  3707. | #ifdef HAVE_SYS_STAT_H
  3708. | # include <sys/stat.h>
  3709. | #endif
  3710. | #ifdef STDC_HEADERS
  3711. | # include <stdlib.h>
  3712. | # include <stddef.h>
  3713. | #else
  3714. | # ifdef HAVE_STDLIB_H
  3715. | #  include <stdlib.h>
  3716. | # endif
  3717. | #endif
  3718. | #ifdef HAVE_STRING_H
  3719. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3720. | #  include <memory.h>
  3721. | # endif
  3722. | # include <string.h>
  3723. | #endif
  3724. | #ifdef HAVE_STRINGS_H
  3725. | # include <strings.h>
  3726. | #endif
  3727. | #ifdef HAVE_INTTYPES_H
  3728. | # include <inttypes.h>
  3729. | #endif
  3730. | #ifdef HAVE_STDINT_H
  3731. | # include <stdint.h>
  3732. | #endif
  3733. | #ifdef HAVE_UNISTD_H
  3734. | # include <unistd.h>
  3735. | #endif
  3736. | int
  3737. | main ()
  3738. | {
  3739. | if (sizeof ((pid_t)))
  3740. |       return 0;
  3741. |   ;
  3742. |   return 0;
  3743. | }
  3744. configure:9055: result: yes
  3745. configure:9068: checking for vfork.h
  3746. configure:9068: /usr/bin/gcc -E  conftest.c
  3747. conftest.c:105:19: error: vfork.h: No such file or directory
  3748. configure:9068: $? = 1
  3749. configure: failed program was:
  3750. | /* confdefs.h */
  3751. | #define PACKAGE_NAME ""
  3752. | #define PACKAGE_TARNAME ""
  3753. | #define PACKAGE_VERSION ""
  3754. | #define PACKAGE_STRING ""
  3755. | #define PACKAGE_BUGREPORT ""
  3756. | #define PACKAGE_URL ""
  3757. | #define HAVE_GNU_LD 1
  3758. | #define HAVE_GNU_AS 0
  3759. | #define STDC_HEADERS 1
  3760. | #define HAVE_SYS_TYPES_H 1
  3761. | #define HAVE_SYS_STAT_H 1
  3762. | #define HAVE_STDLIB_H 1
  3763. | #define HAVE_STRING_H 1
  3764. | #define HAVE_MEMORY_H 1
  3765. | #define HAVE_STRINGS_H 1
  3766. | #define HAVE_INTTYPES_H 1
  3767. | #define HAVE_STDINT_H 1
  3768. | #define HAVE_UNISTD_H 1
  3769. | #define __EXTENSIONS__ 1
  3770. | #define _ALL_SOURCE 1
  3771. | #define _GNU_SOURCE 1
  3772. | #define _POSIX_PTHREAD_SEMANTICS 1
  3773. | #define _TANDEM_SOURCE 1
  3774. | #define _FILE_OFFSET_BITS 64
  3775. | #define SIZEOF_VOID_P 4
  3776. | #define SIZEOF_SHORT 2
  3777. | #define SIZEOF_INT 4
  3778. | #define SIZEOF_LONG 4
  3779. | #define HAVE_LONG_LONG 1
  3780. | #define SIZEOF_LONG_LONG 8
  3781. | #define HAVE_LONG_LONG_INT 1
  3782. | #define HAVE_INTMAX_T 1
  3783. | #define HAVE_INTPTR_T 1
  3784. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3785. | #define HAVE_UINTMAX_T 1
  3786. | #define HAVE_UINTPTR_T 1
  3787. | #define ENABLE_ASSERT_CHECKING 1
  3788. | #define ENABLE_RUNTIME_CHECKING 1
  3789. | #define ENABLE_DECIMAL_FLOAT 0
  3790. | #define ENABLE_DECIMAL_BID_FORMAT 0
  3791. | #define ENABLE_FIXED_POINT 0
  3792. | #define STDC_HEADERS 1
  3793. | #define TIME_WITH_SYS_TIME 1
  3794. | #define STRING_WITH_STRINGS 1
  3795. | #define HAVE_SYS_WAIT_H 1
  3796. | #define HAVE_LIMITS_H 1
  3797. | #define HAVE_STDDEF_H 1
  3798. | #define HAVE_STRING_H 1
  3799. | #define HAVE_STRINGS_H 1
  3800. | #define HAVE_STDLIB_H 1
  3801. | #define HAVE_TIME_H 1
  3802. | #define HAVE_ICONV_H 1
  3803. | #define HAVE_FCNTL_H 1
  3804. | #define HAVE_UNISTD_H 1
  3805. | #define HAVE_SYS_FILE_H 1
  3806. | #define HAVE_SYS_TIME_H 1
  3807. | #define HAVE_SYS_MMAN_H 1
  3808. | #define HAVE_SYS_RESOURCE_H 1
  3809. | #define HAVE_SYS_PARAM_H 1
  3810. | #define HAVE_SYS_TIMES_H 1
  3811. | #define HAVE_SYS_STAT_H 1
  3812. | #define HAVE_MALLOC_H 1
  3813. | #define HAVE_LANGINFO_H 1
  3814. | #define HAVE_LOCALE_H 1
  3815. | #define HAVE_WCHAR_H 1
  3816. | #define HAVE_TR1_UNORDERED_MAP 1
  3817. | #define HAVE_EXT_HASH_MAP 1
  3818. | #define HAVE_INTTYPES_H 1
  3819. | #define HAVE_TIMES 1
  3820. | #define HAVE_CLOCK 1
  3821. | #define HAVE_KILL 1
  3822. | #define HAVE_GETRLIMIT 1
  3823. | #define HAVE_SETRLIMIT 1
  3824. | #define HAVE_ATOLL 1
  3825. | #define HAVE_SYSCONF 1
  3826. | #define HAVE_STRSIGNAL 1
  3827. | #define HAVE_GETRUSAGE 1
  3828. | #define HAVE_NL_LANGINFO 1
  3829. | #define HAVE_GETTIMEOFDAY 1
  3830. | #define HAVE_MBSTOWCS 1
  3831. | #define HAVE_WCSWIDTH 1
  3832. | #define HAVE_MMAP 1
  3833. | #define HAVE_SETLOCALE 1
  3834. | #define HAVE_CLEARERR_UNLOCKED 1
  3835. | #define HAVE_FEOF_UNLOCKED 1
  3836. | #define HAVE_FERROR_UNLOCKED 1
  3837. | #define HAVE_FFLUSH_UNLOCKED 1
  3838. | #define HAVE_FGETC_UNLOCKED 1
  3839. | #define HAVE_FGETS_UNLOCKED 1
  3840. | #define HAVE_FILENO_UNLOCKED 1
  3841. | #define HAVE_FPUTC_UNLOCKED 1
  3842. | #define HAVE_FPUTS_UNLOCKED 1
  3843. | #define HAVE_FREAD_UNLOCKED 1
  3844. | #define HAVE_FWRITE_UNLOCKED 1
  3845. | #define HAVE_GETCHAR_UNLOCKED 1
  3846. | #define HAVE_GETC_UNLOCKED 1
  3847. | #define HAVE_PUTCHAR_UNLOCKED 1
  3848. | #define HAVE_PUTC_UNLOCKED 1
  3849. | #define HAVE_WORKING_MBSTOWCS 1
  3850. | #define HAVE_MMAP_FILE 1
  3851. | #define HAVE_MMAP_DEV_ZERO 1
  3852. | #define HAVE_MMAP_ANON 1
  3853. | /* end confdefs.h.  */
  3854. | #include <vfork.h>
  3855. configure:9068: result: no
  3856. configure:9080: checking for fork
  3857. configure:9080: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3858. conftest.c:128: warning: conflicting types for built-in function 'fork'
  3859. configure:9080: $? = 0
  3860. configure:9080: result: yes
  3861. configure:9080: checking for vfork
  3862. configure:9080: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3863. configure:9080: $? = 0
  3864. configure:9080: result: yes
  3865. configure:9091: checking for working fork
  3866. configure:9113: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3867. configure:9113: $? = 0
  3868. configure:9113: ./conftest
  3869. configure:9113: $? = 0
  3870. configure:9123: result: yes
  3871. configure:9144: checking for working vfork
  3872. configure:9254: result: yes
  3873. configure:9320: checking for ld used by GCC
  3874. configure:9383: result: /usr/bin/ld
  3875. configure:9390: checking if the linker (/usr/bin/ld) is GNU ld
  3876. GNU ld (GNU Binutils for Debian) 2.20.1-system.20100303
  3877. configure:9402: result: yes
  3878. configure:9408: checking for shared library run path origin
  3879. configure:9421: result: done
  3880. configure:9851: checking for iconv
  3881. configure:9873: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3882. configure:9873: $? = 0
  3883. configure:9905: result: yes
  3884. configure:9926: checking for iconv declaration
  3885. configure:9955: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  3886. configure:9955: $? = 0
  3887. configure:9966: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  3888. configure:9981: checking for LC_MESSAGES
  3889. configure:9997: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3890. configure:9997: $? = 0
  3891. configure:10005: result: yes
  3892. configure:10015: checking for nl_langinfo and CODESET
  3893. configure:10031: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  3894. configure:10031: $? = 0
  3895. configure:10040: result: yes
  3896. configure:10058: checking whether getenv is declared
  3897. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3898. configure:10081: $? = 0
  3899. configure:10090: result: yes
  3900. configure:10058: checking whether atol is declared
  3901. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3902. configure:10081: $? = 0
  3903. configure:10090: result: yes
  3904. configure:10058: checking whether asprintf is declared
  3905. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3906. configure:10081: $? = 0
  3907. configure:10090: result: yes
  3908. configure:10058: checking whether sbrk is declared
  3909. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3910. configure:10081: $? = 0
  3911. configure:10090: result: yes
  3912. configure:10058: checking whether abort is declared
  3913. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3914. configure:10081: $? = 0
  3915. configure:10090: result: yes
  3916. configure:10058: checking whether atof is declared
  3917. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3918. configure:10081: $? = 0
  3919. configure:10090: result: yes
  3920. configure:10058: checking whether getcwd is declared
  3921. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3922. configure:10081: $? = 0
  3923. configure:10090: result: yes
  3924. configure:10058: checking whether getwd is declared
  3925. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3926. conftest.c: In function 'main':
  3927. conftest.c:130: warning: 'getwd' is deprecated (declared at /usr/include/unistd.h:520)
  3928. configure:10081: $? = 0
  3929. configure:10090: result: yes
  3930. configure:10058: checking whether strsignal is declared
  3931. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3932. configure:10081: $? = 0
  3933. configure:10090: result: yes
  3934. configure:10058: checking whether strstr is declared
  3935. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3936. configure:10081: $? = 0
  3937. configure:10090: result: yes
  3938. configure:10058: checking whether strverscmp is declared
  3939. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3940. configure:10081: $? = 0
  3941. configure:10090: result: yes
  3942. configure:10058: checking whether errno is declared
  3943. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3944. configure:10081: $? = 0
  3945. configure:10090: result: yes
  3946. configure:10058: checking whether snprintf is declared
  3947. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3948. configure:10081: $? = 0
  3949. configure:10090: result: yes
  3950. configure:10058: checking whether vsnprintf is declared
  3951. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3952. configure:10081: $? = 0
  3953. configure:10090: result: yes
  3954. configure:10058: checking whether vasprintf is declared
  3955. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3956. configure:10081: $? = 0
  3957. configure:10090: result: yes
  3958. configure:10058: checking whether malloc is declared
  3959. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3960. configure:10081: $? = 0
  3961. configure:10090: result: yes
  3962. configure:10058: checking whether realloc is declared
  3963. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3964. configure:10081: $? = 0
  3965. configure:10090: result: yes
  3966. configure:10058: checking whether calloc is declared
  3967. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3968. configure:10081: $? = 0
  3969. configure:10090: result: yes
  3970. configure:10058: checking whether free is declared
  3971. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3972. configure:10081: $? = 0
  3973. configure:10090: result: yes
  3974. configure:10058: checking whether basename is declared
  3975. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3976. configure:10081: $? = 0
  3977. configure:10090: result: yes
  3978. configure:10058: checking whether getopt is declared
  3979. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  3980. conftest.c: In function 'main':
  3981. conftest.c:143: error: 'getopt' undeclared (first use in this function)
  3982. conftest.c:143: error: (Each undeclared identifier is reported only once
  3983. conftest.c:143: error: for each function it appears in.)
  3984. configure:10081: $? = 1
  3985. configure: failed program was:
  3986. | /* confdefs.h */
  3987. | #define PACKAGE_NAME ""
  3988. | #define PACKAGE_TARNAME ""
  3989. | #define PACKAGE_VERSION ""
  3990. | #define PACKAGE_STRING ""
  3991. | #define PACKAGE_BUGREPORT ""
  3992. | #define PACKAGE_URL ""
  3993. | #define HAVE_GNU_LD 1
  3994. | #define HAVE_GNU_AS 0
  3995. | #define STDC_HEADERS 1
  3996. | #define HAVE_SYS_TYPES_H 1
  3997. | #define HAVE_SYS_STAT_H 1
  3998. | #define HAVE_STDLIB_H 1
  3999. | #define HAVE_STRING_H 1
  4000. | #define HAVE_MEMORY_H 1
  4001. | #define HAVE_STRINGS_H 1
  4002. | #define HAVE_INTTYPES_H 1
  4003. | #define HAVE_STDINT_H 1
  4004. | #define HAVE_UNISTD_H 1
  4005. | #define __EXTENSIONS__ 1
  4006. | #define _ALL_SOURCE 1
  4007. | #define _GNU_SOURCE 1
  4008. | #define _POSIX_PTHREAD_SEMANTICS 1
  4009. | #define _TANDEM_SOURCE 1
  4010. | #define _FILE_OFFSET_BITS 64
  4011. | #define SIZEOF_VOID_P 4
  4012. | #define SIZEOF_SHORT 2
  4013. | #define SIZEOF_INT 4
  4014. | #define SIZEOF_LONG 4
  4015. | #define HAVE_LONG_LONG 1
  4016. | #define SIZEOF_LONG_LONG 8
  4017. | #define HAVE_LONG_LONG_INT 1
  4018. | #define HAVE_INTMAX_T 1
  4019. | #define HAVE_INTPTR_T 1
  4020. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4021. | #define HAVE_UINTMAX_T 1
  4022. | #define HAVE_UINTPTR_T 1
  4023. | #define ENABLE_ASSERT_CHECKING 1
  4024. | #define ENABLE_RUNTIME_CHECKING 1
  4025. | #define ENABLE_DECIMAL_FLOAT 0
  4026. | #define ENABLE_DECIMAL_BID_FORMAT 0
  4027. | #define ENABLE_FIXED_POINT 0
  4028. | #define STDC_HEADERS 1
  4029. | #define TIME_WITH_SYS_TIME 1
  4030. | #define STRING_WITH_STRINGS 1
  4031. | #define HAVE_SYS_WAIT_H 1
  4032. | #define HAVE_LIMITS_H 1
  4033. | #define HAVE_STDDEF_H 1
  4034. | #define HAVE_STRING_H 1
  4035. | #define HAVE_STRINGS_H 1
  4036. | #define HAVE_STDLIB_H 1
  4037. | #define HAVE_TIME_H 1
  4038. | #define HAVE_ICONV_H 1
  4039. | #define HAVE_FCNTL_H 1
  4040. | #define HAVE_UNISTD_H 1
  4041. | #define HAVE_SYS_FILE_H 1
  4042. | #define HAVE_SYS_TIME_H 1
  4043. | #define HAVE_SYS_MMAN_H 1
  4044. | #define HAVE_SYS_RESOURCE_H 1
  4045. | #define HAVE_SYS_PARAM_H 1
  4046. | #define HAVE_SYS_TIMES_H 1
  4047. | #define HAVE_SYS_STAT_H 1
  4048. | #define HAVE_MALLOC_H 1
  4049. | #define HAVE_LANGINFO_H 1
  4050. | #define HAVE_LOCALE_H 1
  4051. | #define HAVE_WCHAR_H 1
  4052. | #define HAVE_TR1_UNORDERED_MAP 1
  4053. | #define HAVE_EXT_HASH_MAP 1
  4054. | #define HAVE_INTTYPES_H 1
  4055. | #define HAVE_TIMES 1
  4056. | #define HAVE_CLOCK 1
  4057. | #define HAVE_KILL 1
  4058. | #define HAVE_GETRLIMIT 1
  4059. | #define HAVE_SETRLIMIT 1
  4060. | #define HAVE_ATOLL 1
  4061. | #define HAVE_SYSCONF 1
  4062. | #define HAVE_STRSIGNAL 1
  4063. | #define HAVE_GETRUSAGE 1
  4064. | #define HAVE_NL_LANGINFO 1
  4065. | #define HAVE_GETTIMEOFDAY 1
  4066. | #define HAVE_MBSTOWCS 1
  4067. | #define HAVE_WCSWIDTH 1
  4068. | #define HAVE_MMAP 1
  4069. | #define HAVE_SETLOCALE 1
  4070. | #define HAVE_CLEARERR_UNLOCKED 1
  4071. | #define HAVE_FEOF_UNLOCKED 1
  4072. | #define HAVE_FERROR_UNLOCKED 1
  4073. | #define HAVE_FFLUSH_UNLOCKED 1
  4074. | #define HAVE_FGETC_UNLOCKED 1
  4075. | #define HAVE_FGETS_UNLOCKED 1
  4076. | #define HAVE_FILENO_UNLOCKED 1
  4077. | #define HAVE_FPUTC_UNLOCKED 1
  4078. | #define HAVE_FPUTS_UNLOCKED 1
  4079. | #define HAVE_FREAD_UNLOCKED 1
  4080. | #define HAVE_FWRITE_UNLOCKED 1
  4081. | #define HAVE_GETCHAR_UNLOCKED 1
  4082. | #define HAVE_GETC_UNLOCKED 1
  4083. | #define HAVE_PUTCHAR_UNLOCKED 1
  4084. | #define HAVE_PUTC_UNLOCKED 1
  4085. | #define HAVE_WORKING_MBSTOWCS 1
  4086. | #define HAVE_MMAP_FILE 1
  4087. | #define HAVE_MMAP_DEV_ZERO 1
  4088. | #define HAVE_MMAP_ANON 1
  4089. | #define HAVE_FORK 1
  4090. | #define HAVE_VFORK 1
  4091. | #define HAVE_WORKING_VFORK 1
  4092. | #define HAVE_WORKING_FORK 1
  4093. | #define HAVE_ICONV 1
  4094. | #define ICONV_CONST
  4095. | #define HAVE_LC_MESSAGES 1
  4096. | #define HAVE_LANGINFO_CODESET 1
  4097. | #define HAVE_DECL_GETENV 1
  4098. | #define HAVE_DECL_ATOL 1
  4099. | #define HAVE_DECL_ASPRINTF 1
  4100. | #define HAVE_DECL_SBRK 1
  4101. | #define HAVE_DECL_ABORT 1
  4102. | #define HAVE_DECL_ATOF 1
  4103. | #define HAVE_DECL_GETCWD 1
  4104. | #define HAVE_DECL_GETWD 1
  4105. | #define HAVE_DECL_STRSIGNAL 1
  4106. | #define HAVE_DECL_STRSTR 1
  4107. | #define HAVE_DECL_STRVERSCMP 1
  4108. | #define HAVE_DECL_ERRNO 1
  4109. | #define HAVE_DECL_SNPRINTF 1
  4110. | #define HAVE_DECL_VSNPRINTF 1
  4111. | #define HAVE_DECL_VASPRINTF 1
  4112. | #define HAVE_DECL_MALLOC 1
  4113. | #define HAVE_DECL_REALLOC 1
  4114. | #define HAVE_DECL_CALLOC 1
  4115. | #define HAVE_DECL_FREE 1
  4116. | #define HAVE_DECL_BASENAME 1
  4117. | /* end confdefs.h.  */
  4118. | #undef HAVE_DECL_GETOPT
  4119. | #define HAVE_DECL_GETOPT 1
  4120. |
  4121. | #include "ansidecl.h"
  4122. | #include "system.h"
  4123. |
  4124. | int
  4125. | main ()
  4126. | {
  4127. | #ifndef getopt
  4128. | char *(*pfn) = (char *(*)) getopt ;
  4129. | #endif
  4130. |   ;
  4131. |   return 0;
  4132. | }
  4133. configure:10096: result: no
  4134. configure:10058: checking whether clock is declared
  4135. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4136. configure:10081: $? = 0
  4137. configure:10090: result: yes
  4138. configure:10058: checking whether getpagesize is declared
  4139. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4140. configure:10081: $? = 0
  4141. configure:10090: result: yes
  4142. configure:10058: checking whether clearerr_unlocked is declared
  4143. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4144. configure:10081: $? = 0
  4145. configure:10090: result: yes
  4146. configure:10058: checking whether feof_unlocked is declared
  4147. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4148. configure:10081: $? = 0
  4149. configure:10090: result: yes
  4150. configure:10058: checking whether ferror_unlocked is declared
  4151. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4152. configure:10081: $? = 0
  4153. configure:10090: result: yes
  4154. configure:10058: checking whether fflush_unlocked is declared
  4155. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4156. configure:10081: $? = 0
  4157. configure:10090: result: yes
  4158. configure:10058: checking whether fgetc_unlocked is declared
  4159. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4160. configure:10081: $? = 0
  4161. configure:10090: result: yes
  4162. configure:10058: checking whether fgets_unlocked is declared
  4163. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4164. configure:10081: $? = 0
  4165. configure:10090: result: yes
  4166. configure:10058: checking whether fileno_unlocked is declared
  4167. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4168. configure:10081: $? = 0
  4169. configure:10090: result: yes
  4170. configure:10058: checking whether fprintf_unlocked is declared
  4171. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4172. conftest.c: In function 'main':
  4173. conftest.c:153: error: 'fprintf_unlocked' undeclared (first use in this function)
  4174. conftest.c:153: error: (Each undeclared identifier is reported only once
  4175. conftest.c:153: error: for each function it appears in.)
  4176. configure:10081: $? = 1
  4177. configure: failed program was:
  4178. | /* confdefs.h */
  4179. | #define PACKAGE_NAME ""
  4180. | #define PACKAGE_TARNAME ""
  4181. | #define PACKAGE_VERSION ""
  4182. | #define PACKAGE_STRING ""
  4183. | #define PACKAGE_BUGREPORT ""
  4184. | #define PACKAGE_URL ""
  4185. | #define HAVE_GNU_LD 1
  4186. | #define HAVE_GNU_AS 0
  4187. | #define STDC_HEADERS 1
  4188. | #define HAVE_SYS_TYPES_H 1
  4189. | #define HAVE_SYS_STAT_H 1
  4190. | #define HAVE_STDLIB_H 1
  4191. | #define HAVE_STRING_H 1
  4192. | #define HAVE_MEMORY_H 1
  4193. | #define HAVE_STRINGS_H 1
  4194. | #define HAVE_INTTYPES_H 1
  4195. | #define HAVE_STDINT_H 1
  4196. | #define HAVE_UNISTD_H 1
  4197. | #define __EXTENSIONS__ 1
  4198. | #define _ALL_SOURCE 1
  4199. | #define _GNU_SOURCE 1
  4200. | #define _POSIX_PTHREAD_SEMANTICS 1
  4201. | #define _TANDEM_SOURCE 1
  4202. | #define _FILE_OFFSET_BITS 64
  4203. | #define SIZEOF_VOID_P 4
  4204. | #define SIZEOF_SHORT 2
  4205. | #define SIZEOF_INT 4
  4206. | #define SIZEOF_LONG 4
  4207. | #define HAVE_LONG_LONG 1
  4208. | #define SIZEOF_LONG_LONG 8
  4209. | #define HAVE_LONG_LONG_INT 1
  4210. | #define HAVE_INTMAX_T 1
  4211. | #define HAVE_INTPTR_T 1
  4212. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4213. | #define HAVE_UINTMAX_T 1
  4214. | #define HAVE_UINTPTR_T 1
  4215. | #define ENABLE_ASSERT_CHECKING 1
  4216. | #define ENABLE_RUNTIME_CHECKING 1
  4217. | #define ENABLE_DECIMAL_FLOAT 0
  4218. | #define ENABLE_DECIMAL_BID_FORMAT 0
  4219. | #define ENABLE_FIXED_POINT 0
  4220. | #define STDC_HEADERS 1
  4221. | #define TIME_WITH_SYS_TIME 1
  4222. | #define STRING_WITH_STRINGS 1
  4223. | #define HAVE_SYS_WAIT_H 1
  4224. | #define HAVE_LIMITS_H 1
  4225. | #define HAVE_STDDEF_H 1
  4226. | #define HAVE_STRING_H 1
  4227. | #define HAVE_STRINGS_H 1
  4228. | #define HAVE_STDLIB_H 1
  4229. | #define HAVE_TIME_H 1
  4230. | #define HAVE_ICONV_H 1
  4231. | #define HAVE_FCNTL_H 1
  4232. | #define HAVE_UNISTD_H 1
  4233. | #define HAVE_SYS_FILE_H 1
  4234. | #define HAVE_SYS_TIME_H 1
  4235. | #define HAVE_SYS_MMAN_H 1
  4236. | #define HAVE_SYS_RESOURCE_H 1
  4237. | #define HAVE_SYS_PARAM_H 1
  4238. | #define HAVE_SYS_TIMES_H 1
  4239. | #define HAVE_SYS_STAT_H 1
  4240. | #define HAVE_MALLOC_H 1
  4241. | #define HAVE_LANGINFO_H 1
  4242. | #define HAVE_LOCALE_H 1
  4243. | #define HAVE_WCHAR_H 1
  4244. | #define HAVE_TR1_UNORDERED_MAP 1
  4245. | #define HAVE_EXT_HASH_MAP 1
  4246. | #define HAVE_INTTYPES_H 1
  4247. | #define HAVE_TIMES 1
  4248. | #define HAVE_CLOCK 1
  4249. | #define HAVE_KILL 1
  4250. | #define HAVE_GETRLIMIT 1
  4251. | #define HAVE_SETRLIMIT 1
  4252. | #define HAVE_ATOLL 1
  4253. | #define HAVE_SYSCONF 1
  4254. | #define HAVE_STRSIGNAL 1
  4255. | #define HAVE_GETRUSAGE 1
  4256. | #define HAVE_NL_LANGINFO 1
  4257. | #define HAVE_GETTIMEOFDAY 1
  4258. | #define HAVE_MBSTOWCS 1
  4259. | #define HAVE_WCSWIDTH 1
  4260. | #define HAVE_MMAP 1
  4261. | #define HAVE_SETLOCALE 1
  4262. | #define HAVE_CLEARERR_UNLOCKED 1
  4263. | #define HAVE_FEOF_UNLOCKED 1
  4264. | #define HAVE_FERROR_UNLOCKED 1
  4265. | #define HAVE_FFLUSH_UNLOCKED 1
  4266. | #define HAVE_FGETC_UNLOCKED 1
  4267. | #define HAVE_FGETS_UNLOCKED 1
  4268. | #define HAVE_FILENO_UNLOCKED 1
  4269. | #define HAVE_FPUTC_UNLOCKED 1
  4270. | #define HAVE_FPUTS_UNLOCKED 1
  4271. | #define HAVE_FREAD_UNLOCKED 1
  4272. | #define HAVE_FWRITE_UNLOCKED 1
  4273. | #define HAVE_GETCHAR_UNLOCKED 1
  4274. | #define HAVE_GETC_UNLOCKED 1
  4275. | #define HAVE_PUTCHAR_UNLOCKED 1
  4276. | #define HAVE_PUTC_UNLOCKED 1
  4277. | #define HAVE_WORKING_MBSTOWCS 1
  4278. | #define HAVE_MMAP_FILE 1
  4279. | #define HAVE_MMAP_DEV_ZERO 1
  4280. | #define HAVE_MMAP_ANON 1
  4281. | #define HAVE_FORK 1
  4282. | #define HAVE_VFORK 1
  4283. | #define HAVE_WORKING_VFORK 1
  4284. | #define HAVE_WORKING_FORK 1
  4285. | #define HAVE_ICONV 1
  4286. | #define ICONV_CONST
  4287. | #define HAVE_LC_MESSAGES 1
  4288. | #define HAVE_LANGINFO_CODESET 1
  4289. | #define HAVE_DECL_GETENV 1
  4290. | #define HAVE_DECL_ATOL 1
  4291. | #define HAVE_DECL_ASPRINTF 1
  4292. | #define HAVE_DECL_SBRK 1
  4293. | #define HAVE_DECL_ABORT 1
  4294. | #define HAVE_DECL_ATOF 1
  4295. | #define HAVE_DECL_GETCWD 1
  4296. | #define HAVE_DECL_GETWD 1
  4297. | #define HAVE_DECL_STRSIGNAL 1
  4298. | #define HAVE_DECL_STRSTR 1
  4299. | #define HAVE_DECL_STRVERSCMP 1
  4300. | #define HAVE_DECL_ERRNO 1
  4301. | #define HAVE_DECL_SNPRINTF 1
  4302. | #define HAVE_DECL_VSNPRINTF 1
  4303. | #define HAVE_DECL_VASPRINTF 1
  4304. | #define HAVE_DECL_MALLOC 1
  4305. | #define HAVE_DECL_REALLOC 1
  4306. | #define HAVE_DECL_CALLOC 1
  4307. | #define HAVE_DECL_FREE 1
  4308. | #define HAVE_DECL_BASENAME 1
  4309. | #define HAVE_DECL_GETOPT 0
  4310. | #define HAVE_DECL_CLOCK 1
  4311. | #define HAVE_DECL_GETPAGESIZE 1
  4312. | #define HAVE_DECL_CLEARERR_UNLOCKED 1
  4313. | #define HAVE_DECL_FEOF_UNLOCKED 1
  4314. | #define HAVE_DECL_FERROR_UNLOCKED 1
  4315. | #define HAVE_DECL_FFLUSH_UNLOCKED 1
  4316. | #define HAVE_DECL_FGETC_UNLOCKED 1
  4317. | #define HAVE_DECL_FGETS_UNLOCKED 1
  4318. | #define HAVE_DECL_FILENO_UNLOCKED 1
  4319. | /* end confdefs.h.  */
  4320. | #undef HAVE_DECL_FPRINTF_UNLOCKED
  4321. | #define HAVE_DECL_FPRINTF_UNLOCKED 1
  4322. |
  4323. | #include "ansidecl.h"
  4324. | #include "system.h"
  4325. |
  4326. | int
  4327. | main ()
  4328. | {
  4329. | #ifndef fprintf_unlocked
  4330. | char *(*pfn) = (char *(*)) fprintf_unlocked ;
  4331. | #endif
  4332. |   ;
  4333. |   return 0;
  4334. | }
  4335. configure:10096: result: no
  4336. configure:10058: checking whether fputc_unlocked is declared
  4337. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4338. configure:10081: $? = 0
  4339. configure:10090: result: yes
  4340. configure:10058: checking whether fputs_unlocked is declared
  4341. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4342. configure:10081: $? = 0
  4343. configure:10090: result: yes
  4344. configure:10058: checking whether fread_unlocked is declared
  4345. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4346. configure:10081: $? = 0
  4347. configure:10090: result: yes
  4348. configure:10058: checking whether fwrite_unlocked is declared
  4349. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4350. configure:10081: $? = 0
  4351. configure:10090: result: yes
  4352. configure:10058: checking whether getchar_unlocked is declared
  4353. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4354. configure:10081: $? = 0
  4355. configure:10090: result: yes
  4356. configure:10058: checking whether getc_unlocked is declared
  4357. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4358. configure:10081: $? = 0
  4359. configure:10090: result: yes
  4360. configure:10058: checking whether putchar_unlocked is declared
  4361. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4362. configure:10081: $? = 0
  4363. configure:10090: result: yes
  4364. configure:10058: checking whether putc_unlocked is declared
  4365. configure:10081: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4366. configure:10081: $? = 0
  4367. configure:10090: result: yes
  4368. configure:10109: checking whether getrlimit is declared
  4369. configure:10136: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4370. configure:10136: $? = 0
  4371. configure:10145: result: yes
  4372. configure:10109: checking whether setrlimit is declared
  4373. configure:10136: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4374. configure:10136: $? = 0
  4375. configure:10145: result: yes
  4376. configure:10109: checking whether getrusage is declared
  4377. configure:10136: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4378. configure:10136: $? = 0
  4379. configure:10145: result: yes
  4380. configure:10178: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4381. configure:10178: $? = 0
  4382. configure:10194: checking whether ldgetname is declared
  4383. configure:10223: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4384. conftest.c: In function 'main':
  4385. conftest.c:171: error: 'ldgetname' undeclared (first use in this function)
  4386. conftest.c:171: error: (Each undeclared identifier is reported only once
  4387. conftest.c:171: error: for each function it appears in.)
  4388. configure:10223: $? = 1
  4389. configure: failed program was:
  4390. | /* confdefs.h */
  4391. | #define PACKAGE_NAME ""
  4392. | #define PACKAGE_TARNAME ""
  4393. | #define PACKAGE_VERSION ""
  4394. | #define PACKAGE_STRING ""
  4395. | #define PACKAGE_BUGREPORT ""
  4396. | #define PACKAGE_URL ""
  4397. | #define HAVE_GNU_LD 1
  4398. | #define HAVE_GNU_AS 0
  4399. | #define STDC_HEADERS 1
  4400. | #define HAVE_SYS_TYPES_H 1
  4401. | #define HAVE_SYS_STAT_H 1
  4402. | #define HAVE_STDLIB_H 1
  4403. | #define HAVE_STRING_H 1
  4404. | #define HAVE_MEMORY_H 1
  4405. | #define HAVE_STRINGS_H 1
  4406. | #define HAVE_INTTYPES_H 1
  4407. | #define HAVE_STDINT_H 1
  4408. | #define HAVE_UNISTD_H 1
  4409. | #define __EXTENSIONS__ 1
  4410. | #define _ALL_SOURCE 1
  4411. | #define _GNU_SOURCE 1
  4412. | #define _POSIX_PTHREAD_SEMANTICS 1
  4413. | #define _TANDEM_SOURCE 1
  4414. | #define _FILE_OFFSET_BITS 64
  4415. | #define SIZEOF_VOID_P 4
  4416. | #define SIZEOF_SHORT 2
  4417. | #define SIZEOF_INT 4
  4418. | #define SIZEOF_LONG 4
  4419. | #define HAVE_LONG_LONG 1
  4420. | #define SIZEOF_LONG_LONG 8
  4421. | #define HAVE_LONG_LONG_INT 1
  4422. | #define HAVE_INTMAX_T 1
  4423. | #define HAVE_INTPTR_T 1
  4424. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4425. | #define HAVE_UINTMAX_T 1
  4426. | #define HAVE_UINTPTR_T 1
  4427. | #define ENABLE_ASSERT_CHECKING 1
  4428. | #define ENABLE_RUNTIME_CHECKING 1
  4429. | #define ENABLE_DECIMAL_FLOAT 0
  4430. | #define ENABLE_DECIMAL_BID_FORMAT 0
  4431. | #define ENABLE_FIXED_POINT 0
  4432. | #define STDC_HEADERS 1
  4433. | #define TIME_WITH_SYS_TIME 1
  4434. | #define STRING_WITH_STRINGS 1
  4435. | #define HAVE_SYS_WAIT_H 1
  4436. | #define HAVE_LIMITS_H 1
  4437. | #define HAVE_STDDEF_H 1
  4438. | #define HAVE_STRING_H 1
  4439. | #define HAVE_STRINGS_H 1
  4440. | #define HAVE_STDLIB_H 1
  4441. | #define HAVE_TIME_H 1
  4442. | #define HAVE_ICONV_H 1
  4443. | #define HAVE_FCNTL_H 1
  4444. | #define HAVE_UNISTD_H 1
  4445. | #define HAVE_SYS_FILE_H 1
  4446. | #define HAVE_SYS_TIME_H 1
  4447. | #define HAVE_SYS_MMAN_H 1
  4448. | #define HAVE_SYS_RESOURCE_H 1
  4449. | #define HAVE_SYS_PARAM_H 1
  4450. | #define HAVE_SYS_TIMES_H 1
  4451. | #define HAVE_SYS_STAT_H 1
  4452. | #define HAVE_MALLOC_H 1
  4453. | #define HAVE_LANGINFO_H 1
  4454. | #define HAVE_LOCALE_H 1
  4455. | #define HAVE_WCHAR_H 1
  4456. | #define HAVE_TR1_UNORDERED_MAP 1
  4457. | #define HAVE_EXT_HASH_MAP 1
  4458. | #define HAVE_INTTYPES_H 1
  4459. | #define HAVE_TIMES 1
  4460. | #define HAVE_CLOCK 1
  4461. | #define HAVE_KILL 1
  4462. | #define HAVE_GETRLIMIT 1
  4463. | #define HAVE_SETRLIMIT 1
  4464. | #define HAVE_ATOLL 1
  4465. | #define HAVE_SYSCONF 1
  4466. | #define HAVE_STRSIGNAL 1
  4467. | #define HAVE_GETRUSAGE 1
  4468. | #define HAVE_NL_LANGINFO 1
  4469. | #define HAVE_GETTIMEOFDAY 1
  4470. | #define HAVE_MBSTOWCS 1
  4471. | #define HAVE_WCSWIDTH 1
  4472. | #define HAVE_MMAP 1
  4473. | #define HAVE_SETLOCALE 1
  4474. | #define HAVE_CLEARERR_UNLOCKED 1
  4475. | #define HAVE_FEOF_UNLOCKED 1
  4476. | #define HAVE_FERROR_UNLOCKED 1
  4477. | #define HAVE_FFLUSH_UNLOCKED 1
  4478. | #define HAVE_FGETC_UNLOCKED 1
  4479. | #define HAVE_FGETS_UNLOCKED 1
  4480. | #define HAVE_FILENO_UNLOCKED 1
  4481. | #define HAVE_FPUTC_UNLOCKED 1
  4482. | #define HAVE_FPUTS_UNLOCKED 1
  4483. | #define HAVE_FREAD_UNLOCKED 1
  4484. | #define HAVE_FWRITE_UNLOCKED 1
  4485. | #define HAVE_GETCHAR_UNLOCKED 1
  4486. | #define HAVE_GETC_UNLOCKED 1
  4487. | #define HAVE_PUTCHAR_UNLOCKED 1
  4488. | #define HAVE_PUTC_UNLOCKED 1
  4489. | #define HAVE_WORKING_MBSTOWCS 1
  4490. | #define HAVE_MMAP_FILE 1
  4491. | #define HAVE_MMAP_DEV_ZERO 1
  4492. | #define HAVE_MMAP_ANON 1
  4493. | #define HAVE_FORK 1
  4494. | #define HAVE_VFORK 1
  4495. | #define HAVE_WORKING_VFORK 1
  4496. | #define HAVE_WORKING_FORK 1
  4497. | #define HAVE_ICONV 1
  4498. | #define ICONV_CONST
  4499. | #define HAVE_LC_MESSAGES 1
  4500. | #define HAVE_LANGINFO_CODESET 1
  4501. | #define HAVE_DECL_GETENV 1
  4502. | #define HAVE_DECL_ATOL 1
  4503. | #define HAVE_DECL_ASPRINTF 1
  4504. | #define HAVE_DECL_SBRK 1
  4505. | #define HAVE_DECL_ABORT 1
  4506. | #define HAVE_DECL_ATOF 1
  4507. | #define HAVE_DECL_GETCWD 1
  4508. | #define HAVE_DECL_GETWD 1
  4509. | #define HAVE_DECL_STRSIGNAL 1
  4510. | #define HAVE_DECL_STRSTR 1
  4511. | #define HAVE_DECL_STRVERSCMP 1
  4512. | #define HAVE_DECL_ERRNO 1
  4513. | #define HAVE_DECL_SNPRINTF 1
  4514. | #define HAVE_DECL_VSNPRINTF 1
  4515. | #define HAVE_DECL_VASPRINTF 1
  4516. | #define HAVE_DECL_MALLOC 1
  4517. | #define HAVE_DECL_REALLOC 1
  4518. | #define HAVE_DECL_CALLOC 1
  4519. | #define HAVE_DECL_FREE 1
  4520. | #define HAVE_DECL_BASENAME 1
  4521. | #define HAVE_DECL_GETOPT 0
  4522. | #define HAVE_DECL_CLOCK 1
  4523. | #define HAVE_DECL_GETPAGESIZE 1
  4524. | #define HAVE_DECL_CLEARERR_UNLOCKED 1
  4525. | #define HAVE_DECL_FEOF_UNLOCKED 1
  4526. | #define HAVE_DECL_FERROR_UNLOCKED 1
  4527. | #define HAVE_DECL_FFLUSH_UNLOCKED 1
  4528. | #define HAVE_DECL_FGETC_UNLOCKED 1
  4529. | #define HAVE_DECL_FGETS_UNLOCKED 1
  4530. | #define HAVE_DECL_FILENO_UNLOCKED 1
  4531. | #define HAVE_DECL_FPRINTF_UNLOCKED 0
  4532. | #define HAVE_DECL_FPUTC_UNLOCKED 1
  4533. | #define HAVE_DECL_FPUTS_UNLOCKED 1
  4534. | #define HAVE_DECL_FREAD_UNLOCKED 1
  4535. | #define HAVE_DECL_FWRITE_UNLOCKED 1
  4536. | #define HAVE_DECL_GETCHAR_UNLOCKED 1
  4537. | #define HAVE_DECL_GETC_UNLOCKED 1
  4538. | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
  4539. | #define HAVE_DECL_PUTC_UNLOCKED 1
  4540. | #define HAVE_DECL_GETRLIMIT 1
  4541. | #define HAVE_DECL_SETRLIMIT 1
  4542. | #define HAVE_DECL_GETRUSAGE 1
  4543. | /* end confdefs.h.  */
  4544. | #undef HAVE_DECL_LDGETNAME
  4545. | #define HAVE_DECL_LDGETNAME 1
  4546. |
  4547. | #include "ansidecl.h"
  4548. | #include "system.h"
  4549. | #ifdef HAVE_LDFCN_H
  4550. | #undef FREAD
  4551. | #undef FWRITE
  4552. | #include <ldfcn.h>
  4553. | #endif
  4554. |
  4555. |
  4556. | int
  4557. | main ()
  4558. | {
  4559. | #ifndef ldgetname
  4560. | char *(*pfn) = (char *(*)) ldgetname ;
  4561. | #endif
  4562. |   ;
  4563. |   return 0;
  4564. | }
  4565. configure:10238: result: no
  4566. configure:10251: checking whether times is declared
  4567. configure:10278: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4568. configure:10278: $? = 0
  4569. configure:10287: result: yes
  4570. configure:10306: checking whether sigaltstack is declared
  4571. configure:10331: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4572. configure:10331: $? = 0
  4573. configure:10340: result: yes
  4574. configure:10357: checking for struct tms
  4575. configure:10380: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4576. configure:10380: $? = 0
  4577. configure:10387: result: yes
  4578. configure:10397: checking for clock_t
  4579. configure:10417: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc -I/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/../include  conftest.c >&5
  4580. configure:10417: $? = 0
  4581. configure:10424: result: yes
  4582. configure:10440: checking for .preinit_array/.init_array/.fini_array support
  4583. configure:10456: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  4584. configure:10456: $? = 0
  4585. configure:10456: ./conftest
  4586. configure:10456: $? = 0
  4587. configure:10466: result: yes
  4588. configure:10479: checking if mkdir takes one argument
  4589. configure:10505: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  4590. configure:10505: $? = 0
  4591. configure:10512: result: no
  4592. configure:10982: checking whether NLS is requested
  4593. configure:10985: result: no
  4594. configure:11486: checking how to print strings
  4595. configure:11513: result: printf
  4596. configure:11534: checking for a sed that does not truncate output
  4597. configure:11598: result: /bin/sed
  4598. configure:11616: checking for fgrep
  4599. configure:11678: result: /bin/grep -F
  4600. configure:11713: checking for ld used by /usr/bin/gcc
  4601. configure:11780: result: /usr/bin/ld
  4602. configure:11787: checking if the linker (/usr/bin/ld) is GNU ld
  4603. configure:11802: result: yes
  4604. configure:11814: checking for BSD- or MS-compatible name lister (nm)
  4605. configure:11863: result: /usr/bin/nm
  4606. configure:11993: checking the name lister (/usr/bin/nm) interface
  4607. configure:12000: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  4608. configure:12003: /usr/bin/nm "conftest.o"
  4609. configure:12006: output
  4610. 00000000 B some_variable
  4611. configure:12013: result: BSD nm
  4612. configure:12016: checking whether ln -s works
  4613. configure:12020: result: yes
  4614. configure:12028: checking the maximum length of command line arguments
  4615. configure:12153: result: 805306365
  4616. configure:12170: checking whether the shell understands some XSI constructs
  4617. configure:12180: result: yes
  4618. configure:12184: checking whether the shell understands "+="
  4619. configure:12190: result: yes
  4620. configure:12225: checking for /usr/bin/ld option to reload object files
  4621. configure:12232: result: -r
  4622. configure:12261: checking for i686-pc-linux-gnu-objdump
  4623. configure:12288: result: objdump
  4624. configure:12360: checking how to recognize dependent libraries
  4625. configure:12561: result: pass_all
  4626. configure:12581: checking for i686-pc-linux-gnu-ar
  4627. configure:12608: result: /usr/bin/ar
  4628. configure:12686: checking for i686-pc-linux-gnu-strip
  4629. configure:12716: result: no
  4630. configure:12726: checking for strip
  4631. configure:12742: found /usr/bin/strip
  4632. configure:12753: result: strip
  4633. configure:12785: checking for i686-pc-linux-gnu-ranlib
  4634. configure:12812: result: ranlib
  4635. configure:12954: checking command to parse /usr/bin/nm output from /usr/bin/gcc object
  4636. configure:13072: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  4637. configure:13075: $? = 0
  4638. configure:13079: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  4639. configure:13082: $? = 0
  4640. configure:13136: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c conftstm.o >&5
  4641. configure:13139: $? = 0
  4642. configure:13177: result: ok
  4643. configure:14012: checking for dlfcn.h
  4644. configure:14012: /usr/bin/gcc -E  conftest.c
  4645. configure:14012: $? = 0
  4646. configure:14012: result: yes
  4647. configure:14197: checking for objdir
  4648. configure:14212: result: .libs
  4649. configure:14483: checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions
  4650. configure:14501: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  -fno-rtti -fno-exceptions conftest.c >&5
  4651. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  4652. configure:14505: $? = 0
  4653. configure:14518: result: no
  4654. configure:14538: checking for /usr/bin/gcc option to produce PIC
  4655. configure:14823: result: -fPIC -DPIC
  4656. configure:14835: checking if /usr/bin/gcc PIC flag -fPIC -DPIC works
  4657. configure:14853: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  -fPIC -DPIC -DPIC conftest.c >&5
  4658. configure:14857: $? = 0
  4659. configure:14870: result: yes
  4660. configure:14894: checking if /usr/bin/gcc static flag -static works
  4661. configure:14922: result: yes
  4662. configure:14937: checking if /usr/bin/gcc supports -c -o file.o
  4663. configure:14958: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  -o out/conftest2.o conftest.c >&5
  4664. configure:14962: $? = 0
  4665. configure:14984: result: yes
  4666. configure:14992: checking if /usr/bin/gcc supports -c -o file.o
  4667. configure:15039: result: yes
  4668. configure:15072: checking whether the /usr/bin/gcc linker (/usr/bin/ld) supports shared libraries
  4669. configure:16143: result: yes
  4670. configure:16180: checking whether -lc should be explicitly linked in
  4671. configure:16188: /usr/bin/gcc -c -I/home/john/AM335/buildroot/output/host/usr/include  conftest.c >&5
  4672. configure:16191: $? = 0
  4673. configure:16206: /usr/bin/gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
  4674. configure:16209: $? = 0
  4675. configure:16223: result: no
  4676. configure:16388: checking dynamic linker characteristics
  4677. configure:16839: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath -Wl,/foo conftest.c  >&5
  4678. configure:16839: $? = 0
  4679. configure:17061: result: GNU/Linux ld.so
  4680. configure:17168: checking how to hardcode library paths into programs
  4681. configure:17193: result: immediate
  4682. configure:17733: checking whether stripping libraries is possible
  4683. configure:17738: result: yes
  4684. configure:17773: checking if libtool supports shared libraries
  4685. configure:17775: result: yes
  4686. configure:17778: checking whether to build shared libraries
  4687. configure:17799: result: yes
  4688. configure:17802: checking whether to build static libraries
  4689. configure:17806: result: yes
  4690. configure:17829: checking how to run the C++ preprocessor
  4691. configure:17895: result: /usr/bin/g++ -E
  4692. configure:17915: /usr/bin/g++ -E  conftest.cpp
  4693. configure:17915: $? = 0
  4694. configure:17929: /usr/bin/g++ -E  conftest.cpp
  4695. conftest.cpp:167:28: error: ac_nonexistent.h: No such file or directory
  4696. configure:17929: $? = 1
  4697. configure: failed program was:
  4698. | /* confdefs.h */
  4699. | #define PACKAGE_NAME ""
  4700. | #define PACKAGE_TARNAME ""
  4701. | #define PACKAGE_VERSION ""
  4702. | #define PACKAGE_STRING ""
  4703. | #define PACKAGE_BUGREPORT ""
  4704. | #define PACKAGE_URL ""
  4705. | #define HAVE_GNU_LD 1
  4706. | #define HAVE_GNU_AS 0
  4707. | #define STDC_HEADERS 1
  4708. | #define HAVE_SYS_TYPES_H 1
  4709. | #define HAVE_SYS_STAT_H 1
  4710. | #define HAVE_STDLIB_H 1
  4711. | #define HAVE_STRING_H 1
  4712. | #define HAVE_MEMORY_H 1
  4713. | #define HAVE_STRINGS_H 1
  4714. | #define HAVE_INTTYPES_H 1
  4715. | #define HAVE_STDINT_H 1
  4716. | #define HAVE_UNISTD_H 1
  4717. | #define __EXTENSIONS__ 1
  4718. | #define _ALL_SOURCE 1
  4719. | #define _GNU_SOURCE 1
  4720. | #define _POSIX_PTHREAD_SEMANTICS 1
  4721. | #define _TANDEM_SOURCE 1
  4722. | #define _FILE_OFFSET_BITS 64
  4723. | #define SIZEOF_VOID_P 4
  4724. | #define SIZEOF_SHORT 2
  4725. | #define SIZEOF_INT 4
  4726. | #define SIZEOF_LONG 4
  4727. | #define HAVE_LONG_LONG 1
  4728. | #define SIZEOF_LONG_LONG 8
  4729. | #define HAVE_LONG_LONG_INT 1
  4730. | #define HAVE_INTMAX_T 1
  4731. | #define HAVE_INTPTR_T 1
  4732. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4733. | #define HAVE_UINTMAX_T 1
  4734. | #define HAVE_UINTPTR_T 1
  4735. | #define ENABLE_ASSERT_CHECKING 1
  4736. | #define ENABLE_RUNTIME_CHECKING 1
  4737. | #define ENABLE_DECIMAL_FLOAT 0
  4738. | #define ENABLE_DECIMAL_BID_FORMAT 0
  4739. | #define ENABLE_FIXED_POINT 0
  4740. | #define STDC_HEADERS 1
  4741. | #define TIME_WITH_SYS_TIME 1
  4742. | #define STRING_WITH_STRINGS 1
  4743. | #define HAVE_SYS_WAIT_H 1
  4744. | #define HAVE_LIMITS_H 1
  4745. | #define HAVE_STDDEF_H 1
  4746. | #define HAVE_STRING_H 1
  4747. | #define HAVE_STRINGS_H 1
  4748. | #define HAVE_STDLIB_H 1
  4749. | #define HAVE_TIME_H 1
  4750. | #define HAVE_ICONV_H 1
  4751. | #define HAVE_FCNTL_H 1
  4752. | #define HAVE_UNISTD_H 1
  4753. | #define HAVE_SYS_FILE_H 1
  4754. | #define HAVE_SYS_TIME_H 1
  4755. | #define HAVE_SYS_MMAN_H 1
  4756. | #define HAVE_SYS_RESOURCE_H 1
  4757. | #define HAVE_SYS_PARAM_H 1
  4758. | #define HAVE_SYS_TIMES_H 1
  4759. | #define HAVE_SYS_STAT_H 1
  4760. | #define HAVE_MALLOC_H 1
  4761. | #define HAVE_LANGINFO_H 1
  4762. | #define HAVE_LOCALE_H 1
  4763. | #define HAVE_WCHAR_H 1
  4764. | #define HAVE_TR1_UNORDERED_MAP 1
  4765. | #define HAVE_EXT_HASH_MAP 1
  4766. | #define HAVE_INTTYPES_H 1
  4767. | #define HAVE_TIMES 1
  4768. | #define HAVE_CLOCK 1
  4769. | #define HAVE_KILL 1
  4770. | #define HAVE_GETRLIMIT 1
  4771. | #define HAVE_SETRLIMIT 1
  4772. | #define HAVE_ATOLL 1
  4773. | #define HAVE_SYSCONF 1
  4774. | #define HAVE_STRSIGNAL 1
  4775. | #define HAVE_GETRUSAGE 1
  4776. | #define HAVE_NL_LANGINFO 1
  4777. | #define HAVE_GETTIMEOFDAY 1
  4778. | #define HAVE_MBSTOWCS 1
  4779. | #define HAVE_WCSWIDTH 1
  4780. | #define HAVE_MMAP 1
  4781. | #define HAVE_SETLOCALE 1
  4782. | #define HAVE_CLEARERR_UNLOCKED 1
  4783. | #define HAVE_FEOF_UNLOCKED 1
  4784. | #define HAVE_FERROR_UNLOCKED 1
  4785. | #define HAVE_FFLUSH_UNLOCKED 1
  4786. | #define HAVE_FGETC_UNLOCKED 1
  4787. | #define HAVE_FGETS_UNLOCKED 1
  4788. | #define HAVE_FILENO_UNLOCKED 1
  4789. | #define HAVE_FPUTC_UNLOCKED 1
  4790. | #define HAVE_FPUTS_UNLOCKED 1
  4791. | #define HAVE_FREAD_UNLOCKED 1
  4792. | #define HAVE_FWRITE_UNLOCKED 1
  4793. | #define HAVE_GETCHAR_UNLOCKED 1
  4794. | #define HAVE_GETC_UNLOCKED 1
  4795. | #define HAVE_PUTCHAR_UNLOCKED 1
  4796. | #define HAVE_PUTC_UNLOCKED 1
  4797. | #define HAVE_WORKING_MBSTOWCS 1
  4798. | #define HAVE_MMAP_FILE 1
  4799. | #define HAVE_MMAP_DEV_ZERO 1
  4800. | #define HAVE_MMAP_ANON 1
  4801. | #define HAVE_FORK 1
  4802. | #define HAVE_VFORK 1
  4803. | #define HAVE_WORKING_VFORK 1
  4804. | #define HAVE_WORKING_FORK 1
  4805. | #define HAVE_ICONV 1
  4806. | #define ICONV_CONST
  4807. | #define HAVE_LC_MESSAGES 1
  4808. | #define HAVE_LANGINFO_CODESET 1
  4809. | #define HAVE_DECL_GETENV 1
  4810. | #define HAVE_DECL_ATOL 1
  4811. | #define HAVE_DECL_ASPRINTF 1
  4812. | #define HAVE_DECL_SBRK 1
  4813. | #define HAVE_DECL_ABORT 1
  4814. | #define HAVE_DECL_ATOF 1
  4815. | #define HAVE_DECL_GETCWD 1
  4816. | #define HAVE_DECL_GETWD 1
  4817. | #define HAVE_DECL_STRSIGNAL 1
  4818. | #define HAVE_DECL_STRSTR 1
  4819. | #define HAVE_DECL_STRVERSCMP 1
  4820. | #define HAVE_DECL_ERRNO 1
  4821. | #define HAVE_DECL_SNPRINTF 1
  4822. | #define HAVE_DECL_VSNPRINTF 1
  4823. | #define HAVE_DECL_VASPRINTF 1
  4824. | #define HAVE_DECL_MALLOC 1
  4825. | #define HAVE_DECL_REALLOC 1
  4826. | #define HAVE_DECL_CALLOC 1
  4827. | #define HAVE_DECL_FREE 1
  4828. | #define HAVE_DECL_BASENAME 1
  4829. | #define HAVE_DECL_GETOPT 0
  4830. | #define HAVE_DECL_CLOCK 1
  4831. | #define HAVE_DECL_GETPAGESIZE 1
  4832. | #define HAVE_DECL_CLEARERR_UNLOCKED 1
  4833. | #define HAVE_DECL_FEOF_UNLOCKED 1
  4834. | #define HAVE_DECL_FERROR_UNLOCKED 1
  4835. | #define HAVE_DECL_FFLUSH_UNLOCKED 1
  4836. | #define HAVE_DECL_FGETC_UNLOCKED 1
  4837. | #define HAVE_DECL_FGETS_UNLOCKED 1
  4838. | #define HAVE_DECL_FILENO_UNLOCKED 1
  4839. | #define HAVE_DECL_FPRINTF_UNLOCKED 0
  4840. | #define HAVE_DECL_FPUTC_UNLOCKED 1
  4841. | #define HAVE_DECL_FPUTS_UNLOCKED 1
  4842. | #define HAVE_DECL_FREAD_UNLOCKED 1
  4843. | #define HAVE_DECL_FWRITE_UNLOCKED 1
  4844. | #define HAVE_DECL_GETCHAR_UNLOCKED 1
  4845. | #define HAVE_DECL_GETC_UNLOCKED 1
  4846. | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
  4847. | #define HAVE_DECL_PUTC_UNLOCKED 1
  4848. | #define HAVE_DECL_GETRLIMIT 1
  4849. | #define HAVE_DECL_SETRLIMIT 1
  4850. | #define HAVE_DECL_GETRUSAGE 1
  4851. | #define HAVE_DECL_LDGETNAME 0
  4852. | #define HAVE_DECL_TIMES 1
  4853. | #define HAVE_DECL_SIGALTSTACK 1
  4854. | #define HAVE_STRUCT_TMS 1
  4855. | #define HAVE_CLOCK_T 1
  4856. | #define HAVE_INITFINI_ARRAY 1
  4857. | #define HAVE_GETIPINFO 1
  4858. | #define NEED_64BIT_HOST_WIDE_INT 1
  4859. | #define EXTRA_MODES_FILE "config/arm/arm-modes.def"
  4860. | #define LTOPLUGINSONAME "liblto_plugin.so"
  4861. | #define HAVE_DLFCN_H 1
  4862. | #define LT_OBJDIR ".libs/"
  4863. | /* end confdefs.h.  */
  4864. | #include <ac_nonexistent.h>
  4865. configure:18097: checking for ld used by /usr/bin/g++
  4866. configure:18164: result: /usr/bin/ld
  4867. configure:18171: checking if the linker (/usr/bin/ld) is GNU ld
  4868. configure:18186: result: yes
  4869. configure:18241: checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries
  4870. configure:19173: result: yes
  4871. configure:19201: /usr/bin/g++ -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include  conftest.cpp >&5
  4872. configure:19204: $? = 0
  4873. configure:19386: checking for /usr/bin/g++ option to produce PIC
  4874. configure:19708: result: -fPIC -DPIC
  4875. configure:19717: checking if /usr/bin/g++ PIC flag -fPIC -DPIC works
  4876. configure:19735: /usr/bin/g++ -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include  -fPIC -DPIC -DPIC conftest.cpp >&5
  4877. configure:19739: $? = 0
  4878. configure:19752: result: yes
  4879. configure:19773: checking if /usr/bin/g++ static flag -static works
  4880. configure:19801: result: yes
  4881. configure:19813: checking if /usr/bin/g++ supports -c -o file.o
  4882. configure:19834: /usr/bin/g++ -c -O2 -I/home/john/AM335/buildroot/output/host/usr/include  -o out/conftest2.o conftest.cpp >&5
  4883. configure:19838: $? = 0
  4884. configure:19860: result: yes
  4885. configure:19865: checking if /usr/bin/g++ supports -c -o file.o
  4886. configure:19912: result: yes
  4887. configure:19942: checking whether the /usr/bin/g++ linker (/usr/bin/ld) supports shared libraries
  4888. configure:19970: result: yes
  4889. configure:20113: checking dynamic linker characteristics
  4890. configure:20720: result: GNU/Linux ld.so
  4891. configure:20773: checking how to hardcode library paths into programs
  4892. configure:20798: result: immediate
  4893. configure:20935: checking what assembler to use
  4894. configure:20972: result: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as
  4895. configure:21067: checking whether we are using gold
  4896. configure:21076: result: no
  4897. configure:21087: checking what linker to use
  4898. configure:21112: result: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld
  4899. configure:21175: checking what nm to use
  4900. configure:21183: result: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm
  4901. configure:21255: checking what objdump to use
  4902. configure:21265: result: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/objdump
  4903. configure:21284: checking for readelf
  4904. configure:21302: found /usr/bin/readelf
  4905. configure:21314: result: /usr/bin/readelf
  4906. configure:21325: checking what readelf to use
  4907. configure:21335: result: /usr/bin/readelf
  4908. configure:21340: checking assembler flags
  4909. configure:21357: result:  
  4910. configure:21360: checking assembler for .balign and .p2align
  4911. configure:21374: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4912. configure:21377: $? = 0
  4913. configure:21388: result: yes
  4914. configure:21396: checking assembler for .p2align with maximum skip
  4915. configure:21409: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4916. configure:21412: $? = 0
  4917. configure:21423: result: yes
  4918. configure:21431: checking assembler for .literal16
  4919. configure:21444: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4920. conftest.s: Assembler messages:
  4921. conftest.s:1: Error: unknown pseudo-op: `.literal16'
  4922. configure:21447: $? = 1
  4923. configure: failed program was
  4924. .literal16
  4925. configure:21458: result: no
  4926. configure:21466: checking assembler for working .subsection -1
  4927. configure:21483: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4928. configure:21486: $? = 0
  4929. configure:21505: result: yes
  4930. configure:21513: checking assembler for .weak
  4931. configure:21526: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4932. configure:21529: $? = 0
  4933. configure:21540: result: yes
  4934. configure:21548: checking assembler for .weakref
  4935. configure:21561: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4936. configure:21564: $? = 0
  4937. configure:21575: result: yes
  4938. configure:21583: checking assembler for .nsubspa comdat
  4939. configure:21597: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4940. conftest.s: Assembler messages:
  4941. conftest.s:2: Error: unknown pseudo-op: `.nsubspa'
  4942. configure:21600: $? = 1
  4943. configure: failed program was
  4944.     .SPACE $TEXT$
  4945.     .NSUBSPA $CODE$,COMDAT
  4946. configure:21611: result: no
  4947. configure:21626: checking assembler for .hidden
  4948. configure:21641: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4949. configure:21644: $? = 0
  4950. configure:21683: result: yes
  4951. configure:21742: checking linker for .hidden support
  4952. configure:21800: result: yes
  4953. configure:21812: checking linker read-only and read-write section mixing
  4954. configure:21848: result: read-write
  4955. configure:21852: checking assembler for .sleb128 and .uleb128
  4956. configure:21871: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4957. configure:21874: $? = 0
  4958. configure:21900: result: yes
  4959. configure:21909: checking assembler for cfi directives
  4960. configure:21924: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4961. configure:21927: $? = 0
  4962. configure:21978: result: yes
  4963. configure:21982: checking assembler for working cfi advance
  4964. configure:21996: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4965. configure:21999: $? = 0
  4966. configure:22015: result: yes
  4967. configure:22031: checking assembler for cfi personality directive
  4968. configure:22043: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4969. configure:22046: $? = 0
  4970. configure:22057: result: yes
  4971. configure:22067: checking assembler for cfi sections directive
  4972. configure:22079: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4973. configure:22082: $? = 0
  4974. configure:22108: result: yes
  4975. configure:22121: checking assembler for eh_frame optimization
  4976. configure:22166: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  4977. conftest.s: Assembler messages:
  4978. conftest.s:7: Error: junk at end of line, first unrecognized character is `,'
  4979. configure:22169: $? = 1
  4980. configure: failed program was
  4981.     .text
  4982. .LFB1:
  4983.     .4byte  0
  4984. .L1:
  4985.     .4byte  0
  4986. .LFE1:
  4987.     .section    .eh_frame,"aw",@progbits
  4988. __FRAME_BEGIN__:
  4989.     .4byte  .LECIE1-.LSCIE1
  4990. .LSCIE1:
  4991.     .4byte  0x0
  4992.     .byte   0x1
  4993.     .ascii "z\0"
  4994.     .byte   0x1
  4995.     .byte   0x78
  4996.     .byte   0x1a
  4997.     .byte   0x0
  4998.     .byte   0x4
  4999.     .4byte  1
  5000.     .p2align 1
  5001. .LECIE1:
  5002. .LSFDE1:
  5003.     .4byte  .LEFDE1-.LASFDE1
  5004. .LASFDE1:
  5005.     .4byte  .LASFDE1-__FRAME_BEGIN__
  5006.     .4byte  .LFB1
  5007.     .4byte  .LFE1-.LFB1
  5008.     .byte   0x4
  5009.     .4byte  .LFE1-.LFB1
  5010.     .byte   0x4
  5011.     .4byte  .L1-.LFB1
  5012. .LEFDE1:
  5013. configure:22212: result: no
  5014. configure:22222: checking assembler for section merging support
  5015. configure:22236: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as   --fatal-warnings -o conftest.o conftest.s >&5
  5016. configure:22239: $? = 0
  5017. configure:22250: result: yes
  5018. configure:22292: checking assembler for COMDAT group support
  5019. configure:22306: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as   --fatal-warnings -o conftest.o conftest.s >&5
  5020. conftest.s: Assembler messages:
  5021. conftest.s:1: Error: missing name
  5022. configure:22309: $? = 1
  5023. configure: failed program was
  5024. .section .text,"axG",@progbits,.foo,comdat
  5025. configure:22320: result: no
  5026. configure:22326: checking assembler for COMDAT group support
  5027. configure:22340: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as   --fatal-warnings -o conftest.o conftest.s >&5
  5028. configure:22343: $? = 0
  5029. configure:22354: result: yes
  5030. configure:22415: checking assembler for line table discriminator support
  5031. configure:22430: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  5032. configure:22433: $? = 0
  5033. configure:22444: result: yes
  5034. configure:23032: checking linker -Bstatic/-Bdynamic option
  5035. configure:23088: result: yes
  5036. configure:23114: checking linker plugin support
  5037. configure:23134: result: yes
  5038. configure:24985: checking assembler for dwarf2 debug_line support
  5039. configure:24999: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  5040. configure:25002: $? = 0
  5041. configure:25017: result: yes
  5042. configure:25025: checking assembler for buggy dwarf2 .file directive
  5043. configure:25035: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  5044. conftest.s: Assembler messages:
  5045. conftest.s:2: Error: file number 1 already allocated
  5046. configure:25038: $? = 1
  5047. configure: failed program was
  5048.     .file 1 "foo.s"
  5049.     .file 1 "bar.s"
  5050. configure:25049: result: no
  5051. configure:25060: checking assembler for --gdwarf2 option
  5052. configure:25074: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as   --gdwarf2 -o conftest.o conftest.s >&5
  5053. configure:25077: $? = 0
  5054. configure:25088: result: yes
  5055. configure:25096: checking assembler for --gstabs option
  5056. configure:25110: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as   --gstabs -o conftest.o conftest.s >&5
  5057. configure:25113: $? = 0
  5058. configure:25120: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as --gstabs -o conftest.o conftest.s 2>&1 | grep -i warning > /dev/null
  5059. configure:25123: $? = 1
  5060. configure:25135: result: yes
  5061. configure:25143: checking assembler for --debug-prefix-map option
  5062. configure:25156: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as   --debug-prefix-map /a=/b -o conftest.o conftest.s >&5
  5063. configure:25159: $? = 0
  5064. configure:25170: result: yes
  5065. configure:25179: checking assembler for .lcomm with alignment
  5066. configure:25188: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  5067. conftest.s: Assembler messages:
  5068. conftest.s:1: Error: junk at end of line, first unrecognized character is `,'
  5069. configure:25191: $? = 1
  5070. configure: failed program was
  5071. .lcomm bar,4,16
  5072. configure:25202: result: no
  5073. configure:25218: checking assembler for gnu_unique_object
  5074. configure:25232: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as    -o conftest.o conftest.s >&5
  5075. conftest.s: Assembler messages:
  5076. conftest.s:1: Error: unrecognized symbol type ""
  5077. configure:25235: $? = 1
  5078. configure: failed program was
  5079. .type foo, @gnu_unique_object
  5080. configure:25246: result: no
  5081. configure:25269: checking assembler for tolerance to line number 0
  5082. configure:25282: /home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as -o conftest.o conftest.s >&5 2>conftest.out
  5083. configure:25285: $? = 0
  5084. configure:25299: result: yes
  5085. configure:25307: checking linker PT_GNU_EH_FRAME support
  5086. configure:25338: result: yes
  5087. configure:25341: checking linker position independent executable support
  5088. configure:25360: result: yes
  5089. configure:25363: checking linker EH-compatible garbage collection of sections
  5090. configure:25443: result: no
  5091. configure:25446: checking linker EH garbage collection of sections bug
  5092. configure:25490: result: no
  5093. configure:25497: checking linker --as-needed support
  5094. configure:25516: result: yes
  5095. configure:25609: checking linker --build-id support
  5096. configure:25628: result: yes
  5097. configure:25657: checking linker *_sol2 emulation support
  5098. configure:25677: result: no
  5099. configure:25685: checking linker --sysroot support
  5100. configure:25701: result: yes
  5101. configure:25736: checking __stack_chk_fail in target C library
  5102. configure:25784: result: no
  5103. configure:25822: checking dl_iterate_phdr in target C library
  5104. configure:25843: result: unknown
  5105. configure:25893: checking whether to enable maintainer-specific portions of Makefiles
  5106. configure:25903: result: no
  5107. configure:26254: checking for exported symbols
  5108. configure:26264: result: yes
  5109. configure:26266: checking for -rdynamic
  5110. configure:26276: result: yes
  5111. configure:26286: checking for library containing dlopen
  5112. configure:26317: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c  >&5
  5113. /tmp/ccc8KAgO.o: In function `main':
  5114. conftest.c:(.text+0x7): undefined reference to `dlopen'
  5115. collect2: ld returned 1 exit status
  5116. configure:26317: $? = 1
  5117. configure: failed program was:
  5118. | /* confdefs.h */
  5119. | #define PACKAGE_NAME ""
  5120. | #define PACKAGE_TARNAME ""
  5121. | #define PACKAGE_VERSION ""
  5122. | #define PACKAGE_STRING ""
  5123. | #define PACKAGE_BUGREPORT ""
  5124. | #define PACKAGE_URL ""
  5125. | #define HAVE_GNU_LD 1
  5126. | #define HAVE_GNU_AS 0
  5127. | #define STDC_HEADERS 1
  5128. | #define HAVE_SYS_TYPES_H 1
  5129. | #define HAVE_SYS_STAT_H 1
  5130. | #define HAVE_STDLIB_H 1
  5131. | #define HAVE_STRING_H 1
  5132. | #define HAVE_MEMORY_H 1
  5133. | #define HAVE_STRINGS_H 1
  5134. | #define HAVE_INTTYPES_H 1
  5135. | #define HAVE_STDINT_H 1
  5136. | #define HAVE_UNISTD_H 1
  5137. | #define __EXTENSIONS__ 1
  5138. | #define _ALL_SOURCE 1
  5139. | #define _GNU_SOURCE 1
  5140. | #define _POSIX_PTHREAD_SEMANTICS 1
  5141. | #define _TANDEM_SOURCE 1
  5142. | #define _FILE_OFFSET_BITS 64
  5143. | #define SIZEOF_VOID_P 4
  5144. | #define SIZEOF_SHORT 2
  5145. | #define SIZEOF_INT 4
  5146. | #define SIZEOF_LONG 4
  5147. | #define HAVE_LONG_LONG 1
  5148. | #define SIZEOF_LONG_LONG 8
  5149. | #define HAVE_LONG_LONG_INT 1
  5150. | #define HAVE_INTMAX_T 1
  5151. | #define HAVE_INTPTR_T 1
  5152. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  5153. | #define HAVE_UINTMAX_T 1
  5154. | #define HAVE_UINTPTR_T 1
  5155. | #define ENABLE_ASSERT_CHECKING 1
  5156. | #define ENABLE_RUNTIME_CHECKING 1
  5157. | #define ENABLE_DECIMAL_FLOAT 0
  5158. | #define ENABLE_DECIMAL_BID_FORMAT 0
  5159. | #define ENABLE_FIXED_POINT 0
  5160. | #define STDC_HEADERS 1
  5161. | #define TIME_WITH_SYS_TIME 1
  5162. | #define STRING_WITH_STRINGS 1
  5163. | #define HAVE_SYS_WAIT_H 1
  5164. | #define HAVE_LIMITS_H 1
  5165. | #define HAVE_STDDEF_H 1
  5166. | #define HAVE_STRING_H 1
  5167. | #define HAVE_STRINGS_H 1
  5168. | #define HAVE_STDLIB_H 1
  5169. | #define HAVE_TIME_H 1
  5170. | #define HAVE_ICONV_H 1
  5171. | #define HAVE_FCNTL_H 1
  5172. | #define HAVE_UNISTD_H 1
  5173. | #define HAVE_SYS_FILE_H 1
  5174. | #define HAVE_SYS_TIME_H 1
  5175. | #define HAVE_SYS_MMAN_H 1
  5176. | #define HAVE_SYS_RESOURCE_H 1
  5177. | #define HAVE_SYS_PARAM_H 1
  5178. | #define HAVE_SYS_TIMES_H 1
  5179. | #define HAVE_SYS_STAT_H 1
  5180. | #define HAVE_MALLOC_H 1
  5181. | #define HAVE_LANGINFO_H 1
  5182. | #define HAVE_LOCALE_H 1
  5183. | #define HAVE_WCHAR_H 1
  5184. | #define HAVE_TR1_UNORDERED_MAP 1
  5185. | #define HAVE_EXT_HASH_MAP 1
  5186. | #define HAVE_INTTYPES_H 1
  5187. | #define HAVE_TIMES 1
  5188. | #define HAVE_CLOCK 1
  5189. | #define HAVE_KILL 1
  5190. | #define HAVE_GETRLIMIT 1
  5191. | #define HAVE_SETRLIMIT 1
  5192. | #define HAVE_ATOLL 1
  5193. | #define HAVE_SYSCONF 1
  5194. | #define HAVE_STRSIGNAL 1
  5195. | #define HAVE_GETRUSAGE 1
  5196. | #define HAVE_NL_LANGINFO 1
  5197. | #define HAVE_GETTIMEOFDAY 1
  5198. | #define HAVE_MBSTOWCS 1
  5199. | #define HAVE_WCSWIDTH 1
  5200. | #define HAVE_MMAP 1
  5201. | #define HAVE_SETLOCALE 1
  5202. | #define HAVE_CLEARERR_UNLOCKED 1
  5203. | #define HAVE_FEOF_UNLOCKED 1
  5204. | #define HAVE_FERROR_UNLOCKED 1
  5205. | #define HAVE_FFLUSH_UNLOCKED 1
  5206. | #define HAVE_FGETC_UNLOCKED 1
  5207. | #define HAVE_FGETS_UNLOCKED 1
  5208. | #define HAVE_FILENO_UNLOCKED 1
  5209. | #define HAVE_FPUTC_UNLOCKED 1
  5210. | #define HAVE_FPUTS_UNLOCKED 1
  5211. | #define HAVE_FREAD_UNLOCKED 1
  5212. | #define HAVE_FWRITE_UNLOCKED 1
  5213. | #define HAVE_GETCHAR_UNLOCKED 1
  5214. | #define HAVE_GETC_UNLOCKED 1
  5215. | #define HAVE_PUTCHAR_UNLOCKED 1
  5216. | #define HAVE_PUTC_UNLOCKED 1
  5217. | #define HAVE_WORKING_MBSTOWCS 1
  5218. | #define HAVE_MMAP_FILE 1
  5219. | #define HAVE_MMAP_DEV_ZERO 1
  5220. | #define HAVE_MMAP_ANON 1
  5221. | #define HAVE_FORK 1
  5222. | #define HAVE_VFORK 1
  5223. | #define HAVE_WORKING_VFORK 1
  5224. | #define HAVE_WORKING_FORK 1
  5225. | #define HAVE_ICONV 1
  5226. | #define ICONV_CONST
  5227. | #define HAVE_LC_MESSAGES 1
  5228. | #define HAVE_LANGINFO_CODESET 1
  5229. | #define HAVE_DECL_GETENV 1
  5230. | #define HAVE_DECL_ATOL 1
  5231. | #define HAVE_DECL_ASPRINTF 1
  5232. | #define HAVE_DECL_SBRK 1
  5233. | #define HAVE_DECL_ABORT 1
  5234. | #define HAVE_DECL_ATOF 1
  5235. | #define HAVE_DECL_GETCWD 1
  5236. | #define HAVE_DECL_GETWD 1
  5237. | #define HAVE_DECL_STRSIGNAL 1
  5238. | #define HAVE_DECL_STRSTR 1
  5239. | #define HAVE_DECL_STRVERSCMP 1
  5240. | #define HAVE_DECL_ERRNO 1
  5241. | #define HAVE_DECL_SNPRINTF 1
  5242. | #define HAVE_DECL_VSNPRINTF 1
  5243. | #define HAVE_DECL_VASPRINTF 1
  5244. | #define HAVE_DECL_MALLOC 1
  5245. | #define HAVE_DECL_REALLOC 1
  5246. | #define HAVE_DECL_CALLOC 1
  5247. | #define HAVE_DECL_FREE 1
  5248. | #define HAVE_DECL_BASENAME 1
  5249. | #define HAVE_DECL_GETOPT 0
  5250. | #define HAVE_DECL_CLOCK 1
  5251. | #define HAVE_DECL_GETPAGESIZE 1
  5252. | #define HAVE_DECL_CLEARERR_UNLOCKED 1
  5253. | #define HAVE_DECL_FEOF_UNLOCKED 1
  5254. | #define HAVE_DECL_FERROR_UNLOCKED 1
  5255. | #define HAVE_DECL_FFLUSH_UNLOCKED 1
  5256. | #define HAVE_DECL_FGETC_UNLOCKED 1
  5257. | #define HAVE_DECL_FGETS_UNLOCKED 1
  5258. | #define HAVE_DECL_FILENO_UNLOCKED 1
  5259. | #define HAVE_DECL_FPRINTF_UNLOCKED 0
  5260. | #define HAVE_DECL_FPUTC_UNLOCKED 1
  5261. | #define HAVE_DECL_FPUTS_UNLOCKED 1
  5262. | #define HAVE_DECL_FREAD_UNLOCKED 1
  5263. | #define HAVE_DECL_FWRITE_UNLOCKED 1
  5264. | #define HAVE_DECL_GETCHAR_UNLOCKED 1
  5265. | #define HAVE_DECL_GETC_UNLOCKED 1
  5266. | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
  5267. | #define HAVE_DECL_PUTC_UNLOCKED 1
  5268. | #define HAVE_DECL_GETRLIMIT 1
  5269. | #define HAVE_DECL_SETRLIMIT 1
  5270. | #define HAVE_DECL_GETRUSAGE 1
  5271. | #define HAVE_DECL_LDGETNAME 0
  5272. | #define HAVE_DECL_TIMES 1
  5273. | #define HAVE_DECL_SIGALTSTACK 1
  5274. | #define HAVE_STRUCT_TMS 1
  5275. | #define HAVE_CLOCK_T 1
  5276. | #define HAVE_INITFINI_ARRAY 1
  5277. | #define HAVE_GETIPINFO 1
  5278. | #define NEED_64BIT_HOST_WIDE_INT 1
  5279. | #define EXTRA_MODES_FILE "config/arm/arm-modes.def"
  5280. | #define LTOPLUGINSONAME "liblto_plugin.so"
  5281. | #define HAVE_DLFCN_H 1
  5282. | #define LT_OBJDIR ".libs/"
  5283. | #define PLUGIN_LD "ld"
  5284. | #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
  5285. | #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
  5286. | #define HAVE_GAS_SUBSECTION_ORDERING 1
  5287. | #define HAVE_GAS_WEAK 1
  5288. | #define HAVE_GAS_WEAKREF 1
  5289. | #define HAVE_GAS_HIDDEN 1
  5290. | #define HAVE_LD_RO_RW_SECTION_MIXING 1
  5291. | #define HAVE_AS_LEB128 1
  5292. | #define HAVE_GAS_CFI_DIRECTIVE 1
  5293. | #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
  5294. | #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
  5295. | #define HAVE_GAS_SHF_MERGE 1
  5296. | #define HAVE_COMDAT_GROUP 1
  5297. | #define HAVE_GAS_DISCRIMINATOR 1
  5298. | #define HAVE_AS_TLS 1
  5299. | #define HAVE_LD_STATIC_DYNAMIC 1
  5300. | #define LD_STATIC_OPTION "-Bstatic"
  5301. | #define LD_DYNAMIC_OPTION "-Bdynamic"
  5302. | #define HAVE_LTO_PLUGIN 1
  5303. | #define HAVE_AS_DWARF2_DEBUG_LINE 1
  5304. | #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
  5305. | #define HAVE_AS_GSTABS_DEBUG_FLAG 1
  5306. | #define HAVE_AS_DEBUG_PREFIX_MAP 1
  5307. | #define HAVE_AS_LINE_ZERO 1
  5308. | #define HAVE_LD_EH_FRAME_HDR 1
  5309. | #define HAVE_LD_PIE 1
  5310. | #define HAVE_LD_AS_NEEDED 1
  5311. | #define HAVE_LD_BUILDID 1
  5312. | #define HAVE_LD_SYSROOT 1
  5313. | #define ENABLE_LTO 1
  5314. | #define ENABLE_LTO 1
  5315. | #define ENABLE_LTO 1
  5316. | #define ENABLE_LTO 1
  5317. | #define ENABLE_LTO 1
  5318. | #define ENABLE_LTO 1
  5319. | #define ENABLE_LTO 1
  5320. | #define ENABLE_LTO 1
  5321. | /* end confdefs.h.  */
  5322. |
  5323. | /* Override any GCC internal prototype to avoid an error.
  5324. |    Use char because int might match the return type of a GCC
  5325. |    builtin and then its argument prototype would still apply.  */
  5326. | #ifdef __cplusplus
  5327. | extern "C"
  5328. | #endif
  5329. | char dlopen ();
  5330. | int
  5331. | main ()
  5332. | {
  5333. | return dlopen ();
  5334. |   ;
  5335. |   return 0;
  5336. | }
  5337. configure:26317: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib conftest.c -ldl   >&5
  5338. configure:26317: $? = 0
  5339. configure:26334: result: -ldl
  5340. configure:26361: checking for -fPIC -shared
  5341. configure:26374: /usr/bin/gcc -o conftest -I/home/john/AM335/buildroot/output/host/usr/include -fPIC   -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib -fPIC -shared conftest.c  >&5
  5342. configure:26374: $? = 0
  5343. configure:26375: result: yes
  5344. configure:26498: updating cache ./config.cache
  5345. configure:26536: creating ./config.status
  5346.  
  5347. ## ---------------------- ##
  5348. ## Running config.status. ##
  5349. ## ---------------------- ##
  5350.  
  5351. This file was extended by config.status, which was
  5352. generated by GNU Autoconf 2.64.  Invocation command line was
  5353.  
  5354.  CONFIG_FILES    =
  5355.  CONFIG_HEADERS  =
  5356.  CONFIG_LINKS    =
  5357.  CONFIG_COMMANDS =
  5358.  $ ./config.status
  5359.  
  5360. on debian
  5361.  
  5362. config.status:1269: creating as
  5363. config.status:1269: creating collect-ld
  5364. config.status:1269: creating nm
  5365. config.status:1269: creating Makefile
  5366. config.status:1269: creating ada/gcc-interface/Makefile
  5367. config.status:1269: creating ada/Makefile
  5368. config.status:1269: creating auto-host.h
  5369. config.status:1442: executing default commands
  5370.  
  5371. ## ---------------- ##
  5372. ## Cache variables. ##
  5373. ## ---------------- ##
  5374.  
  5375. ac_cv_build=i686-pc-linux-gnu
  5376. ac_cv_c_bigendian=no
  5377. ac_cv_c_compiler_gnu=yes
  5378. ac_cv_c_inline=inline
  5379. ac_cv_c_int16_t=yes
  5380. ac_cv_c_int32_t=yes
  5381. ac_cv_c_int64_t=yes
  5382. ac_cv_c_int8_t=yes
  5383. ac_cv_c_uint16_t=yes
  5384. ac_cv_c_uint32_t=yes
  5385. ac_cv_c_uint64_t=yes
  5386. ac_cv_c_uint8_t=yes
  5387. ac_cv_cxx_compiler_gnu=yes
  5388. ac_cv_env_CCC_set=
  5389. ac_cv_env_CCC_value=
  5390. ac_cv_env_CC_set=set
  5391. ac_cv_env_CC_value=/usr/bin/gcc
  5392. ac_cv_env_CFLAGS_set=set
  5393. ac_cv_env_CFLAGS_value='-O2 -I/home/john/AM335/buildroot/output/host/usr/include'
  5394. ac_cv_env_CLOOGINC_set=set
  5395. ac_cv_env_CLOOGINC_value=
  5396. ac_cv_env_CLOOGLIBS_set=set
  5397. ac_cv_env_CLOOGLIBS_value=
  5398. ac_cv_env_CPPFLAGS_set=
  5399. ac_cv_env_CPPFLAGS_value=
  5400. ac_cv_env_CPP_set=
  5401. ac_cv_env_CPP_value=
  5402. ac_cv_env_CXXCPP_set=
  5403. ac_cv_env_CXXCPP_value=
  5404. ac_cv_env_CXXFLAGS_set=set
  5405. ac_cv_env_CXXFLAGS_value='-O2 -I/home/john/AM335/buildroot/output/host/usr/include'
  5406. ac_cv_env_CXX_set=set
  5407. ac_cv_env_CXX_value=/usr/bin/g++
  5408. ac_cv_env_GMPINC_set=set
  5409. ac_cv_env_GMPINC_value='-I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include '
  5410. ac_cv_env_GMPLIBS_set=set
  5411. ac_cv_env_GMPLIBS_value='-L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -lmpc -lmpfr -lgmp'
  5412. ac_cv_env_LDFLAGS_set=set
  5413. ac_cv_env_LDFLAGS_value=' -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib'
  5414. ac_cv_env_LIBS_set=
  5415. ac_cv_env_LIBS_value=
  5416. ac_cv_env_PPLINC_set=set
  5417. ac_cv_env_PPLINC_value=
  5418. ac_cv_env_PPLLIBS_set=set
  5419. ac_cv_env_PPLLIBS_value=
  5420. ac_cv_env_build_alias_set=set
  5421. ac_cv_env_build_alias_value=i686-pc-linux-gnu
  5422. ac_cv_env_host_alias_set=set
  5423. ac_cv_env_host_alias_value=i686-pc-linux-gnu
  5424. ac_cv_env_target_alias_set=set
  5425. ac_cv_env_target_alias_value=arm-buildroot-linux-uclibcgnueabi
  5426. ac_cv_func_atoll=yes
  5427. ac_cv_func_atoq=no
  5428. ac_cv_func_clearerr_unlocked=yes
  5429. ac_cv_func_clock=yes
  5430. ac_cv_func_feof_unlocked=yes
  5431. ac_cv_func_ferror_unlocked=yes
  5432. ac_cv_func_fflush_unlocked=yes
  5433. ac_cv_func_fgetc_unlocked=yes
  5434. ac_cv_func_fgets_unlocked=yes
  5435. ac_cv_func_fileno_unlocked=yes
  5436. ac_cv_func_fork=yes
  5437. ac_cv_func_fork_works=yes
  5438. ac_cv_func_fprintf_unlocked=no
  5439. ac_cv_func_fputc_unlocked=yes
  5440. ac_cv_func_fputs_unlocked=yes
  5441. ac_cv_func_fread_unlocked=yes
  5442. ac_cv_func_fwrite_unlocked=yes
  5443. ac_cv_func_getc_unlocked=yes
  5444. ac_cv_func_getchar_unlocked=yes
  5445. ac_cv_func_getrlimit=yes
  5446. ac_cv_func_getrusage=yes
  5447. ac_cv_func_gettimeofday=yes
  5448. ac_cv_func_kill=yes
  5449. ac_cv_func_mbstowcs=yes
  5450. ac_cv_func_mmap=yes
  5451. ac_cv_func_nl_langinfo=yes
  5452. ac_cv_func_putc_unlocked=yes
  5453. ac_cv_func_putchar_unlocked=yes
  5454. ac_cv_func_setlocale=yes
  5455. ac_cv_func_setrlimit=yes
  5456. ac_cv_func_strsignal=yes
  5457. ac_cv_func_sysconf=yes
  5458. ac_cv_func_times=yes
  5459. ac_cv_func_vfork=yes
  5460. ac_cv_func_vfork_works=yes
  5461. ac_cv_func_wcswidth=yes
  5462. ac_cv_header_direct_h=no
  5463. ac_cv_header_dlfcn_h=yes
  5464. ac_cv_header_ext_hash_map=yes
  5465. ac_cv_header_fcntl_h=yes
  5466. ac_cv_header_iconv_h=yes
  5467. ac_cv_header_inttypes_h=yes
  5468. ac_cv_header_langinfo_h=yes
  5469. ac_cv_header_ldfcn_h=no
  5470. ac_cv_header_limits_h=yes
  5471. ac_cv_header_locale_h=yes
  5472. ac_cv_header_malloc_h=yes
  5473. ac_cv_header_memory_h=yes
  5474. ac_cv_header_minix_config_h=no
  5475. ac_cv_header_pthread_h=yes
  5476. ac_cv_header_stdc=yes
  5477. ac_cv_header_stddef_h=yes
  5478. ac_cv_header_stdint_h=yes
  5479. ac_cv_header_stdlib_h=yes
  5480. ac_cv_header_string_h=yes
  5481. ac_cv_header_strings_h=yes
  5482. ac_cv_header_sys_file_h=yes
  5483. ac_cv_header_sys_mman_h=yes
  5484. ac_cv_header_sys_param_h=yes
  5485. ac_cv_header_sys_resource_h=yes
  5486. ac_cv_header_sys_stat_h=yes
  5487. ac_cv_header_sys_time_h=yes
  5488. ac_cv_header_sys_times_h=yes
  5489. ac_cv_header_sys_types_h=yes
  5490. ac_cv_header_sys_wait_h=yes
  5491. ac_cv_header_thread_h=no
  5492. ac_cv_header_time=yes
  5493. ac_cv_header_time_h=yes
  5494. ac_cv_header_tr1_unordered_map=yes
  5495. ac_cv_header_unistd_h=yes
  5496. ac_cv_header_unordered_map=no
  5497. ac_cv_header_valgrind_h=no
  5498. ac_cv_header_vfork_h=no
  5499. ac_cv_header_wchar_h=yes
  5500. ac_cv_host=i686-pc-linux-gnu
  5501. ac_cv_objext=o
  5502. ac_cv_path_EGREP='/bin/grep -E'
  5503. ac_cv_path_FGREP='/bin/grep -F'
  5504. ac_cv_path_GREP=/bin/grep
  5505. ac_cv_path_SED=/bin/sed
  5506. ac_cv_path_gcc_cv_readelf=/usr/bin/readelf
  5507. ac_cv_path_install='/usr/bin/install -c'
  5508. ac_cv_prog_AR=/usr/bin/ar
  5509. ac_cv_prog_AWK=gawk
  5510. ac_cv_prog_BISON=bison
  5511. ac_cv_prog_CC=/usr/bin/gcc
  5512. ac_cv_prog_CPP='/usr/bin/gcc -E'
  5513. ac_cv_prog_CXXCPP='/usr/bin/g++ -E'
  5514. ac_cv_prog_FLEX=flex
  5515. ac_cv_prog_MAKEINFO=makeinfo
  5516. ac_cv_prog_NM=/usr/bin/nm
  5517. ac_cv_prog_OBJDUMP=objdump
  5518. ac_cv_prog_RANLIB=ranlib
  5519. ac_cv_prog_ac_ct_STRIP=strip
  5520. ac_cv_prog_cc__usr_bin_gcc_c_o=yes
  5521. ac_cv_prog_cc_c89=
  5522. ac_cv_prog_cc_g=yes
  5523. ac_cv_prog_cxx_g=yes
  5524. ac_cv_prog_have_mktemp_command=yes
  5525. ac_cv_prog_make_make_set=yes
  5526. ac_cv_safe_to_define___extensions__=yes
  5527. ac_cv_search_dlopen=-ldl
  5528. ac_cv_search_exc_resume=no
  5529. ac_cv_search_ldexp='none required'
  5530. ac_cv_sizeof_int=4
  5531. ac_cv_sizeof_long=4
  5532. ac_cv_sizeof_long_long=8
  5533. ac_cv_sizeof_short=2
  5534. ac_cv_sizeof_void_p=4
  5535. ac_cv_struct_tms=yes
  5536. ac_cv_sys_file_offset_bits=64
  5537. ac_cv_sys_largefile_CC=no
  5538. ac_cv_target=arm-buildroot-linux-uclibcgnueabi
  5539. ac_cv_type___int64=no
  5540. ac_cv_type_caddr_t=yes
  5541. ac_cv_type_intmax_t=yes
  5542. ac_cv_type_intptr_t=yes
  5543. ac_cv_type_long_long=yes
  5544. ac_cv_type_long_long_int=yes
  5545. ac_cv_type_pid_t=yes
  5546. ac_cv_type_ssize_t=yes
  5547. ac_cv_type_uintmax_t=yes
  5548. ac_cv_type_uintptr_t=yes
  5549. ac_cv_type_unsigned_long_long_int=yes
  5550. acl_cv_hardcode_direct=no
  5551. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  5552. acl_cv_hardcode_libdir_separator=
  5553. acl_cv_hardcode_minus_L=no
  5554. acl_cv_libext=a
  5555. acl_cv_path_LD=/usr/bin/ld
  5556. acl_cv_prog_gnu_ld=yes
  5557. acl_cv_rpath=done
  5558. acl_cv_shlibext=so
  5559. acl_cv_wl=-Wl,
  5560. acx_cv_cc_gcc_supports_ada=no
  5561. acx_cv_prog_LN=ln
  5562. acx_cv_prog_cc_pedantic__Wno_long_long__Wno_variadic_macros__Wno_overlength_strings=yes
  5563. acx_cv_prog_cc_warning__W=yes
  5564. acx_cv_prog_cc_warning__Wall=yes
  5565. acx_cv_prog_cc_warning__Wcast_qual=yes
  5566. acx_cv_prog_cc_warning__Wcpp_compat=yes
  5567. acx_cv_prog_cc_warning__Wmissing_format_attribute=yes
  5568. acx_cv_prog_cc_warning__Wmissing_prototypes=yes
  5569. acx_cv_prog_cc_warning__Wold_style_definition=yes
  5570. acx_cv_prog_cc_warning__Wstrict_prototypes=yes
  5571. acx_cv_prog_cc_warning__Wwrite_strings=yes
  5572. am_cv_func_iconv=yes
  5573. am_cv_langinfo_codeset=yes
  5574. am_cv_lib_iconv=no
  5575. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  5576. am_cv_proto_iconv_arg1=
  5577. am_cv_val_LC_MESSAGES=yes
  5578. gcc_cv_as=/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as
  5579. gcc_cv_as_balign_and_p2align=yes
  5580. gcc_cv_as_cfi_advance_working=yes
  5581. gcc_cv_as_cfi_directive=yes
  5582. gcc_cv_as_cfi_personality_directive=yes
  5583. gcc_cv_as_cfi_sections_directive=yes
  5584. gcc_cv_as_comdat_group=no
  5585. gcc_cv_as_comdat_group_percent=yes
  5586. gcc_cv_as_debug_prefix_map_flag=yes
  5587. gcc_cv_as_discriminator=yes
  5588. gcc_cv_as_dwarf2_debug_line=yes
  5589. gcc_cv_as_dwarf2_file_buggy=no
  5590. gcc_cv_as_eh_frame=no
  5591. gcc_cv_as_flags=' '
  5592. gcc_cv_as_gas_srcdir=/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gas
  5593. gcc_cv_as_gdwarf2_flag=yes
  5594. gcc_cv_as_gnu_unique_object=no
  5595. gcc_cv_as_gstabs_flag=yes
  5596. gcc_cv_as_hidden=yes
  5597. gcc_cv_as_lcomm_with_alignment=no
  5598. gcc_cv_as_leb128=yes
  5599. gcc_cv_as_line_zero=yes
  5600. gcc_cv_as_literal16=no
  5601. gcc_cv_as_max_skip_p2align=yes
  5602. gcc_cv_as_nsubspa_comdat=no
  5603. gcc_cv_as_shf_merge=yes
  5604. gcc_cv_as_subsection_m1=yes
  5605. gcc_cv_as_weak=yes
  5606. gcc_cv_as_weakref=yes
  5607. gcc_cv_binutils_srcdir=/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/binutils
  5608. gcc_cv_collect2_libs='none required'
  5609. gcc_cv_decl_char_bit=yes
  5610. gcc_cv_decl_map_anon=yes
  5611. gcc_cv_func_mbstowcs_works=yes
  5612. gcc_cv_func_mmap_anon=yes
  5613. gcc_cv_func_mmap_dev_zero=yes
  5614. gcc_cv_func_mmap_file=yes
  5615. gcc_cv_gas_major_version=
  5616. gcc_cv_gas_minor_version=
  5617. gcc_cv_gld_major_version=
  5618. gcc_cv_gld_minor_version=
  5619. gcc_cv_have_decl_abort=yes
  5620. gcc_cv_have_decl_asprintf=yes
  5621. gcc_cv_have_decl_atof=yes
  5622. gcc_cv_have_decl_atol=yes
  5623. gcc_cv_have_decl_basename=yes
  5624. gcc_cv_have_decl_calloc=yes
  5625. gcc_cv_have_decl_clearerr_unlocked=yes
  5626. gcc_cv_have_decl_clock=yes
  5627. gcc_cv_have_decl_errno=yes
  5628. gcc_cv_have_decl_feof_unlocked=yes
  5629. gcc_cv_have_decl_ferror_unlocked=yes
  5630. gcc_cv_have_decl_fflush_unlocked=yes
  5631. gcc_cv_have_decl_fgetc_unlocked=yes
  5632. gcc_cv_have_decl_fgets_unlocked=yes
  5633. gcc_cv_have_decl_fileno_unlocked=yes
  5634. gcc_cv_have_decl_fprintf_unlocked=no
  5635. gcc_cv_have_decl_fputc_unlocked=yes
  5636. gcc_cv_have_decl_fputs_unlocked=yes
  5637. gcc_cv_have_decl_fread_unlocked=yes
  5638. gcc_cv_have_decl_free=yes
  5639. gcc_cv_have_decl_fwrite_unlocked=yes
  5640. gcc_cv_have_decl_getc_unlocked=yes
  5641. gcc_cv_have_decl_getchar_unlocked=yes
  5642. gcc_cv_have_decl_getcwd=yes
  5643. gcc_cv_have_decl_getenv=yes
  5644. gcc_cv_have_decl_getopt=no
  5645. gcc_cv_have_decl_getpagesize=yes
  5646. gcc_cv_have_decl_getrlimit=yes
  5647. gcc_cv_have_decl_getrusage=yes
  5648. gcc_cv_have_decl_getwd=yes
  5649. gcc_cv_have_decl_ldgetname=no
  5650. gcc_cv_have_decl_malloc=yes
  5651. gcc_cv_have_decl_putc_unlocked=yes
  5652. gcc_cv_have_decl_putchar_unlocked=yes
  5653. gcc_cv_have_decl_realloc=yes
  5654. gcc_cv_have_decl_sbrk=yes
  5655. gcc_cv_have_decl_setrlimit=yes
  5656. gcc_cv_have_decl_sigaltstack=yes
  5657. gcc_cv_have_decl_snprintf=yes
  5658. gcc_cv_have_decl_strsignal=yes
  5659. gcc_cv_have_decl_strstr=yes
  5660. gcc_cv_have_decl_strverscmp=yes
  5661. gcc_cv_have_decl_times=yes
  5662. gcc_cv_have_decl_vasprintf=yes
  5663. gcc_cv_have_decl_vsnprintf=yes
  5664. gcc_cv_header_inttypes_h=yes
  5665. gcc_cv_header_string=yes
  5666. gcc_cv_initfini_array=yes
  5667. gcc_cv_ld=/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld
  5668. gcc_cv_ld_as_needed=yes
  5669. gcc_cv_ld_bfd_srcdir=/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/bfd
  5670. gcc_cv_ld_buildid=yes
  5671. gcc_cv_ld_dynamic_option=-Bdynamic
  5672. gcc_cv_ld_eh_frame_hdr=yes
  5673. gcc_cv_ld_eh_gc_sections=no
  5674. gcc_cv_ld_eh_gc_sections_bug=no
  5675. gcc_cv_ld_gld_srcdir=/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/ld
  5676. gcc_cv_ld_hidden=yes
  5677. gcc_cv_ld_pie=yes
  5678. gcc_cv_ld_ro_rw_mix=read-write
  5679. gcc_cv_ld_sol2_emulation=no
  5680. gcc_cv_ld_static_dynamic=yes
  5681. gcc_cv_ld_static_option=-Bstatic
  5682. gcc_cv_ld_sysroot=yes
  5683. gcc_cv_libc_provides_ssp=no
  5684. gcc_cv_lto_plugin=yes
  5685. gcc_cv_mkdir_takes_one_arg=no
  5686. gcc_cv_nm=/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm
  5687. gcc_cv_objdump=/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/objdump
  5688. gcc_cv_prog_LN_S='ln -s'
  5689. gcc_cv_prog_cmp_skip=gnucompare
  5690. gcc_cv_prog_makeinfo_modern=yes
  5691. gcc_cv_readelf=/usr/bin/readelf
  5692. gcc_cv_target_dl_iterate_phdr=unknown
  5693. gcc_cv_type_clock_t=yes
  5694. lt_cv_archive_cmds_need_lc=no
  5695. lt_cv_deplibs_check_method=pass_all
  5696. lt_cv_file_magic_cmd='$MAGIC_CMD'
  5697. lt_cv_file_magic_test_file=
  5698. lt_cv_ld_reload_flag=-r
  5699. lt_cv_nm_interface='BSD nm'
  5700. lt_cv_objdir=.libs
  5701. lt_cv_path_LD=/usr/bin/ld
  5702. lt_cv_path_LDCXX=/usr/bin/ld
  5703. lt_cv_path_NM=/usr/bin/nm
  5704. lt_cv_prog_compiler_c_o=yes
  5705. lt_cv_prog_compiler_c_o_CXX=yes
  5706. lt_cv_prog_compiler_pic_works=yes
  5707. lt_cv_prog_compiler_pic_works_CXX=yes
  5708. lt_cv_prog_compiler_rtti_exceptions=no
  5709. lt_cv_prog_compiler_static_works=yes
  5710. lt_cv_prog_compiler_static_works_CXX=yes
  5711. lt_cv_prog_gnu_ld=yes
  5712. lt_cv_prog_gnu_ldcxx=yes
  5713. lt_cv_shlibpath_overrides_runpath=no
  5714. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  5715. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  5716. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
  5717. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  5718. lt_cv_sys_max_cmd_len=805306365
  5719.  
  5720. ## ----------------- ##
  5721. ## Output variables. ##
  5722. ## ----------------- ##
  5723.  
  5724. ALL='all.cross'
  5725. AR='/usr/bin/ar'
  5726. AWK='gawk'
  5727. BISON='bison'
  5728. BUILD_CFLAGS='$(ALL_CFLAGS)'
  5729. BUILD_INFO='info'
  5730. BUILD_LDFLAGS='$(LDFLAGS)'
  5731. CATALOGS=''
  5732. CATOBJEXT=''
  5733. CC='/usr/bin/gcc'
  5734. CC_FOR_BUILD='$(CC)'
  5735. CFLAGS='-I/home/john/AM335/buildroot/output/host/usr/include'
  5736. CLOOGINC=''
  5737. CLOOGLIBS=''
  5738. COLLECT2_LIBS=''
  5739. CONFIGURE_SPECS=''
  5740. CPP='/usr/bin/gcc -E'
  5741. CPPFLAGS=''
  5742. CROSS='-DCROSS_DIRECTORY_STRUCTURE'
  5743. CROSS_SYSTEM_HEADER_DIR='$(TARGET_SYSTEM_ROOT)$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)'
  5744. CXX='/usr/bin/g++'
  5745. CXXCPP='/usr/bin/g++ -E'
  5746. CXXFLAGS='-O2 -I/home/john/AM335/buildroot/output/host/usr/include'
  5747. DATADIRNAME=''
  5748. DEFS='-DHAVE_CONFIG_H'
  5749. DSYMUTIL=''
  5750. DUMPBIN=''
  5751. ECHO_C=''
  5752. ECHO_N='-n'
  5753. ECHO_T=''
  5754. EGREP='/bin/grep -E'
  5755. ENABLE_BUILD_WITH_CXX='no'
  5756. EXEEXT=''
  5757. FGREP='/bin/grep -F'
  5758. FLEX='flex'
  5759. GENCAT=''
  5760. GENERATED_MANPAGES='generated-manpages'
  5761. GENINSRC='#'
  5762. GGC='ggc-page'
  5763. GMPINC='-I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include -I/home/john/AM335/buildroot/output/host/usr/include '
  5764. GMPLIBS='-L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -L/home/john/AM335/buildroot/output/host/usr/lib -lmpc -lmpfr -lgmp'
  5765. GMSGFMT='/usr/bin/msgfmt'
  5766. GNATBIND='no'
  5767. GNATMAKE='no'
  5768. GNAT_LIBEXC=''
  5769. GREP='/bin/grep'
  5770. HOST_LIBS=''
  5771. INCINTL=''
  5772. INSTALL='/usr/bin/install -c'
  5773. INSTALL_DATA='${INSTALL} -m 644'
  5774. INSTALL_PROGRAM='${INSTALL}'
  5775. INSTOBJEXT=''
  5776. LD='/usr/bin/ld'
  5777. LDEXP_LIB=''
  5778. LDFLAGS=' -L/home/john/AM335/buildroot/output/host/lib -L/home/john/AM335/buildroot/output/host/usr/lib -Wl,-rpath,/home/john/AM335/buildroot/output/host/usr/lib'
  5779. LIBICONV=''
  5780. LIBICONV_DEP=''
  5781. LIBINTL=''
  5782. LIBINTL_DEP=''
  5783. LIBOBJS=''
  5784. LIBS=''
  5785. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  5786. LIPO=''
  5787. LN='ln'
  5788. LN_S='ln -s'
  5789. LTLIBICONV=''
  5790. LTLIBOBJS=''
  5791. MAINT='#'
  5792. MAKEINFO='makeinfo'
  5793. NM='/usr/bin/nm'
  5794. NMEDIT=''
  5795. NO_MINUS_C_MINUS_O=''
  5796. OBJDUMP='objdump'
  5797. OBJEXT='o'
  5798. ORIGINAL_AS_FOR_TARGET='/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as'
  5799. ORIGINAL_LD_FOR_TARGET='/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld'
  5800. ORIGINAL_NM_FOR_TARGET='/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm'
  5801. ORIGINAL_PLUGIN_LD_FOR_TARGET='/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld'
  5802. OTOOL64=''
  5803. OTOOL=''
  5804. OUTPUT_OPTION='-o $@'
  5805. PACKAGE_BUGREPORT=''
  5806. PACKAGE_NAME=''
  5807. PACKAGE_STRING=''
  5808. PACKAGE_TARNAME=''
  5809. PACKAGE_URL=''
  5810. PACKAGE_VERSION=''
  5811. PATH_SEPARATOR=':'
  5812. PKGVERSION='(Buildroot 2012.11-git-00490-g75b9e7f-dirty) '
  5813. POSUB=''
  5814. PPLINC=''
  5815. PPLLIBS=''
  5816. RANLIB='ranlib'
  5817. REPORT_BUGS_TEXI='@uref{http://bugs.buildroot.net/}'
  5818. REPORT_BUGS_TO='<http://bugs.buildroot.net/>'
  5819. SED='/bin/sed'
  5820. SET_MAKE=''
  5821. SHELL='/bin/sh'
  5822. STMP_FIXINC='stmp-fixinc'
  5823. STRIP='strip'
  5824. SYSTEM_HEADER_DIR='$(CROSS_SYSTEM_HEADER_DIR)'
  5825. TARGET_SYSTEM_ROOT='/home/john/AM335/buildroot/output/toolchain/uClibc_dev/'
  5826. TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
  5827. TM_ENDIAN_CONFIG=''
  5828. TM_MULTILIB_CONFIG=''
  5829. TM_MULTILIB_EXCEPTIONS_CONFIG=''
  5830. TREEBROWSER=''
  5831. USE_NLS='no'
  5832. XGETTEXT='/usr/bin/xgettext'
  5833. ac_ct_CC=''
  5834. ac_ct_CXX=''
  5835. ac_ct_DUMPBIN=''
  5836. all_compilers=' gnat1$(exeext) cc1plus$(exeext) f951$(exeext) go1$(exeext) jc1$(exeext) jvgenmain$(exeext) lto1$(exeext) cc1obj$(exeext) cc1objplus$(exeext)'
  5837. all_gtfiles=' [ada] $(srcdir)/ada/gcc-interface/ada-tree.h $(srcdir)/ada/gcc-interface/gigi.h $(srcdir)/ada/gcc-interface/decl.c $(srcdir)/ada/gcc-interface/trans.c $(srcdir)/ada/gcc-interface/utils.c $(srcdir)/ada/gcc-interface/misc.c [cp] $(srcdir)/cp/rtti.c $(srcdir)/cp/mangle.c $(srcdir)/cp/name-lookup.h $(srcdir)/cp/name-lookup.c $(srcdir)/cp/cp-tree.h $(srcdir)/cp/decl.h $(srcdir)/cp/call.c $(srcdir)/cp/decl.c $(srcdir)/cp/decl2.c $(srcdir)/cp/pt.c $(srcdir)/cp/repo.c $(srcdir)/cp/semantics.c $(srcdir)/cp/tree.c $(srcdir)/cp/parser.c $(srcdir)/cp/method.c $(srcdir)/cp/typeck2.c $(srcdir)/c-family/c-common.c $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-lex.c $(srcdir)/c-family/c-pragma.h $(srcdir)/c-family/c-pragma.c $(srcdir)/cp/class.c $(srcdir)/cp/cp-objcp-common.c $(srcdir)/cp/cp-lang.c [fortran] $(srcdir)/fortran/f95-lang.c $(srcdir)/fortran/trans-decl.c $(srcdir)/fortran/trans-intrinsic.c $(srcdir)/fortran/trans-io.c $(srcdir)/fortran/trans-stmt.c $(srcdir)/fortran/trans-types.c $(srcdir)/fortran/trans-types.h $(srcdir)/fortran/trans.h $(srcdir)/fortran/trans-const.h [go] $(srcdir)/go/go-lang.c [java] $(srcdir)/java/java-tree.h $(srcdir)/java/jcf.h $(srcdir)/java/parse.h $(srcdir)/java/builtins.c $(srcdir)/java/class.c $(srcdir)/java/constants.c $(srcdir)/java/decl.c $(srcdir)/java/expr.c $(srcdir)/java/jcf-parse.c $(srcdir)/java/lang.c $(srcdir)/java/mangle.c $(srcdir)/java/resource.c [lto] $(srcdir)/lto/lto-tree.h $(srcdir)/lto/lto-lang.c $(srcdir)/lto/lto.c [objc] $(srcdir)/c-family/c-objc.h $(srcdir)/objc/objc-act.h $(srcdir)/objc/objc-act.c $(srcdir)/objc/objc-runtime-shared-support.c $(srcdir)/objc/objc-gnu-runtime-abi-01.c $(srcdir)/objc/objc-next-runtime-abi-01.c $(srcdir)/objc/objc-next-runtime-abi-02.c $(srcdir)/c-parser.c $(srcdir)/c-tree.h $(srcdir)/c-decl.c $(srcdir)/c-lang.h $(srcdir)/c-objc-common.c $(srcdir)/c-family/c-common.c $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-cppbuiltin.c $(srcdir)/c-family/c-pragma.h $(srcdir)/c-family/c-pragma.c [objcp] $(srcdir)/objc/objc-act.h $(srcdir)/objc/objc-act.c $(srcdir)/objc/objc-runtime-shared-support.c $(srcdir)/objc/objc-gnu-runtime-abi-01.c $(srcdir)/objc/objc-next-runtime-abi-01.c $(srcdir)/objc/objc-next-runtime-abi-02.c $(srcdir)/cp/call.c $(srcdir)/cp/class.c $(srcdir)/cp/cp-tree.h $(srcdir)/cp/decl.c $(srcdir)/cp/decl2.c $(srcdir)/cp/mangle.c $(srcdir)/cp/method.c $(srcdir)/cp/name-lookup.h $(srcdir)/cp/name-lookup.c $(srcdir)/cp/cp-objcp-common.c $(srcdir)/cp/parser.c $(srcdir)/cp/pt.c $(srcdir)/cp/repo.c $(srcdir)/cp/rtti.c $(srcdir)/cp/semantics.c $(srcdir)/cp/tree.c $(srcdir)/cp/typeck2.c $(srcdir)/c-family/c-common.c $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-lex.c $(srcdir)/c-family/c-cppbuiltin.c $(srcdir)/c-family/c-pragma.h $(srcdir)/c-family/c-pragma.c  [c] $(srcdir)/c-lang.c $(srcdir)/c-tree.h $(srcdir)/c-decl.c $(srcdir)/c-family/c-common.c $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-cppbuiltin.c $(srcdir)/c-family/c-pragma.h $(srcdir)/c-family/c-pragma.c $(srcdir)/c-objc-common.c $(srcdir)/c-parser.c $(srcdir)/c-lang.h'
  5838. all_lang_makefrags=' $(srcdir)/ada/gcc-interface/Make-lang.in $(srcdir)/cp/Make-lang.in $(srcdir)/fortran/Make-lang.in $(srcdir)/go/Make-lang.in $(srcdir)/java/Make-lang.in $(srcdir)/lto/Make-lang.in $(srcdir)/objc/Make-lang.in $(srcdir)/objcp/Make-lang.in'
  5839. all_languages=' ada c++ fortran go java lto objc obj-c++'
  5840. all_selected_languages=' lto'
  5841. bindir='${exec_prefix}/bin'
  5842. build='i686-pc-linux-gnu'
  5843. build_alias='i686-pc-linux-gnu'
  5844. build_cpu='i686'
  5845. build_exeext=''
  5846. build_file_translate=''
  5847. build_install_headers_dir='install-headers-tar'
  5848. build_libsubdir='build-i686-pc-linux-gnu'
  5849. build_os='linux-gnu'
  5850. build_subdir='build-i686-pc-linux-gnu'
  5851. build_vendor='pc'
  5852. build_xm_defines=''
  5853. build_xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
  5854. build_xm_include_list=' auto-host.h ansidecl.h'
  5855. c_loose_warn='-Wstrict-prototypes -Wmissing-prototypes'
  5856. c_strict_warn='-Wold-style-definition -Wc++-compat'
  5857. c_target_objs='arm-c.o'
  5858. check_languages=' check-lto'
  5859. collect2='collect2$(exeext)'
  5860. coverage_flags=''
  5861. cpp_install_dir=''
  5862. cxx_target_objs='arm-c.o'
  5863. datadir='${datarootdir}'
  5864. datarootdir='${prefix}/share'
  5865. docdir='${datarootdir}/doc/${PACKAGE}'
  5866. dollar=''
  5867. dvidir='${docdir}'
  5868. enable_decimal_float='dpd'
  5869. enable_fast_install='yes'
  5870. enable_fixed_point='no'
  5871. enable_lto='yes'
  5872. enable_multilib='no'
  5873. enable_plugin='yes'
  5874. enable_shared='yes'
  5875. exec_prefix='${prefix}'
  5876. extra_gcc_objs=' '
  5877. extra_headers_list=' $(srcdir)/config/arm/mmintrin.h $(srcdir)/config/arm/arm_neon.h'
  5878. extra_modes_file='$(srcdir)/config/arm/arm-modes.def'
  5879. extra_objs=' '
  5880. extra_opt_files=' $(srcdir)/config/arm/arm.opt $(srcdir)/config/gnu-user.opt $(srcdir)/config/linux.opt $(srcdir)/config/linux-android.opt'
  5881. extra_parts='crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o'
  5882. extra_passes=''
  5883. extra_programs=''
  5884. float_h_file=''
  5885. fortran_target_objs=''
  5886. gcc_config_arguments='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/configure --prefix=/home/john/AM335/buildroot/output/host/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-buildroot-linux-uclibcgnueabi --enable-languages=c --with-sysroot=/home/john/AM335/buildroot/output/toolchain/uClibc_dev/ --disable-__cxa_atexit --enable-target-optspace --disable-libquadmath --disable-libgomp --with-gnu-ld --enable-shared --disable-libssp --disable-multilib --enable-tls --with-gmp=/home/john/AM335/buildroot/output/host/usr --with-mpfr=/home/john/AM335/buildroot/output/host/usr --with-mpc=/home/john/AM335/buildroot/output/host/usr --disable-nls --enable-threads --disable-decimal-float --with-abi=aapcs-linux --with-arch=armv7-a --with-tune=cortex-a8 --with-pkgversion='\''Buildroot 2012.11-git-00490-g75b9e7f-dirty'\'' --with-bugurl=http://bugs.buildroot.net/ --with-fpu=vfpv3 --with-float=hard'
  5887. gcc_cv_as='/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/as'
  5888. gcc_cv_ld='/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/ld'
  5889. gcc_cv_nm='/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/nm'
  5890. gcc_cv_objdump='/home/john/AM335/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabi/bin/objdump'
  5891. gcc_cv_readelf='/usr/bin/readelf'
  5892. gcc_gxx_include_dir='$(libsubdir)/$(libsubdir_to_prefix)arm-buildroot-linux-uclibcgnueabi/include/c++/$(version)'
  5893. gcc_tooldir='$(libsubdir)/$(libsubdir_to_prefix)$(target_noncanonical)'
  5894. gthread_flags='-DHAVE_GTHR_DEFAULT'
  5895. have_mktemp_command='yes'
  5896. host='i686-pc-linux-gnu'
  5897. host_alias='i686-pc-linux-gnu'
  5898. host_cpu='i686'
  5899. host_exeext=''
  5900. host_os='linux-gnu'
  5901. host_subdir='.'
  5902. host_vendor='pc'
  5903. host_xm_defines=''
  5904. host_xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
  5905. host_xm_include_list=' auto-host.h ansidecl.h'
  5906. htmldir='${docdir}'
  5907. includedir='${prefix}/include'
  5908. infodir='${datarootdir}/info'
  5909. inhibit_libc='false'
  5910. install=''
  5911. lang_opt_files=' /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/fortran/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/go/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/lang.opt /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lang.opt'
  5912. lang_specs_files=' /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/lto/lang-specs.h'
  5913. lang_tree_files=' /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/ada/gcc-interface/ada-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/cp/cp-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/java/java-tree.def /home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc/objc/objc-tree.def'
  5914. libdir='${exec_prefix}/lib'
  5915. libexecdir='${exec_prefix}/libexec'
  5916. libgcc_visibility='yes'
  5917. local_prefix='/usr/local'
  5918. localedir='${datarootdir}/locale'
  5919. localstatedir='${prefix}/var'
  5920. loose_warn='-W -Wall -Wwrite-strings -Wcast-qual'
  5921. make_compare_target='gnucompare'
  5922. mandir='${datarootdir}/man'
  5923. manext='.1'
  5924. md_file='arm/arm.md'
  5925. nocommon_flag=''
  5926. objc_boehm_gc=''
  5927. objdir='.libs'
  5928. objext='o'
  5929. oldincludedir='/usr/include'
  5930. out_file='arm/arm.c'
  5931. out_host_hook_obj='host-linux.o'
  5932. out_object_file='arm.o'
  5933. pdfdir='${docdir}'
  5934. pluginlibs='-rdynamic -ldl'
  5935. prefix='/home/john/AM335/buildroot/output/host/usr'
  5936. program_transform_name='s&^&arm-buildroot-linux-uclibcgnueabi-&'
  5937. psdir='${docdir}'
  5938. ranlib_flags=''
  5939. sbindir='${exec_prefix}/sbin'
  5940. sharedstatedir='${prefix}/com'
  5941. slibdir='$(build_tooldir)/lib'
  5942. srcdir='/home/john/AM335/buildroot/output/toolchain/gcc-4.6.3/gcc'
  5943. strict_warn='-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings'
  5944. subdirs=' ada cp fortran go java lto objc objcp'
  5945. sysconfdir='${prefix}/etc'
  5946. target='arm-buildroot-linux-uclibcgnueabi'
  5947. target_alias='arm-buildroot-linux-uclibcgnueabi'
  5948. target_cpu='arm'
  5949. target_cpu_default='TARGET_CPU_generic'
  5950. target_noncanonical='arm-buildroot-linux-uclibcgnueabi'
  5951. target_os='linux-uclibcgnueabi'
  5952. target_subdir='arm-buildroot-linux-uclibcgnueabi'
  5953. target_vendor='buildroot'
  5954. thread_file='posix'
  5955. tm_defines=' LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_UCLIBC ANDROID_DEFAULT=0'
  5956. tm_file_list='options.h $(srcdir)/config/dbxelf.h $(srcdir)/config/elfos.h $(srcdir)/config/gnu-user.h $(srcdir)/config/linux.h $(srcdir)/config/linux-android.h $(srcdir)/config/glibc-stdint.h $(srcdir)/config/arm/elf.h $(srcdir)/config/arm/linux-gas.h $(srcdir)/config/arm/linux-elf.h $(srcdir)/config/arm/bpabi.h $(srcdir)/config/arm/linux-eabi.h $(srcdir)/config/../../libgcc/config/arm/bpabi-lib.h $(srcdir)/config/arm/aout.h $(srcdir)/config/arm/arm.h $(srcdir)/defaults.h'
  5957. tm_include_list='options.h insn-constants.h config/dbxelf.h config/elfos.h config/gnu-user.h config/linux.h config/linux-android.h config/glibc-stdint.h config/arm/elf.h config/arm/linux-gas.h config/arm/linux-elf.h config/arm/bpabi.h config/arm/linux-eabi.h config/../../libgcc/config/arm/bpabi-lib.h config/arm/aout.h config/arm/arm.h defaults.h'
  5958. tm_p_file_list=' $(srcdir)/config/arm/arm-protos.h tm-preds.h'
  5959. tm_p_include_list=' config/arm/arm-protos.h tm-preds.h'
  5960. tmake_file=' $(srcdir)/config/t-slibgcc-elf-ver $(srcdir)/config/t-linux $(srcdir)/config/t-linux $(srcdir)/config/arm/t-arm $(srcdir)/config/arm/t-arm-elf $(srcdir)/config/arm/t-bpabi $(srcdir)/config/arm/t-linux-eabi $(srcdir)/config/t-slibgcc-libgcc $(srcdir)/config/arm/t-arm-softfp $(srcdir)/config/soft-fp/t-softfp'
  5961. use_gcc_stdint='wrap'
  5962. user_headers_inc_next_post=''
  5963. user_headers_inc_next_pre=''
  5964. valgrind_command=''
  5965. valgrind_path=''
  5966. valgrind_path_defines=''
  5967. warn_cflags='$(GCC_WARN_CFLAGS)'
  5968. warn_cxxflags='$(GCC_WARN_CXXFLAGS)'
  5969. xm_defines=''
  5970. xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
  5971. xm_include_list=' auto-host.h ansidecl.h'
  5972. xmake_file=' $(srcdir)/config/x-linux'
  5973. zlibdir='-L../zlib'
  5974. zlibinc='-I$(srcdir)/../zlib'
  5975.  
  5976. ## ------------------- ##
  5977. ## File substitutions. ##
  5978. ## ------------------- ##
  5979.  
  5980. language_hooks='Make-hooks'
  5981. option_includes='option-includes.mk'
  5982.  
  5983. ## ----------- ##
  5984. ## confdefs.h. ##
  5985. ## ----------- ##
  5986.  
  5987. /* confdefs.h */
  5988. #define PACKAGE_NAME ""
  5989. #define PACKAGE_TARNAME ""
  5990. #define PACKAGE_VERSION ""
  5991. #define PACKAGE_STRING ""
  5992. #define PACKAGE_BUGREPORT ""
  5993. #define PACKAGE_URL ""
  5994. #define HAVE_GNU_LD 1
  5995. #define HAVE_GNU_AS 0
  5996. #define STDC_HEADERS 1
  5997. #define HAVE_SYS_TYPES_H 1
  5998. #define HAVE_SYS_STAT_H 1
  5999. #define HAVE_STDLIB_H 1
  6000. #define HAVE_STRING_H 1
  6001. #define HAVE_MEMORY_H 1
  6002. #define HAVE_STRINGS_H 1
  6003. #define HAVE_INTTYPES_H 1
  6004. #define HAVE_STDINT_H 1
  6005. #define HAVE_UNISTD_H 1
  6006. #define __EXTENSIONS__ 1
  6007. #define _ALL_SOURCE 1
  6008. #define _GNU_SOURCE 1
  6009. #define _POSIX_PTHREAD_SEMANTICS 1
  6010. #define _TANDEM_SOURCE 1
  6011. #define _FILE_OFFSET_BITS 64
  6012. #define SIZEOF_VOID_P 4
  6013. #define SIZEOF_SHORT 2
  6014. #define SIZEOF_INT 4
  6015. #define SIZEOF_LONG 4
  6016. #define HAVE_LONG_LONG 1
  6017. #define SIZEOF_LONG_LONG 8
  6018. #define HAVE_LONG_LONG_INT 1
  6019. #define HAVE_INTMAX_T 1
  6020. #define HAVE_INTPTR_T 1
  6021. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  6022. #define HAVE_UINTMAX_T 1
  6023. #define HAVE_UINTPTR_T 1
  6024. #define ENABLE_ASSERT_CHECKING 1
  6025. #define ENABLE_RUNTIME_CHECKING 1
  6026. #define ENABLE_DECIMAL_FLOAT 0
  6027. #define ENABLE_DECIMAL_BID_FORMAT 0
  6028. #define ENABLE_FIXED_POINT 0
  6029. #define STDC_HEADERS 1
  6030. #define TIME_WITH_SYS_TIME 1
  6031. #define STRING_WITH_STRINGS 1
  6032. #define HAVE_SYS_WAIT_H 1
  6033. #define HAVE_LIMITS_H 1
  6034. #define HAVE_STDDEF_H 1
  6035. #define HAVE_STRING_H 1
  6036. #define HAVE_STRINGS_H 1
  6037. #define HAVE_STDLIB_H 1
  6038. #define HAVE_TIME_H 1
  6039. #define HAVE_ICONV_H 1
  6040. #define HAVE_FCNTL_H 1
  6041. #define HAVE_UNISTD_H 1
  6042. #define HAVE_SYS_FILE_H 1
  6043. #define HAVE_SYS_TIME_H 1
  6044. #define HAVE_SYS_MMAN_H 1
  6045. #define HAVE_SYS_RESOURCE_H 1
  6046. #define HAVE_SYS_PARAM_H 1
  6047. #define HAVE_SYS_TIMES_H 1
  6048. #define HAVE_SYS_STAT_H 1
  6049. #define HAVE_MALLOC_H 1
  6050. #define HAVE_LANGINFO_H 1
  6051. #define HAVE_LOCALE_H 1
  6052. #define HAVE_WCHAR_H 1
  6053. #define HAVE_TR1_UNORDERED_MAP 1
  6054. #define HAVE_EXT_HASH_MAP 1
  6055. #define HAVE_INTTYPES_H 1
  6056. #define HAVE_TIMES 1
  6057. #define HAVE_CLOCK 1
  6058. #define HAVE_KILL 1
  6059. #define HAVE_GETRLIMIT 1
  6060. #define HAVE_SETRLIMIT 1
  6061. #define HAVE_ATOLL 1
  6062. #define HAVE_SYSCONF 1
  6063. #define HAVE_STRSIGNAL 1
  6064. #define HAVE_GETRUSAGE 1
  6065. #define HAVE_NL_LANGINFO 1
  6066. #define HAVE_GETTIMEOFDAY 1
  6067. #define HAVE_MBSTOWCS 1
  6068. #define HAVE_WCSWIDTH 1
  6069. #define HAVE_MMAP 1
  6070. #define HAVE_SETLOCALE 1
  6071. #define HAVE_CLEARERR_UNLOCKED 1
  6072. #define HAVE_FEOF_UNLOCKED 1
  6073. #define HAVE_FERROR_UNLOCKED 1
  6074. #define HAVE_FFLUSH_UNLOCKED 1
  6075. #define HAVE_FGETC_UNLOCKED 1
  6076. #define HAVE_FGETS_UNLOCKED 1
  6077. #define HAVE_FILENO_UNLOCKED 1
  6078. #define HAVE_FPUTC_UNLOCKED 1
  6079. #define HAVE_FPUTS_UNLOCKED 1
  6080. #define HAVE_FREAD_UNLOCKED 1
  6081. #define HAVE_FWRITE_UNLOCKED 1
  6082. #define HAVE_GETCHAR_UNLOCKED 1
  6083. #define HAVE_GETC_UNLOCKED 1
  6084. #define HAVE_PUTCHAR_UNLOCKED 1
  6085. #define HAVE_PUTC_UNLOCKED 1
  6086. #define HAVE_WORKING_MBSTOWCS 1
  6087. #define HAVE_MMAP_FILE 1
  6088. #define HAVE_MMAP_DEV_ZERO 1
  6089. #define HAVE_MMAP_ANON 1
  6090. #define HAVE_FORK 1
  6091. #define HAVE_VFORK 1
  6092. #define HAVE_WORKING_VFORK 1
  6093. #define HAVE_WORKING_FORK 1
  6094. #define HAVE_ICONV 1
  6095. #define ICONV_CONST
  6096. #define HAVE_LC_MESSAGES 1
  6097. #define HAVE_LANGINFO_CODESET 1
  6098. #define HAVE_DECL_GETENV 1
  6099. #define HAVE_DECL_ATOL 1
  6100. #define HAVE_DECL_ASPRINTF 1
  6101. #define HAVE_DECL_SBRK 1
  6102. #define HAVE_DECL_ABORT 1
  6103. #define HAVE_DECL_ATOF 1
  6104. #define HAVE_DECL_GETCWD 1
  6105. #define HAVE_DECL_GETWD 1
  6106. #define HAVE_DECL_STRSIGNAL 1
  6107. #define HAVE_DECL_STRSTR 1
  6108. #define HAVE_DECL_STRVERSCMP 1
  6109. #define HAVE_DECL_ERRNO 1
  6110. #define HAVE_DECL_SNPRINTF 1
  6111. #define HAVE_DECL_VSNPRINTF 1
  6112. #define HAVE_DECL_VASPRINTF 1
  6113. #define HAVE_DECL_MALLOC 1
  6114. #define HAVE_DECL_REALLOC 1
  6115. #define HAVE_DECL_CALLOC 1
  6116. #define HAVE_DECL_FREE 1
  6117. #define HAVE_DECL_BASENAME 1
  6118. #define HAVE_DECL_GETOPT 0
  6119. #define HAVE_DECL_CLOCK 1
  6120. #define HAVE_DECL_GETPAGESIZE 1
  6121. #define HAVE_DECL_CLEARERR_UNLOCKED 1
  6122. #define HAVE_DECL_FEOF_UNLOCKED 1
  6123. #define HAVE_DECL_FERROR_UNLOCKED 1
  6124. #define HAVE_DECL_FFLUSH_UNLOCKED 1
  6125. #define HAVE_DECL_FGETC_UNLOCKED 1
  6126. #define HAVE_DECL_FGETS_UNLOCKED 1
  6127. #define HAVE_DECL_FILENO_UNLOCKED 1
  6128. #define HAVE_DECL_FPRINTF_UNLOCKED 0
  6129. #define HAVE_DECL_FPUTC_UNLOCKED 1
  6130. #define HAVE_DECL_FPUTS_UNLOCKED 1
  6131. #define HAVE_DECL_FREAD_UNLOCKED 1
  6132. #define HAVE_DECL_FWRITE_UNLOCKED 1
  6133. #define HAVE_DECL_GETCHAR_UNLOCKED 1
  6134. #define HAVE_DECL_GETC_UNLOCKED 1
  6135. #define HAVE_DECL_PUTCHAR_UNLOCKED 1
  6136. #define HAVE_DECL_PUTC_UNLOCKED 1
  6137. #define HAVE_DECL_GETRLIMIT 1
  6138. #define HAVE_DECL_SETRLIMIT 1
  6139. #define HAVE_DECL_GETRUSAGE 1
  6140. #define HAVE_DECL_LDGETNAME 0
  6141. #define HAVE_DECL_TIMES 1
  6142. #define HAVE_DECL_SIGALTSTACK 1
  6143. #define HAVE_STRUCT_TMS 1
  6144. #define HAVE_CLOCK_T 1
  6145. #define HAVE_INITFINI_ARRAY 1
  6146. #define HAVE_GETIPINFO 1
  6147. #define NEED_64BIT_HOST_WIDE_INT 1
  6148. #define EXTRA_MODES_FILE "config/arm/arm-modes.def"
  6149. #define LTOPLUGINSONAME "liblto_plugin.so"
  6150. #define HAVE_DLFCN_H 1
  6151. #define LT_OBJDIR ".libs/"
  6152. #define PLUGIN_LD "ld"
  6153. #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
  6154. #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
  6155. #define HAVE_GAS_SUBSECTION_ORDERING 1
  6156. #define HAVE_GAS_WEAK 1
  6157. #define HAVE_GAS_WEAKREF 1
  6158. #define HAVE_GAS_HIDDEN 1
  6159. #define HAVE_LD_RO_RW_SECTION_MIXING 1
  6160. #define HAVE_AS_LEB128 1
  6161. #define HAVE_GAS_CFI_DIRECTIVE 1
  6162. #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
  6163. #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
  6164. #define HAVE_GAS_SHF_MERGE 1
  6165. #define HAVE_COMDAT_GROUP 1
  6166. #define HAVE_GAS_DISCRIMINATOR 1
  6167. #define HAVE_AS_TLS 1
  6168. #define HAVE_LD_STATIC_DYNAMIC 1
  6169. #define LD_STATIC_OPTION "-Bstatic"
  6170. #define LD_DYNAMIC_OPTION "-Bdynamic"
  6171. #define HAVE_LTO_PLUGIN 1
  6172. #define HAVE_AS_DWARF2_DEBUG_LINE 1
  6173. #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
  6174. #define HAVE_AS_GSTABS_DEBUG_FLAG 1
  6175. #define HAVE_AS_DEBUG_PREFIX_MAP 1
  6176. #define HAVE_AS_LINE_ZERO 1
  6177. #define HAVE_LD_EH_FRAME_HDR 1
  6178. #define HAVE_LD_PIE 1
  6179. #define HAVE_LD_AS_NEEDED 1
  6180. #define HAVE_LD_BUILDID 1
  6181. #define HAVE_LD_SYSROOT 1
  6182. #define ENABLE_LTO 1
  6183. #define ENABLE_LTO 1
  6184. #define ENABLE_LTO 1
  6185. #define ENABLE_LTO 1
  6186. #define ENABLE_LTO 1
  6187. #define ENABLE_LTO 1
  6188. #define ENABLE_LTO 1
  6189. #define ENABLE_LTO 1
  6190. #define ENABLE_PLUGIN 1
  6191. #define ENABLE_LIBQUADMATH_SUPPORT 1
  6192.  
  6193. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement