Advertisement
Guest User

Untitled

a guest
Apr 11th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.65 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 cpplib configure , which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ /home/openrisc/openrisc/or1k-gcc/libcpp/configure --cache-file=./config.cache --prefix=/opt/or1k-toolchain --disable-shared --disable-libssp --with-newlib --enable-languages=c,c++,lto --program-transform-name=s&^&or1k-elf-& --disable-option-checking --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=or1k-elf --srcdir=../../or1k-gcc/libcpp
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = openrisc-VirtualBox
  14. uname -m = x86_64
  15. uname -r = 3.11.0-12-generic
  16. uname -s = Linux
  17. uname -v = #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013
  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: /opt/or1ksim/bin
  31. PATH: /usr/lib/lightdm/lightdm
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /usr/games
  39. PATH: /usr/local/games
  40. PATH: /opt/openrisc/bin
  41. PATH: /opt/or1k-toolchain/bin
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:2438: creating cache ./config.cache
  49. configure:2543: checking build system type
  50. configure:2557: result: x86_64-unknown-linux-gnu
  51. configure:2577: checking host system type
  52. configure:2590: result: x86_64-unknown-linux-gnu
  53. configure:2610: checking target system type
  54. configure:2623: result: or1k-unknown-elf
  55. configure:2652: checking whether make sets $(MAKE)
  56. configure:2674: result: yes
  57. configure:2697: checking for a BSD-compatible install
  58. configure:2765: result: /usr/bin/install -c
  59. configure:2784: checking for x86_64-unknown-linux-gnu-gcc
  60. configure:2811: result: gcc
  61. configure:3080: checking for C compiler version
  62. configure:3089: gcc --version >&5
  63. gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
  64. Copyright (C) 2013 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:3100: $? = 0
  69. configure:3089: gcc -v >&5
  70. Using built-in specs.
  71. COLLECT_GCC=gcc
  72. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  73. Target: x86_64-linux-gnu
  74. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  75. Thread model: posix
  76. gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  77. configure:3100: $? = 0
  78. configure:3089: gcc -V >&5
  79. gcc: error: unrecognized command line option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:3100: $? = 4
  83. configure:3089: gcc -qversion >&5
  84. gcc: error: unrecognized command line option '-qversion'
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:3100: $? = 4
  88. configure:3120: checking for C compiler default output file name
  89. configure:3142: gcc -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  90. configure:3146: $? = 0
  91. configure:3183: result: a.out
  92. configure:3199: checking whether the C compiler works
  93. configure:3208: ./a.out
  94. configure:3212: $? = 0
  95. configure:3227: result: yes
  96. configure:3234: checking whether we are cross compiling
  97. configure:3236: result: no
  98. configure:3239: checking for suffix of executables
  99. configure:3246: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  100. configure:3250: $? = 0
  101. configure:3272: result:
  102. configure:3278: checking for suffix of object files
  103. configure:3300: gcc -c -g -O2 conftest.c >&5
  104. configure:3304: $? = 0
  105. configure:3325: result: o
  106. configure:3329: checking whether we are using the GNU C compiler
  107. configure:3348: gcc -c -g -O2 conftest.c >&5
  108. configure:3348: $? = 0
  109. configure:3357: result: yes
  110. configure:3366: checking whether gcc accepts -g
  111. configure:3386: gcc -c -g conftest.c >&5
  112. configure:3386: $? = 0
  113. configure:3427: result: yes
  114. configure:3444: checking for gcc option to accept ISO C89
  115. configure:3508: gcc -c -g -O2 conftest.c >&5
  116. configure:3508: $? = 0
  117. configure:3521: result: none needed
  118. configure:3653: checking for C++ compiler version
  119. configure:3662: g++ --version >&5
  120. g++ (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
  121. Copyright (C) 2013 Free Software Foundation, Inc.
  122. This is free software; see the source for copying conditions. There is NO
  123. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  124.  
  125. configure:3673: $? = 0
  126. configure:3662: g++ -v >&5
  127. Using built-in specs.
  128. COLLECT_GCC=g++
  129. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  130. Target: x86_64-linux-gnu
  131. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  132. Thread model: posix
  133. gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  134. configure:3673: $? = 0
  135. configure:3662: g++ -V >&5
  136. g++: error: unrecognized command line option '-V'
  137. g++: fatal error: no input files
  138. compilation terminated.
  139. configure:3673: $? = 4
  140. configure:3662: g++ -qversion >&5
  141. g++: error: unrecognized command line option '-qversion'
  142. g++: fatal error: no input files
  143. compilation terminated.
  144. configure:3673: $? = 4
  145. configure:3677: checking whether we are using the GNU C++ compiler
  146. configure:3696: g++ -c -g -O2 conftest.cpp >&5
  147. configure:3696: $? = 0
  148. configure:3705: result: yes
  149. configure:3714: checking whether g++ accepts -g
  150. configure:3734: g++ -c -g conftest.cpp >&5
  151. configure:3734: $? = 0
  152. configure:3775: result: yes
  153. configure:3801: checking for x86_64-unknown-linux-gnu-ranlib
  154. configure:3828: result: ranlib
  155. configure:3897: checking how to run the C preprocessor
  156. configure:3928: gcc -E conftest.c
  157. configure:3928: $? = 0
  158. configure:3942: gcc -E conftest.c
  159. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  160. #include <ac_nonexistent.h>
  161. ^
  162. compilation terminated.
  163. configure:3942: $? = 1
  164. configure: failed program was:
  165. | /* confdefs.h */
  166. | #define PACKAGE_NAME "cpplib"
  167. | #define PACKAGE_TARNAME "cpplib"
  168. | #define PACKAGE_VERSION " "
  169. | #define PACKAGE_STRING "cpplib "
  170. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  171. | #define PACKAGE_URL ""
  172. | /* end confdefs.h. */
  173. | #include <ac_nonexistent.h>
  174. configure:3967: result: gcc -E
  175. configure:3987: gcc -E conftest.c
  176. configure:3987: $? = 0
  177. configure:4001: gcc -E conftest.c
  178. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  179. #include <ac_nonexistent.h>
  180. ^
  181. compilation terminated.
  182. configure:4001: $? = 1
  183. configure: failed program was:
  184. | /* confdefs.h */
  185. | #define PACKAGE_NAME "cpplib"
  186. | #define PACKAGE_TARNAME "cpplib"
  187. | #define PACKAGE_VERSION " "
  188. | #define PACKAGE_STRING "cpplib "
  189. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  190. | #define PACKAGE_URL ""
  191. | /* end confdefs.h. */
  192. | #include <ac_nonexistent.h>
  193. configure:4030: checking for grep that handles long lines and -e
  194. configure:4088: result: /bin/grep
  195. configure:4093: checking for egrep
  196. configure:4155: result: /bin/grep -E
  197. configure:4160: checking for ANSI C header files
  198. configure:4180: gcc -c -g -O2 conftest.c >&5
  199. configure:4180: $? = 0
  200. configure:4253: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  201. configure:4253: $? = 0
  202. configure:4253: ./conftest
  203. configure:4253: $? = 0
  204. configure:4264: result: yes
  205. configure:4277: checking for sys/types.h
  206. configure:4277: gcc -c -g -O2 conftest.c >&5
  207. configure:4277: $? = 0
  208. configure:4277: result: yes
  209. configure:4277: checking for sys/stat.h
  210. configure:4277: gcc -c -g -O2 conftest.c >&5
  211. configure:4277: $? = 0
  212. configure:4277: result: yes
  213. configure:4277: checking for stdlib.h
  214. configure:4277: gcc -c -g -O2 conftest.c >&5
  215. configure:4277: $? = 0
  216. configure:4277: result: yes
  217. configure:4277: checking for string.h
  218. configure:4277: gcc -c -g -O2 conftest.c >&5
  219. configure:4277: $? = 0
  220. configure:4277: result: yes
  221. configure:4277: checking for memory.h
  222. configure:4277: gcc -c -g -O2 conftest.c >&5
  223. configure:4277: $? = 0
  224. configure:4277: result: yes
  225. configure:4277: checking for strings.h
  226. configure:4277: gcc -c -g -O2 conftest.c >&5
  227. configure:4277: $? = 0
  228. configure:4277: result: yes
  229. configure:4277: checking for inttypes.h
  230. configure:4277: gcc -c -g -O2 conftest.c >&5
  231. configure:4277: $? = 0
  232. configure:4277: result: yes
  233. configure:4277: checking for stdint.h
  234. configure:4277: gcc -c -g -O2 conftest.c >&5
  235. configure:4277: $? = 0
  236. configure:4277: result: yes
  237. configure:4277: checking for unistd.h
  238. configure:4277: gcc -c -g -O2 conftest.c >&5
  239. configure:4277: $? = 0
  240. configure:4277: result: yes
  241. configure:4291: checking minix/config.h usability
  242. configure:4291: gcc -c -g -O2 conftest.c >&5
  243. conftest.c:52:26: fatal error: minix/config.h: No such file or directory
  244. #include <minix/config.h>
  245. ^
  246. compilation terminated.
  247. configure:4291: $? = 1
  248. configure: failed program was:
  249. | /* confdefs.h */
  250. | #define PACKAGE_NAME "cpplib"
  251. | #define PACKAGE_TARNAME "cpplib"
  252. | #define PACKAGE_VERSION " "
  253. | #define PACKAGE_STRING "cpplib "
  254. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  255. | #define PACKAGE_URL ""
  256. | #define STDC_HEADERS 1
  257. | #define HAVE_SYS_TYPES_H 1
  258. | #define HAVE_SYS_STAT_H 1
  259. | #define HAVE_STDLIB_H 1
  260. | #define HAVE_STRING_H 1
  261. | #define HAVE_MEMORY_H 1
  262. | #define HAVE_STRINGS_H 1
  263. | #define HAVE_INTTYPES_H 1
  264. | #define HAVE_STDINT_H 1
  265. | #define HAVE_UNISTD_H 1
  266. | /* end confdefs.h. */
  267. | #include <stdio.h>
  268. | #ifdef HAVE_SYS_TYPES_H
  269. | # include <sys/types.h>
  270. | #endif
  271. | #ifdef HAVE_SYS_STAT_H
  272. | # include <sys/stat.h>
  273. | #endif
  274. | #ifdef STDC_HEADERS
  275. | # include <stdlib.h>
  276. | # include <stddef.h>
  277. | #else
  278. | # ifdef HAVE_STDLIB_H
  279. | # include <stdlib.h>
  280. | # endif
  281. | #endif
  282. | #ifdef HAVE_STRING_H
  283. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  284. | # include <memory.h>
  285. | # endif
  286. | # include <string.h>
  287. | #endif
  288. | #ifdef HAVE_STRINGS_H
  289. | # include <strings.h>
  290. | #endif
  291. | #ifdef HAVE_INTTYPES_H
  292. | # include <inttypes.h>
  293. | #endif
  294. | #ifdef HAVE_STDINT_H
  295. | # include <stdint.h>
  296. | #endif
  297. | #ifdef HAVE_UNISTD_H
  298. | # include <unistd.h>
  299. | #endif
  300. | #include <minix/config.h>
  301. configure:4291: result: no
  302. configure:4291: checking minix/config.h presence
  303. configure:4291: gcc -E conftest.c
  304. conftest.c:19:26: fatal error: minix/config.h: No such file or directory
  305. #include <minix/config.h>
  306. ^
  307. compilation terminated.
  308. configure:4291: $? = 1
  309. configure: failed program was:
  310. | /* confdefs.h */
  311. | #define PACKAGE_NAME "cpplib"
  312. | #define PACKAGE_TARNAME "cpplib"
  313. | #define PACKAGE_VERSION " "
  314. | #define PACKAGE_STRING "cpplib "
  315. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  316. | #define PACKAGE_URL ""
  317. | #define STDC_HEADERS 1
  318. | #define HAVE_SYS_TYPES_H 1
  319. | #define HAVE_SYS_STAT_H 1
  320. | #define HAVE_STDLIB_H 1
  321. | #define HAVE_STRING_H 1
  322. | #define HAVE_MEMORY_H 1
  323. | #define HAVE_STRINGS_H 1
  324. | #define HAVE_INTTYPES_H 1
  325. | #define HAVE_STDINT_H 1
  326. | #define HAVE_UNISTD_H 1
  327. | /* end confdefs.h. */
  328. | #include <minix/config.h>
  329. configure:4291: result: no
  330. configure:4291: checking for minix/config.h
  331. configure:4291: result: no
  332. configure:4312: checking whether it is safe to define __EXTENSIONS__
  333. configure:4330: gcc -c -g -O2 conftest.c >&5
  334. configure:4330: $? = 0
  335. configure:4337: result: yes
  336. configure:4358: checking for special C compiler options needed for large files
  337. configure:4403: result: no
  338. configure:4409: checking for _FILE_OFFSET_BITS value needed for large files
  339. configure:4434: gcc -c -g -O2 conftest.c >&5
  340. configure:4434: $? = 0
  341. configure:4466: result: no
  342. configure:4555: checking for aclocal
  343. configure:4571: found /usr/bin/aclocal
  344. configure:4582: result: aclocal
  345. configure:4598: checking for autoconf
  346. configure:4614: found /usr/bin/autoconf
  347. configure:4625: result: autoconf
  348. configure:4641: checking for autoheader
  349. configure:4657: found /usr/bin/autoheader
  350. configure:4668: result: autoheader
  351. configure:4696: checking whether gcc supports -W
  352. configure:4713: gcc -c -W conftest.c >&5
  353. configure:4713: $? = 0
  354. configure:4722: result: yes
  355. configure:4696: checking whether gcc supports -Wall
  356. configure:4713: gcc -c -Wall conftest.c >&5
  357. configure:4713: $? = 0
  358. configure:4722: result: yes
  359. configure:4696: checking whether gcc supports -Wnarrowing
  360. configure:4713: gcc -c -Wnarrowing conftest.c >&5
  361. configure:4713: $? = 0
  362. configure:4722: result: yes
  363. configure:4696: checking whether gcc supports -Wwrite-strings
  364. configure:4713: gcc -c -Wwrite-strings conftest.c >&5
  365. configure:4713: $? = 0
  366. configure:4722: result: yes
  367. configure:4696: checking whether gcc supports -Wmissing-format-attribute
  368. configure:4713: gcc -c -Wmissing-format-attribute conftest.c >&5
  369. configure:4713: $? = 0
  370. configure:4722: result: yes
  371. configure:4742: checking whether gcc supports -Wstrict-prototypes
  372. configure:4759: gcc -c -Wstrict-prototypes conftest.c >&5
  373. conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  374. main ()
  375. ^
  376. configure:4759: $? = 0
  377. configure:4768: result: yes
  378. configure:4742: checking whether gcc supports -Wmissing-prototypes
  379. configure:4759: gcc -c -Wmissing-prototypes conftest.c >&5
  380. configure:4759: $? = 0
  381. configure:4768: result: yes
  382. configure:4742: checking whether gcc supports -Wold-style-definition
  383. configure:4759: gcc -c -Wold-style-definition conftest.c >&5
  384. conftest.c: In function 'main':
  385. conftest.c:26:1: warning: old-style function definition [-Wold-style-definition]
  386. main ()
  387. ^
  388. configure:4759: $? = 0
  389. configure:4768: result: yes
  390. configure:4742: checking whether gcc supports -Wc++-compat
  391. configure:4759: gcc -c -Wc++-compat conftest.c >&5
  392. configure:4759: $? = 0
  393. configure:4768: result: yes
  394. configure:4780: checking whether gcc supports -pedantic -Wlong-long
  395. configure:4798: gcc -c -pedantic -Wlong-long conftest.c >&5
  396. configure:4798: $? = 0
  397. configure:4806: result: yes
  398. configure:4827: checking whether gcc supports -fno-exceptions
  399. configure:4844: gcc -c -fno-exceptions conftest.c >&5
  400. configure:4844: $? = 0
  401. configure:4853: result: yes
  402. configure:4827: checking whether gcc supports -fno-rtti
  403. configure:4844: gcc -c -fno-rtti conftest.c >&5
  404. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  405. configure:4844: $? = 0
  406. configure:4853: result: yes
  407. configure:4904: g++ -c -g -O2 conftest.cpp >&5
  408. configure:4904: $? = 0
  409. configure:4919: checking dependency style of g++
  410. configure:4950: trying gcc3
  411. | depmode=gcc3 source=sub/conftest.c object=sub/conftest.o depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo /bin/bash ./depcomp g++ -c -o sub/conftest.o sub/conftest.c
  412. configure:4989: success
  413. configure:5004: result: gcc3
  414. configure:5014: checking whether time.h and sys/time.h may both be included
  415. configure:5034: gcc -c -g -O2 conftest.c >&5
  416. configure:5034: $? = 0
  417. configure:5041: result: yes
  418. configure:5049: checking whether string.h and strings.h may both be included
  419. configure:5066: gcc -c -g -O2 conftest.c >&5
  420. configure:5066: $? = 0
  421. configure:5073: result: yes
  422. configure:5086: checking locale.h usability
  423. configure:5086: gcc -c -g -O2 conftest.c >&5
  424. configure:5086: $? = 0
  425. configure:5086: result: yes
  426. configure:5086: checking locale.h presence
  427. configure:5086: gcc -E conftest.c
  428. configure:5086: $? = 0
  429. configure:5086: result: yes
  430. configure:5086: checking for locale.h
  431. configure:5086: result: yes
  432. configure:5086: checking fcntl.h usability
  433. configure:5086: gcc -c -g -O2 conftest.c >&5
  434. configure:5086: $? = 0
  435. configure:5086: result: yes
  436. configure:5086: checking fcntl.h presence
  437. configure:5086: gcc -E conftest.c
  438. configure:5086: $? = 0
  439. configure:5086: result: yes
  440. configure:5086: checking for fcntl.h
  441. configure:5086: result: yes
  442. configure:5086: checking limits.h usability
  443. configure:5086: gcc -c -g -O2 conftest.c >&5
  444. configure:5086: $? = 0
  445. configure:5086: result: yes
  446. configure:5086: checking limits.h presence
  447. configure:5086: gcc -E conftest.c
  448. configure:5086: $? = 0
  449. configure:5086: result: yes
  450. configure:5086: checking for limits.h
  451. configure:5086: result: yes
  452. configure:5086: checking stddef.h usability
  453. configure:5086: gcc -c -g -O2 conftest.c >&5
  454. configure:5086: $? = 0
  455. configure:5086: result: yes
  456. configure:5086: checking stddef.h presence
  457. configure:5086: gcc -E conftest.c
  458. configure:5086: $? = 0
  459. configure:5086: result: yes
  460. configure:5086: checking for stddef.h
  461. configure:5086: result: yes
  462. configure:5086: checking for stdlib.h
  463. configure:5086: result: yes
  464. configure:5086: checking for strings.h
  465. configure:5086: result: yes
  466. configure:5086: checking for string.h
  467. configure:5086: result: yes
  468. configure:5086: checking sys/file.h usability
  469. configure:5086: gcc -c -g -O2 conftest.c >&5
  470. configure:5086: $? = 0
  471. configure:5086: result: yes
  472. configure:5086: checking sys/file.h presence
  473. configure:5086: gcc -E conftest.c
  474. configure:5086: $? = 0
  475. configure:5086: result: yes
  476. configure:5086: checking for sys/file.h
  477. configure:5086: result: yes
  478. configure:5086: checking for unistd.h
  479. configure:5086: result: yes
  480. configure:5099: checking whether byte ordering is bigendian
  481. configure:5114: gcc -c -g -O2 conftest.c >&5
  482. conftest.c:36:9: error: unknown type name 'not'
  483. not a universal capable compiler
  484. ^
  485. conftest.c:36:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  486. not a universal capable compiler
  487. ^
  488. conftest.c:36:15: error: unknown type name 'universal'
  489. configure:5114: $? = 1
  490. configure: failed program was:
  491. | /* confdefs.h */
  492. | #define PACKAGE_NAME "cpplib"
  493. | #define PACKAGE_TARNAME "cpplib"
  494. | #define PACKAGE_VERSION " "
  495. | #define PACKAGE_STRING "cpplib "
  496. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  497. | #define PACKAGE_URL ""
  498. | #define STDC_HEADERS 1
  499. | #define HAVE_SYS_TYPES_H 1
  500. | #define HAVE_SYS_STAT_H 1
  501. | #define HAVE_STDLIB_H 1
  502. | #define HAVE_STRING_H 1
  503. | #define HAVE_MEMORY_H 1
  504. | #define HAVE_STRINGS_H 1
  505. | #define HAVE_INTTYPES_H 1
  506. | #define HAVE_STDINT_H 1
  507. | #define HAVE_UNISTD_H 1
  508. | #define __EXTENSIONS__ 1
  509. | #define _ALL_SOURCE 1
  510. | #define _GNU_SOURCE 1
  511. | #define _POSIX_PTHREAD_SEMANTICS 1
  512. | #define _TANDEM_SOURCE 1
  513. | #define TIME_WITH_SYS_TIME 1
  514. | #define STRING_WITH_STRINGS 1
  515. | #define HAVE_LOCALE_H 1
  516. | #define HAVE_FCNTL_H 1
  517. | #define HAVE_LIMITS_H 1
  518. | #define HAVE_STDDEF_H 1
  519. | #define HAVE_STDLIB_H 1
  520. | #define HAVE_STRINGS_H 1
  521. | #define HAVE_STRING_H 1
  522. | #define HAVE_SYS_FILE_H 1
  523. | #define HAVE_UNISTD_H 1
  524. | /* end confdefs.h. */
  525. | #ifndef __APPLE_CC__
  526. | not a universal capable compiler
  527. | #endif
  528. | typedef int dummy;
  529. |
  530. configure:5159: gcc -c -g -O2 conftest.c >&5
  531. configure:5159: $? = 0
  532. configure:5177: gcc -c -g -O2 conftest.c >&5
  533. conftest.c: In function 'main':
  534. conftest.c:42:4: error: unknown type name 'not'
  535. not big endian
  536. ^
  537. conftest.c:42:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  538. not big endian
  539. ^
  540. configure:5177: $? = 1
  541. configure: failed program was:
  542. | /* confdefs.h */
  543. | #define PACKAGE_NAME "cpplib"
  544. | #define PACKAGE_TARNAME "cpplib"
  545. | #define PACKAGE_VERSION " "
  546. | #define PACKAGE_STRING "cpplib "
  547. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  548. | #define PACKAGE_URL ""
  549. | #define STDC_HEADERS 1
  550. | #define HAVE_SYS_TYPES_H 1
  551. | #define HAVE_SYS_STAT_H 1
  552. | #define HAVE_STDLIB_H 1
  553. | #define HAVE_STRING_H 1
  554. | #define HAVE_MEMORY_H 1
  555. | #define HAVE_STRINGS_H 1
  556. | #define HAVE_INTTYPES_H 1
  557. | #define HAVE_STDINT_H 1
  558. | #define HAVE_UNISTD_H 1
  559. | #define __EXTENSIONS__ 1
  560. | #define _ALL_SOURCE 1
  561. | #define _GNU_SOURCE 1
  562. | #define _POSIX_PTHREAD_SEMANTICS 1
  563. | #define _TANDEM_SOURCE 1
  564. | #define TIME_WITH_SYS_TIME 1
  565. | #define STRING_WITH_STRINGS 1
  566. | #define HAVE_LOCALE_H 1
  567. | #define HAVE_FCNTL_H 1
  568. | #define HAVE_LIMITS_H 1
  569. | #define HAVE_STDDEF_H 1
  570. | #define HAVE_STDLIB_H 1
  571. | #define HAVE_STRINGS_H 1
  572. | #define HAVE_STRING_H 1
  573. | #define HAVE_SYS_FILE_H 1
  574. | #define HAVE_UNISTD_H 1
  575. | /* end confdefs.h. */
  576. | #include <sys/types.h>
  577. | #include <sys/param.h>
  578. |
  579. | int
  580. | main ()
  581. | {
  582. | #if BYTE_ORDER != BIG_ENDIAN
  583. | not big endian
  584. | #endif
  585. |
  586. | ;
  587. | return 0;
  588. | }
  589. configure:5305: result: no
  590. configure:5323: checking for an ANSI C-conforming const
  591. configure:5388: gcc -c -g -O2 conftest.c >&5
  592. configure:5388: $? = 0
  593. configure:5395: result: yes
  594. configure:5403: checking for inline
  595. configure:5419: gcc -c -g -O2 conftest.c >&5
  596. configure:5419: $? = 0
  597. configure:5427: result: inline
  598. configure:5445: checking for obstacks
  599. configure:5466: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  600. configure:5466: $? = 0
  601. configure:5474: result: yes
  602. configure:5489: checking for off_t
  603. configure:5489: gcc -c -g -O2 conftest.c >&5
  604. configure:5489: $? = 0
  605. configure:5489: gcc -c -g -O2 conftest.c >&5
  606. conftest.c: In function 'main':
  607. conftest.c:72:20: error: expected expression before ')' token
  608. if (sizeof ((off_t)))
  609. ^
  610. configure:5489: $? = 1
  611. configure: failed program was:
  612. | /* confdefs.h */
  613. | #define PACKAGE_NAME "cpplib"
  614. | #define PACKAGE_TARNAME "cpplib"
  615. | #define PACKAGE_VERSION " "
  616. | #define PACKAGE_STRING "cpplib "
  617. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  618. | #define PACKAGE_URL ""
  619. | #define STDC_HEADERS 1
  620. | #define HAVE_SYS_TYPES_H 1
  621. | #define HAVE_SYS_STAT_H 1
  622. | #define HAVE_STDLIB_H 1
  623. | #define HAVE_STRING_H 1
  624. | #define HAVE_MEMORY_H 1
  625. | #define HAVE_STRINGS_H 1
  626. | #define HAVE_INTTYPES_H 1
  627. | #define HAVE_STDINT_H 1
  628. | #define HAVE_UNISTD_H 1
  629. | #define __EXTENSIONS__ 1
  630. | #define _ALL_SOURCE 1
  631. | #define _GNU_SOURCE 1
  632. | #define _POSIX_PTHREAD_SEMANTICS 1
  633. | #define _TANDEM_SOURCE 1
  634. | #define TIME_WITH_SYS_TIME 1
  635. | #define STRING_WITH_STRINGS 1
  636. | #define HAVE_LOCALE_H 1
  637. | #define HAVE_FCNTL_H 1
  638. | #define HAVE_LIMITS_H 1
  639. | #define HAVE_STDDEF_H 1
  640. | #define HAVE_STDLIB_H 1
  641. | #define HAVE_STRINGS_H 1
  642. | #define HAVE_STRING_H 1
  643. | #define HAVE_SYS_FILE_H 1
  644. | #define HAVE_UNISTD_H 1
  645. | #define HAVE_OBSTACK 1
  646. | /* end confdefs.h. */
  647. | #include <stdio.h>
  648. | #ifdef HAVE_SYS_TYPES_H
  649. | # include <sys/types.h>
  650. | #endif
  651. | #ifdef HAVE_SYS_STAT_H
  652. | # include <sys/stat.h>
  653. | #endif
  654. | #ifdef STDC_HEADERS
  655. | # include <stdlib.h>
  656. | # include <stddef.h>
  657. | #else
  658. | # ifdef HAVE_STDLIB_H
  659. | # include <stdlib.h>
  660. | # endif
  661. | #endif
  662. | #ifdef HAVE_STRING_H
  663. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  664. | # include <memory.h>
  665. | # endif
  666. | # include <string.h>
  667. | #endif
  668. | #ifdef HAVE_STRINGS_H
  669. | # include <strings.h>
  670. | #endif
  671. | #ifdef HAVE_INTTYPES_H
  672. | # include <inttypes.h>
  673. | #endif
  674. | #ifdef HAVE_STDINT_H
  675. | # include <stdint.h>
  676. | #endif
  677. | #ifdef HAVE_UNISTD_H
  678. | # include <unistd.h>
  679. | #endif
  680. | int
  681. | main ()
  682. | {
  683. | if (sizeof ((off_t)))
  684. | return 0;
  685. | ;
  686. | return 0;
  687. | }
  688. configure:5489: result: yes
  689. configure:5500: checking for size_t
  690. configure:5500: gcc -c -g -O2 conftest.c >&5
  691. configure:5500: $? = 0
  692. configure:5500: gcc -c -g -O2 conftest.c >&5
  693. conftest.c: In function 'main':
  694. conftest.c:72:21: error: expected expression before ')' token
  695. if (sizeof ((size_t)))
  696. ^
  697. configure:5500: $? = 1
  698. configure: failed program was:
  699. | /* confdefs.h */
  700. | #define PACKAGE_NAME "cpplib"
  701. | #define PACKAGE_TARNAME "cpplib"
  702. | #define PACKAGE_VERSION " "
  703. | #define PACKAGE_STRING "cpplib "
  704. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  705. | #define PACKAGE_URL ""
  706. | #define STDC_HEADERS 1
  707. | #define HAVE_SYS_TYPES_H 1
  708. | #define HAVE_SYS_STAT_H 1
  709. | #define HAVE_STDLIB_H 1
  710. | #define HAVE_STRING_H 1
  711. | #define HAVE_MEMORY_H 1
  712. | #define HAVE_STRINGS_H 1
  713. | #define HAVE_INTTYPES_H 1
  714. | #define HAVE_STDINT_H 1
  715. | #define HAVE_UNISTD_H 1
  716. | #define __EXTENSIONS__ 1
  717. | #define _ALL_SOURCE 1
  718. | #define _GNU_SOURCE 1
  719. | #define _POSIX_PTHREAD_SEMANTICS 1
  720. | #define _TANDEM_SOURCE 1
  721. | #define TIME_WITH_SYS_TIME 1
  722. | #define STRING_WITH_STRINGS 1
  723. | #define HAVE_LOCALE_H 1
  724. | #define HAVE_FCNTL_H 1
  725. | #define HAVE_LIMITS_H 1
  726. | #define HAVE_STDDEF_H 1
  727. | #define HAVE_STDLIB_H 1
  728. | #define HAVE_STRINGS_H 1
  729. | #define HAVE_STRING_H 1
  730. | #define HAVE_SYS_FILE_H 1
  731. | #define HAVE_UNISTD_H 1
  732. | #define HAVE_OBSTACK 1
  733. | /* end confdefs.h. */
  734. | #include <stdio.h>
  735. | #ifdef HAVE_SYS_TYPES_H
  736. | # include <sys/types.h>
  737. | #endif
  738. | #ifdef HAVE_SYS_STAT_H
  739. | # include <sys/stat.h>
  740. | #endif
  741. | #ifdef STDC_HEADERS
  742. | # include <stdlib.h>
  743. | # include <stddef.h>
  744. | #else
  745. | # ifdef HAVE_STDLIB_H
  746. | # include <stdlib.h>
  747. | # endif
  748. | #endif
  749. | #ifdef HAVE_STRING_H
  750. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  751. | # include <memory.h>
  752. | # endif
  753. | # include <string.h>
  754. | #endif
  755. | #ifdef HAVE_STRINGS_H
  756. | # include <strings.h>
  757. | #endif
  758. | #ifdef HAVE_INTTYPES_H
  759. | # include <inttypes.h>
  760. | #endif
  761. | #ifdef HAVE_STDINT_H
  762. | # include <stdint.h>
  763. | #endif
  764. | #ifdef HAVE_UNISTD_H
  765. | # include <unistd.h>
  766. | #endif
  767. | int
  768. | main ()
  769. | {
  770. | if (sizeof ((size_t)))
  771. | return 0;
  772. | ;
  773. | return 0;
  774. | }
  775. configure:5500: result: yes
  776. configure:5511: checking for ssize_t
  777. configure:5511: gcc -c -g -O2 conftest.c >&5
  778. configure:5511: $? = 0
  779. configure:5511: gcc -c -g -O2 conftest.c >&5
  780. conftest.c: In function 'main':
  781. conftest.c:72:22: error: expected expression before ')' token
  782. if (sizeof ((ssize_t)))
  783. ^
  784. configure:5511: $? = 1
  785. configure: failed program was:
  786. | /* confdefs.h */
  787. | #define PACKAGE_NAME "cpplib"
  788. | #define PACKAGE_TARNAME "cpplib"
  789. | #define PACKAGE_VERSION " "
  790. | #define PACKAGE_STRING "cpplib "
  791. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  792. | #define PACKAGE_URL ""
  793. | #define STDC_HEADERS 1
  794. | #define HAVE_SYS_TYPES_H 1
  795. | #define HAVE_SYS_STAT_H 1
  796. | #define HAVE_STDLIB_H 1
  797. | #define HAVE_STRING_H 1
  798. | #define HAVE_MEMORY_H 1
  799. | #define HAVE_STRINGS_H 1
  800. | #define HAVE_INTTYPES_H 1
  801. | #define HAVE_STDINT_H 1
  802. | #define HAVE_UNISTD_H 1
  803. | #define __EXTENSIONS__ 1
  804. | #define _ALL_SOURCE 1
  805. | #define _GNU_SOURCE 1
  806. | #define _POSIX_PTHREAD_SEMANTICS 1
  807. | #define _TANDEM_SOURCE 1
  808. | #define TIME_WITH_SYS_TIME 1
  809. | #define STRING_WITH_STRINGS 1
  810. | #define HAVE_LOCALE_H 1
  811. | #define HAVE_FCNTL_H 1
  812. | #define HAVE_LIMITS_H 1
  813. | #define HAVE_STDDEF_H 1
  814. | #define HAVE_STDLIB_H 1
  815. | #define HAVE_STRINGS_H 1
  816. | #define HAVE_STRING_H 1
  817. | #define HAVE_SYS_FILE_H 1
  818. | #define HAVE_UNISTD_H 1
  819. | #define HAVE_OBSTACK 1
  820. | /* end confdefs.h. */
  821. | #include <stdio.h>
  822. | #ifdef HAVE_SYS_TYPES_H
  823. | # include <sys/types.h>
  824. | #endif
  825. | #ifdef HAVE_SYS_STAT_H
  826. | # include <sys/stat.h>
  827. | #endif
  828. | #ifdef STDC_HEADERS
  829. | # include <stdlib.h>
  830. | # include <stddef.h>
  831. | #else
  832. | # ifdef HAVE_STDLIB_H
  833. | # include <stdlib.h>
  834. | # endif
  835. | #endif
  836. | #ifdef HAVE_STRING_H
  837. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  838. | # include <memory.h>
  839. | # endif
  840. | # include <string.h>
  841. | #endif
  842. | #ifdef HAVE_STRINGS_H
  843. | # include <strings.h>
  844. | #endif
  845. | #ifdef HAVE_INTTYPES_H
  846. | # include <inttypes.h>
  847. | #endif
  848. | #ifdef HAVE_STDINT_H
  849. | # include <stdint.h>
  850. | #endif
  851. | #ifdef HAVE_UNISTD_H
  852. | # include <unistd.h>
  853. | #endif
  854. | int
  855. | main ()
  856. | {
  857. | if (sizeof ((ssize_t)))
  858. | return 0;
  859. | ;
  860. | return 0;
  861. | }
  862. configure:5511: result: yes
  863. configure:5523: checking for uintptr_t
  864. configure:5523: gcc -c -g -O2 conftest.c >&5
  865. configure:5523: $? = 0
  866. configure:5523: gcc -c -g -O2 conftest.c >&5
  867. conftest.c: In function 'main':
  868. conftest.c:72:24: error: expected expression before ')' token
  869. if (sizeof ((uintptr_t)))
  870. ^
  871. configure:5523: $? = 1
  872. configure: failed program was:
  873. | /* confdefs.h */
  874. | #define PACKAGE_NAME "cpplib"
  875. | #define PACKAGE_TARNAME "cpplib"
  876. | #define PACKAGE_VERSION " "
  877. | #define PACKAGE_STRING "cpplib "
  878. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  879. | #define PACKAGE_URL ""
  880. | #define STDC_HEADERS 1
  881. | #define HAVE_SYS_TYPES_H 1
  882. | #define HAVE_SYS_STAT_H 1
  883. | #define HAVE_STDLIB_H 1
  884. | #define HAVE_STRING_H 1
  885. | #define HAVE_MEMORY_H 1
  886. | #define HAVE_STRINGS_H 1
  887. | #define HAVE_INTTYPES_H 1
  888. | #define HAVE_STDINT_H 1
  889. | #define HAVE_UNISTD_H 1
  890. | #define __EXTENSIONS__ 1
  891. | #define _ALL_SOURCE 1
  892. | #define _GNU_SOURCE 1
  893. | #define _POSIX_PTHREAD_SEMANTICS 1
  894. | #define _TANDEM_SOURCE 1
  895. | #define TIME_WITH_SYS_TIME 1
  896. | #define STRING_WITH_STRINGS 1
  897. | #define HAVE_LOCALE_H 1
  898. | #define HAVE_FCNTL_H 1
  899. | #define HAVE_LIMITS_H 1
  900. | #define HAVE_STDDEF_H 1
  901. | #define HAVE_STDLIB_H 1
  902. | #define HAVE_STRINGS_H 1
  903. | #define HAVE_STRING_H 1
  904. | #define HAVE_SYS_FILE_H 1
  905. | #define HAVE_UNISTD_H 1
  906. | #define HAVE_OBSTACK 1
  907. | /* end confdefs.h. */
  908. | #include <stdio.h>
  909. | #ifdef HAVE_SYS_TYPES_H
  910. | # include <sys/types.h>
  911. | #endif
  912. | #ifdef HAVE_SYS_STAT_H
  913. | # include <sys/stat.h>
  914. | #endif
  915. | #ifdef STDC_HEADERS
  916. | # include <stdlib.h>
  917. | # include <stddef.h>
  918. | #else
  919. | # ifdef HAVE_STDLIB_H
  920. | # include <stdlib.h>
  921. | # endif
  922. | #endif
  923. | #ifdef HAVE_STRING_H
  924. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  925. | # include <memory.h>
  926. | # endif
  927. | # include <string.h>
  928. | #endif
  929. | #ifdef HAVE_STRINGS_H
  930. | # include <strings.h>
  931. | #endif
  932. | #ifdef HAVE_INTTYPES_H
  933. | # include <inttypes.h>
  934. | #endif
  935. | #ifdef HAVE_STDINT_H
  936. | # include <stdint.h>
  937. | #endif
  938. | #ifdef HAVE_UNISTD_H
  939. | # include <unistd.h>
  940. | #endif
  941. | int
  942. | main ()
  943. | {
  944. | if (sizeof ((uintptr_t)))
  945. | return 0;
  946. | ;
  947. | return 0;
  948. | }
  949. configure:5523: result: yes
  950. configure:5558: checking for ptrdiff_t
  951. configure:5558: gcc -c -g -O2 conftest.c >&5
  952. configure:5558: $? = 0
  953. configure:5558: gcc -c -g -O2 conftest.c >&5
  954. conftest.c: In function 'main':
  955. conftest.c:73:24: error: expected expression before ')' token
  956. if (sizeof ((ptrdiff_t)))
  957. ^
  958. configure:5558: $? = 1
  959. configure: failed program was:
  960. | /* confdefs.h */
  961. | #define PACKAGE_NAME "cpplib"
  962. | #define PACKAGE_TARNAME "cpplib"
  963. | #define PACKAGE_VERSION " "
  964. | #define PACKAGE_STRING "cpplib "
  965. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  966. | #define PACKAGE_URL ""
  967. | #define STDC_HEADERS 1
  968. | #define HAVE_SYS_TYPES_H 1
  969. | #define HAVE_SYS_STAT_H 1
  970. | #define HAVE_STDLIB_H 1
  971. | #define HAVE_STRING_H 1
  972. | #define HAVE_MEMORY_H 1
  973. | #define HAVE_STRINGS_H 1
  974. | #define HAVE_INTTYPES_H 1
  975. | #define HAVE_STDINT_H 1
  976. | #define HAVE_UNISTD_H 1
  977. | #define __EXTENSIONS__ 1
  978. | #define _ALL_SOURCE 1
  979. | #define _GNU_SOURCE 1
  980. | #define _POSIX_PTHREAD_SEMANTICS 1
  981. | #define _TANDEM_SOURCE 1
  982. | #define TIME_WITH_SYS_TIME 1
  983. | #define STRING_WITH_STRINGS 1
  984. | #define HAVE_LOCALE_H 1
  985. | #define HAVE_FCNTL_H 1
  986. | #define HAVE_LIMITS_H 1
  987. | #define HAVE_STDDEF_H 1
  988. | #define HAVE_STDLIB_H 1
  989. | #define HAVE_STRINGS_H 1
  990. | #define HAVE_STRING_H 1
  991. | #define HAVE_SYS_FILE_H 1
  992. | #define HAVE_UNISTD_H 1
  993. | #define HAVE_OBSTACK 1
  994. | #define HAVE_UINTPTR_T 1
  995. | /* end confdefs.h. */
  996. | #include <stdio.h>
  997. | #ifdef HAVE_SYS_TYPES_H
  998. | # include <sys/types.h>
  999. | #endif
  1000. | #ifdef HAVE_SYS_STAT_H
  1001. | # include <sys/stat.h>
  1002. | #endif
  1003. | #ifdef STDC_HEADERS
  1004. | # include <stdlib.h>
  1005. | # include <stddef.h>
  1006. | #else
  1007. | # ifdef HAVE_STDLIB_H
  1008. | # include <stdlib.h>
  1009. | # endif
  1010. | #endif
  1011. | #ifdef HAVE_STRING_H
  1012. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1013. | # include <memory.h>
  1014. | # endif
  1015. | # include <string.h>
  1016. | #endif
  1017. | #ifdef HAVE_STRINGS_H
  1018. | # include <strings.h>
  1019. | #endif
  1020. | #ifdef HAVE_INTTYPES_H
  1021. | # include <inttypes.h>
  1022. | #endif
  1023. | #ifdef HAVE_STDINT_H
  1024. | # include <stdint.h>
  1025. | #endif
  1026. | #ifdef HAVE_UNISTD_H
  1027. | # include <unistd.h>
  1028. | #endif
  1029. | int
  1030. | main ()
  1031. | {
  1032. | if (sizeof ((ptrdiff_t)))
  1033. | return 0;
  1034. | ;
  1035. | return 0;
  1036. | }
  1037. configure:5558: result: yes
  1038. configure:5569: checking whether struct tm is in sys/time.h or time.h
  1039. configure:5589: gcc -c -g -O2 conftest.c >&5
  1040. configure:5589: $? = 0
  1041. configure:5596: result: time.h
  1042. configure:5608: checking size of int
  1043. configure:5613: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1044. configure:5613: $? = 0
  1045. configure:5613: ./conftest
  1046. configure:5613: $? = 0
  1047. configure:5628: result: 4
  1048. configure:5642: checking size of long
  1049. configure:5647: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1050. configure:5647: $? = 0
  1051. configure:5647: ./conftest
  1052. configure:5647: $? = 0
  1053. configure:5662: result: 8
  1054. configure:5676: checking for clearerr_unlocked
  1055. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1056. configure:5676: $? = 0
  1057. configure:5676: result: yes
  1058. configure:5676: checking for feof_unlocked
  1059. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1060. configure:5676: $? = 0
  1061. configure:5676: result: yes
  1062. configure:5676: checking for ferror_unlocked
  1063. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1064. configure:5676: $? = 0
  1065. configure:5676: result: yes
  1066. configure:5676: checking for fflush_unlocked
  1067. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1068. configure:5676: $? = 0
  1069. configure:5676: result: yes
  1070. configure:5676: checking for fgetc_unlocked
  1071. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1072. configure:5676: $? = 0
  1073. configure:5676: result: yes
  1074. configure:5676: checking for fgets_unlocked
  1075. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1076. configure:5676: $? = 0
  1077. configure:5676: result: yes
  1078. configure:5676: checking for fileno_unlocked
  1079. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1080. configure:5676: $? = 0
  1081. configure:5676: result: yes
  1082. configure:5676: checking for fprintf_unlocked
  1083. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1084. conftest.c:69:6: warning: conflicting types for built-in function 'fprintf_unlocked' [enabled by default]
  1085. char fprintf_unlocked ();
  1086. ^
  1087. /tmp/cckMy9NO.o: In function `main':
  1088. /home/openrisc/openrisc/bld-or1k-gcc/libcpp/conftest.c:80: undefined reference to `fprintf_unlocked'
  1089. collect2: error: ld returned 1 exit status
  1090. configure:5676: $? = 1
  1091. configure: failed program was:
  1092. | /* confdefs.h */
  1093. | #define PACKAGE_NAME "cpplib"
  1094. | #define PACKAGE_TARNAME "cpplib"
  1095. | #define PACKAGE_VERSION " "
  1096. | #define PACKAGE_STRING "cpplib "
  1097. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  1098. | #define PACKAGE_URL ""
  1099. | #define STDC_HEADERS 1
  1100. | #define HAVE_SYS_TYPES_H 1
  1101. | #define HAVE_SYS_STAT_H 1
  1102. | #define HAVE_STDLIB_H 1
  1103. | #define HAVE_STRING_H 1
  1104. | #define HAVE_MEMORY_H 1
  1105. | #define HAVE_STRINGS_H 1
  1106. | #define HAVE_INTTYPES_H 1
  1107. | #define HAVE_STDINT_H 1
  1108. | #define HAVE_UNISTD_H 1
  1109. | #define __EXTENSIONS__ 1
  1110. | #define _ALL_SOURCE 1
  1111. | #define _GNU_SOURCE 1
  1112. | #define _POSIX_PTHREAD_SEMANTICS 1
  1113. | #define _TANDEM_SOURCE 1
  1114. | #define TIME_WITH_SYS_TIME 1
  1115. | #define STRING_WITH_STRINGS 1
  1116. | #define HAVE_LOCALE_H 1
  1117. | #define HAVE_FCNTL_H 1
  1118. | #define HAVE_LIMITS_H 1
  1119. | #define HAVE_STDDEF_H 1
  1120. | #define HAVE_STDLIB_H 1
  1121. | #define HAVE_STRINGS_H 1
  1122. | #define HAVE_STRING_H 1
  1123. | #define HAVE_SYS_FILE_H 1
  1124. | #define HAVE_UNISTD_H 1
  1125. | #define HAVE_OBSTACK 1
  1126. | #define HAVE_UINTPTR_T 1
  1127. | #define SIZEOF_INT 4
  1128. | #define SIZEOF_LONG 8
  1129. | #define HAVE_CLEARERR_UNLOCKED 1
  1130. | #define HAVE_FEOF_UNLOCKED 1
  1131. | #define HAVE_FERROR_UNLOCKED 1
  1132. | #define HAVE_FFLUSH_UNLOCKED 1
  1133. | #define HAVE_FGETC_UNLOCKED 1
  1134. | #define HAVE_FGETS_UNLOCKED 1
  1135. | #define HAVE_FILENO_UNLOCKED 1
  1136. | /* end confdefs.h. */
  1137. | /* Define fprintf_unlocked to an innocuous variant, in case <limits.h> declares fprintf_unlocked.
  1138. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1139. | #define fprintf_unlocked innocuous_fprintf_unlocked
  1140. |
  1141. | /* System header to define __stub macros and hopefully few prototypes,
  1142. | which can conflict with char fprintf_unlocked (); below.
  1143. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1144. | <limits.h> exists even on freestanding compilers. */
  1145. |
  1146. | #ifdef __STDC__
  1147. | # include <limits.h>
  1148. | #else
  1149. | # include <assert.h>
  1150. | #endif
  1151. |
  1152. | #undef fprintf_unlocked
  1153. |
  1154. | /* Override any GCC internal prototype to avoid an error.
  1155. | Use char because int might match the return type of a GCC
  1156. | builtin and then its argument prototype would still apply. */
  1157. | #ifdef __cplusplus
  1158. | extern "C"
  1159. | #endif
  1160. | char fprintf_unlocked ();
  1161. | /* The GNU C library defines this for functions which it implements
  1162. | to always fail with ENOSYS. Some functions are actually named
  1163. | something starting with __ and the normal name is an alias. */
  1164. | #if defined __stub_fprintf_unlocked || defined __stub___fprintf_unlocked
  1165. | choke me
  1166. | #endif
  1167. |
  1168. | int
  1169. | main ()
  1170. | {
  1171. | return fprintf_unlocked ();
  1172. | ;
  1173. | return 0;
  1174. | }
  1175. configure:5676: result: no
  1176. configure:5676: checking for fputc_unlocked
  1177. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1178. conftest.c:69:6: warning: conflicting types for built-in function 'fputc_unlocked' [enabled by default]
  1179. char fputc_unlocked ();
  1180. ^
  1181. configure:5676: $? = 0
  1182. configure:5676: result: yes
  1183. configure:5676: checking for fputs_unlocked
  1184. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1185. conftest.c:70:6: warning: conflicting types for built-in function 'fputs_unlocked' [enabled by default]
  1186. char fputs_unlocked ();
  1187. ^
  1188. configure:5676: $? = 0
  1189. configure:5676: result: yes
  1190. configure:5676: checking for fread_unlocked
  1191. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1192. configure:5676: $? = 0
  1193. configure:5676: result: yes
  1194. configure:5676: checking for fwrite_unlocked
  1195. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1196. conftest.c:72:6: warning: conflicting types for built-in function 'fwrite_unlocked' [enabled by default]
  1197. char fwrite_unlocked ();
  1198. ^
  1199. configure:5676: $? = 0
  1200. configure:5676: result: yes
  1201. configure:5676: checking for getchar_unlocked
  1202. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1203. configure:5676: $? = 0
  1204. configure:5676: result: yes
  1205. configure:5676: checking for getc_unlocked
  1206. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1207. configure:5676: $? = 0
  1208. configure:5676: result: yes
  1209. configure:5676: checking for putchar_unlocked
  1210. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1211. conftest.c:75:6: warning: conflicting types for built-in function 'putchar_unlocked' [enabled by default]
  1212. char putchar_unlocked ();
  1213. ^
  1214. configure:5676: $? = 0
  1215. configure:5676: result: yes
  1216. configure:5676: checking for putc_unlocked
  1217. configure:5676: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1218. conftest.c:76:6: warning: conflicting types for built-in function 'putc_unlocked' [enabled by default]
  1219. char putc_unlocked ();
  1220. ^
  1221. configure:5676: $? = 0
  1222. configure:5676: result: yes
  1223. configure:5686: checking whether abort is declared
  1224. configure:5686: gcc -c -g -O2 conftest.c >&5
  1225. configure:5686: $? = 0
  1226. configure:5686: result: yes
  1227. configure:5696: checking whether asprintf is declared
  1228. configure:5696: gcc -c -g -O2 conftest.c >&5
  1229. configure:5696: $? = 0
  1230. configure:5696: result: yes
  1231. configure:5706: checking whether basename is declared
  1232. configure:5706: gcc -c -g -O2 conftest.c >&5
  1233. configure:5706: $? = 0
  1234. configure:5706: result: yes
  1235. configure:5716: checking whether errno is declared
  1236. configure:5716: gcc -c -g -O2 conftest.c >&5
  1237. conftest.c: In function 'main':
  1238. conftest.c:97:10: error: 'errno' undeclared (first use in this function)
  1239. (void) errno;
  1240. ^
  1241. conftest.c:97:10: note: each undeclared identifier is reported only once for each function it appears in
  1242. configure:5716: $? = 1
  1243. configure: failed program was:
  1244. | /* confdefs.h */
  1245. | #define PACKAGE_NAME "cpplib"
  1246. | #define PACKAGE_TARNAME "cpplib"
  1247. | #define PACKAGE_VERSION " "
  1248. | #define PACKAGE_STRING "cpplib "
  1249. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  1250. | #define PACKAGE_URL ""
  1251. | #define STDC_HEADERS 1
  1252. | #define HAVE_SYS_TYPES_H 1
  1253. | #define HAVE_SYS_STAT_H 1
  1254. | #define HAVE_STDLIB_H 1
  1255. | #define HAVE_STRING_H 1
  1256. | #define HAVE_MEMORY_H 1
  1257. | #define HAVE_STRINGS_H 1
  1258. | #define HAVE_INTTYPES_H 1
  1259. | #define HAVE_STDINT_H 1
  1260. | #define HAVE_UNISTD_H 1
  1261. | #define __EXTENSIONS__ 1
  1262. | #define _ALL_SOURCE 1
  1263. | #define _GNU_SOURCE 1
  1264. | #define _POSIX_PTHREAD_SEMANTICS 1
  1265. | #define _TANDEM_SOURCE 1
  1266. | #define TIME_WITH_SYS_TIME 1
  1267. | #define STRING_WITH_STRINGS 1
  1268. | #define HAVE_LOCALE_H 1
  1269. | #define HAVE_FCNTL_H 1
  1270. | #define HAVE_LIMITS_H 1
  1271. | #define HAVE_STDDEF_H 1
  1272. | #define HAVE_STDLIB_H 1
  1273. | #define HAVE_STRINGS_H 1
  1274. | #define HAVE_STRING_H 1
  1275. | #define HAVE_SYS_FILE_H 1
  1276. | #define HAVE_UNISTD_H 1
  1277. | #define HAVE_OBSTACK 1
  1278. | #define HAVE_UINTPTR_T 1
  1279. | #define SIZEOF_INT 4
  1280. | #define SIZEOF_LONG 8
  1281. | #define HAVE_CLEARERR_UNLOCKED 1
  1282. | #define HAVE_FEOF_UNLOCKED 1
  1283. | #define HAVE_FERROR_UNLOCKED 1
  1284. | #define HAVE_FFLUSH_UNLOCKED 1
  1285. | #define HAVE_FGETC_UNLOCKED 1
  1286. | #define HAVE_FGETS_UNLOCKED 1
  1287. | #define HAVE_FILENO_UNLOCKED 1
  1288. | #define HAVE_FPUTC_UNLOCKED 1
  1289. | #define HAVE_FPUTS_UNLOCKED 1
  1290. | #define HAVE_FREAD_UNLOCKED 1
  1291. | #define HAVE_FWRITE_UNLOCKED 1
  1292. | #define HAVE_GETCHAR_UNLOCKED 1
  1293. | #define HAVE_GETC_UNLOCKED 1
  1294. | #define HAVE_PUTCHAR_UNLOCKED 1
  1295. | #define HAVE_PUTC_UNLOCKED 1
  1296. | #define HAVE_DECL_ABORT 1
  1297. | #define HAVE_DECL_ASPRINTF 1
  1298. | #define HAVE_DECL_BASENAME 1
  1299. | /* end confdefs.h. */
  1300. | #include <stdio.h>
  1301. | #ifdef HAVE_SYS_TYPES_H
  1302. | # include <sys/types.h>
  1303. | #endif
  1304. | #ifdef HAVE_SYS_STAT_H
  1305. | # include <sys/stat.h>
  1306. | #endif
  1307. | #ifdef STDC_HEADERS
  1308. | # include <stdlib.h>
  1309. | # include <stddef.h>
  1310. | #else
  1311. | # ifdef HAVE_STDLIB_H
  1312. | # include <stdlib.h>
  1313. | # endif
  1314. | #endif
  1315. | #ifdef HAVE_STRING_H
  1316. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1317. | # include <memory.h>
  1318. | # endif
  1319. | # include <string.h>
  1320. | #endif
  1321. | #ifdef HAVE_STRINGS_H
  1322. | # include <strings.h>
  1323. | #endif
  1324. | #ifdef HAVE_INTTYPES_H
  1325. | # include <inttypes.h>
  1326. | #endif
  1327. | #ifdef HAVE_STDINT_H
  1328. | # include <stdint.h>
  1329. | #endif
  1330. | #ifdef HAVE_UNISTD_H
  1331. | # include <unistd.h>
  1332. | #endif
  1333. | int
  1334. | main ()
  1335. | {
  1336. | #ifndef errno
  1337. | #ifdef __cplusplus
  1338. | (void) errno;
  1339. | #else
  1340. | (void) errno;
  1341. | #endif
  1342. | #endif
  1343. |
  1344. | ;
  1345. | return 0;
  1346. | }
  1347. configure:5716: result: no
  1348. configure:5726: checking whether getopt is declared
  1349. configure:5726: gcc -c -g -O2 conftest.c >&5
  1350. configure:5726: $? = 0
  1351. configure:5726: result: yes
  1352. configure:5736: checking whether vasprintf is declared
  1353. configure:5736: gcc -c -g -O2 conftest.c >&5
  1354. configure:5736: $? = 0
  1355. configure:5736: result: yes
  1356. configure:5747: checking whether clearerr_unlocked is declared
  1357. configure:5747: gcc -c -g -O2 conftest.c >&5
  1358. configure:5747: $? = 0
  1359. configure:5747: result: yes
  1360. configure:5757: checking whether feof_unlocked is declared
  1361. configure:5757: gcc -c -g -O2 conftest.c >&5
  1362. configure:5757: $? = 0
  1363. configure:5757: result: yes
  1364. configure:5767: checking whether ferror_unlocked is declared
  1365. configure:5767: gcc -c -g -O2 conftest.c >&5
  1366. configure:5767: $? = 0
  1367. configure:5767: result: yes
  1368. configure:5777: checking whether fflush_unlocked is declared
  1369. configure:5777: gcc -c -g -O2 conftest.c >&5
  1370. configure:5777: $? = 0
  1371. configure:5777: result: yes
  1372. configure:5787: checking whether fgetc_unlocked is declared
  1373. configure:5787: gcc -c -g -O2 conftest.c >&5
  1374. configure:5787: $? = 0
  1375. configure:5787: result: yes
  1376. configure:5797: checking whether fgets_unlocked is declared
  1377. configure:5797: gcc -c -g -O2 conftest.c >&5
  1378. configure:5797: $? = 0
  1379. configure:5797: result: yes
  1380. configure:5807: checking whether fileno_unlocked is declared
  1381. configure:5807: gcc -c -g -O2 conftest.c >&5
  1382. configure:5807: $? = 0
  1383. configure:5807: result: yes
  1384. configure:5817: checking whether fprintf_unlocked is declared
  1385. configure:5817: gcc -c -g -O2 conftest.c >&5
  1386. conftest.c: In function 'main':
  1387. conftest.c:107:10: error: 'fprintf_unlocked' undeclared (first use in this function)
  1388. (void) fprintf_unlocked;
  1389. ^
  1390. conftest.c:107:10: note: each undeclared identifier is reported only once for each function it appears in
  1391. configure:5817: $? = 1
  1392. configure: failed program was:
  1393. | /* confdefs.h */
  1394. | #define PACKAGE_NAME "cpplib"
  1395. | #define PACKAGE_TARNAME "cpplib"
  1396. | #define PACKAGE_VERSION " "
  1397. | #define PACKAGE_STRING "cpplib "
  1398. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  1399. | #define PACKAGE_URL ""
  1400. | #define STDC_HEADERS 1
  1401. | #define HAVE_SYS_TYPES_H 1
  1402. | #define HAVE_SYS_STAT_H 1
  1403. | #define HAVE_STDLIB_H 1
  1404. | #define HAVE_STRING_H 1
  1405. | #define HAVE_MEMORY_H 1
  1406. | #define HAVE_STRINGS_H 1
  1407. | #define HAVE_INTTYPES_H 1
  1408. | #define HAVE_STDINT_H 1
  1409. | #define HAVE_UNISTD_H 1
  1410. | #define __EXTENSIONS__ 1
  1411. | #define _ALL_SOURCE 1
  1412. | #define _GNU_SOURCE 1
  1413. | #define _POSIX_PTHREAD_SEMANTICS 1
  1414. | #define _TANDEM_SOURCE 1
  1415. | #define TIME_WITH_SYS_TIME 1
  1416. | #define STRING_WITH_STRINGS 1
  1417. | #define HAVE_LOCALE_H 1
  1418. | #define HAVE_FCNTL_H 1
  1419. | #define HAVE_LIMITS_H 1
  1420. | #define HAVE_STDDEF_H 1
  1421. | #define HAVE_STDLIB_H 1
  1422. | #define HAVE_STRINGS_H 1
  1423. | #define HAVE_STRING_H 1
  1424. | #define HAVE_SYS_FILE_H 1
  1425. | #define HAVE_UNISTD_H 1
  1426. | #define HAVE_OBSTACK 1
  1427. | #define HAVE_UINTPTR_T 1
  1428. | #define SIZEOF_INT 4
  1429. | #define SIZEOF_LONG 8
  1430. | #define HAVE_CLEARERR_UNLOCKED 1
  1431. | #define HAVE_FEOF_UNLOCKED 1
  1432. | #define HAVE_FERROR_UNLOCKED 1
  1433. | #define HAVE_FFLUSH_UNLOCKED 1
  1434. | #define HAVE_FGETC_UNLOCKED 1
  1435. | #define HAVE_FGETS_UNLOCKED 1
  1436. | #define HAVE_FILENO_UNLOCKED 1
  1437. | #define HAVE_FPUTC_UNLOCKED 1
  1438. | #define HAVE_FPUTS_UNLOCKED 1
  1439. | #define HAVE_FREAD_UNLOCKED 1
  1440. | #define HAVE_FWRITE_UNLOCKED 1
  1441. | #define HAVE_GETCHAR_UNLOCKED 1
  1442. | #define HAVE_GETC_UNLOCKED 1
  1443. | #define HAVE_PUTCHAR_UNLOCKED 1
  1444. | #define HAVE_PUTC_UNLOCKED 1
  1445. | #define HAVE_DECL_ABORT 1
  1446. | #define HAVE_DECL_ASPRINTF 1
  1447. | #define HAVE_DECL_BASENAME 1
  1448. | #define HAVE_DECL_ERRNO 0
  1449. | #define HAVE_DECL_GETOPT 1
  1450. | #define HAVE_DECL_VASPRINTF 1
  1451. | #define HAVE_DECL_CLEARERR_UNLOCKED 1
  1452. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1453. | #define HAVE_DECL_FERROR_UNLOCKED 1
  1454. | #define HAVE_DECL_FFLUSH_UNLOCKED 1
  1455. | #define HAVE_DECL_FGETC_UNLOCKED 1
  1456. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1457. | #define HAVE_DECL_FILENO_UNLOCKED 1
  1458. | /* end confdefs.h. */
  1459. | #include <stdio.h>
  1460. | #ifdef HAVE_SYS_TYPES_H
  1461. | # include <sys/types.h>
  1462. | #endif
  1463. | #ifdef HAVE_SYS_STAT_H
  1464. | # include <sys/stat.h>
  1465. | #endif
  1466. | #ifdef STDC_HEADERS
  1467. | # include <stdlib.h>
  1468. | # include <stddef.h>
  1469. | #else
  1470. | # ifdef HAVE_STDLIB_H
  1471. | # include <stdlib.h>
  1472. | # endif
  1473. | #endif
  1474. | #ifdef HAVE_STRING_H
  1475. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1476. | # include <memory.h>
  1477. | # endif
  1478. | # include <string.h>
  1479. | #endif
  1480. | #ifdef HAVE_STRINGS_H
  1481. | # include <strings.h>
  1482. | #endif
  1483. | #ifdef HAVE_INTTYPES_H
  1484. | # include <inttypes.h>
  1485. | #endif
  1486. | #ifdef HAVE_STDINT_H
  1487. | # include <stdint.h>
  1488. | #endif
  1489. | #ifdef HAVE_UNISTD_H
  1490. | # include <unistd.h>
  1491. | #endif
  1492. | int
  1493. | main ()
  1494. | {
  1495. | #ifndef fprintf_unlocked
  1496. | #ifdef __cplusplus
  1497. | (void) fprintf_unlocked;
  1498. | #else
  1499. | (void) fprintf_unlocked;
  1500. | #endif
  1501. | #endif
  1502. |
  1503. | ;
  1504. | return 0;
  1505. | }
  1506. configure:5817: result: no
  1507. configure:5827: checking whether fputc_unlocked is declared
  1508. configure:5827: gcc -c -g -O2 conftest.c >&5
  1509. configure:5827: $? = 0
  1510. configure:5827: result: yes
  1511. configure:5837: checking whether fputs_unlocked is declared
  1512. configure:5837: gcc -c -g -O2 conftest.c >&5
  1513. configure:5837: $? = 0
  1514. configure:5837: result: yes
  1515. configure:5847: checking whether fread_unlocked is declared
  1516. configure:5847: gcc -c -g -O2 conftest.c >&5
  1517. configure:5847: $? = 0
  1518. configure:5847: result: yes
  1519. configure:5857: checking whether fwrite_unlocked is declared
  1520. configure:5857: gcc -c -g -O2 conftest.c >&5
  1521. configure:5857: $? = 0
  1522. configure:5857: result: yes
  1523. configure:5867: checking whether getchar_unlocked is declared
  1524. configure:5867: gcc -c -g -O2 conftest.c >&5
  1525. configure:5867: $? = 0
  1526. configure:5867: result: yes
  1527. configure:5877: checking whether getc_unlocked is declared
  1528. configure:5877: gcc -c -g -O2 conftest.c >&5
  1529. configure:5877: $? = 0
  1530. configure:5877: result: yes
  1531. configure:5887: checking whether putchar_unlocked is declared
  1532. configure:5887: gcc -c -g -O2 conftest.c >&5
  1533. configure:5887: $? = 0
  1534. configure:5887: result: yes
  1535. configure:5897: checking whether putc_unlocked is declared
  1536. configure:5897: gcc -c -g -O2 conftest.c >&5
  1537. configure:5897: $? = 0
  1538. configure:5897: result: yes
  1539. configure:5912: checking for working alloca.h
  1540. configure:5929: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1541. configure:5929: $? = 0
  1542. configure:5937: result: yes
  1543. configure:5945: checking for alloca
  1544. configure:5982: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1545. configure:5982: $? = 0
  1546. configure:5990: result: yes
  1547. configure:6100: checking for ANSI C header files
  1548. configure:6204: result: yes
  1549. configure:6213: checking for nl_langinfo and CODESET
  1550. configure:6229: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
  1551. configure:6229: $? = 0
  1552. configure:6238: result: yes
  1553. configure:6259: checking whether NLS is requested
  1554. configure:6265: result: yes
  1555. configure:6271: checking for catalogs to be installed
  1556. configure:6303: result: be ca da de el eo es fi fr id ja nl pt_BR ru sr sv tr uk vi zh_CN zh_TW
  1557. configure:6317: checking for uchar
  1558. configure:6336: gcc -c -g -O2 conftest.c >&5
  1559. conftest.c: In function 'main':
  1560. conftest.c:87:6: error: 'uchar' undeclared (first use in this function)
  1561. if ((uchar *)0) return 0;
  1562. ^
  1563. conftest.c:87:6: note: each undeclared identifier is reported only once for each function it appears in
  1564. conftest.c:87:13: error: expected expression before ')' token
  1565. if ((uchar *)0) return 0;
  1566. ^
  1567. configure:6336: $? = 1
  1568. configure: failed program was:
  1569. | /* confdefs.h */
  1570. | #define PACKAGE_NAME "cpplib"
  1571. | #define PACKAGE_TARNAME "cpplib"
  1572. | #define PACKAGE_VERSION " "
  1573. | #define PACKAGE_STRING "cpplib "
  1574. | #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  1575. | #define PACKAGE_URL ""
  1576. | #define STDC_HEADERS 1
  1577. | #define HAVE_SYS_TYPES_H 1
  1578. | #define HAVE_SYS_STAT_H 1
  1579. | #define HAVE_STDLIB_H 1
  1580. | #define HAVE_STRING_H 1
  1581. | #define HAVE_MEMORY_H 1
  1582. | #define HAVE_STRINGS_H 1
  1583. | #define HAVE_INTTYPES_H 1
  1584. | #define HAVE_STDINT_H 1
  1585. | #define HAVE_UNISTD_H 1
  1586. | #define __EXTENSIONS__ 1
  1587. | #define _ALL_SOURCE 1
  1588. | #define _GNU_SOURCE 1
  1589. | #define _POSIX_PTHREAD_SEMANTICS 1
  1590. | #define _TANDEM_SOURCE 1
  1591. | #define TIME_WITH_SYS_TIME 1
  1592. | #define STRING_WITH_STRINGS 1
  1593. | #define HAVE_LOCALE_H 1
  1594. | #define HAVE_FCNTL_H 1
  1595. | #define HAVE_LIMITS_H 1
  1596. | #define HAVE_STDDEF_H 1
  1597. | #define HAVE_STDLIB_H 1
  1598. | #define HAVE_STRINGS_H 1
  1599. | #define HAVE_STRING_H 1
  1600. | #define HAVE_SYS_FILE_H 1
  1601. | #define HAVE_UNISTD_H 1
  1602. | #define HAVE_OBSTACK 1
  1603. | #define HAVE_UINTPTR_T 1
  1604. | #define SIZEOF_INT 4
  1605. | #define SIZEOF_LONG 8
  1606. | #define HAVE_CLEARERR_UNLOCKED 1
  1607. | #define HAVE_FEOF_UNLOCKED 1
  1608. | #define HAVE_FERROR_UNLOCKED 1
  1609. | #define HAVE_FFLUSH_UNLOCKED 1
  1610. | #define HAVE_FGETC_UNLOCKED 1
  1611. | #define HAVE_FGETS_UNLOCKED 1
  1612. | #define HAVE_FILENO_UNLOCKED 1
  1613. | #define HAVE_FPUTC_UNLOCKED 1
  1614. | #define HAVE_FPUTS_UNLOCKED 1
  1615. | #define HAVE_FREAD_UNLOCKED 1
  1616. | #define HAVE_FWRITE_UNLOCKED 1
  1617. | #define HAVE_GETCHAR_UNLOCKED 1
  1618. | #define HAVE_GETC_UNLOCKED 1
  1619. | #define HAVE_PUTCHAR_UNLOCKED 1
  1620. | #define HAVE_PUTC_UNLOCKED 1
  1621. | #define HAVE_DECL_ABORT 1
  1622. | #define HAVE_DECL_ASPRINTF 1
  1623. | #define HAVE_DECL_BASENAME 1
  1624. | #define HAVE_DECL_ERRNO 0
  1625. | #define HAVE_DECL_GETOPT 1
  1626. | #define HAVE_DECL_VASPRINTF 1
  1627. | #define HAVE_DECL_CLEARERR_UNLOCKED 1
  1628. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1629. | #define HAVE_DECL_FERROR_UNLOCKED 1
  1630. | #define HAVE_DECL_FFLUSH_UNLOCKED 1
  1631. | #define HAVE_DECL_FGETC_UNLOCKED 1
  1632. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1633. | #define HAVE_DECL_FILENO_UNLOCKED 1
  1634. | #define HAVE_DECL_FPRINTF_UNLOCKED 0
  1635. | #define HAVE_DECL_FPUTC_UNLOCKED 1
  1636. | #define HAVE_DECL_FPUTS_UNLOCKED 1
  1637. | #define HAVE_DECL_FREAD_UNLOCKED 1
  1638. | #define HAVE_DECL_FWRITE_UNLOCKED 1
  1639. | #define HAVE_DECL_GETCHAR_UNLOCKED 1
  1640. | #define HAVE_DECL_GETC_UNLOCKED 1
  1641. | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
  1642. | #define HAVE_DECL_PUTC_UNLOCKED 1
  1643. | #define HAVE_ALLOCA_H 1
  1644. | #define HAVE_ALLOCA 1
  1645. | #define STDC_HEADERS 1
  1646. | #define HAVE_LANGINFO_CODESET 1
  1647. | #define ENABLE_NLS 1
  1648. | /* end confdefs.h. */
  1649. |
  1650. | #include <sys/types.h>
  1651. |
  1652. | int
  1653. | main ()
  1654. | {
  1655. | if ((uchar *)0) return 0;
  1656. | if (sizeof(uchar)) return 0;
  1657. | ;
  1658. | return 0;
  1659. | }
  1660. configure:6343: result:
  1661. configure:6399: checking for ld used by GCC
  1662. configure:6462: result: ld
  1663. configure:6469: checking if the linker (ld) is GNU ld
  1664. GNU ld (GNU Binutils for Ubuntu) 2.23.52.20130913
  1665. configure:6481: result: yes
  1666. configure:6487: checking for shared library run path origin
  1667. configure:6500: result: done
  1668. configure:6930: checking for iconv
  1669. configure:6952: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  1670. configure:6952: $? = 0
  1671. configure:6984: result: yes
  1672. configure:7005: checking for iconv declaration
  1673. configure:7034: g++ -c -g -O2 conftest.cpp >&5
  1674. configure:7034: $? = 0
  1675. configure:7045: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1676. configure:7291: updating cache ./config.cache
  1677. configure:7329: creating ./config.status
  1678.  
  1679. ## ---------------------- ##
  1680. ## Running config.status. ##
  1681. ## ---------------------- ##
  1682.  
  1683. This file was extended by cpplib config.status , which was
  1684. generated by GNU Autoconf 2.64. Invocation command line was
  1685.  
  1686. CONFIG_FILES =
  1687. CONFIG_HEADERS =
  1688. CONFIG_LINKS =
  1689. CONFIG_COMMANDS =
  1690. $ ./config.status
  1691.  
  1692. on openrisc-VirtualBox
  1693.  
  1694. config.status:927: creating Makefile
  1695. config.status:927: creating config.h
  1696. config.status:1100: executing depdir commands
  1697.  
  1698. ## ---------------- ##
  1699. ## Cache variables. ##
  1700. ## ---------------- ##
  1701.  
  1702. ac_cv_build=x86_64-unknown-linux-gnu
  1703. ac_cv_c_bigendian=no
  1704. ac_cv_c_compiler_gnu=yes
  1705. ac_cv_c_const=yes
  1706. ac_cv_c_inline=inline
  1707. ac_cv_cxx_compiler_gnu=yes
  1708. ac_cv_env_CCC_set=
  1709. ac_cv_env_CCC_value=
  1710. ac_cv_env_CC_set=set
  1711. ac_cv_env_CC_value=gcc
  1712. ac_cv_env_CFLAGS_set=set
  1713. ac_cv_env_CFLAGS_value='-g -O2'
  1714. ac_cv_env_CPPFLAGS_set=
  1715. ac_cv_env_CPPFLAGS_value=
  1716. ac_cv_env_CPP_set=
  1717. ac_cv_env_CPP_value=
  1718. ac_cv_env_CXXFLAGS_set=set
  1719. ac_cv_env_CXXFLAGS_value='-g -O2'
  1720. ac_cv_env_CXX_set=set
  1721. ac_cv_env_CXX_value=g++
  1722. ac_cv_env_LDFLAGS_set=set
  1723. ac_cv_env_LDFLAGS_value='-static-libstdc++ -static-libgcc '
  1724. ac_cv_env_LIBS_set=
  1725. ac_cv_env_LIBS_value=
  1726. ac_cv_env_build_alias_set=set
  1727. ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
  1728. ac_cv_env_host_alias_set=set
  1729. ac_cv_env_host_alias_value=x86_64-unknown-linux-gnu
  1730. ac_cv_env_target_alias_set=set
  1731. ac_cv_env_target_alias_value=or1k-elf
  1732. ac_cv_func_alloca_works=yes
  1733. ac_cv_func_clearerr_unlocked=yes
  1734. ac_cv_func_feof_unlocked=yes
  1735. ac_cv_func_ferror_unlocked=yes
  1736. ac_cv_func_fflush_unlocked=yes
  1737. ac_cv_func_fgetc_unlocked=yes
  1738. ac_cv_func_fgets_unlocked=yes
  1739. ac_cv_func_fileno_unlocked=yes
  1740. ac_cv_func_fprintf_unlocked=no
  1741. ac_cv_func_fputc_unlocked=yes
  1742. ac_cv_func_fputs_unlocked=yes
  1743. ac_cv_func_fread_unlocked=yes
  1744. ac_cv_func_fwrite_unlocked=yes
  1745. ac_cv_func_getc_unlocked=yes
  1746. ac_cv_func_getchar_unlocked=yes
  1747. ac_cv_func_obstack=yes
  1748. ac_cv_func_putc_unlocked=yes
  1749. ac_cv_func_putchar_unlocked=yes
  1750. ac_cv_have_decl_abort=yes
  1751. ac_cv_have_decl_asprintf=yes
  1752. ac_cv_have_decl_basename_char_p_=yes
  1753. ac_cv_have_decl_clearerr_unlocked=yes
  1754. ac_cv_have_decl_errno=no
  1755. ac_cv_have_decl_feof_unlocked=yes
  1756. ac_cv_have_decl_ferror_unlocked=yes
  1757. ac_cv_have_decl_fflush_unlocked=yes
  1758. ac_cv_have_decl_fgetc_unlocked=yes
  1759. ac_cv_have_decl_fgets_unlocked=yes
  1760. ac_cv_have_decl_fileno_unlocked=yes
  1761. ac_cv_have_decl_fprintf_unlocked=no
  1762. ac_cv_have_decl_fputc_unlocked=yes
  1763. ac_cv_have_decl_fputs_unlocked=yes
  1764. ac_cv_have_decl_fread_unlocked=yes
  1765. ac_cv_have_decl_fwrite_unlocked=yes
  1766. ac_cv_have_decl_getc_unlocked=yes
  1767. ac_cv_have_decl_getchar_unlocked=yes
  1768. ac_cv_have_decl_getopt=yes
  1769. ac_cv_have_decl_putc_unlocked=yes
  1770. ac_cv_have_decl_putchar_unlocked=yes
  1771. ac_cv_have_decl_vasprintf=yes
  1772. ac_cv_header_fcntl_h=yes
  1773. ac_cv_header_inttypes_h=yes
  1774. ac_cv_header_limits_h=yes
  1775. ac_cv_header_locale_h=yes
  1776. ac_cv_header_memory_h=yes
  1777. ac_cv_header_minix_config_h=no
  1778. ac_cv_header_stdc=yes
  1779. ac_cv_header_stddef_h=yes
  1780. ac_cv_header_stdint_h=yes
  1781. ac_cv_header_stdlib_h=yes
  1782. ac_cv_header_string_h=yes
  1783. ac_cv_header_strings_h=yes
  1784. ac_cv_header_sys_file_h=yes
  1785. ac_cv_header_sys_stat_h=yes
  1786. ac_cv_header_sys_types_h=yes
  1787. ac_cv_header_time=yes
  1788. ac_cv_header_unistd_h=yes
  1789. ac_cv_host=x86_64-unknown-linux-gnu
  1790. ac_cv_objext=o
  1791. ac_cv_path_EGREP='/bin/grep -E'
  1792. ac_cv_path_GREP=/bin/grep
  1793. ac_cv_prog_ACLOCAL=aclocal
  1794. ac_cv_prog_AUTOCONF=autoconf
  1795. ac_cv_prog_AUTOHEADER=autoheader
  1796. ac_cv_prog_CC=gcc
  1797. ac_cv_prog_CPP='gcc -E'
  1798. ac_cv_prog_RANLIB=ranlib
  1799. ac_cv_prog_cc_c89=
  1800. ac_cv_prog_cc_g=yes
  1801. ac_cv_prog_cxx_g=yes
  1802. ac_cv_prog_make_make_set=yes
  1803. ac_cv_safe_to_define___extensions__=yes
  1804. ac_cv_sizeof_int=4
  1805. ac_cv_sizeof_long=8
  1806. ac_cv_struct_tm=time.h
  1807. ac_cv_sys_file_offset_bits=no
  1808. ac_cv_sys_largefile_CC=no
  1809. ac_cv_target=or1k-unknown-elf
  1810. ac_cv_type_off_t=yes
  1811. ac_cv_type_ptrdiff_t=yes
  1812. ac_cv_type_size_t=yes
  1813. ac_cv_type_ssize_t=yes
  1814. ac_cv_type_uchar=no
  1815. ac_cv_type_uintptr_t=yes
  1816. ac_cv_working_alloca_h=yes
  1817. acl_cv_hardcode_direct=no
  1818. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1819. acl_cv_hardcode_libdir_separator=
  1820. acl_cv_hardcode_minus_L=no
  1821. acl_cv_libext=a
  1822. acl_cv_path_LD=ld
  1823. acl_cv_prog_gnu_ld=yes
  1824. acl_cv_rpath=done
  1825. acl_cv_shlibext=so
  1826. acl_cv_wl=-Wl,
  1827. acx_cv_prog_cc_pedantic__Wlong_long=yes
  1828. acx_cv_prog_cc_warning__W=yes
  1829. acx_cv_prog_cc_warning__Wall=yes
  1830. acx_cv_prog_cc_warning__Wcpp_compat=yes
  1831. acx_cv_prog_cc_warning__Wmissing_format_attribute=yes
  1832. acx_cv_prog_cc_warning__Wmissing_prototypes=yes
  1833. acx_cv_prog_cc_warning__Wnarrowing=yes
  1834. acx_cv_prog_cc_warning__Wold_style_definition=yes
  1835. acx_cv_prog_cc_warning__Wstrict_prototypes=yes
  1836. acx_cv_prog_cc_warning__Wwrite_strings=yes
  1837. acx_cv_prog_cc_warning__fno_exceptions=yes
  1838. acx_cv_prog_cc_warning__fno_rtti=yes
  1839. am_cv_CXX_dependencies_compiler_type=gcc3
  1840. am_cv_func_iconv=yes
  1841. am_cv_langinfo_codeset=yes
  1842. am_cv_lib_iconv=no
  1843. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  1844. am_cv_proto_iconv_arg1=
  1845. gcc_cv_header_string=yes
  1846.  
  1847. ## ----------------- ##
  1848. ## Output variables. ##
  1849. ## ----------------- ##
  1850.  
  1851. ACLOCAL='aclocal'
  1852. ALLOCA=''
  1853. AUTOCONF='autoconf'
  1854. AUTOHEADER='autoheader'
  1855. CATALOGS=' be.gmo ca.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo fi.gmo fr.gmo id.gmo ja.gmo nl.gmo pt_BR.gmo ru.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo'
  1856. CATOBJEXT='.gmo'
  1857. CC='gcc'
  1858. CFLAGS='-g -O2'
  1859. CPP='gcc -E'
  1860. CPPFLAGS=''
  1861. CXX='g++'
  1862. CXXDEPMODE='depmode=gcc3'
  1863. CXXFLAGS='-g -O2'
  1864. DATADIRNAME='share'
  1865. DEFS='-DHAVE_CONFIG_H'
  1866. DEPDIR='.deps'
  1867. ECHO_C=''
  1868. ECHO_N='-n'
  1869. ECHO_T=''
  1870. EGREP='/bin/grep -E'
  1871. EXEEXT=''
  1872. GENCAT='gencat'
  1873. GMSGFMT='/usr/bin/msgfmt'
  1874. GREP='/bin/grep'
  1875. INCINTL=''
  1876. INSTALL_DATA='/usr/bin/install -c -m 644'
  1877. INSTALL_PROGRAM='/usr/bin/install -c'
  1878. INSTALL_SCRIPT='/usr/bin/install -c'
  1879. INSTOBJEXT='.mo'
  1880. LDFLAGS='-static-libstdc++ -static-libgcc '
  1881. LIBICONV=''
  1882. LIBINTL=''
  1883. LIBINTL_DEP=''
  1884. LIBOBJS=''
  1885. LIBS=''
  1886. LTLIBICONV=''
  1887. LTLIBOBJS=''
  1888. MAINT='#'
  1889. OBJEXT='o'
  1890. PACKAGE='cpplib'
  1891. PACKAGE_BUGREPORT='gcc-bugs@gcc.gnu.org'
  1892. PACKAGE_NAME='cpplib'
  1893. PACKAGE_STRING='cpplib '
  1894. PACKAGE_TARNAME='cpplib'
  1895. PACKAGE_URL=''
  1896. PACKAGE_VERSION=' '
  1897. PATH_SEPARATOR=':'
  1898. PICFLAG=''
  1899. POSUB='po'
  1900. RANLIB='ranlib'
  1901. SET_MAKE=''
  1902. SHELL='/bin/bash'
  1903. USED_CATALOGS='$(CATALOGS)'
  1904. USE_NLS='yes'
  1905. WARN_PEDANTIC='-pedantic -Wno-long-long'
  1906. WERROR=''
  1907. XGETTEXT='/usr/bin/xgettext'
  1908. ac_ct_CC=''
  1909. ac_ct_CXX=''
  1910. am__leading_dot='.'
  1911. bindir='${exec_prefix}/bin'
  1912. build='x86_64-unknown-linux-gnu'
  1913. build_alias='x86_64-unknown-linux-gnu'
  1914. build_cpu='x86_64'
  1915. build_os='linux-gnu'
  1916. build_vendor='unknown'
  1917. c_warn='-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat'
  1918. datadir='${datarootdir}'
  1919. datarootdir='${prefix}/share'
  1920. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1921. dvidir='${docdir}'
  1922. exec_prefix='${prefix}'
  1923. host='x86_64-unknown-linux-gnu'
  1924. host_alias='x86_64-unknown-linux-gnu'
  1925. host_cpu='x86_64'
  1926. host_os='linux-gnu'
  1927. host_vendor='unknown'
  1928. htmldir='${docdir}'
  1929. includedir='${prefix}/include'
  1930. infodir='${datarootdir}/info'
  1931. libdir='${exec_prefix}/lib'
  1932. libexecdir='${exec_prefix}/libexec'
  1933. localedir='${datarootdir}/locale'
  1934. localstatedir='${prefix}/var'
  1935. mandir='${datarootdir}/man'
  1936. noexception_flags='-fno-exceptions -fno-rtti'
  1937. oldincludedir='/usr/include'
  1938. pdfdir='${docdir}'
  1939. prefix='/opt/or1k-toolchain'
  1940. program_transform_name='s&^&or1k-elf-&'
  1941. psdir='${docdir}'
  1942. sbindir='${exec_prefix}/sbin'
  1943. sharedstatedir='${prefix}/com'
  1944. sysconfdir='${prefix}/etc'
  1945. target='or1k-unknown-elf'
  1946. target_alias='or1k-elf'
  1947. target_cpu='or1k'
  1948. target_os='elf'
  1949. target_vendor='unknown'
  1950. warn='-W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute'
  1951.  
  1952. ## ----------- ##
  1953. ## confdefs.h. ##
  1954. ## ----------- ##
  1955.  
  1956. /* confdefs.h */
  1957. #define PACKAGE_NAME "cpplib"
  1958. #define PACKAGE_TARNAME "cpplib"
  1959. #define PACKAGE_VERSION " "
  1960. #define PACKAGE_STRING "cpplib "
  1961. #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
  1962. #define PACKAGE_URL ""
  1963. #define STDC_HEADERS 1
  1964. #define HAVE_SYS_TYPES_H 1
  1965. #define HAVE_SYS_STAT_H 1
  1966. #define HAVE_STDLIB_H 1
  1967. #define HAVE_STRING_H 1
  1968. #define HAVE_MEMORY_H 1
  1969. #define HAVE_STRINGS_H 1
  1970. #define HAVE_INTTYPES_H 1
  1971. #define HAVE_STDINT_H 1
  1972. #define HAVE_UNISTD_H 1
  1973. #define __EXTENSIONS__ 1
  1974. #define _ALL_SOURCE 1
  1975. #define _GNU_SOURCE 1
  1976. #define _POSIX_PTHREAD_SEMANTICS 1
  1977. #define _TANDEM_SOURCE 1
  1978. #define TIME_WITH_SYS_TIME 1
  1979. #define STRING_WITH_STRINGS 1
  1980. #define HAVE_LOCALE_H 1
  1981. #define HAVE_FCNTL_H 1
  1982. #define HAVE_LIMITS_H 1
  1983. #define HAVE_STDDEF_H 1
  1984. #define HAVE_STDLIB_H 1
  1985. #define HAVE_STRINGS_H 1
  1986. #define HAVE_STRING_H 1
  1987. #define HAVE_SYS_FILE_H 1
  1988. #define HAVE_UNISTD_H 1
  1989. #define HAVE_OBSTACK 1
  1990. #define HAVE_UINTPTR_T 1
  1991. #define SIZEOF_INT 4
  1992. #define SIZEOF_LONG 8
  1993. #define HAVE_CLEARERR_UNLOCKED 1
  1994. #define HAVE_FEOF_UNLOCKED 1
  1995. #define HAVE_FERROR_UNLOCKED 1
  1996. #define HAVE_FFLUSH_UNLOCKED 1
  1997. #define HAVE_FGETC_UNLOCKED 1
  1998. #define HAVE_FGETS_UNLOCKED 1
  1999. #define HAVE_FILENO_UNLOCKED 1
  2000. #define HAVE_FPUTC_UNLOCKED 1
  2001. #define HAVE_FPUTS_UNLOCKED 1
  2002. #define HAVE_FREAD_UNLOCKED 1
  2003. #define HAVE_FWRITE_UNLOCKED 1
  2004. #define HAVE_GETCHAR_UNLOCKED 1
  2005. #define HAVE_GETC_UNLOCKED 1
  2006. #define HAVE_PUTCHAR_UNLOCKED 1
  2007. #define HAVE_PUTC_UNLOCKED 1
  2008. #define HAVE_DECL_ABORT 1
  2009. #define HAVE_DECL_ASPRINTF 1
  2010. #define HAVE_DECL_BASENAME 1
  2011. #define HAVE_DECL_ERRNO 0
  2012. #define HAVE_DECL_GETOPT 1
  2013. #define HAVE_DECL_VASPRINTF 1
  2014. #define HAVE_DECL_CLEARERR_UNLOCKED 1
  2015. #define HAVE_DECL_FEOF_UNLOCKED 1
  2016. #define HAVE_DECL_FERROR_UNLOCKED 1
  2017. #define HAVE_DECL_FFLUSH_UNLOCKED 1
  2018. #define HAVE_DECL_FGETC_UNLOCKED 1
  2019. #define HAVE_DECL_FGETS_UNLOCKED 1
  2020. #define HAVE_DECL_FILENO_UNLOCKED 1
  2021. #define HAVE_DECL_FPRINTF_UNLOCKED 0
  2022. #define HAVE_DECL_FPUTC_UNLOCKED 1
  2023. #define HAVE_DECL_FPUTS_UNLOCKED 1
  2024. #define HAVE_DECL_FREAD_UNLOCKED 1
  2025. #define HAVE_DECL_FWRITE_UNLOCKED 1
  2026. #define HAVE_DECL_GETCHAR_UNLOCKED 1
  2027. #define HAVE_DECL_GETC_UNLOCKED 1
  2028. #define HAVE_DECL_PUTCHAR_UNLOCKED 1
  2029. #define HAVE_DECL_PUTC_UNLOCKED 1
  2030. #define HAVE_ALLOCA_H 1
  2031. #define HAVE_ALLOCA 1
  2032. #define STDC_HEADERS 1
  2033. #define HAVE_LANGINFO_CODESET 1
  2034. #define ENABLE_NLS 1
  2035. #define HAVE_ICONV 1
  2036. #define ICONV_CONST
  2037. #define PACKAGE "cpplib"
  2038. #define ENABLE_CHECKING 1
  2039. #define ENABLE_CANONICAL_SYSTEM_HEADERS 1
  2040. #define HOST_WIDE_INT long
  2041.  
  2042. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement