Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.31 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 file configure 5.05, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure --prefix=/tools
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = battle-arena
  14. uname -m = x86_64
  15. uname -r = 2.6.38-10-generic
  16. uname -s = Linux
  17. uname -v = #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011
  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: /tools/bin
  31. PATH: /bin
  32. PATH: /usr/bin
  33.  
  34.  
  35. ## ----------- ##
  36. ## Core tests. ##
  37. ## ----------- ##
  38.  
  39. configure:1977: checking for a BSD-compatible install
  40. configure:2033: result: /tools/bin/install -c
  41. configure:2044: checking whether build environment is sane
  42. configure:2087: result: yes
  43. configure:2115: checking for a thread-safe mkdir -p
  44. configure:2154: result: /tools/bin/mkdir -p
  45. configure:2167: checking for gawk
  46. configure:2183: found /usr/bin/gawk
  47. configure:2194: result: gawk
  48. configure:2205: checking whether make sets $(MAKE)
  49. configure:2226: result: yes
  50. configure:2420: checking for builtin ELF support
  51. configure:2439: result: yes
  52. configure:2450: checking for ELF core file support
  53. configure:2469: result: yes
  54. configure:2480: checking for file formats in man section 5
  55. configure:2496: result: no
  56. configure:2509: checking build system type
  57. configure:2527: result: x86_64-unknown-linux-gnu
  58. configure:2549: checking host system type
  59. configure:2564: result: x86_64-unknown-linux-gnu
  60. configure:2672: checking for gcc
  61. configure:2688: found /tools/bin/gcc
  62. configure:2699: result: gcc
  63. configure:2937: checking for C compiler version
  64. configure:2944: gcc --version >&5
  65. gcc (GCC) 4.5.2
  66. Copyright (C) 2010 Free Software Foundation, Inc.
  67. This is free software; see the source for copying conditions. There is NO
  68. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  69.  
  70. configure:2947: $? = 0
  71. configure:2954: gcc -v >&5
  72. Using built-in specs.
  73. COLLECT_GCC=gcc
  74. COLLECT_LTO_WRAPPER=/mnt/lfs/tools/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper
  75. Target: x86_64-unknown-linux-gnu
  76. Configured with: ../gcc-4.5.2/configure --prefix=/tools --with-local-prefix=/tools --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disa
  77. ble-bootstrap --disable-libgomp --with-gmp-include=/dev/shm/gcc-build/gmp --with-gmp-lib=/dev/shm/gcc-build/gmp/.libs --without-ppl --without-cloog
  78. Thread model: posix
  79. gcc version 4.5.2 (GCC)
  80. configure:2957: $? = 0
  81. configure:2964: gcc -V >&5
  82. gcc: '-V' option must have argument
  83. configure:2967: $? = 1
  84. configure:2990: checking for C compiler default output file name
  85. configure:3017: gcc conftest.c >&5
  86. configure:3020: $? = 0
  87. configure:3058: result: a.out
  88. configure:3075: checking whether the C compiler works
  89. configure:3085: ./a.out
  90. configure:3088: $? = 0
  91. configure:3105: result: yes
  92. configure:3112: checking whether we are cross compiling
  93. configure:3114: result: no
  94. configure:3117: checking for suffix of executables
  95. configure:3124: gcc -o conftest conftest.c >&5
  96. configure:3127: $? = 0
  97. configure:3151: result:
  98. configure:3157: checking for suffix of object files
  99. configure:3183: gcc -c conftest.c >&5
  100. configure:3186: $? = 0
  101. configure:3209: result: o
  102. configure:3213: checking whether we are using the GNU C compiler
  103. configure:3242: gcc -c conftest.c >&5
  104. configure:3248: $? = 0
  105. configure:3265: result: yes
  106. configure:3270: checking whether gcc accepts -g
  107. configure:3300: gcc -c -g conftest.c >&5
  108. configure:3306: $? = 0
  109. configure:3405: result: yes
  110. configure:3422: checking for gcc option to accept ISO C89
  111. configure:3496: gcc -c -g -O2 conftest.c >&5
  112. configure:3502: $? = 0
  113. configure:3525: result: none needed
  114. configure:3554: checking for style of include used by make
  115. configure:3582: result: GNU
  116. configure:3607: checking dependency style of gcc
  117. configure:3698: result: gcc3
  118. configure:3714: checking whether gcc and cc understand -c and -o together
  119. configure:3749: gcc -c conftest.c -o conftest2.o >&5
  120. configure:3752: $? = 0
  121. configure:3758: gcc -c conftest.c -o conftest2.o >&5
  122. configure:3761: $? = 0
  123. configure:3772: cc -c conftest.c >&5
  124. configure:3775: $? = 0
  125. configure:3783: cc -c conftest.c -o conftest2.o >&5
  126. configure:3786: $? = 0
  127. configure:3792: cc -c conftest.c -o conftest2.o >&5
  128. configure:3795: $? = 0
  129. configure:3813: result: yes
  130. configure:3852: checking for a BSD-compatible install
  131. configure:3908: result: /tools/bin/install -c
  132. configure:3919: checking whether ln -s works
  133. configure:3923: result: yes
  134. configure:3955: checking for a sed that does not truncate output
  135. configure:4034: result: /bin/sed
  136. configure:4052: checking for grep that handles long lines and -e
  137. configure:4126: result: /bin/grep
  138. configure:4131: checking for egrep
  139. configure:4209: result: /bin/grep -E
  140. configure:4214: checking for fgrep
  141. configure:4292: result: /bin/grep -F
  142. configure:4327: checking for ld used by gcc
  143. configure:4394: result: /usr/bin/ld
  144. configure:4403: checking if the linker (/usr/bin/ld) is GNU ld
  145. configure:4418: result: yes
  146. configure:4430: checking for BSD- or MS-compatible name lister (nm)
  147. configure:4479: result: /usr/bin/nm -B
  148. configure:4601: checking the name lister (/usr/bin/nm -B) interface
  149. configure:4608: gcc -c -g -O2 conftest.c >&5
  150. configure:4611: /usr/bin/nm -B "conftest.o"
  151. configure:4614: output
  152. 0000000000000000 B some_variable
  153. configure:4621: result: BSD nm
  154. configure:4625: checking the maximum length of command line arguments
  155. configure:4745: result: 1572864
  156. configure:4762: checking whether the shell understands some XSI constructs
  157. configure:4772: result: yes
  158. configure:4776: checking whether the shell understands "+="
  159. configure:4782: result: yes
  160. configure:4817: checking for /usr/bin/ld option to reload object files
  161. configure:4824: result: -r
  162. configure:4893: checking for objdump
  163. configure:4909: found /usr/bin/objdump
  164. configure:4920: result: objdump
  165. configure:4956: checking how to recognize dependent libraries
  166. configure:5152: result: pass_all
  167. configure:5212: checking for ar
  168. configure:5228: found /usr/bin/ar
  169. configure:5239: result: ar
  170. configure:5321: checking for strip
  171. configure:5337: found /usr/bin/strip
  172. configure:5348: result: strip
  173. configure:5424: checking for ranlib
  174. configure:5440: found /usr/bin/ranlib
  175. configure:5451: result: ranlib
  176. configure:5545: checking command to parse /usr/bin/nm -B output from gcc object
  177. configure:5663: gcc -c -g -O2 conftest.c >&5
  178. configure:5666: $? = 0
  179. configure:5670: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  180. configure:5673: $? = 0
  181. configure:5727: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  182. configure:5730: $? = 0
  183. configure:5768: result: ok
  184. configure:5864: gcc -c -g -O2 conftest.c >&5
  185. configure:5867: $? = 0
  186. configure:6647: checking how to run the C preprocessor
  187. configure:6687: gcc -E conftest.c
  188. configure:6693: $? = 0
  189. configure:6724: gcc -E conftest.c
  190. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  191. compilation terminated.
  192. configure:6730: $? = 1
  193. configure: failed program was:
  194. | /* confdefs.h. */
  195. | #define PACKAGE_NAME "file"
  196. | #define PACKAGE_TARNAME "file"
  197. | #define PACKAGE_VERSION "5.05"
  198. | #define PACKAGE_STRING "file 5.05"
  199. | #define PACKAGE_BUGREPORT "christos@astron.com"
  200. | #define PACKAGE "file"
  201. | #define VERSION "5.05"
  202. | #define BUILTIN_ELF 1
  203. | #define ELFCORE 1
  204. | #define _GNU_SOURCE 1
  205. | /* end confdefs.h. */
  206. | #include <ac_nonexistent.h>
  207. configure:6763: result: gcc -E
  208. configure:6792: gcc -E conftest.c
  209. configure:6798: $? = 0
  210. configure:6829: gcc -E conftest.c
  211. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  212. compilation terminated.
  213. configure:6835: $? = 1
  214. configure: failed program was:
  215. | /* confdefs.h. */
  216. | #define PACKAGE_NAME "file"
  217. | #define PACKAGE_TARNAME "file"
  218. | #define PACKAGE_VERSION "5.05"
  219. | #define PACKAGE_STRING "file 5.05"
  220. | #define PACKAGE_BUGREPORT "christos@astron.com"
  221. | #define PACKAGE "file"
  222. | #define VERSION "5.05"
  223. | #define BUILTIN_ELF 1
  224. | #define ELFCORE 1
  225. | #define _GNU_SOURCE 1
  226. | /* end confdefs.h. */
  227. | #include <ac_nonexistent.h>
  228. configure:6873: checking for ANSI C header files
  229. configure:6903: gcc -c -g -O2 conftest.c >&5
  230. configure:6909: $? = 0
  231. configure:7008: gcc -o conftest -g -O2 conftest.c >&5
  232. configure:7011: $? = 0
  233. configure:7017: ./conftest
  234. configure:7020: $? = 0
  235. configure:7037: result: yes
  236. configure:7061: checking for sys/types.h
  237. configure:7082: gcc -c -g -O2 conftest.c >&5
  238. configure:7088: $? = 0
  239. configure:7104: result: yes
  240. configure:7061: checking for sys/stat.h
  241. configure:7082: gcc -c -g -O2 conftest.c >&5
  242. configure:7088: $? = 0
  243. configure:7104: result: yes
  244. configure:7061: checking for stdlib.h
  245. configure:7082: gcc -c -g -O2 conftest.c >&5
  246. configure:7088: $? = 0
  247. configure:7104: result: yes
  248. configure:7061: checking for string.h
  249. configure:7082: gcc -c -g -O2 conftest.c >&5
  250. configure:7088: $? = 0
  251. configure:7104: result: yes
  252. configure:7061: checking for memory.h
  253. configure:7082: gcc -c -g -O2 conftest.c >&5
  254. configure:7088: $? = 0
  255. configure:7104: result: yes
  256. configure:7061: checking for strings.h
  257. configure:7082: gcc -c -g -O2 conftest.c >&5
  258. configure:7088: $? = 0
  259. configure:7104: result: yes
  260. configure:7061: checking for inttypes.h
  261. configure:7082: gcc -c -g -O2 conftest.c >&5
  262. configure:7088: $? = 0
  263. configure:7104: result: yes
  264. configure:7061: checking for stdint.h
  265. configure:7082: gcc -c -g -O2 conftest.c >&5
  266. configure:7088: $? = 0
  267. configure:7104: result: yes
  268. configure:7061: checking for unistd.h
  269. configure:7082: gcc -c -g -O2 conftest.c >&5
  270. configure:7088: $? = 0
  271. configure:7104: result: yes
  272. configure:7120: checking for dlfcn.h
  273. configure:7141: gcc -c -g -O2 conftest.c >&5
  274. configure:7147: $? = 0
  275. configure:7163: result: yes
  276. configure:7347: checking for objdir
  277. configure:7362: result: .libs
  278. configure:7658: checking if gcc supports -fno-rtti -fno-exceptions
  279. configure:7676: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  280. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  281. configure:7680: $? = 0
  282. configure:7693: result: no
  283. configure:7713: checking for gcc option to produce PIC
  284. configure:7985: result: -fPIC -DPIC
  285. configure:7997: checking if gcc PIC flag -fPIC -DPIC works
  286. configure:8015: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  287. configure:8019: $? = 0
  288. configure:8032: result: yes
  289. configure:8056: checking if gcc static flag -static works
  290. configure:8084: result: yes
  291. configure:8099: checking if gcc supports -c -o file.o
  292. configure:8120: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  293. configure:8124: $? = 0
  294. configure:8146: result: yes
  295. configure:8154: checking if gcc supports -c -o file.o
  296. configure:8201: result: yes
  297. configure:8234: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  298. configure:9296: result: yes
  299. configure:9333: checking whether -lc should be explicitly linked in
  300. configure:9338: gcc -c -g -O2 conftest.c >&5
  301. configure:9341: $? = 0
  302. configure:9356: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  303. configure:9359: $? = 0
  304. configure:9371: result: no
  305. configure:9535: checking dynamic linker characteristics
  306. configure:9978: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  307. configure:9984: $? = 0
  308. configure:10214: result: GNU/Linux ld.so
  309. configure:10316: checking how to hardcode library paths into programs
  310. configure:10341: result: immediate
  311. configure:11146: checking whether stripping libraries is possible
  312. configure:11151: result: yes
  313. configure:11186: checking if libtool supports shared libraries
  314. configure:11188: result: yes
  315. configure:11191: checking whether to build shared libraries
  316. configure:11212: result: yes
  317. configure:11215: checking whether to build static libraries
  318. configure:11219: result: yes
  319. configure:11255: checking for ANSI C header files
  320. configure:11419: result: yes
  321. configure:11429: checking whether sys/types.h defines makedev
  322. configure:11455: gcc -o conftest -g -O2 conftest.c >&5
  323. configure:11461: $? = 0
  324. configure:11479: result: yes
  325. configure:11766: checking for sys/wait.h that is POSIX.1 compatible
  326. configure:11802: gcc -c -g -O2 conftest.c >&5
  327. configure:11808: $? = 0
  328. configure:11823: result: yes
  329. configure:11843: checking for stdint.h
  330. configure:11849: result: yes
  331. configure:11853: checking fcntl.h usability
  332. configure:11870: gcc -c -g -O2 conftest.c >&5
  333. configure:11876: $? = 0
  334. configure:11890: result: yes
  335. configure:11894: checking fcntl.h presence
  336. configure:11909: gcc -E conftest.c
  337. configure:11915: $? = 0
  338. configure:11929: result: yes
  339. configure:11962: checking for fcntl.h
  340. configure:11970: result: yes
  341. configure:11853: checking locale.h usability
  342. configure:11870: gcc -c -g -O2 conftest.c >&5
  343. configure:11876: $? = 0
  344. configure:11890: result: yes
  345. configure:11894: checking locale.h presence
  346. configure:11909: gcc -E conftest.c
  347. configure:11915: $? = 0
  348. configure:11929: result: yes
  349. configure:11962: checking for locale.h
  350. configure:11970: result: yes
  351. configure:11843: checking for stdint.h
  352. configure:11849: result: yes
  353. configure:11843: checking for inttypes.h
  354. configure:11849: result: yes
  355. configure:11843: checking for unistd.h
  356. configure:11849: result: yes
  357. configure:12001: checking utime.h usability
  358. configure:12018: gcc -c -g -O2 conftest.c >&5
  359. configure:12024: $? = 0
  360. configure:12038: result: yes
  361. configure:12042: checking utime.h presence
  362. configure:12057: gcc -E conftest.c
  363. configure:12063: $? = 0
  364. configure:12077: result: yes
  365. configure:12110: checking for utime.h
  366. configure:12118: result: yes
  367. configure:12001: checking wchar.h usability
  368. configure:12018: gcc -c -g -O2 conftest.c >&5
  369. configure:12024: $? = 0
  370. configure:12038: result: yes
  371. configure:12042: checking wchar.h presence
  372. configure:12057: gcc -E conftest.c
  373. configure:12063: $? = 0
  374. configure:12077: result: yes
  375. configure:12110: checking for wchar.h
  376. configure:12118: result: yes
  377. configure:12001: checking wctype.h usability
  378. configure:12018: gcc -c -g -O2 conftest.c >&5
  379. configure:12024: $? = 0
  380. configure:12038: result: yes
  381. configure:12042: checking wctype.h presence
  382. configure:12057: gcc -E conftest.c
  383. configure:12063: $? = 0
  384. configure:12077: result: yes
  385. configure:12110: checking for wctype.h
  386. configure:12118: result: yes
  387. configure:12001: checking limits.h usability
  388. configure:12018: gcc -c -g -O2 conftest.c >&5
  389. configure:12024: $? = 0
  390. configure:12038: result: yes
  391. configure:12042: checking limits.h presence
  392. configure:12057: gcc -E conftest.c
  393. configure:12063: $? = 0
  394. configure:12077: result: yes
  395. configure:12110: checking for limits.h
  396. configure:12118: result: yes
  397. configure:12147: checking getopt.h usability
  398. configure:12164: gcc -c -g -O2 conftest.c >&5
  399. configure:12170: $? = 0
  400. configure:12184: result: yes
  401. configure:12188: checking getopt.h presence
  402. configure:12203: gcc -E conftest.c
  403. configure:12209: $? = 0
  404. configure:12223: result: yes
  405. configure:12256: checking for getopt.h
  406. configure:12264: result: yes
  407. configure:12147: checking err.h usability
  408. configure:12164: gcc -c -g -O2 conftest.c >&5
  409. configure:12170: $? = 0
  410. configure:12184: result: yes
  411. configure:12188: checking err.h presence
  412. configure:12203: gcc -E conftest.c
  413. configure:12209: $? = 0
  414. configure:12223: result: yes
  415. configure:12256: checking for err.h
  416. configure:12264: result: yes
  417. configure:12296: checking sys/mman.h usability
  418. configure:12313: gcc -c -g -O2 conftest.c >&5
  419. configure:12319: $? = 0
  420. configure:12333: result: yes
  421. configure:12337: checking sys/mman.h presence
  422. configure:12352: gcc -E conftest.c
  423. configure:12358: $? = 0
  424. configure:12372: result: yes
  425. configure:12405: checking for sys/mman.h
  426. configure:12413: result: yes
  427. configure:12286: checking for sys/stat.h
  428. configure:12292: result: yes
  429. configure:12286: checking for sys/types.h
  430. configure:12292: result: yes
  431. configure:12296: checking sys/utime.h usability
  432. configure:12313: gcc -c -g -O2 conftest.c >&5
  433. conftest.c:75:23: fatal error: sys/utime.h: No such file or directory
  434. compilation terminated.
  435. configure:12319: $? = 1
  436. configure: failed program was:
  437. | /* confdefs.h. */
  438. | #define PACKAGE_NAME "file"
  439. | #define PACKAGE_TARNAME "file"
  440. | #define PACKAGE_VERSION "5.05"
  441. | #define PACKAGE_STRING "file 5.05"
  442. | #define PACKAGE_BUGREPORT "christos@astron.com"
  443. | #define PACKAGE "file"
  444. | #define VERSION "5.05"
  445. | #define BUILTIN_ELF 1
  446. | #define ELFCORE 1
  447. | #define _GNU_SOURCE 1
  448. | #define STDC_HEADERS 1
  449. | #define HAVE_SYS_TYPES_H 1
  450. | #define HAVE_SYS_STAT_H 1
  451. | #define HAVE_STDLIB_H 1
  452. | #define HAVE_STRING_H 1
  453. | #define HAVE_MEMORY_H 1
  454. | #define HAVE_STRINGS_H 1
  455. | #define HAVE_INTTYPES_H 1
  456. | #define HAVE_STDINT_H 1
  457. | #define HAVE_UNISTD_H 1
  458. | #define HAVE_DLFCN_H 1
  459. | #define LT_OBJDIR ".libs/"
  460. | #define STDC_HEADERS 1
  461. | #define HAVE_SYS_WAIT_H 1
  462. | #define HAVE_STDINT_H 1
  463. | #define HAVE_FCNTL_H 1
  464. | #define HAVE_LOCALE_H 1
  465. | #define HAVE_STDINT_H 1
  466. | #define HAVE_INTTYPES_H 1
  467. | #define HAVE_UNISTD_H 1
  468. | #define HAVE_UTIME_H 1
  469. | #define HAVE_WCHAR_H 1
  470. | #define HAVE_WCTYPE_H 1
  471. | #define HAVE_LIMITS_H 1
  472. | #define HAVE_GETOPT_H 1
  473. | #define HAVE_ERR_H 1
  474. | #define HAVE_SYS_MMAN_H 1
  475. | #define HAVE_SYS_STAT_H 1
  476. | #define HAVE_SYS_TYPES_H 1
  477. | /* end confdefs.h. */
  478. | #include <stdio.h>
  479. | #ifdef HAVE_SYS_TYPES_H
  480. | # include <sys/types.h>
  481. | #endif
  482. | #ifdef HAVE_SYS_STAT_H
  483. | # include <sys/stat.h>
  484. | #endif
  485. | #ifdef STDC_HEADERS
  486. | # include <stdlib.h>
  487. | # include <stddef.h>
  488. | #else
  489. | # ifdef HAVE_STDLIB_H
  490. | # include <stdlib.h>
  491. | # endif
  492. | #endif
  493. | #ifdef HAVE_STRING_H
  494. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  495. | # include <memory.h>
  496. | # endif
  497. | # include <string.h>
  498. | #endif
  499. | #ifdef HAVE_STRINGS_H
  500. | # include <strings.h>
  501. | #endif
  502. | #ifdef HAVE_INTTYPES_H
  503. | # include <inttypes.h>
  504. | #endif
  505. | #ifdef HAVE_STDINT_H
  506. | # include <stdint.h>
  507. | #endif
  508. | #ifdef HAVE_UNISTD_H
  509. | # include <unistd.h>
  510. | #endif
  511. | #include <sys/utime.h>
  512. configure:12333: result: no
  513. configure:12337: checking sys/utime.h presence
  514. configure:12352: gcc -E conftest.c
  515. conftest.c:42:23: fatal error: sys/utime.h: No such file or directory
  516. compilation terminated.
  517. configure:12358: $? = 1
  518. configure: failed program was:
  519. | /* confdefs.h. */
  520. | #define PACKAGE_NAME "file"
  521. | #define PACKAGE_TARNAME "file"
  522. | #define PACKAGE_VERSION "5.05"
  523. | #define PACKAGE_STRING "file 5.05"
  524. | #define PACKAGE_BUGREPORT "christos@astron.com"
  525. | #define PACKAGE "file"
  526. | #define VERSION "5.05"
  527. | #define BUILTIN_ELF 1
  528. | #define ELFCORE 1
  529. | #define _GNU_SOURCE 1
  530. | #define STDC_HEADERS 1
  531. | #define HAVE_SYS_TYPES_H 1
  532. | #define HAVE_SYS_STAT_H 1
  533. | #define HAVE_STDLIB_H 1
  534. | #define HAVE_STRING_H 1
  535. | #define HAVE_MEMORY_H 1
  536. | #define HAVE_STRINGS_H 1
  537. | #define HAVE_INTTYPES_H 1
  538. | #define HAVE_STDINT_H 1
  539. | #define HAVE_UNISTD_H 1
  540. | #define HAVE_DLFCN_H 1
  541. | #define LT_OBJDIR ".libs/"
  542. | #define STDC_HEADERS 1
  543. | #define HAVE_SYS_WAIT_H 1
  544. | #define HAVE_STDINT_H 1
  545. | #define HAVE_FCNTL_H 1
  546. | #define HAVE_LOCALE_H 1
  547. | #define HAVE_STDINT_H 1
  548. | #define HAVE_INTTYPES_H 1
  549. | #define HAVE_UNISTD_H 1
  550. | #define HAVE_UTIME_H 1
  551. | #define HAVE_WCHAR_H 1
  552. | #define HAVE_WCTYPE_H 1
  553. | #define HAVE_LIMITS_H 1
  554. | #define HAVE_GETOPT_H 1
  555. | #define HAVE_ERR_H 1
  556. | #define HAVE_SYS_MMAN_H 1
  557. | #define HAVE_SYS_STAT_H 1
  558. | #define HAVE_SYS_TYPES_H 1
  559. | /* end confdefs.h. */
  560. | #include <sys/utime.h>
  561. configure:12372: result: no
  562. configure:12405: checking for sys/utime.h
  563. configure:12413: result: no
  564. configure:12296: checking sys/time.h usability
  565. configure:12313: gcc -c -g -O2 conftest.c >&5
  566. configure:12319: $? = 0
  567. configure:12333: result: yes
  568. configure:12337: checking sys/time.h presence
  569. configure:12352: gcc -E conftest.c
  570. configure:12358: $? = 0
  571. configure:12372: result: yes
  572. configure:12405: checking for sys/time.h
  573. configure:12413: result: yes
  574. configure:12441: checking zlib.h usability
  575. configure:12458: gcc -c -g -O2 conftest.c >&5
  576. conftest.c:76:18: fatal error: zlib.h: No such file or directory
  577. compilation terminated.
  578. configure:12464: $? = 1
  579. configure: failed program was:
  580. | /* confdefs.h. */
  581. | #define PACKAGE_NAME "file"
  582. | #define PACKAGE_TARNAME "file"
  583. | #define PACKAGE_VERSION "5.05"
  584. | #define PACKAGE_STRING "file 5.05"
  585. | #define PACKAGE_BUGREPORT "christos@astron.com"
  586. | #define PACKAGE "file"
  587. | #define VERSION "5.05"
  588. | #define BUILTIN_ELF 1
  589. | #define ELFCORE 1
  590. | #define _GNU_SOURCE 1
  591. | #define STDC_HEADERS 1
  592. | #define HAVE_SYS_TYPES_H 1
  593. | #define HAVE_SYS_STAT_H 1
  594. | #define HAVE_STDLIB_H 1
  595. | #define HAVE_STRING_H 1
  596. | #define HAVE_MEMORY_H 1
  597. | #define HAVE_STRINGS_H 1
  598. | #define HAVE_INTTYPES_H 1
  599. | #define HAVE_STDINT_H 1
  600. | #define HAVE_UNISTD_H 1
  601. | #define HAVE_DLFCN_H 1
  602. | #define LT_OBJDIR ".libs/"
  603. | #define STDC_HEADERS 1
  604. | #define HAVE_SYS_WAIT_H 1
  605. | #define HAVE_STDINT_H 1
  606. | #define HAVE_FCNTL_H 1
  607. | #define HAVE_LOCALE_H 1
  608. | #define HAVE_STDINT_H 1
  609. | #define HAVE_INTTYPES_H 1
  610. | #define HAVE_UNISTD_H 1
  611. | #define HAVE_UTIME_H 1
  612. | #define HAVE_WCHAR_H 1
  613. | #define HAVE_WCTYPE_H 1
  614. | #define HAVE_LIMITS_H 1
  615. | #define HAVE_GETOPT_H 1
  616. | #define HAVE_ERR_H 1
  617. | #define HAVE_SYS_MMAN_H 1
  618. | #define HAVE_SYS_STAT_H 1
  619. | #define HAVE_SYS_TYPES_H 1
  620. | #define HAVE_SYS_TIME_H 1
  621. | /* end confdefs.h. */
  622. | #include <stdio.h>
  623. | #ifdef HAVE_SYS_TYPES_H
  624. | # include <sys/types.h>
  625. | #endif
  626. | #ifdef HAVE_SYS_STAT_H
  627. | # include <sys/stat.h>
  628. | #endif
  629. | #ifdef STDC_HEADERS
  630. | # include <stdlib.h>
  631. | # include <stddef.h>
  632. | #else
  633. | # ifdef HAVE_STDLIB_H
  634. | # include <stdlib.h>
  635. | # endif
  636. | #endif
  637. | #ifdef HAVE_STRING_H
  638. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  639. | # include <memory.h>
  640. | # endif
  641. | # include <string.h>
  642. | #endif
  643. | #ifdef HAVE_STRINGS_H
  644. | # include <strings.h>
  645. | #endif
  646. | #ifdef HAVE_INTTYPES_H
  647. | # include <inttypes.h>
  648. | #endif
  649. | #ifdef HAVE_STDINT_H
  650. | # include <stdint.h>
  651. | #endif
  652. | #ifdef HAVE_UNISTD_H
  653. | # include <unistd.h>
  654. | #endif
  655. | #include <zlib.h>
  656. configure:12478: result: no
  657. configure:12482: checking zlib.h presence
  658. configure:12497: gcc -E conftest.c
  659. conftest.c:43:18: fatal error: zlib.h: No such file or directory
  660. compilation terminated.
  661. configure:12503: $? = 1
  662. configure: failed program was:
  663. | /* confdefs.h. */
  664. | #define PACKAGE_NAME "file"
  665. | #define PACKAGE_TARNAME "file"
  666. | #define PACKAGE_VERSION "5.05"
  667. | #define PACKAGE_STRING "file 5.05"
  668. | #define PACKAGE_BUGREPORT "christos@astron.com"
  669. | #define PACKAGE "file"
  670. | #define VERSION "5.05"
  671. | #define BUILTIN_ELF 1
  672. | #define ELFCORE 1
  673. | #define _GNU_SOURCE 1
  674. | #define STDC_HEADERS 1
  675. | #define HAVE_SYS_TYPES_H 1
  676. | #define HAVE_SYS_STAT_H 1
  677. | #define HAVE_STDLIB_H 1
  678. | #define HAVE_STRING_H 1
  679. | #define HAVE_MEMORY_H 1
  680. | #define HAVE_STRINGS_H 1
  681. | #define HAVE_INTTYPES_H 1
  682. | #define HAVE_STDINT_H 1
  683. | #define HAVE_UNISTD_H 1
  684. | #define HAVE_DLFCN_H 1
  685. | #define LT_OBJDIR ".libs/"
  686. | #define STDC_HEADERS 1
  687. | #define HAVE_SYS_WAIT_H 1
  688. | #define HAVE_STDINT_H 1
  689. | #define HAVE_FCNTL_H 1
  690. | #define HAVE_LOCALE_H 1
  691. | #define HAVE_STDINT_H 1
  692. | #define HAVE_INTTYPES_H 1
  693. | #define HAVE_UNISTD_H 1
  694. | #define HAVE_UTIME_H 1
  695. | #define HAVE_WCHAR_H 1
  696. | #define HAVE_WCTYPE_H 1
  697. | #define HAVE_LIMITS_H 1
  698. | #define HAVE_GETOPT_H 1
  699. | #define HAVE_ERR_H 1
  700. | #define HAVE_SYS_MMAN_H 1
  701. | #define HAVE_SYS_STAT_H 1
  702. | #define HAVE_SYS_TYPES_H 1
  703. | #define HAVE_SYS_TIME_H 1
  704. | /* end confdefs.h. */
  705. | #include <zlib.h>
  706. configure:12517: result: no
  707. configure:12550: checking for zlib.h
  708. configure:12558: result: no
  709. configure:12572: checking for an ANSI C-conforming const
  710. configure:12647: gcc -c -g -O2 conftest.c >&5
  711. configure:12653: $? = 0
  712. configure:12668: result: yes
  713. configure:12678: checking for off_t
  714. configure:12708: gcc -c -g -O2 conftest.c >&5
  715. configure:12714: $? = 0
  716. configure:12729: result: yes
  717. configure:12741: checking for size_t
  718. configure:12771: gcc -c -g -O2 conftest.c >&5
  719. configure:12777: $? = 0
  720. configure:12792: result: yes
  721. configure:12804: checking for struct stat.st_rdev
  722. configure:12832: gcc -c -g -O2 conftest.c >&5
  723. configure:12838: $? = 0
  724. configure:12895: result: yes
  725. configure:12907: checking whether struct tm is in sys/time.h or time.h
  726. configure:12937: gcc -c -g -O2 conftest.c >&5
  727. configure:12943: $? = 0
  728. configure:12958: result: time.h
  729. configure:12968: checking for struct tm.tm_gmtoff
  730. configure:12996: gcc -c -g -O2 conftest.c >&5
  731. conftest.c: In function 'main':
  732. conftest.c:80:18: error: storage size of 'ac_aggr' isn't known
  733. configure:13002: $? = 1
  734. configure: failed program was:
  735. | /* confdefs.h. */
  736. | #define PACKAGE_NAME "file"
  737. | #define PACKAGE_TARNAME "file"
  738. | #define PACKAGE_VERSION "5.05"
  739. | #define PACKAGE_STRING "file 5.05"
  740. | #define PACKAGE_BUGREPORT "christos@astron.com"
  741. | #define PACKAGE "file"
  742. | #define VERSION "5.05"
  743. | #define BUILTIN_ELF 1
  744. | #define ELFCORE 1
  745. | #define _GNU_SOURCE 1
  746. | #define STDC_HEADERS 1
  747. | #define HAVE_SYS_TYPES_H 1
  748. | #define HAVE_SYS_STAT_H 1
  749. | #define HAVE_STDLIB_H 1
  750. | #define HAVE_STRING_H 1
  751. | #define HAVE_MEMORY_H 1
  752. | #define HAVE_STRINGS_H 1
  753. | #define HAVE_INTTYPES_H 1
  754. | #define HAVE_STDINT_H 1
  755. | #define HAVE_UNISTD_H 1
  756. | #define HAVE_DLFCN_H 1
  757. | #define LT_OBJDIR ".libs/"
  758. | #define STDC_HEADERS 1
  759. | #define HAVE_SYS_WAIT_H 1
  760. | #define HAVE_STDINT_H 1
  761. | #define HAVE_FCNTL_H 1
  762. | #define HAVE_LOCALE_H 1
  763. | #define HAVE_STDINT_H 1
  764. | #define HAVE_INTTYPES_H 1
  765. | #define HAVE_UNISTD_H 1
  766. | #define HAVE_UTIME_H 1
  767. | #define HAVE_WCHAR_H 1
  768. | #define HAVE_WCTYPE_H 1
  769. | #define HAVE_LIMITS_H 1
  770. | #define HAVE_GETOPT_H 1
  771. | #define HAVE_ERR_H 1
  772. | #define HAVE_SYS_MMAN_H 1
  773. | #define HAVE_SYS_STAT_H 1
  774. | #define HAVE_SYS_TYPES_H 1
  775. | #define HAVE_SYS_TIME_H 1
  776. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  777. | /* end confdefs.h. */
  778. | #include <stdio.h>
  779. | #ifdef HAVE_SYS_TYPES_H
  780. | # include <sys/types.h>
  781. | #endif
  782. | #ifdef HAVE_SYS_STAT_H
  783. | # include <sys/stat.h>
  784. | #endif
  785. | #ifdef STDC_HEADERS
  786. | # include <stdlib.h>
  787. | # include <stddef.h>
  788. | #else
  789. | # ifdef HAVE_STDLIB_H
  790. | # include <stdlib.h>
  791. | # endif
  792. | #endif
  793. | #ifdef HAVE_STRING_H
  794. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  795. | # include <memory.h>
  796. | # endif
  797. | # include <string.h>
  798. | #endif
  799. | #ifdef HAVE_STRINGS_H
  800. | # include <strings.h>
  801. | #endif
  802. | #ifdef HAVE_INTTYPES_H
  803. | # include <inttypes.h>
  804. | #endif
  805. | #ifdef HAVE_STDINT_H
  806. | # include <stdint.h>
  807. | #endif
  808. | #ifdef HAVE_UNISTD_H
  809. | # include <unistd.h>
  810. | #endif
  811. | int
  812. | main ()
  813. | {
  814. | static struct tm ac_aggr;
  815. | if (ac_aggr.tm_gmtoff)
  816. | return 0;
  817. | ;
  818. | return 0;
  819. | }
  820. configure:13035: gcc -c -g -O2 conftest.c >&5
  821. conftest.c: In function 'main':
  822. conftest.c:80:18: error: storage size of 'ac_aggr' isn't known
  823. configure:13041: $? = 1
  824. configure: failed program was:
  825. | /* confdefs.h. */
  826. | #define PACKAGE_NAME "file"
  827. | #define PACKAGE_TARNAME "file"
  828. | #define PACKAGE_VERSION "5.05"
  829. | #define PACKAGE_STRING "file 5.05"
  830. | #define PACKAGE_BUGREPORT "christos@astron.com"
  831. | #define PACKAGE "file"
  832. | #define VERSION "5.05"
  833. | #define BUILTIN_ELF 1
  834. | #define ELFCORE 1
  835. | #define _GNU_SOURCE 1
  836. | #define STDC_HEADERS 1
  837. | #define HAVE_SYS_TYPES_H 1
  838. | #define HAVE_SYS_STAT_H 1
  839. | #define HAVE_STDLIB_H 1
  840. | #define HAVE_STRING_H 1
  841. | #define HAVE_MEMORY_H 1
  842. | #define HAVE_STRINGS_H 1
  843. | #define HAVE_INTTYPES_H 1
  844. | #define HAVE_STDINT_H 1
  845. | #define HAVE_UNISTD_H 1
  846. | #define HAVE_DLFCN_H 1
  847. | #define LT_OBJDIR ".libs/"
  848. | #define STDC_HEADERS 1
  849. | #define HAVE_SYS_WAIT_H 1
  850. | #define HAVE_STDINT_H 1
  851. | #define HAVE_FCNTL_H 1
  852. | #define HAVE_LOCALE_H 1
  853. | #define HAVE_STDINT_H 1
  854. | #define HAVE_INTTYPES_H 1
  855. | #define HAVE_UNISTD_H 1
  856. | #define HAVE_UTIME_H 1
  857. | #define HAVE_WCHAR_H 1
  858. | #define HAVE_WCTYPE_H 1
  859. | #define HAVE_LIMITS_H 1
  860. | #define HAVE_GETOPT_H 1
  861. | #define HAVE_ERR_H 1
  862. | #define HAVE_SYS_MMAN_H 1
  863. | #define HAVE_SYS_STAT_H 1
  864. | #define HAVE_SYS_TYPES_H 1
  865. | #define HAVE_SYS_TIME_H 1
  866. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  867. | /* end confdefs.h. */
  868. | #include <stdio.h>
  869. | #ifdef HAVE_SYS_TYPES_H
  870. | # include <sys/types.h>
  871. | #endif
  872. | #ifdef HAVE_SYS_STAT_H
  873. | # include <sys/stat.h>
  874. | #endif
  875. | #ifdef STDC_HEADERS
  876. | # include <stdlib.h>
  877. | # include <stddef.h>
  878. | #else
  879. | # ifdef HAVE_STDLIB_H
  880. | # include <stdlib.h>
  881. | # endif
  882. | #endif
  883. | #ifdef HAVE_STRING_H
  884. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  885. | # include <memory.h>
  886. | # endif
  887. | # include <string.h>
  888. | #endif
  889. | #ifdef HAVE_STRINGS_H
  890. | # include <strings.h>
  891. | #endif
  892. | #ifdef HAVE_INTTYPES_H
  893. | # include <inttypes.h>
  894. | #endif
  895. | #ifdef HAVE_STDINT_H
  896. | # include <stdint.h>
  897. | #endif
  898. | #ifdef HAVE_UNISTD_H
  899. | # include <unistd.h>
  900. | #endif
  901. | int
  902. | main ()
  903. | {
  904. | static struct tm ac_aggr;
  905. | if (sizeof ac_aggr.tm_gmtoff)
  906. | return 0;
  907. | ;
  908. | return 0;
  909. | }
  910. configure:13059: result: no
  911. configure:13069: checking for struct tm.tm_zone
  912. configure:13097: gcc -c -g -O2 conftest.c >&5
  913. conftest.c: In function 'main':
  914. conftest.c:80:18: error: storage size of 'ac_aggr' isn't known
  915. configure:13103: $? = 1
  916. configure: failed program was:
  917. | /* confdefs.h. */
  918. | #define PACKAGE_NAME "file"
  919. | #define PACKAGE_TARNAME "file"
  920. | #define PACKAGE_VERSION "5.05"
  921. | #define PACKAGE_STRING "file 5.05"
  922. | #define PACKAGE_BUGREPORT "christos@astron.com"
  923. | #define PACKAGE "file"
  924. | #define VERSION "5.05"
  925. | #define BUILTIN_ELF 1
  926. | #define ELFCORE 1
  927. | #define _GNU_SOURCE 1
  928. | #define STDC_HEADERS 1
  929. | #define HAVE_SYS_TYPES_H 1
  930. | #define HAVE_SYS_STAT_H 1
  931. | #define HAVE_STDLIB_H 1
  932. | #define HAVE_STRING_H 1
  933. | #define HAVE_MEMORY_H 1
  934. | #define HAVE_STRINGS_H 1
  935. | #define HAVE_INTTYPES_H 1
  936. | #define HAVE_STDINT_H 1
  937. | #define HAVE_UNISTD_H 1
  938. | #define HAVE_DLFCN_H 1
  939. | #define LT_OBJDIR ".libs/"
  940. | #define STDC_HEADERS 1
  941. | #define HAVE_SYS_WAIT_H 1
  942. | #define HAVE_STDINT_H 1
  943. | #define HAVE_FCNTL_H 1
  944. | #define HAVE_LOCALE_H 1
  945. | #define HAVE_STDINT_H 1
  946. | #define HAVE_INTTYPES_H 1
  947. | #define HAVE_UNISTD_H 1
  948. | #define HAVE_UTIME_H 1
  949. | #define HAVE_WCHAR_H 1
  950. | #define HAVE_WCTYPE_H 1
  951. | #define HAVE_LIMITS_H 1
  952. | #define HAVE_GETOPT_H 1
  953. | #define HAVE_ERR_H 1
  954. | #define HAVE_SYS_MMAN_H 1
  955. | #define HAVE_SYS_STAT_H 1
  956. | #define HAVE_SYS_TYPES_H 1
  957. | #define HAVE_SYS_TIME_H 1
  958. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  959. | /* end confdefs.h. */
  960. | #include <stdio.h>
  961. | #ifdef HAVE_SYS_TYPES_H
  962. | # include <sys/types.h>
  963. | #endif
  964. | #ifdef HAVE_SYS_STAT_H
  965. | # include <sys/stat.h>
  966. | #endif
  967. | #ifdef STDC_HEADERS
  968. | # include <stdlib.h>
  969. | # include <stddef.h>
  970. | #else
  971. | # ifdef HAVE_STDLIB_H
  972. | # include <stdlib.h>
  973. | # endif
  974. | #endif
  975. | #ifdef HAVE_STRING_H
  976. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  977. | # include <memory.h>
  978. | # endif
  979. | # include <string.h>
  980. | #endif
  981. | #ifdef HAVE_STRINGS_H
  982. | # include <strings.h>
  983. | #endif
  984. | #ifdef HAVE_INTTYPES_H
  985. | # include <inttypes.h>
  986. | #endif
  987. | #ifdef HAVE_STDINT_H
  988. | # include <stdint.h>
  989. | #endif
  990. | #ifdef HAVE_UNISTD_H
  991. | # include <unistd.h>
  992. | #endif
  993. | int
  994. | main ()
  995. | {
  996. | static struct tm ac_aggr;
  997. | if (ac_aggr.tm_zone)
  998. | return 0;
  999. | ;
  1000. | return 0;
  1001. | }
  1002. configure:13136: gcc -c -g -O2 conftest.c >&5
  1003. conftest.c: In function 'main':
  1004. conftest.c:80:18: error: storage size of 'ac_aggr' isn't known
  1005. configure:13142: $? = 1
  1006. configure: failed program was:
  1007. | /* confdefs.h. */
  1008. | #define PACKAGE_NAME "file"
  1009. | #define PACKAGE_TARNAME "file"
  1010. | #define PACKAGE_VERSION "5.05"
  1011. | #define PACKAGE_STRING "file 5.05"
  1012. | #define PACKAGE_BUGREPORT "christos@astron.com"
  1013. | #define PACKAGE "file"
  1014. | #define VERSION "5.05"
  1015. | #define BUILTIN_ELF 1
  1016. | #define ELFCORE 1
  1017. | #define _GNU_SOURCE 1
  1018. | #define STDC_HEADERS 1
  1019. | #define HAVE_SYS_TYPES_H 1
  1020. | #define HAVE_SYS_STAT_H 1
  1021. | #define HAVE_STDLIB_H 1
  1022. | #define HAVE_STRING_H 1
  1023. | #define HAVE_MEMORY_H 1
  1024. | #define HAVE_STRINGS_H 1
  1025. | #define HAVE_INTTYPES_H 1
  1026. | #define HAVE_STDINT_H 1
  1027. | #define HAVE_UNISTD_H 1
  1028. | #define HAVE_DLFCN_H 1
  1029. | #define LT_OBJDIR ".libs/"
  1030. | #define STDC_HEADERS 1
  1031. | #define HAVE_SYS_WAIT_H 1
  1032. | #define HAVE_STDINT_H 1
  1033. | #define HAVE_FCNTL_H 1
  1034. | #define HAVE_LOCALE_H 1
  1035. | #define HAVE_STDINT_H 1
  1036. | #define HAVE_INTTYPES_H 1
  1037. | #define HAVE_UNISTD_H 1
  1038. | #define HAVE_UTIME_H 1
  1039. | #define HAVE_WCHAR_H 1
  1040. | #define HAVE_WCTYPE_H 1
  1041. | #define HAVE_LIMITS_H 1
  1042. | #define HAVE_GETOPT_H 1
  1043. | #define HAVE_ERR_H 1
  1044. | #define HAVE_SYS_MMAN_H 1
  1045. | #define HAVE_SYS_STAT_H 1
  1046. | #define HAVE_SYS_TYPES_H 1
  1047. | #define HAVE_SYS_TIME_H 1
  1048. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  1049. | /* end confdefs.h. */
  1050. | #include <stdio.h>
  1051. | #ifdef HAVE_SYS_TYPES_H
  1052. | # include <sys/types.h>
  1053. | #endif
  1054. | #ifdef HAVE_SYS_STAT_H
  1055. | # include <sys/stat.h>
  1056. | #endif
  1057. | #ifdef STDC_HEADERS
  1058. | # include <stdlib.h>
  1059. | # include <stddef.h>
  1060. | #else
  1061. | # ifdef HAVE_STDLIB_H
  1062. | # include <stdlib.h>
  1063. | # endif
  1064. | #endif
  1065. | #ifdef HAVE_STRING_H
  1066. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1067. | # include <memory.h>
  1068. | # endif
  1069. | # include <string.h>
  1070. | #endif
  1071. | #ifdef HAVE_STRINGS_H
  1072. | # include <strings.h>
  1073. | #endif
  1074. | #ifdef HAVE_INTTYPES_H
  1075. | # include <inttypes.h>
  1076. | #endif
  1077. | #ifdef HAVE_STDINT_H
  1078. | # include <stdint.h>
  1079. | #endif
  1080. | #ifdef HAVE_UNISTD_H
  1081. | # include <unistd.h>
  1082. | #endif
  1083. | int
  1084. | main ()
  1085. | {
  1086. | static struct tm ac_aggr;
  1087. | if (sizeof ac_aggr.tm_zone)
  1088. | return 0;
  1089. | ;
  1090. | return 0;
  1091. | }
  1092. configure:13160: result: no
  1093. configure:13171: checking for tm_zone in struct tm
  1094. configure:13198: gcc -c -g -O2 conftest.c >&5
  1095. configure:13204: $? = 0
  1096. configure:13219: result: yes
  1097. configure:13231: checking whether tzname is declared
  1098. configure:13261: gcc -c -g -O2 conftest.c >&5
  1099. configure:13267: $? = 0
  1100. configure:13282: result: yes
  1101. configure:13300: checking for tzname
  1102. configure:13329: gcc -o conftest -g -O2 conftest.c >&5
  1103. configure:13335: $? = 0
  1104. configure:13352: result: yes
  1105. configure:13362: checking for tm_isdst in struct tm
  1106. configure:13389: gcc -c -g -O2 conftest.c >&5
  1107. configure:13395: $? = 0
  1108. configure:13410: result: yes
  1109. configure:13421: checking whether daylight is declared
  1110. configure:13451: gcc -c -g -O2 conftest.c >&5
  1111. configure:13457: $? = 0
  1112. configure:13472: result: yes
  1113. configure:13490: checking for daylight
  1114. configure:13519: gcc -o conftest -g -O2 conftest.c >&5
  1115. configure:13525: $? = 0
  1116. configure:13542: result: yes
  1117. configure:13559: checking for special C compiler options needed for large files
  1118. configure:13652: result: no
  1119. configure:13658: checking for _FILE_OFFSET_BITS value needed for large files
  1120. configure:13693: gcc -c -g -O2 conftest.c >&5
  1121. configure:13699: $? = 0
  1122. configure:13767: result: no
  1123. configure:13902: checking for _LARGEFILE_SOURCE value needed for large files
  1124. configure:13929: gcc -o conftest -g -O2 conftest.c >&5
  1125. configure:13935: $? = 0
  1126. configure:13999: result: no
  1127. configure:14022: checking for mbstate_t
  1128. configure:14049: gcc -c -g -O2 conftest.c >&5
  1129. configure:14055: $? = 0
  1130. configure:14070: result: yes
  1131. configure:14086: checking for struct option in getopt
  1132. configure:14112: gcc -c -g -O2 conftest.c >&5
  1133. configure:14118: $? = 0
  1134. configure:14133: result: yes
  1135. configure:14144: checking for uint8_t
  1136. configure:14174: gcc -c -g -O2 conftest.c >&5
  1137. configure:14180: $? = 0
  1138. configure:14195: result: yes
  1139. configure:14205: checking for uint16_t
  1140. configure:14235: gcc -c -g -O2 conftest.c >&5
  1141. configure:14241: $? = 0
  1142. configure:14256: result: yes
  1143. configure:14266: checking for uint32_t
  1144. configure:14296: gcc -c -g -O2 conftest.c >&5
  1145. configure:14302: $? = 0
  1146. configure:14317: result: yes
  1147. configure:14327: checking for int32_t
  1148. configure:14357: gcc -c -g -O2 conftest.c >&5
  1149. configure:14363: $? = 0
  1150. configure:14378: result: yes
  1151. configure:14388: checking for uint64_t
  1152. configure:14418: gcc -c -g -O2 conftest.c >&5
  1153. configure:14424: $? = 0
  1154. configure:14439: result: yes
  1155. configure:14449: checking for int64_t
  1156. configure:14479: gcc -c -g -O2 conftest.c >&5
  1157. configure:14485: $? = 0
  1158. configure:14500: result: yes
  1159. configure:14511: checking for long long
  1160. configure:14541: gcc -c -g -O2 conftest.c >&5
  1161. configure:14547: $? = 0
  1162. configure:14562: result: yes
  1163. configure:14569: checking size of long long
  1164. configure:14871: gcc -o conftest -g -O2 conftest.c >&5
  1165. configure:14874: $? = 0
  1166. configure:14880: ./conftest
  1167. configure:14883: $? = 0
  1168. configure:14906: result: 8
  1169. configure:14919: checking for gcc compiler warnings
  1170. configure:14938: result: yes
  1171. configure:14966: checking for mmap
  1172. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1173. configure:15028: $? = 0
  1174. configure:15046: result: yes
  1175. configure:14966: checking for strerror
  1176. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1177. configure:15028: $? = 0
  1178. configure:15046: result: yes
  1179. configure:14966: checking for strndup
  1180. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1181. conftest.c:85:6: warning: conflicting types for built-in function 'strndup'
  1182. configure:15028: $? = 0
  1183. configure:15046: result: yes
  1184. configure:14966: checking for strtoul
  1185. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1186. configure:15028: $? = 0
  1187. configure:15046: result: yes
  1188. configure:14966: checking for mbrtowc
  1189. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1190. configure:15028: $? = 0
  1191. configure:15046: result: yes
  1192. configure:14966: checking for mkstemp
  1193. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1194. configure:15028: $? = 0
  1195. configure:15046: result: yes
  1196. configure:14966: checking for utimes
  1197. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1198. configure:15028: $? = 0
  1199. configure:15046: result: yes
  1200. configure:14966: checking for utime
  1201. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1202. configure:15028: $? = 0
  1203. configure:15046: result: yes
  1204. configure:14966: checking for wcwidth
  1205. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1206. configure:15028: $? = 0
  1207. configure:15046: result: yes
  1208. configure:14966: checking for strtof
  1209. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1210. configure:15028: $? = 0
  1211. configure:15046: result: yes
  1212. configure:14966: checking for fork
  1213. configure:15022: gcc -o conftest -g -O2 conftest.c >&5
  1214. conftest.c:93:6: warning: conflicting types for built-in function 'fork'
  1215. configure:15028: $? = 0
  1216. configure:15046: result: yes
  1217. configure:15065: checking for getopt_long
  1218. configure:15121: gcc -o conftest -g -O2 conftest.c >&5
  1219. configure:15127: $? = 0
  1220. configure:15145: result: yes
  1221. configure:15065: checking for asprintf
  1222. configure:15121: gcc -o conftest -g -O2 conftest.c >&5
  1223. configure:15127: $? = 0
  1224. configure:15145: result: yes
  1225. configure:15065: checking for vasprintf
  1226. configure:15121: gcc -o conftest -g -O2 conftest.c >&5
  1227. configure:15127: $? = 0
  1228. configure:15145: result: yes
  1229. configure:15065: checking for strlcpy
  1230. configure:15121: gcc -o conftest -g -O2 conftest.c >&5
  1231. /tmp/ccFBwR3j.o: In function `main':
  1232. /dev/shm/file-5.05/conftest.c:108: undefined reference to `strlcpy'
  1233. collect2: ld returned 1 exit status
  1234. configure:15127: $? = 1
  1235. configure: failed program was:
  1236. | /* confdefs.h. */
  1237. | #define PACKAGE_NAME "file"
  1238. | #define PACKAGE_TARNAME "file"
  1239. | #define PACKAGE_VERSION "5.05"
  1240. | #define PACKAGE_STRING "file 5.05"
  1241. | #define PACKAGE_BUGREPORT "christos@astron.com"
  1242. | #define PACKAGE "file"
  1243. | #define VERSION "5.05"
  1244. | #define BUILTIN_ELF 1
  1245. | #define ELFCORE 1
  1246. | #define _GNU_SOURCE 1
  1247. | #define STDC_HEADERS 1
  1248. | #define HAVE_SYS_TYPES_H 1
  1249. | #define HAVE_SYS_STAT_H 1
  1250. | #define HAVE_STDLIB_H 1
  1251. | #define HAVE_STRING_H 1
  1252. | #define HAVE_MEMORY_H 1
  1253. | #define HAVE_STRINGS_H 1
  1254. | #define HAVE_INTTYPES_H 1
  1255. | #define HAVE_STDINT_H 1
  1256. | #define HAVE_UNISTD_H 1
  1257. | #define HAVE_DLFCN_H 1
  1258. | #define LT_OBJDIR ".libs/"
  1259. | #define STDC_HEADERS 1
  1260. | #define HAVE_SYS_WAIT_H 1
  1261. | #define HAVE_STDINT_H 1
  1262. | #define HAVE_FCNTL_H 1
  1263. | #define HAVE_LOCALE_H 1
  1264. | #define HAVE_STDINT_H 1
  1265. | #define HAVE_INTTYPES_H 1
  1266. | #define HAVE_UNISTD_H 1
  1267. | #define HAVE_UTIME_H 1
  1268. | #define HAVE_WCHAR_H 1
  1269. | #define HAVE_WCTYPE_H 1
  1270. | #define HAVE_LIMITS_H 1
  1271. | #define HAVE_GETOPT_H 1
  1272. | #define HAVE_ERR_H 1
  1273. | #define HAVE_SYS_MMAN_H 1
  1274. | #define HAVE_SYS_STAT_H 1
  1275. | #define HAVE_SYS_TYPES_H 1
  1276. | #define HAVE_SYS_TIME_H 1
  1277. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  1278. | #define HAVE_TM_ZONE 1
  1279. | #define HAVE_DECL_TZNAME 1
  1280. | #define HAVE_TZNAME 1
  1281. | #define HAVE_TM_ISDST 1
  1282. | #define HAVE_DECL_DAYLIGHT 1
  1283. | #define HAVE_DAYLIGHT 1
  1284. | #define HAVE_FSEEKO 1
  1285. | #define HAVE_MBSTATE_T 1
  1286. | #define HAVE_STRUCT_OPTION 1
  1287. | #define HAVE_UINT8_T 1
  1288. | #define HAVE_UINT16_T 1
  1289. | #define HAVE_UINT32_T 1
  1290. | #define HAVE_INT32_T 1
  1291. | #define HAVE_UINT64_T 1
  1292. | #define HAVE_INT64_T 1
  1293. | #define SIZEOF_LONG_LONG 8
  1294. | #define HAVE_MMAP 1
  1295. | #define HAVE_STRERROR 1
  1296. | #define HAVE_STRNDUP 1
  1297. | #define HAVE_STRTOUL 1
  1298. | #define HAVE_MBRTOWC 1
  1299. | #define HAVE_MKSTEMP 1
  1300. | #define HAVE_UTIMES 1
  1301. | #define HAVE_UTIME 1
  1302. | #define HAVE_WCWIDTH 1
  1303. | #define HAVE_STRTOF 1
  1304. | #define HAVE_FORK 1
  1305. | #define HAVE_GETOPT_LONG 1
  1306. | #define HAVE_ASPRINTF 1
  1307. | #define HAVE_VASPRINTF 1
  1308. | /* end confdefs.h. */
  1309. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  1310. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1311. | #define strlcpy innocuous_strlcpy
  1312. |
  1313. | /* System header to define __stub macros and hopefully few prototypes,
  1314. | which can conflict with char strlcpy (); below.
  1315. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1316. | <limits.h> exists even on freestanding compilers. */
  1317. |
  1318. | #ifdef __STDC__
  1319. | # include <limits.h>
  1320. | #else
  1321. | # include <assert.h>
  1322. | #endif
  1323. |
  1324. | #undef strlcpy
  1325. |
  1326. | /* Override any GCC internal prototype to avoid an error.
  1327. | Use char because int might match the return type of a GCC
  1328. | builtin and then its argument prototype would still apply. */
  1329. | #ifdef __cplusplus
  1330. | extern "C"
  1331. | #endif
  1332. | char strlcpy ();
  1333. | /* The GNU C library defines this for functions which it implements
  1334. | to always fail with ENOSYS. Some functions are actually named
  1335. | something starting with __ and the normal name is an alias. */
  1336. | #if defined __stub_strlcpy || defined __stub___strlcpy
  1337. | choke me
  1338. | #endif
  1339. |
  1340. | int
  1341. | main ()
  1342. | {
  1343. | return strlcpy ();
  1344. | ;
  1345. | return 0;
  1346. | }
  1347. configure:15145: result: no
  1348. configure:15065: checking for strlcat
  1349. configure:15121: gcc -o conftest -g -O2 conftest.c >&5
  1350. /tmp/ccXgXmbn.o: In function `main':
  1351. /dev/shm/file-5.05/conftest.c:108: undefined reference to `strlcat'
  1352. collect2: ld returned 1 exit status
  1353. configure:15127: $? = 1
  1354. configure: failed program was:
  1355. | /* confdefs.h. */
  1356. | #define PACKAGE_NAME "file"
  1357. | #define PACKAGE_TARNAME "file"
  1358. | #define PACKAGE_VERSION "5.05"
  1359. | #define PACKAGE_STRING "file 5.05"
  1360. | #define PACKAGE_BUGREPORT "christos@astron.com"
  1361. | #define PACKAGE "file"
  1362. | #define VERSION "5.05"
  1363. | #define BUILTIN_ELF 1
  1364. | #define ELFCORE 1
  1365. | #define _GNU_SOURCE 1
  1366. | #define STDC_HEADERS 1
  1367. | #define HAVE_SYS_TYPES_H 1
  1368. | #define HAVE_SYS_STAT_H 1
  1369. | #define HAVE_STDLIB_H 1
  1370. | #define HAVE_STRING_H 1
  1371. | #define HAVE_MEMORY_H 1
  1372. | #define HAVE_STRINGS_H 1
  1373. | #define HAVE_INTTYPES_H 1
  1374. | #define HAVE_STDINT_H 1
  1375. | #define HAVE_UNISTD_H 1
  1376. | #define HAVE_DLFCN_H 1
  1377. | #define LT_OBJDIR ".libs/"
  1378. | #define STDC_HEADERS 1
  1379. | #define HAVE_SYS_WAIT_H 1
  1380. | #define HAVE_STDINT_H 1
  1381. | #define HAVE_FCNTL_H 1
  1382. | #define HAVE_LOCALE_H 1
  1383. | #define HAVE_STDINT_H 1
  1384. | #define HAVE_INTTYPES_H 1
  1385. | #define HAVE_UNISTD_H 1
  1386. | #define HAVE_UTIME_H 1
  1387. | #define HAVE_WCHAR_H 1
  1388. | #define HAVE_WCTYPE_H 1
  1389. | #define HAVE_LIMITS_H 1
  1390. | #define HAVE_GETOPT_H 1
  1391. | #define HAVE_ERR_H 1
  1392. | #define HAVE_SYS_MMAN_H 1
  1393. | #define HAVE_SYS_STAT_H 1
  1394. | #define HAVE_SYS_TYPES_H 1
  1395. | #define HAVE_SYS_TIME_H 1
  1396. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  1397. | #define HAVE_TM_ZONE 1
  1398. | #define HAVE_DECL_TZNAME 1
  1399. | #define HAVE_TZNAME 1
  1400. | #define HAVE_TM_ISDST 1
  1401. | #define HAVE_DECL_DAYLIGHT 1
  1402. | #define HAVE_DAYLIGHT 1
  1403. | #define HAVE_FSEEKO 1
  1404. | #define HAVE_MBSTATE_T 1
  1405. | #define HAVE_STRUCT_OPTION 1
  1406. | #define HAVE_UINT8_T 1
  1407. | #define HAVE_UINT16_T 1
  1408. | #define HAVE_UINT32_T 1
  1409. | #define HAVE_INT32_T 1
  1410. | #define HAVE_UINT64_T 1
  1411. | #define HAVE_INT64_T 1
  1412. | #define SIZEOF_LONG_LONG 8
  1413. | #define HAVE_MMAP 1
  1414. | #define HAVE_STRERROR 1
  1415. | #define HAVE_STRNDUP 1
  1416. | #define HAVE_STRTOUL 1
  1417. | #define HAVE_MBRTOWC 1
  1418. | #define HAVE_MKSTEMP 1
  1419. | #define HAVE_UTIMES 1
  1420. | #define HAVE_UTIME 1
  1421. | #define HAVE_WCWIDTH 1
  1422. | #define HAVE_STRTOF 1
  1423. | #define HAVE_FORK 1
  1424. | #define HAVE_GETOPT_LONG 1
  1425. | #define HAVE_ASPRINTF 1
  1426. | #define HAVE_VASPRINTF 1
  1427. | /* end confdefs.h. */
  1428. | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
  1429. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1430. | #define strlcat innocuous_strlcat
  1431. |
  1432. | /* System header to define __stub macros and hopefully few prototypes,
  1433. | which can conflict with char strlcat (); below.
  1434. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1435. | <limits.h> exists even on freestanding compilers. */
  1436. |
  1437. | #ifdef __STDC__
  1438. | # include <limits.h>
  1439. | #else
  1440. | # include <assert.h>
  1441. | #endif
  1442. |
  1443. | #undef strlcat
  1444. |
  1445. | /* Override any GCC internal prototype to avoid an error.
  1446. | Use char because int might match the return type of a GCC
  1447. | builtin and then its argument prototype would still apply. */
  1448. | #ifdef __cplusplus
  1449. | extern "C"
  1450. | #endif
  1451. | char strlcat ();
  1452. | /* The GNU C library defines this for functions which it implements
  1453. | to always fail with ENOSYS. Some functions are actually named
  1454. | something starting with __ and the normal name is an alias. */
  1455. | #if defined __stub_strlcat || defined __stub___strlcat
  1456. | choke me
  1457. | #endif
  1458. |
  1459. | int
  1460. | main ()
  1461. | {
  1462. | return strlcat ();
  1463. | ;
  1464. | return 0;
  1465. | }
  1466. configure:15145: result: no
  1467. configure:15165: checking for gzopen in -lz
  1468. configure:15200: gcc -o conftest -g -O2 conftest.c -lz >&5
  1469. configure:15206: $? = 0
  1470. configure:15224: result: yes
  1471. configure:15459: creating ./config.status
  1472.  
  1473. ## ---------------------- ##
  1474. ## Running config.status. ##
  1475. ## ---------------------- ##
  1476.  
  1477. This file was extended by file config.status 5.05, which was
  1478. generated by GNU Autoconf 2.61. Invocation command line was
  1479.  
  1480. CONFIG_FILES =
  1481. CONFIG_HEADERS =
  1482. CONFIG_LINKS =
  1483. CONFIG_COMMANDS =
  1484. $ ./config.status
  1485.  
  1486. on battle-arena
  1487.  
  1488. config.status:863: creating Makefile
  1489. config.status:863: creating src/Makefile
  1490. config.status:863: creating magic/Makefile
  1491. config.status:863: creating tests/Makefile
  1492. config.status:863: creating doc/Makefile
  1493. config.status:863: creating python/Makefile
  1494. config.status:863: creating config.h
  1495. config.status:1198: executing depfiles commands
  1496. config.status:1198: executing libtool commands
  1497.  
  1498. ## ---------------- ##
  1499. ## Cache variables. ##
  1500. ## ---------------- ##
  1501. ac_cv_build=x86_64-unknown-linux-gnu
  1502. ac_cv_c_compiler_gnu=yes
  1503. ac_cv_c_const=yes
  1504. ac_cv_env_CC_set=
  1505. ac_cv_env_CC_value=
  1506. ac_cv_env_CFLAGS_set=
  1507. ac_cv_env_CFLAGS_value=
  1508. ac_cv_env_CPPFLAGS_set=
  1509. ac_cv_env_CPPFLAGS_value=
  1510. ac_cv_env_CPP_set=
  1511. ac_cv_env_CPP_value=
  1512. ac_cv_env_LDFLAGS_set=
  1513. ac_cv_env_LDFLAGS_value=
  1514. ac_cv_env_LIBS_set=
  1515. ac_cv_env_LIBS_value=
  1516. ac_cv_env_build_alias_set=
  1517. ac_cv_env_build_alias_value=
  1518. ac_cv_env_host_alias_set=
  1519. ac_cv_env_host_alias_value=
  1520. ac_cv_env_target_alias_set=
  1521. ac_cv_env_target_alias_value=
  1522. ac_cv_func_asprintf=yes
  1523. ac_cv_func_fork=yes
  1524. ac_cv_func_getopt_long=yes
  1525. ac_cv_func_mbrtowc=yes
  1526. ac_cv_func_mkstemp=yes
  1527. ac_cv_func_mmap=yes
  1528. ac_cv_func_strerror=yes
  1529. ac_cv_func_strlcat=no
  1530. ac_cv_func_strlcpy=no
  1531. ac_cv_func_strndup=yes
  1532. ac_cv_func_strtof=yes
  1533. ac_cv_func_strtoul=yes
  1534. ac_cv_func_utime=yes
  1535. ac_cv_func_utimes=yes
  1536. ac_cv_func_vasprintf=yes
  1537. ac_cv_func_wcwidth=yes
  1538. ac_cv_have_decl_daylight=yes
  1539. ac_cv_have_decl_tzname=yes
  1540. ac_cv_header_dlfcn_h=yes
  1541. ac_cv_header_err_h=yes
  1542. ac_cv_header_fcntl_h=yes
  1543. ac_cv_header_getopt_h=yes
  1544. ac_cv_header_inttypes_h=yes
  1545. ac_cv_header_limits_h=yes
  1546. ac_cv_header_locale_h=yes
  1547. ac_cv_header_memory_h=yes
  1548. ac_cv_header_stdc=yes
  1549. ac_cv_header_stdint_h=yes
  1550. ac_cv_header_stdlib_h=yes
  1551. ac_cv_header_string_h=yes
  1552. ac_cv_header_strings_h=yes
  1553. ac_cv_header_sys_mman_h=yes
  1554. ac_cv_header_sys_stat_h=yes
  1555. ac_cv_header_sys_time_h=yes
  1556. ac_cv_header_sys_types_h=yes
  1557. ac_cv_header_sys_types_h_makedev=yes
  1558. ac_cv_header_sys_utime_h=no
  1559. ac_cv_header_sys_wait_h=yes
  1560. ac_cv_header_unistd_h=yes
  1561. ac_cv_header_utime_h=yes
  1562. ac_cv_header_wchar_h=yes
  1563. ac_cv_header_wctype_h=yes
  1564. ac_cv_header_zlib_h=no
  1565. ac_cv_host=x86_64-unknown-linux-gnu
  1566. ac_cv_lib_z_gzopen=yes
  1567. ac_cv_member_struct_stat_st_rdev=yes
  1568. ac_cv_member_struct_tm_tm_gmtoff=no
  1569. ac_cv_member_struct_tm_tm_zone=no
  1570. ac_cv_objext=o
  1571. ac_cv_path_EGREP='/bin/grep -E'
  1572. ac_cv_path_FGREP='/bin/grep -F'
  1573. ac_cv_path_GREP=/bin/grep
  1574. ac_cv_path_SED=/bin/sed
  1575. ac_cv_path_install='/tools/bin/install -c'
  1576. ac_cv_path_mkdir=/tools/bin/mkdir
  1577. ac_cv_prog_AWK=gawk
  1578. ac_cv_prog_CPP='gcc -E'
  1579. ac_cv_prog_ac_ct_AR=ar
  1580. ac_cv_prog_ac_ct_CC=gcc
  1581. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1582. ac_cv_prog_ac_ct_RANLIB=ranlib
  1583. ac_cv_prog_ac_ct_STRIP=strip
  1584. ac_cv_prog_cc_c89=
  1585. ac_cv_prog_cc_g=yes
  1586. ac_cv_prog_cc_gcc_c_o=yes
  1587. ac_cv_prog_make_make_set=yes
  1588. ac_cv_sizeof_long_long=8
  1589. ac_cv_struct_option_getopt_h=yes
  1590. ac_cv_struct_tm=time.h
  1591. ac_cv_struct_tm_isdst=yes
  1592. ac_cv_struct_tm_zone=yes
  1593. ac_cv_sys_file_offset_bits=no
  1594. ac_cv_sys_largefile_CC=no
  1595. ac_cv_sys_largefile_source=no
  1596. ac_cv_type_int32_t=yes
  1597. ac_cv_type_int64_t=yes
  1598. ac_cv_type_long_long=yes
  1599. ac_cv_type_mbstate_t=yes
  1600. ac_cv_type_off_t=yes
  1601. ac_cv_type_size_t=yes
  1602. ac_cv_type_uint16_t=yes
  1603. ac_cv_type_uint32_t=yes
  1604. ac_cv_type_uint64_t=yes
  1605. ac_cv_type_uint8_t=yes
  1606. ac_cv_var_daylight=yes
  1607. ac_cv_var_tzname=yes
  1608. am_cv_CC_dependencies_compiler_type=gcc3
  1609. lt_cv_deplibs_check_method=pass_all
  1610. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1611. lt_cv_file_magic_test_file=
  1612. lt_cv_ld_reload_flag=-r
  1613. lt_cv_nm_interface='BSD nm'
  1614. lt_cv_objdir=.libs
  1615. lt_cv_path_LD=/usr/bin/ld
  1616. lt_cv_path_NM='/usr/bin/nm -B'
  1617. lt_cv_prog_compiler_c_o=yes
  1618. lt_cv_prog_compiler_pic_works=yes
  1619. lt_cv_prog_compiler_rtti_exceptions=no
  1620. lt_cv_prog_compiler_static_works=yes
  1621. lt_cv_prog_gnu_ld=yes
  1622. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  1623. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  1624. 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]* \([^ ]*\) \([^ ]*\)$/
  1625. {"lib\2", (void *) \&\2},/p'\'''
  1626. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1627. lt_cv_sys_max_cmd_len=1572864
  1628.  
  1629. ## ----------------- ##
  1630. ## Output variables. ##
  1631. ## ----------------- ##
  1632.  
  1633. ACLOCAL='${SHELL} /dev/shm/file-5.05/missing --run aclocal-1.10'
  1634. AMDEPBACKSLASH='\'
  1635. AMDEP_FALSE='#'
  1636. AMDEP_TRUE=''
  1637. AMTAR='${SHELL} /dev/shm/file-5.05/missing --run tar'
  1638. AR='ar'
  1639. AUTOCONF='${SHELL} /dev/shm/file-5.05/missing --run autoconf'
  1640. AUTOHEADER='${SHELL} /dev/shm/file-5.05/missing --run autoheader'
  1641. AUTOMAKE='${SHELL} /dev/shm/file-5.05/missing --run automake-1.10'
  1642. AWK='gawk'
  1643. CC='gcc'
  1644. CCDEPMODE='depmode=gcc3'
  1645. CFLAGS='-g -O2'
  1646. CPP='gcc -E'
  1647. CPPFLAGS=''
  1648. CYGPATH_W='echo'
  1649. DEFS='-DHAVE_CONFIG_H'
  1650. DEPDIR='.deps'
  1651. DSYMUTIL=''
  1652. DUMPBIN=''
  1653. ECHO_C=''
  1654. ECHO_N='-n'
  1655. ECHO_T=''
  1656. EGREP='/bin/grep -E'
  1657. EXEEXT=''
  1658. FGREP='/bin/grep -F'
  1659. FSECT5_FALSE=''
  1660. FSECT5_TRUE='#'
  1661. GREP='/bin/grep'
  1662. INSTALL_DATA='${INSTALL} -m 644'
  1663. INSTALL_PROGRAM='${INSTALL}'
  1664. INSTALL_SCRIPT='${INSTALL}'
  1665. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1666. IS_CROSS_COMPILE_FALSE=''
  1667. IS_CROSS_COMPILE_TRUE='#'
  1668. LD='/usr/bin/ld -m elf_x86_64'
  1669. LDFLAGS=''
  1670. LIBOBJS=' ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}strlcat$U.o'
  1671. LIBS='-lz '
  1672. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1673. LIPO=''
  1674. LN_S='ln -s'
  1675. LTLIBOBJS=' ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}strlcat$U.lo'
  1676. MAKEINFO='${SHELL} /dev/shm/file-5.05/missing --run makeinfo'
  1677. MINGW='0'
  1678. MINGW_FALSE=''
  1679. MINGW_TRUE='#'
  1680. NM='/usr/bin/nm -B'
  1681. NMEDIT=''
  1682. OBJDUMP='objdump'
  1683. OBJEXT='o'
  1684. OTOOL64=''
  1685. OTOOL=''
  1686. PACKAGE='file'
  1687. PACKAGE_BUGREPORT='christos@astron.com'
  1688. PACKAGE_NAME='file'
  1689. PACKAGE_STRING='file 5.05'
  1690. PACKAGE_TARNAME='file'
  1691. PACKAGE_VERSION='5.05'
  1692. PATH_SEPARATOR=':'
  1693. RANLIB='ranlib'
  1694. SED='/bin/sed'
  1695. SET_MAKE=''
  1696. SHELL='/bin/bash'
  1697. STRIP='strip'
  1698. VERSION='5.05'
  1699. WARNINGS='-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wsign-compare -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wun
  1700. used-parameter'
  1701. ac_ct_CC='gcc'
  1702. ac_ct_DUMPBIN=''
  1703. am__fastdepCC_FALSE='#'
  1704. am__fastdepCC_TRUE=''
  1705. am__include='include'
  1706. am__isrc=''
  1707. am__leading_dot='.'
  1708. am__quote=''
  1709. am__tar='${AMTAR} chof - "$$tardir"'
  1710. am__untar='${AMTAR} xf -'
  1711. bindir='${exec_prefix}/bin'
  1712. build='x86_64-unknown-linux-gnu'
  1713. build_alias=''
  1714. build_cpu='x86_64'
  1715. build_os='linux-gnu'
  1716. build_vendor='unknown'
  1717. datadir='${datarootdir}'
  1718. datarootdir='${prefix}/share'
  1719. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1720. dvidir='${docdir}'
  1721. exec_prefix='${prefix}'
  1722. fsect='4'
  1723. host='x86_64-unknown-linux-gnu'
  1724. host_alias=''
  1725. host_cpu='x86_64'
  1726. host_os='linux-gnu'
  1727. host_vendor='unknown'
  1728. htmldir='${docdir}'
  1729. includedir='${prefix}/include'
  1730. infodir='${datarootdir}/info'
  1731. install_sh='$(SHELL) /dev/shm/file-5.05/install-sh'
  1732. libdir='${exec_prefix}/lib'
  1733. libexecdir='${exec_prefix}/libexec'
  1734. localedir='${datarootdir}/locale'
  1735. localstatedir='${prefix}/var'
  1736. lt_ECHO='echo'
  1737. mandir='${datarootdir}/man'
  1738. mkdir_p='/tools/bin/mkdir -p'
  1739. oldincludedir='/usr/include'
  1740. pdfdir='${docdir}'
  1741. pkgdatadir='$(datadir)/misc'
  1742. prefix='/tools'
  1743. program_transform_name='s,x,x,'
  1744. psdir='${docdir}'
  1745. sbindir='${exec_prefix}/sbin'
  1746. sharedstatedir='${prefix}/com'
  1747. sysconfdir='${prefix}/etc'
  1748. target_alias=''
  1749.  
  1750. ## ----------- ##
  1751. ## confdefs.h. ##
  1752. ## ----------- ##
  1753.  
  1754. #define PACKAGE_NAME "file"
  1755. #define PACKAGE_TARNAME "file"
  1756. #define PACKAGE_VERSION "5.05"
  1757. #define PACKAGE_STRING "file 5.05"
  1758. #define PACKAGE_BUGREPORT "christos@astron.com"
  1759. #define PACKAGE "file"
  1760. #define VERSION "5.05"
  1761. #define BUILTIN_ELF 1
  1762. #define ELFCORE 1
  1763. #define _GNU_SOURCE 1
  1764. #define STDC_HEADERS 1
  1765. #define HAVE_SYS_TYPES_H 1
  1766. #define HAVE_SYS_STAT_H 1
  1767. #define HAVE_STDLIB_H 1
  1768. #define HAVE_STRING_H 1
  1769. #define HAVE_MEMORY_H 1
  1770. #define HAVE_STRINGS_H 1
  1771. #define HAVE_INTTYPES_H 1
  1772. #define HAVE_STDINT_H 1
  1773. #define HAVE_UNISTD_H 1
  1774. #define HAVE_DLFCN_H 1
  1775. #define LT_OBJDIR ".libs/"
  1776. #define STDC_HEADERS 1
  1777. #define HAVE_SYS_WAIT_H 1
  1778. #define HAVE_STDINT_H 1
  1779. #define HAVE_FCNTL_H 1
  1780. #define HAVE_LOCALE_H 1
  1781. #define HAVE_STDINT_H 1
  1782. #define HAVE_INTTYPES_H 1
  1783. #define HAVE_UNISTD_H 1
  1784. #define HAVE_UTIME_H 1
  1785. #define HAVE_WCHAR_H 1
  1786. #define HAVE_WCTYPE_H 1
  1787. #define HAVE_LIMITS_H 1
  1788. #define HAVE_GETOPT_H 1
  1789. #define HAVE_ERR_H 1
  1790. #define HAVE_SYS_MMAN_H 1
  1791. #define HAVE_SYS_STAT_H 1
  1792. #define HAVE_SYS_TYPES_H 1
  1793. #define HAVE_SYS_TIME_H 1
  1794. #define HAVE_STRUCT_STAT_ST_RDEV 1
  1795. #define HAVE_TM_ZONE 1
  1796. #define HAVE_DECL_TZNAME 1
  1797. #define HAVE_TZNAME 1
  1798. #define HAVE_TM_ISDST 1
  1799. #define HAVE_DECL_DAYLIGHT 1
  1800. #define HAVE_DAYLIGHT 1
  1801. #define HAVE_FSEEKO 1
  1802. #define HAVE_MBSTATE_T 1
  1803. #define HAVE_STRUCT_OPTION 1
  1804. #define HAVE_UINT8_T 1
  1805. #define HAVE_UINT16_T 1
  1806. #define HAVE_UINT32_T 1
  1807. #define HAVE_INT32_T 1
  1808. #define HAVE_UINT64_T 1
  1809. #define HAVE_INT64_T 1
  1810. #define SIZEOF_LONG_LONG 8
  1811. #define HAVE_MMAP 1
  1812. #define HAVE_STRERROR 1
  1813. #define HAVE_STRNDUP 1
  1814. #define HAVE_STRTOUL 1
  1815. #define HAVE_MBRTOWC 1
  1816. #define HAVE_MKSTEMP 1
  1817. #define HAVE_UTIMES 1
  1818. #define HAVE_UTIME 1
  1819. #define HAVE_WCWIDTH 1
  1820. #define HAVE_STRTOF 1
  1821. #define HAVE_FORK 1
  1822. #define HAVE_GETOPT_LONG 1
  1823. #define HAVE_ASPRINTF 1
  1824. #define HAVE_VASPRINTF 1
  1825. #define HAVE_LIBZ 1
  1826.  
  1827. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement