]> git.cworth.org Git - gzip/blob - config.log
Imported Debian patch 1.3.12-3.2
[gzip] / config.log
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 gzip configure 1.3.12, which was
5 generated by GNU Autoconf 2.61.  Invocation command line was
6
7   $ ./configure --prefix=/usr --bindir=/bin --infodir=/home/aj/S/gzip/gzip-1.3.12/debian/gzip/usr/share/info --mandir=/home/aj/S/gzip/gzip-1.3.12/debian/gzip/usr/share/man
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = blae
14 uname -m = x86_64
15 uname -r = 2.6.22-2-amd64
16 uname -s = Linux
17 uname -v = #1 SMP Thu Aug 30 23:43:59 UTC 2007
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = unknown
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo      = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /usr/sbin
31 PATH: /usr/bin
32 PATH: /sbin
33 PATH: /bin
34 PATH: /usr/bin/X11
35
36
37 ## ----------- ##
38 ## Core tests. ##
39 ## ----------- ##
40
41 configure:1854: checking for a BSD-compatible install
42 configure:1910: result: /usr/bin/install -c
43 configure:1921: checking whether build environment is sane
44 configure:1964: result: yes
45 configure:1992: checking for a thread-safe mkdir -p
46 configure:2031: result: /bin/mkdir -p
47 configure:2044: checking for gawk
48 configure:2060: found /usr/bin/gawk
49 configure:2071: result: gawk
50 configure:2082: checking whether make sets $(MAKE)
51 configure:2103: result: yes
52 configure:2304: checking for style of include used by make
53 configure:2332: result: GNU
54 configure:2402: checking for gcc
55 configure:2418: found /usr/bin/gcc
56 configure:2429: result: gcc
57 configure:2667: checking for C compiler version
58 configure:2674: gcc --version >&5
59 gcc (GCC) 4.2.1 (Debian 4.2.1-4)
60 Copyright (C) 2007 Free Software Foundation, Inc.
61 This is free software; see the source for copying conditions.  There is NO
62 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
63
64 configure:2677: $? = 0
65 configure:2684: gcc -v >&5
66 Using built-in specs.
67 Target: x86_64-linux-gnu
68 Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --disable-werror --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
69 Thread model: posix
70 gcc version 4.2.1 (Debian 4.2.1-4)
71 configure:2687: $? = 0
72 configure:2694: gcc -V >&5
73 gcc: '-V' option must have argument
74 configure:2697: $? = 1
75 configure:2720: checking for C compiler default output file name
76 configure:2747: gcc -g -O2 -Wall   conftest.c  >&5
77 configure:2750: $? = 0
78 configure:2788: result: a.out
79 configure:2805: checking whether the C compiler works
80 configure:2815: ./a.out
81 configure:2818: $? = 0
82 configure:2835: result: yes
83 configure:2842: checking whether we are cross compiling
84 configure:2844: result: no
85 configure:2847: checking for suffix of executables
86 configure:2854: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
87 configure:2857: $? = 0
88 configure:2881: result: 
89 configure:2887: checking for suffix of object files
90 configure:2913: gcc -c -g -O2 -Wall  conftest.c >&5
91 configure:2916: $? = 0
92 configure:2939: result: o
93 configure:2943: checking whether we are using the GNU C compiler
94 configure:2972: gcc -c -g -O2 -Wall  conftest.c >&5
95 configure:2978: $? = 0
96 configure:2995: result: yes
97 configure:3000: checking whether gcc accepts -g
98 configure:3030: gcc -c -g  conftest.c >&5
99 configure:3036: $? = 0
100 configure:3135: result: yes
101 configure:3152: checking for gcc option to accept ISO C89
102 configure:3226: gcc  -c -g -O2 -Wall  conftest.c >&5
103 configure:3232: $? = 0
104 configure:3255: result: none needed
105 configure:3275: checking dependency style of gcc
106 configure:3366: result: gcc3
107 configure:3383: checking for gcc option to accept ISO C99
108 configure:3542: gcc  -c -g -O2 -Wall  conftest.c >&5
109 conftest.c:60: error: expected ';', ',' or ')' before 'text'
110 conftest.c: In function 'main':
111 conftest.c:112: warning: implicit declaration of function 'test_restrict'
112 conftest.c:114: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
113 conftest.c:114: error: 'newvar' undeclared (first use in this function)
114 conftest.c:114: error: (Each undeclared identifier is reported only once
115 conftest.c:114: error: for each function it appears in.)
116 conftest.c:124: error: 'for' loop initial declaration used outside C99 mode
117 configure:3548: $? = 1
118 configure: failed program was:
119 | /* confdefs.h.  */
120 | #define PACKAGE_NAME "gzip"
121 | #define PACKAGE_TARNAME "gzip"
122 | #define PACKAGE_VERSION "1.3.12"
123 | #define PACKAGE_STRING "gzip 1.3.12"
124 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
125 | #define PACKAGE "gzip"
126 | #define VERSION "1.3.12"
127 | /* end confdefs.h.  */
128 | #include <stdarg.h>
129 | #include <stdbool.h>
130 | #include <stdlib.h>
131 | #include <wchar.h>
132 | #include <stdio.h>
133
134 | // Check varargs macros.  These examples are taken from C99 6.10.3.5.
135 | #define debug(...) fprintf (stderr, __VA_ARGS__)
136 | #define showlist(...) puts (#__VA_ARGS__)
137 | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
138 | static void
139 | test_varargs_macros (void)
140 | {
141 |   int x = 1234;
142 |   int y = 5678;
143 |   debug ("Flag");
144 |   debug ("X = %d\n", x);
145 |   showlist (The first, second, and third items.);
146 |   report (x>y, "x is %d but y is %d", x, y);
147 | }
148
149 | // Check long long types.
150 | #define BIG64 18446744073709551615ull
151 | #define BIG32 4294967295ul
152 | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
153 | #if !BIG_OK
154 |   your preprocessor is broken;
155 | #endif
156 | #if BIG_OK
157 | #else
158 |   your preprocessor is broken;
159 | #endif
160 | static long long int bignum = -9223372036854775807LL;
161 | static unsigned long long int ubignum = BIG64;
162
163 | struct incomplete_array
164 | {
165 |   int datasize;
166 |   double data[];
167 | };
168
169 | struct named_init {
170 |   int number;
171 |   const wchar_t *name;
172 |   double average;
173 | };
174
175 | typedef const char *ccp;
176
177 | static inline int
178 | test_restrict (ccp restrict text)
179 | {
180 |   // See if C++-style comments work.
181 |   // Iterate through items via the restricted pointer.
182 |   // Also check for declarations in for loops.
183 |   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
184 |     continue;
185 |   return 0;
186 | }
187
188 | // Check varargs and va_copy.
189 | static void
190 | test_varargs (const char *format, ...)
191 | {
192 |   va_list args;
193 |   va_start (args, format);
194 |   va_list args_copy;
195 |   va_copy (args_copy, args);
196
197 |   const char *str;
198 |   int number;
199 |   float fnumber;
200
201 |   while (*format)
202 |     {
203 |       switch (*format++)
204 |       {
205 |       case 's': // string
206 |         str = va_arg (args_copy, const char *);
207 |         break;
208 |       case 'd': // int
209 |         number = va_arg (args_copy, int);
210 |         break;
211 |       case 'f': // float
212 |         fnumber = va_arg (args_copy, double);
213 |         break;
214 |       default:
215 |         break;
216 |       }
217 |     }
218 |   va_end (args_copy);
219 |   va_end (args);
220 | }
221
222 | int
223 | main ()
224 | {
225
226 |   // Check bool.
227 |   _Bool success = false;
228
229 |   // Check restrict.
230 |   if (test_restrict ("String literal") == 0)
231 |     success = true;
232 |   char *restrict newvar = "Another string";
233
234 |   // Check varargs.
235 |   test_varargs ("s, d' f .", "string", 65, 34.234);
236 |   test_varargs_macros ();
237
238 |   // Check flexible array members.
239 |   struct incomplete_array *ia =
240 |     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
241 |   ia->datasize = 10;
242 |   for (int i = 0; i < ia->datasize; ++i)
243 |     ia->data[i] = i * 1.234;
244
245 |   // Check named initializers.
246 |   struct named_init ni = {
247 |     .number = 34,
248 |     .name = L"Test wide string",
249 |     .average = 543.34343,
250 |   };
251
252 |   ni.number = 58;
253
254 |   int dynamic_array[ni.number];
255 |   dynamic_array[ni.number - 1] = 543;
256
257 |   // work around unused variable warnings
258 |   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
259 |         || dynamic_array[ni.number - 1] != 543);
260
261 |   ;
262 |   return 0;
263 | }
264 configure:3542: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
265 configure:3548: $? = 0
266 configure:3578: result: -std=gnu99
267 configure:3708: checking for gcc -std=gnu99 option to accept ISO Standard C
268 configure:3719: result: -std=gnu99
269 configure:3725: checking whether gcc -std=gnu99 and cc understand -c and -o together
270 configure:3760: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
271 configure:3763: $? = 0
272 configure:3769: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
273 configure:3772: $? = 0
274 configure:3783: cc -c conftest.c >&5
275 configure:3786: $? = 0
276 configure:3794: cc -c conftest.c -o conftest2.o >&5
277 configure:3797: $? = 0
278 configure:3803: cc -c conftest.c -o conftest2.o >&5
279 configure:3806: $? = 0
280 configure:3824: result: yes
281 configure:3855: checking how to run the C preprocessor
282 configure:3895: gcc -std=gnu99 -E  conftest.c
283 configure:3901: $? = 0
284 configure:3932: gcc -std=gnu99 -E  conftest.c
285 conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
286 configure:3938: $? = 1
287 configure: failed program was:
288 | /* confdefs.h.  */
289 | #define PACKAGE_NAME "gzip"
290 | #define PACKAGE_TARNAME "gzip"
291 | #define PACKAGE_VERSION "1.3.12"
292 | #define PACKAGE_STRING "gzip 1.3.12"
293 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
294 | #define PACKAGE "gzip"
295 | #define VERSION "1.3.12"
296 | /* end confdefs.h.  */
297 | #include <ac_nonexistent.h>
298 configure:3971: result: gcc -std=gnu99 -E
299 configure:4000: gcc -std=gnu99 -E  conftest.c
300 configure:4006: $? = 0
301 configure:4037: gcc -std=gnu99 -E  conftest.c
302 conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
303 configure:4043: $? = 1
304 configure: failed program was:
305 | /* confdefs.h.  */
306 | #define PACKAGE_NAME "gzip"
307 | #define PACKAGE_TARNAME "gzip"
308 | #define PACKAGE_VERSION "1.3.12"
309 | #define PACKAGE_STRING "gzip 1.3.12"
310 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
311 | #define PACKAGE "gzip"
312 | #define VERSION "1.3.12"
313 | /* end confdefs.h.  */
314 | #include <ac_nonexistent.h>
315 configure:4123: checking for nm
316 configure:4139: found /usr/bin/nm
317 configure:4150: result: nm
318 configure:4176: checking whether ln -s works
319 configure:4180: result: yes
320 configure:4230: checking for ranlib
321 configure:4246: found /usr/bin/ranlib
322 configure:4257: result: ranlib
323 configure:4283: checking for a POSIX-compliant shell
324 configure:4338: result: /bin/sh
325 configure:4356: checking for grep that handles long lines and -e
326 configure:4430: result: /bin/grep
327 configure:4435: checking for egrep
328 configure:4513: result: /bin/grep -E
329 configure:4519: checking for AIX
330 configure:4541: result: no
331 configure:4547: checking for ANSI C header files
332 configure:4577: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
333 configure:4583: $? = 0
334 configure:4682: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
335 configure:4685: $? = 0
336 configure:4691: ./conftest
337 configure:4694: $? = 0
338 configure:4711: result: yes
339 configure:4735: checking for sys/types.h
340 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
341 configure:4762: $? = 0
342 configure:4778: result: yes
343 configure:4735: checking for sys/stat.h
344 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
345 configure:4762: $? = 0
346 configure:4778: result: yes
347 configure:4735: checking for stdlib.h
348 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
349 configure:4762: $? = 0
350 configure:4778: result: yes
351 configure:4735: checking for string.h
352 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
353 configure:4762: $? = 0
354 configure:4778: result: yes
355 configure:4735: checking for memory.h
356 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
357 configure:4762: $? = 0
358 configure:4778: result: yes
359 configure:4735: checking for strings.h
360 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
361 configure:4762: $? = 0
362 configure:4778: result: yes
363 configure:4735: checking for inttypes.h
364 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
365 configure:4762: $? = 0
366 configure:4778: result: yes
367 configure:4735: checking for stdint.h
368 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
369 configure:4762: $? = 0
370 configure:4778: result: yes
371 configure:4735: checking for unistd.h
372 configure:4756: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
373 configure:4762: $? = 0
374 configure:4778: result: yes
375 configure:4800: checking minix/config.h usability
376 configure:4817: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
377 conftest.c:54:26: error: minix/config.h: No such file or directory
378 configure:4823: $? = 1
379 configure: failed program was:
380 | /* confdefs.h.  */
381 | #define PACKAGE_NAME "gzip"
382 | #define PACKAGE_TARNAME "gzip"
383 | #define PACKAGE_VERSION "1.3.12"
384 | #define PACKAGE_STRING "gzip 1.3.12"
385 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
386 | #define PACKAGE "gzip"
387 | #define VERSION "1.3.12"
388 | #define _GNU_SOURCE 1
389 | #define STDC_HEADERS 1
390 | #define HAVE_SYS_TYPES_H 1
391 | #define HAVE_SYS_STAT_H 1
392 | #define HAVE_STDLIB_H 1
393 | #define HAVE_STRING_H 1
394 | #define HAVE_MEMORY_H 1
395 | #define HAVE_STRINGS_H 1
396 | #define HAVE_INTTYPES_H 1
397 | #define HAVE_STDINT_H 1
398 | #define HAVE_UNISTD_H 1
399 | /* end confdefs.h.  */
400 | #include <stdio.h>
401 | #ifdef HAVE_SYS_TYPES_H
402 | # include <sys/types.h>
403 | #endif
404 | #ifdef HAVE_SYS_STAT_H
405 | # include <sys/stat.h>
406 | #endif
407 | #ifdef STDC_HEADERS
408 | # include <stdlib.h>
409 | # include <stddef.h>
410 | #else
411 | # ifdef HAVE_STDLIB_H
412 | #  include <stdlib.h>
413 | # endif
414 | #endif
415 | #ifdef HAVE_STRING_H
416 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
417 | #  include <memory.h>
418 | # endif
419 | # include <string.h>
420 | #endif
421 | #ifdef HAVE_STRINGS_H
422 | # include <strings.h>
423 | #endif
424 | #ifdef HAVE_INTTYPES_H
425 | # include <inttypes.h>
426 | #endif
427 | #ifdef HAVE_STDINT_H
428 | # include <stdint.h>
429 | #endif
430 | #ifdef HAVE_UNISTD_H
431 | # include <unistd.h>
432 | #endif
433 | #include <minix/config.h>
434 configure:4837: result: no
435 configure:4841: checking minix/config.h presence
436 configure:4856: gcc -std=gnu99 -E  conftest.c
437 conftest.c:21:26: error: minix/config.h: No such file or directory
438 configure:4862: $? = 1
439 configure: failed program was:
440 | /* confdefs.h.  */
441 | #define PACKAGE_NAME "gzip"
442 | #define PACKAGE_TARNAME "gzip"
443 | #define PACKAGE_VERSION "1.3.12"
444 | #define PACKAGE_STRING "gzip 1.3.12"
445 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
446 | #define PACKAGE "gzip"
447 | #define VERSION "1.3.12"
448 | #define _GNU_SOURCE 1
449 | #define STDC_HEADERS 1
450 | #define HAVE_SYS_TYPES_H 1
451 | #define HAVE_SYS_STAT_H 1
452 | #define HAVE_STDLIB_H 1
453 | #define HAVE_STRING_H 1
454 | #define HAVE_MEMORY_H 1
455 | #define HAVE_STRINGS_H 1
456 | #define HAVE_INTTYPES_H 1
457 | #define HAVE_STDINT_H 1
458 | #define HAVE_UNISTD_H 1
459 | /* end confdefs.h.  */
460 | #include <minix/config.h>
461 configure:4876: result: no
462 configure:4909: checking for minix/config.h
463 configure:4916: result: no
464 configure:4955: checking whether it is safe to define __EXTENSIONS__
465 configure:4983: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
466 configure:4989: $? = 0
467 configure:5004: result: yes
468 configure:5033: checking for special C compiler options needed for large files
469 configure:5126: result: no
470 configure:5132: checking for _FILE_OFFSET_BITS value needed for large files
471 configure:5167: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
472 configure:5173: $? = 0
473 configure:5241: result: no
474 configure:5377: checking whether strerror_r is declared
475 configure:5406: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
476 configure:5412: $? = 0
477 configure:5427: result: yes
478 configure:5449: checking for strerror_r
479 configure:5505: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
480 configure:5511: $? = 0
481 configure:5529: result: yes
482 configure:5539: checking whether strerror_r returns char *
483 configure:5573: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
484 configure:5579: $? = 0
485 configure:5655: result: yes
486 configure:5683: checking fcntl.h usability
487 configure:5700: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
488 configure:5706: $? = 0
489 configure:5720: result: yes
490 configure:5724: checking fcntl.h presence
491 configure:5739: gcc -std=gnu99 -E  conftest.c
492 configure:5745: $? = 0
493 configure:5759: result: yes
494 configure:5792: checking for fcntl.h
495 configure:5800: result: yes
496 configure:5683: checking sys/time.h usability
497 configure:5700: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
498 configure:5706: $? = 0
499 configure:5720: result: yes
500 configure:5724: checking sys/time.h presence
501 configure:5739: gcc -std=gnu99 -E  conftest.c
502 configure:5745: $? = 0
503 configure:5759: result: yes
504 configure:5792: checking for sys/time.h
505 configure:5800: result: yes
506 configure:5673: checking for stdlib.h
507 configure:5679: result: yes
508 configure:5673: checking for sys/stat.h
509 configure:5679: result: yes
510 configure:5683: checking time.h usability
511 configure:5700: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
512 configure:5706: $? = 0
513 configure:5720: result: yes
514 configure:5724: checking time.h presence
515 configure:5739: gcc -std=gnu99 -E  conftest.c
516 configure:5745: $? = 0
517 configure:5759: result: yes
518 configure:5792: checking for time.h
519 configure:5800: result: yes
520 configure:5673: checking for unistd.h
521 configure:5679: result: yes
522 configure:5683: checking utime.h usability
523 configure:5700: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
524 configure:5706: $? = 0
525 configure:5720: result: yes
526 configure:5724: checking utime.h presence
527 configure:5739: gcc -std=gnu99 -E  conftest.c
528 configure:5745: $? = 0
529 configure:5759: result: yes
530 configure:5792: checking for utime.h
531 configure:5800: result: yes
532 configure:5683: checking limits.h usability
533 configure:5700: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
534 configure:5706: $? = 0
535 configure:5720: result: yes
536 configure:5724: checking limits.h presence
537 configure:5739: gcc -std=gnu99 -E  conftest.c
538 configure:5745: $? = 0
539 configure:5759: result: yes
540 configure:5792: checking for limits.h
541 configure:5800: result: yes
542 configure:5673: checking for memory.h
543 configure:5679: result: yes
544 configure:5832: checking getopt.h usability
545 configure:5849: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
546 configure:5855: $? = 0
547 configure:5869: result: yes
548 configure:5873: checking getopt.h presence
549 configure:5888: gcc -std=gnu99 -E  conftest.c
550 configure:5894: $? = 0
551 configure:5908: result: yes
552 configure:5941: checking for getopt.h
553 configure:5949: result: yes
554 configure:5971: checking for getopt_long_only
555 configure:6027: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
556 configure:6033: $? = 0
557 configure:6051: result: yes
558 configure:6066: checking whether optreset is declared
559 configure:6096: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
560 conftest.c: In function 'main':
561 conftest.c:44: error: 'optreset' undeclared (first use in this function)
562 conftest.c:44: error: (Each undeclared identifier is reported only once
563 conftest.c:44: error: for each function it appears in.)
564 configure:6102: $? = 1
565 configure: failed program was:
566 | /* confdefs.h.  */
567 | #define PACKAGE_NAME "gzip"
568 | #define PACKAGE_TARNAME "gzip"
569 | #define PACKAGE_VERSION "1.3.12"
570 | #define PACKAGE_STRING "gzip 1.3.12"
571 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
572 | #define PACKAGE "gzip"
573 | #define VERSION "1.3.12"
574 | #define _GNU_SOURCE 1
575 | #define STDC_HEADERS 1
576 | #define HAVE_SYS_TYPES_H 1
577 | #define HAVE_SYS_STAT_H 1
578 | #define HAVE_STDLIB_H 1
579 | #define HAVE_STRING_H 1
580 | #define HAVE_MEMORY_H 1
581 | #define HAVE_STRINGS_H 1
582 | #define HAVE_INTTYPES_H 1
583 | #define HAVE_STDINT_H 1
584 | #define HAVE_UNISTD_H 1
585 | #define __EXTENSIONS__ 1
586 | #define _POSIX_PTHREAD_SEMANTICS 1
587 | #define _TANDEM_SOURCE 1
588 | #define HAVE_DECL_STRERROR_R 1
589 | #define HAVE_STRERROR_R 1
590 | #define STRERROR_R_CHAR_P 1
591 | #define HAVE_FCNTL_H 1
592 | #define HAVE_SYS_TIME_H 1
593 | #define HAVE_STDLIB_H 1
594 | #define HAVE_SYS_STAT_H 1
595 | #define HAVE_TIME_H 1
596 | #define HAVE_UNISTD_H 1
597 | #define HAVE_UTIME_H 1
598 | #define HAVE_LIMITS_H 1
599 | #define HAVE_MEMORY_H 1
600 | #define HAVE_GETOPT_H 1
601 | #define HAVE_GETOPT_LONG_ONLY 1
602 | /* end confdefs.h.  */
603 | #include <getopt.h>
604
605 | int
606 | main ()
607 | {
608 | #ifndef optreset
609 |   (void) optreset;
610 | #endif
611
612 |   ;
613 |   return 0;
614 | }
615 configure:6117: result: no
616 configure:6126: checking for working GNU getopt function
617 configure:6219: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
618 configure:6222: $? = 0
619 configure:6228: ./conftest
620 conftest: invalid option -- +
621 configure:6231: $? = 0
622 configure:6247: result: yes
623 configure:6254: checking whether getenv is declared
624 configure:6283: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
625 configure:6289: $? = 0
626 configure:6304: result: yes
627 configure:6322: checking for inline
628 configure:6348: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
629 conftest.c:42: warning: C99 inline functions are not supported; using GNU89
630 conftest.c:42: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
631 configure:6354: $? = 0
632 configure:6372: result: inline
633 configure:6393: checking for stdbool.h that conforms to C99
634 configure:6486: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
635 conftest.c:66: warning: the address of 's' will always evaluate as 'true'
636 conftest.c: In function 'main':
637 conftest.c:108: warning: the address of 'a' will always evaluate as 'true'
638 conftest.c:108: warning: the address of 'b' will always evaluate as 'true'
639 conftest.c:108: warning: the address of 'c' will always evaluate as 'true'
640 conftest.c:108: warning: the address of 'd' will always evaluate as 'true'
641 conftest.c:108: warning: the address of 'f' will always evaluate as 'true'
642 conftest.c:108: warning: the address of 'g' will always evaluate as 'true'
643 conftest.c:108: warning: the address of 'h' will always evaluate as 'true'
644 conftest.c:108: warning: the address of 'i' will always evaluate as 'true'
645 conftest.c:109: warning: the address of 'n' will always evaluate as 'true'
646 conftest.c:109: warning: the address of 'o' will always evaluate as 'true'
647 conftest.c:109: warning: the address of 'p' will always evaluate as 'true'
648 configure:6492: $? = 0
649 configure:6507: result: yes
650 configure:6509: checking for _Bool
651 configure:6539: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
652 configure:6545: $? = 0
653 configure:6560: result: yes
654 configure:6595: checking for lstat
655 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
656 configure:6657: $? = 0
657 configure:6675: result: yes
658 configure:6595: checking for pipe
659 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
660 configure:6657: $? = 0
661 configure:6675: result: yes
662 configure:6595: checking for futimes
663 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
664 configure:6657: $? = 0
665 configure:6675: result: yes
666 configure:6595: checking for futimesat
667 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
668 configure:6657: $? = 0
669 configure:6675: result: yes
670 configure:6595: checking for chown
671 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
672 configure:6657: $? = 0
673 configure:6675: result: yes
674 configure:6595: checking for fchmod
675 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
676 configure:6657: $? = 0
677 configure:6675: result: yes
678 configure:6595: checking for fchown
679 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
680 configure:6657: $? = 0
681 configure:6675: result: yes
682 configure:6595: checking for fdopendir
683 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
684 configure:6657: $? = 0
685 configure:6675: result: yes
686 configure:6595: checking for siginterrupt
687 configure:6651: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
688 configure:6657: $? = 0
689 configure:6675: result: yes
690 configure:6687: checking whether stat file-mode macros are broken
691 configure:6724: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
692 configure:6730: $? = 0
693 configure:6745: result: no
694 configure:6757: checking for C/C++ restrict keyword
695 configure:6793: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
696 configure:6799: $? = 0
697 configure:6817: result: restrict
698 configure:6842: checking absolute name of <sys/time.h>
699 configure:6866: result: ///usr/include/sys/time.h
700 configure:6882: checking for struct timeval
701 configure:6912: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
702 configure:6918: $? = 0
703 configure:6933: result: yes
704 configure:6966: checking for struct timespec in <time.h>
705 configure:6993: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
706 configure:6999: $? = 0
707 configure:7014: result: yes
708 configure:7082: checking absolute name of <time.h>
709 configure:7106: result: ///usr/include/time.h
710 configure:7138: checking determine whether the utimes function works
711 configure:7211: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
712 configure:7214: $? = 0
713 configure:7220: ./conftest
714 configure:7223: $? = 0
715 configure:7239: result: yes
716 configure:7261: checking for struct utimbuf
717 configure:7294: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
718 configure:7300: $? = 0
719 configure:7315: result: yes
720 configure:7347: checking for error_at_line
721 configure:7373: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
722 configure:7379: $? = 0
723 configure:7396: result: yes
724 configure:7413: checking for working fcntl.h
725 configure:7479: gcc -std=gnu99 -o conftest -g -O2 -Wall   conftest.c  >&5
726 conftest.c: In function 'main':
727 conftest.c:74: warning: the address of 'constants' will always evaluate as 'true'
728 configure:7482: $? = 0
729 configure:7488: ./conftest
730 configure:7491: $? = 0
731 configure:7512: result: yes
732 configure:7535: checking absolute name of <fcntl.h>
733 configure:7559: result: ///usr/include/fcntl.h
734 configure:7611: checking whether the compiler generally respects inline
735 configure:7642: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
736 configure:7648: $? = 0
737 configure:7665: result: yes
738 configure:7685: checking for struct stat.st_atim.tv_nsec
739 configure:7715: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
740 configure:7721: $? = 0
741 configure:7780: result: yes
742 configure:7788: checking whether struct stat.st_atim is of type struct timespec
743 configure:7825: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
744 configure:7831: $? = 0
745 configure:7846: result: yes
746 configure:8188: checking for struct stat.st_birthtimespec.tv_nsec
747 configure:8218: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
748 conftest.c: In function 'main':
749 conftest.c:68: error: 'struct stat' has no member named 'st_birthtimespec'
750 configure:8224: $? = 1
751 configure: failed program was:
752 | /* confdefs.h.  */
753 | #define PACKAGE_NAME "gzip"
754 | #define PACKAGE_TARNAME "gzip"
755 | #define PACKAGE_VERSION "1.3.12"
756 | #define PACKAGE_STRING "gzip 1.3.12"
757 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
758 | #define PACKAGE "gzip"
759 | #define VERSION "1.3.12"
760 | #define _GNU_SOURCE 1
761 | #define STDC_HEADERS 1
762 | #define HAVE_SYS_TYPES_H 1
763 | #define HAVE_SYS_STAT_H 1
764 | #define HAVE_STDLIB_H 1
765 | #define HAVE_STRING_H 1
766 | #define HAVE_MEMORY_H 1
767 | #define HAVE_STRINGS_H 1
768 | #define HAVE_INTTYPES_H 1
769 | #define HAVE_STDINT_H 1
770 | #define HAVE_UNISTD_H 1
771 | #define __EXTENSIONS__ 1
772 | #define _POSIX_PTHREAD_SEMANTICS 1
773 | #define _TANDEM_SOURCE 1
774 | #define HAVE_DECL_STRERROR_R 1
775 | #define HAVE_STRERROR_R 1
776 | #define STRERROR_R_CHAR_P 1
777 | #define HAVE_FCNTL_H 1
778 | #define HAVE_SYS_TIME_H 1
779 | #define HAVE_STDLIB_H 1
780 | #define HAVE_SYS_STAT_H 1
781 | #define HAVE_TIME_H 1
782 | #define HAVE_UNISTD_H 1
783 | #define HAVE_UTIME_H 1
784 | #define HAVE_LIMITS_H 1
785 | #define HAVE_MEMORY_H 1
786 | #define HAVE_GETOPT_H 1
787 | #define HAVE_GETOPT_LONG_ONLY 1
788 | #define HAVE_DECL_GETENV 1
789 | #define HAVE__BOOL 1
790 | #define HAVE_STDBOOL_H 1
791 | #define HAVE_LSTAT 1
792 | #define HAVE_PIPE 1
793 | #define HAVE_FUTIMES 1
794 | #define HAVE_FUTIMESAT 1
795 | #define HAVE_CHOWN 1
796 | #define HAVE_FCHMOD 1
797 | #define HAVE_FCHOWN 1
798 | #define HAVE_FDOPENDIR 1
799 | #define HAVE_SIGINTERRUPT 1
800 | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
801 | #define ABSOLUTE_TIME_H "///usr/include/time.h"
802 | #define HAVE_WORKING_UTIMES 1
803 | #define HAVE_STRUCT_UTIMBUF 1
804 | #define HAVE_WORKING_O_NOATIME 1
805 | #define HAVE_WORKING_O_NOFOLLOW 1
806 | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
807 | #define GNULIB_FCNTL_SAFER 1
808 | #define HAVE_INLINE 1
809 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
810 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
811 | /* end confdefs.h.  */
812 | #include <sys/types.h>
813 |      #include <sys/stat.h>
814
815 | int
816 | main ()
817 | {
818 | static struct stat ac_aggr;
819 | if (ac_aggr.st_birthtimespec.tv_nsec)
820 | return 0;
821 |   ;
822 |   return 0;
823 | }
824 configure:8259: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
825 conftest.c: In function 'main':
826 conftest.c:68: error: 'struct stat' has no member named 'st_birthtimespec'
827 configure:8265: $? = 1
828 configure: failed program was:
829 | /* confdefs.h.  */
830 | #define PACKAGE_NAME "gzip"
831 | #define PACKAGE_TARNAME "gzip"
832 | #define PACKAGE_VERSION "1.3.12"
833 | #define PACKAGE_STRING "gzip 1.3.12"
834 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
835 | #define PACKAGE "gzip"
836 | #define VERSION "1.3.12"
837 | #define _GNU_SOURCE 1
838 | #define STDC_HEADERS 1
839 | #define HAVE_SYS_TYPES_H 1
840 | #define HAVE_SYS_STAT_H 1
841 | #define HAVE_STDLIB_H 1
842 | #define HAVE_STRING_H 1
843 | #define HAVE_MEMORY_H 1
844 | #define HAVE_STRINGS_H 1
845 | #define HAVE_INTTYPES_H 1
846 | #define HAVE_STDINT_H 1
847 | #define HAVE_UNISTD_H 1
848 | #define __EXTENSIONS__ 1
849 | #define _POSIX_PTHREAD_SEMANTICS 1
850 | #define _TANDEM_SOURCE 1
851 | #define HAVE_DECL_STRERROR_R 1
852 | #define HAVE_STRERROR_R 1
853 | #define STRERROR_R_CHAR_P 1
854 | #define HAVE_FCNTL_H 1
855 | #define HAVE_SYS_TIME_H 1
856 | #define HAVE_STDLIB_H 1
857 | #define HAVE_SYS_STAT_H 1
858 | #define HAVE_TIME_H 1
859 | #define HAVE_UNISTD_H 1
860 | #define HAVE_UTIME_H 1
861 | #define HAVE_LIMITS_H 1
862 | #define HAVE_MEMORY_H 1
863 | #define HAVE_GETOPT_H 1
864 | #define HAVE_GETOPT_LONG_ONLY 1
865 | #define HAVE_DECL_GETENV 1
866 | #define HAVE__BOOL 1
867 | #define HAVE_STDBOOL_H 1
868 | #define HAVE_LSTAT 1
869 | #define HAVE_PIPE 1
870 | #define HAVE_FUTIMES 1
871 | #define HAVE_FUTIMESAT 1
872 | #define HAVE_CHOWN 1
873 | #define HAVE_FCHMOD 1
874 | #define HAVE_FCHOWN 1
875 | #define HAVE_FDOPENDIR 1
876 | #define HAVE_SIGINTERRUPT 1
877 | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
878 | #define ABSOLUTE_TIME_H "///usr/include/time.h"
879 | #define HAVE_WORKING_UTIMES 1
880 | #define HAVE_STRUCT_UTIMBUF 1
881 | #define HAVE_WORKING_O_NOATIME 1
882 | #define HAVE_WORKING_O_NOFOLLOW 1
883 | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
884 | #define GNULIB_FCNTL_SAFER 1
885 | #define HAVE_INLINE 1
886 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
887 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
888 | /* end confdefs.h.  */
889 | #include <sys/types.h>
890 |      #include <sys/stat.h>
891
892 | int
893 | main ()
894 | {
895 | static struct stat ac_aggr;
896 | if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
897 | return 0;
898 |   ;
899 |   return 0;
900 | }
901 configure:8283: result: no
902 configure:8293: checking for struct stat.st_birthtimensec
903 configure:8323: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
904 conftest.c: In function 'main':
905 conftest.c:68: error: 'struct stat' has no member named 'st_birthtimensec'
906 configure:8329: $? = 1
907 configure: failed program was:
908 | /* confdefs.h.  */
909 | #define PACKAGE_NAME "gzip"
910 | #define PACKAGE_TARNAME "gzip"
911 | #define PACKAGE_VERSION "1.3.12"
912 | #define PACKAGE_STRING "gzip 1.3.12"
913 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
914 | #define PACKAGE "gzip"
915 | #define VERSION "1.3.12"
916 | #define _GNU_SOURCE 1
917 | #define STDC_HEADERS 1
918 | #define HAVE_SYS_TYPES_H 1
919 | #define HAVE_SYS_STAT_H 1
920 | #define HAVE_STDLIB_H 1
921 | #define HAVE_STRING_H 1
922 | #define HAVE_MEMORY_H 1
923 | #define HAVE_STRINGS_H 1
924 | #define HAVE_INTTYPES_H 1
925 | #define HAVE_STDINT_H 1
926 | #define HAVE_UNISTD_H 1
927 | #define __EXTENSIONS__ 1
928 | #define _POSIX_PTHREAD_SEMANTICS 1
929 | #define _TANDEM_SOURCE 1
930 | #define HAVE_DECL_STRERROR_R 1
931 | #define HAVE_STRERROR_R 1
932 | #define STRERROR_R_CHAR_P 1
933 | #define HAVE_FCNTL_H 1
934 | #define HAVE_SYS_TIME_H 1
935 | #define HAVE_STDLIB_H 1
936 | #define HAVE_SYS_STAT_H 1
937 | #define HAVE_TIME_H 1
938 | #define HAVE_UNISTD_H 1
939 | #define HAVE_UTIME_H 1
940 | #define HAVE_LIMITS_H 1
941 | #define HAVE_MEMORY_H 1
942 | #define HAVE_GETOPT_H 1
943 | #define HAVE_GETOPT_LONG_ONLY 1
944 | #define HAVE_DECL_GETENV 1
945 | #define HAVE__BOOL 1
946 | #define HAVE_STDBOOL_H 1
947 | #define HAVE_LSTAT 1
948 | #define HAVE_PIPE 1
949 | #define HAVE_FUTIMES 1
950 | #define HAVE_FUTIMESAT 1
951 | #define HAVE_CHOWN 1
952 | #define HAVE_FCHMOD 1
953 | #define HAVE_FCHOWN 1
954 | #define HAVE_FDOPENDIR 1
955 | #define HAVE_SIGINTERRUPT 1
956 | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
957 | #define ABSOLUTE_TIME_H "///usr/include/time.h"
958 | #define HAVE_WORKING_UTIMES 1
959 | #define HAVE_STRUCT_UTIMBUF 1
960 | #define HAVE_WORKING_O_NOATIME 1
961 | #define HAVE_WORKING_O_NOFOLLOW 1
962 | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
963 | #define GNULIB_FCNTL_SAFER 1
964 | #define HAVE_INLINE 1
965 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
966 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
967 | /* end confdefs.h.  */
968 | #include <sys/types.h>
969 |       #include <sys/stat.h>
970
971 | int
972 | main ()
973 | {
974 | static struct stat ac_aggr;
975 | if (ac_aggr.st_birthtimensec)
976 | return 0;
977 |   ;
978 |   return 0;
979 | }
980 configure:8364: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
981 conftest.c: In function 'main':
982 conftest.c:68: error: 'struct stat' has no member named 'st_birthtimensec'
983 configure:8370: $? = 1
984 configure: failed program was:
985 | /* confdefs.h.  */
986 | #define PACKAGE_NAME "gzip"
987 | #define PACKAGE_TARNAME "gzip"
988 | #define PACKAGE_VERSION "1.3.12"
989 | #define PACKAGE_STRING "gzip 1.3.12"
990 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
991 | #define PACKAGE "gzip"
992 | #define VERSION "1.3.12"
993 | #define _GNU_SOURCE 1
994 | #define STDC_HEADERS 1
995 | #define HAVE_SYS_TYPES_H 1
996 | #define HAVE_SYS_STAT_H 1
997 | #define HAVE_STDLIB_H 1
998 | #define HAVE_STRING_H 1
999 | #define HAVE_MEMORY_H 1
1000 | #define HAVE_STRINGS_H 1
1001 | #define HAVE_INTTYPES_H 1
1002 | #define HAVE_STDINT_H 1
1003 | #define HAVE_UNISTD_H 1
1004 | #define __EXTENSIONS__ 1
1005 | #define _POSIX_PTHREAD_SEMANTICS 1
1006 | #define _TANDEM_SOURCE 1
1007 | #define HAVE_DECL_STRERROR_R 1
1008 | #define HAVE_STRERROR_R 1
1009 | #define STRERROR_R_CHAR_P 1
1010 | #define HAVE_FCNTL_H 1
1011 | #define HAVE_SYS_TIME_H 1
1012 | #define HAVE_STDLIB_H 1
1013 | #define HAVE_SYS_STAT_H 1
1014 | #define HAVE_TIME_H 1
1015 | #define HAVE_UNISTD_H 1
1016 | #define HAVE_UTIME_H 1
1017 | #define HAVE_LIMITS_H 1
1018 | #define HAVE_MEMORY_H 1
1019 | #define HAVE_GETOPT_H 1
1020 | #define HAVE_GETOPT_LONG_ONLY 1
1021 | #define HAVE_DECL_GETENV 1
1022 | #define HAVE__BOOL 1
1023 | #define HAVE_STDBOOL_H 1
1024 | #define HAVE_LSTAT 1
1025 | #define HAVE_PIPE 1
1026 | #define HAVE_FUTIMES 1
1027 | #define HAVE_FUTIMESAT 1
1028 | #define HAVE_CHOWN 1
1029 | #define HAVE_FCHMOD 1
1030 | #define HAVE_FCHOWN 1
1031 | #define HAVE_FDOPENDIR 1
1032 | #define HAVE_SIGINTERRUPT 1
1033 | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
1034 | #define ABSOLUTE_TIME_H "///usr/include/time.h"
1035 | #define HAVE_WORKING_UTIMES 1
1036 | #define HAVE_STRUCT_UTIMBUF 1
1037 | #define HAVE_WORKING_O_NOATIME 1
1038 | #define HAVE_WORKING_O_NOFOLLOW 1
1039 | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
1040 | #define GNULIB_FCNTL_SAFER 1
1041 | #define HAVE_INLINE 1
1042 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
1043 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
1044 | /* end confdefs.h.  */
1045 | #include <sys/types.h>
1046 |       #include <sys/stat.h>
1047
1048 | int
1049 | main ()
1050 | {
1051 | static struct stat ac_aggr;
1052 | if (sizeof ac_aggr.st_birthtimensec)
1053 | return 0;
1054 |   ;
1055 |   return 0;
1056 | }
1057 configure:8388: result: no
1058 configure:8398: checking for struct stat.st_birthtim.tv_nsec
1059 configure:8428: gcc -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
1060 conftest.c: In function 'main':
1061 conftest.c:68: error: 'struct stat' has no member named 'st_birthtim'
1062 configure:8434: $? = 1
1063 configure: failed program was:
1064 | /* confdefs.h.  */
1065 | #define PACKAGE_NAME "gzip"
1066 | #define PACKAGE_TARNAME "gzip"
1067 | #define PACKAGE_VERSION "1.3.12"
1068 | #define PACKAGE_STRING "gzip 1.3.12"
1069 | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
1070 | #define PACKAGE "gzip"
1071 | #define VERSION "1.3.12"
1072 | #define _GNU_SOURCE 1
1073 | #define STDC_HEADERS 1
1074 | #define HAVE_SYS_TYPES_H 1
1075 | #define HAVE_SYS_STAT_H 1
1076 | #define HAVE_STDLIB_H 1
1077 | #define HAVE_STRING_H 1
1078 | #define HAVE_MEMORY_H 1
1079 | #define HAVE_STRINGS_H 1
1080 | #define HAVE_INTTYPES_H 1
1081 | #define HAVE_STDINT_H 1
1082 | #define HAVE_UNISTD_H 1
1083 | #define __EXTENSIONS__ 1
1084 | #define _POSIX_PTHREAD_SEMANTICS 1
1085 | #define _TANDEM_SOURCE 1
1086 | #define HAVE_DECL_STRERROR_R 1
1087 | #define HAVE_STRERROR_R 1
1088 | #define STRERROR_R_CHAR_P 1
1089 | #define HAVE_FCNTL_H 1
1090 | #define HAVE_SYS_TIME_H 1
1091 | #define HAVE_STDLIB_H 1
1092 | #define HAVE_SYS_STAT_H 1
1093 | #define HAVE_TIME_H 1
1094 | #define HAVE_UNISTD_H 1
1095 | #define HAVE_UTIME_H 1
1096 | #define HAVE_LIMITS_H 1
1097 | #define HAVE_MEMORY_H 1
1098 | #define HAVE_GETOPT_H 1
1099 | #define HAVE_GETOPT_LONG_ONLY 1
1100 | #define HAVE_DECL_GETENV 1
1101 | #define HAVE__BOOL 1
1102 | #define HAVE_STDBOOL_H 1
1103 | #define HAVE_LSTAT 1
1104 | #define HAVE_PIPE 1
1105 | #define HAVE_FUTIMES 1
1106 | #define HAVE_FUTIMESAT 1
1107 | #define HAVE_CHOWN 1
1108 | #define HAVE_FCHMOD 1
1109 | #define HAVE_FCHOWN 1
1110 | #define HAVE_FDOPENDIR 1
1111 | #define HAVE_SIGINTERRUPT 1
1112 | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
1113 | #define ABSOLUTE_TIME_H "///usr/include/time.h"
1114 | #define HAVE_WORKING_UTIMES 1
1115 | #define HAVE_STRUCT_UTIMBUF 1
1116 | #define HAVE_WORKING_O_NOATIME 1
1117 | #define HAVE_WORKING_O_NOFOLLOW 1
1118 | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
1119 | #define GNULIB_FCNTL_SAFER 1
1120 | #define HAVE_INLINE 1
1121 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
1122 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
1123 | /* end confdefs.h.  */
1124 | #include <sys/types.h>
1125 |         #include <sys/stat.h>
1126
1127 | int
1128 | main ()
1129 | {
1130 | static struct stat ac_aggr;
1131 | if (ac_aggr.st_birthtim.tv_nsec)
1132 | return 0;
1133 |   ;
1134 |   return 0;
1135 | }
1136
1137 ## ---------------- ##
1138 ## Cache variables. ##
1139 ## ---------------- ##
1140
1141 ac_cv_c_compiler_gnu=yes
1142 ac_cv_c_inline=inline
1143 ac_cv_c_restrict=restrict
1144 ac_cv_env_CC_set=
1145 ac_cv_env_CC_value=
1146 ac_cv_env_CFLAGS_set=set
1147 ac_cv_env_CFLAGS_value='-g -O2 -Wall'
1148 ac_cv_env_CPPFLAGS_set=
1149 ac_cv_env_CPPFLAGS_value=
1150 ac_cv_env_CPP_set=
1151 ac_cv_env_CPP_value=
1152 ac_cv_env_LDFLAGS_set=
1153 ac_cv_env_LDFLAGS_value=
1154 ac_cv_env_LIBS_set=
1155 ac_cv_env_LIBS_value=
1156 ac_cv_env_build_alias_set=
1157 ac_cv_env_build_alias_value=
1158 ac_cv_env_host_alias_set=
1159 ac_cv_env_host_alias_value=
1160 ac_cv_env_target_alias_set=
1161 ac_cv_env_target_alias_value=
1162 ac_cv_func_chown=yes
1163 ac_cv_func_fchmod=yes
1164 ac_cv_func_fchown=yes
1165 ac_cv_func_fdopendir=yes
1166 ac_cv_func_futimes=yes
1167 ac_cv_func_futimesat=yes
1168 ac_cv_func_getopt_long_only=yes
1169 ac_cv_func_lstat=yes
1170 ac_cv_func_pipe=yes
1171 ac_cv_func_siginterrupt=yes
1172 ac_cv_func_strerror_r=yes
1173 ac_cv_func_strerror_r_char_p=yes
1174 ac_cv_have_decl_getenv=yes
1175 ac_cv_have_decl_optreset=no
1176 ac_cv_have_decl_strerror_r=yes
1177 ac_cv_header_fcntl_h=yes
1178 ac_cv_header_getopt_h=yes
1179 ac_cv_header_inttypes_h=yes
1180 ac_cv_header_limits_h=yes
1181 ac_cv_header_memory_h=yes
1182 ac_cv_header_minix_config_h=no
1183 ac_cv_header_stat_broken=no
1184 ac_cv_header_stdbool_h=yes
1185 ac_cv_header_stdc=yes
1186 ac_cv_header_stdint_h=yes
1187 ac_cv_header_stdlib_h=yes
1188 ac_cv_header_string_h=yes
1189 ac_cv_header_strings_h=yes
1190 ac_cv_header_sys_stat_h=yes
1191 ac_cv_header_sys_time_h=yes
1192 ac_cv_header_sys_types_h=yes
1193 ac_cv_header_time_h=yes
1194 ac_cv_header_unistd_h=yes
1195 ac_cv_header_utime_h=yes
1196 ac_cv_lib_error_at_line=yes
1197 ac_cv_member_struct_stat_st_atim_tv_nsec=yes
1198 ac_cv_member_struct_stat_st_birthtimensec=no
1199 ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no
1200 ac_cv_objext=o
1201 ac_cv_path_EGREP='/bin/grep -E'
1202 ac_cv_path_GREP=/bin/grep
1203 ac_cv_path_install='/usr/bin/install -c'
1204 ac_cv_path_mkdir=/bin/mkdir
1205 ac_cv_path_shell=/bin/sh
1206 ac_cv_prog_AWK=gawk
1207 ac_cv_prog_CPP='gcc -std=gnu99 -E'
1208 ac_cv_prog_ac_ct_CC=gcc
1209 ac_cv_prog_ac_ct_NM=nm
1210 ac_cv_prog_ac_ct_RANLIB=ranlib
1211 ac_cv_prog_cc_c89=
1212 ac_cv_prog_cc_c99=-std=gnu99
1213 ac_cv_prog_cc_g=yes
1214 ac_cv_prog_cc_gcc_c_o=yes
1215 ac_cv_prog_cc_stdc=-std=gnu99
1216 ac_cv_prog_make_make_set=yes
1217 ac_cv_safe_to_define___extensions__=yes
1218 ac_cv_sys_file_offset_bits=no
1219 ac_cv_sys_largefile_CC=no
1220 ac_cv_type__Bool=yes
1221 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
1222 am_cv_CC_dependencies_compiler_type=gcc3
1223 gl_cv_absolute_fcntl_h=///usr/include/fcntl.h
1224 gl_cv_absolute_sys_time_h=///usr/include/sys/time.h
1225 gl_cv_absolute_time_h=///usr/include/time.h
1226 gl_cv_c_inline_effective=yes
1227 gl_cv_func_gnu_getopt=yes
1228 gl_cv_func_working_utimes=yes
1229 gl_cv_header_working_fcntl_h=yes
1230 gl_cv_sys_struct_timespec_in_time_h=yes
1231 gl_cv_sys_struct_timeval=yes
1232 gl_cv_sys_struct_utimbuf=yes
1233
1234 ## ----------------- ##
1235 ## Output variables. ##
1236 ## ----------------- ##
1237
1238 ABSOLUTE_FCNTL_H='"///usr/include/fcntl.h"'
1239 ABSOLUTE_STDLIB_H=''
1240 ABSOLUTE_SYS_STAT_H=''
1241 ABSOLUTE_SYS_TIME_H='"///usr/include/sys/time.h"'
1242 ABSOLUTE_TIME_H='"///usr/include/time.h"'
1243 ABSOLUTE_UNISTD_H=''
1244 ACLOCAL='${SHELL} /home/aj/S/gzip/gzip-1.3.12/build-aux/missing --run aclocal-1.10'
1245 AMDEPBACKSLASH='\'
1246 AMDEP_FALSE='#'
1247 AMDEP_TRUE=''
1248 AMTAR='${SHELL} /home/aj/S/gzip/gzip-1.3.12/build-aux/missing --run tar'
1249 ASCPPFLAGS=''
1250 ASCPPPOST=''
1251 ASFLAGS_config=''
1252 AUTOCONF='${SHELL} /home/aj/S/gzip/gzip-1.3.12/build-aux/missing --run autoconf'
1253 AUTOHEADER='${SHELL} /home/aj/S/gzip/gzip-1.3.12/build-aux/missing --run autoheader'
1254 AUTOMAKE='${SHELL} /home/aj/S/gzip/gzip-1.3.12/build-aux/missing --run automake-1.10'
1255 AWK='gawk'
1256 CC='gcc -std=gnu99'
1257 CCDEPMODE='depmode=gcc3'
1258 CFLAGS='-g -O2 -Wall'
1259 CPP='gcc -std=gnu99 -E'
1260 CPPFLAGS=''
1261 CYGPATH_W='echo'
1262 DEFS=''
1263 DEPDIR='.deps'
1264 ECHO_C=''
1265 ECHO_N='-n'
1266 ECHO_T=''
1267 EGREP='/bin/grep -E'
1268 EXEEXT=''
1269 FCNTL_H='fcntl.h'
1270 GETOPT_H=''
1271 GL_COND_LIBTOOL_FALSE=''
1272 GL_COND_LIBTOOL_TRUE='#'
1273 GNULIB_CHOWN='0'
1274 GNULIB_DUP2='0'
1275 GNULIB_FCHDIR='0'
1276 GNULIB_FTRUNCATE='0'
1277 GNULIB_GETCWD='0'
1278 GNULIB_GETLOGIN_R='0'
1279 GNULIB_GETSUBOPT='0'
1280 GNULIB_MKDTEMP='0'
1281 GNULIB_MKSTEMP='0'
1282 GNULIB_READLINK='0'
1283 GREP='/bin/grep'
1284 HAVE_DECL_GETLOGIN_R='1'
1285 HAVE_DUP2='1'
1286 HAVE_FTRUNCATE='1'
1287 HAVE_GETSUBOPT='1'
1288 HAVE_MKDTEMP='1'
1289 HAVE_READLINK='1'
1290 HAVE_STRUCT_TIMEVAL='1'
1291 HAVE_SYS_TIME_H='1'
1292 HAVE_UNISTD_H=''
1293 HAVE__BOOL=''
1294 INSTALL_DATA='${INSTALL} -m 644'
1295 INSTALL_PROGRAM='${INSTALL}'
1296 INSTALL_SCRIPT='${INSTALL}'
1297 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1298 LDFLAGS=''
1299 LIBGZIP_LIBDEPS=''
1300 LIBGZIP_LTLIBDEPS=''
1301 LIBINTL=''
1302 LIBOBJS=''
1303 LIBS=''
1304 LN_S='ln -s'
1305 LTLIBINTL=''
1306 LTLIBOBJS=''
1307 MAKEINFO='${SHELL} /home/aj/S/gzip/gzip-1.3.12/build-aux/missing --run makeinfo'
1308 NM='nm'
1309 OBJEXT='o'
1310 PACKAGE='gzip'
1311 PACKAGE_BUGREPORT='bug-gzip@gnu.org'
1312 PACKAGE_NAME='gzip'
1313 PACKAGE_STRING='gzip 1.3.12'
1314 PACKAGE_TARNAME='gzip'
1315 PACKAGE_VERSION='1.3.12'
1316 PATH_SEPARATOR=':'
1317 RANLIB='ranlib'
1318 REPLACE_CHOWN='0'
1319 REPLACE_FCHDIR='0'
1320 REPLACE_GETCWD='0'
1321 REPLACE_GETTIMEOFDAY='0'
1322 REPLACE_LOCALTIME_R='GNULIB_PORTCHECK'
1323 REPLACE_MKSTEMP='0'
1324 REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
1325 REPLACE_STRPTIME='GNULIB_PORTCHECK'
1326 REPLACE_TIMEGM='GNULIB_PORTCHECK'
1327 SET_MAKE=''
1328 SHELL='/bin/sh'
1329 STDBOOL_H=''
1330 STRIP=''
1331 SYS_STAT_H=''
1332 SYS_TIME_H=''
1333 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
1334 TIME_H_DEFINES_STRUCT_TIMESPEC='1'
1335 VERSION='1.3.12'
1336 ac_ct_CC='gcc'
1337 ac_prefix_program=''
1338 am__fastdepCC_FALSE='#'
1339 am__fastdepCC_TRUE=''
1340 am__include='include'
1341 am__isrc=''
1342 am__leading_dot='.'
1343 am__quote=''
1344 am__tar='${AMTAR} chof - "$$tardir"'
1345 am__untar='${AMTAR} xf -'
1346 bindir='/bin'
1347 build_alias=''
1348 datadir='${datarootdir}'
1349 datarootdir='${prefix}/share'
1350 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1351 dvidir='${docdir}'
1352 exec_prefix='NONE'
1353 gl_LIBOBJS=' exitfail.o open-safer.o creat-safer.o'
1354 gl_LTLIBOBJS=''
1355 host_alias=''
1356 htmldir='${docdir}'
1357 includedir='${prefix}/include'
1358 infodir='/home/aj/S/gzip/gzip-1.3.12/debian/gzip/usr/share/info'
1359 install_sh='$(SHELL) /home/aj/S/gzip/gzip-1.3.12/build-aux/install-sh'
1360 libdir='${exec_prefix}/lib'
1361 libexecdir='${exec_prefix}/libexec'
1362 localedir='${datarootdir}/locale'
1363 localstatedir='${prefix}/var'
1364 mandir='/home/aj/S/gzip/gzip-1.3.12/debian/gzip/usr/share/man'
1365 mkdir_p='/bin/mkdir -p'
1366 oldincludedir='/usr/include'
1367 pdfdir='${docdir}'
1368 prefix='/usr'
1369 program_transform_name='s,x,x,'
1370 psdir='${docdir}'
1371 sbindir='${exec_prefix}/sbin'
1372 sharedstatedir='${prefix}/com'
1373 sysconfdir='${prefix}/etc'
1374 target_alias=''
1375
1376 ## ----------- ##
1377 ## confdefs.h. ##
1378 ## ----------- ##
1379
1380 #define PACKAGE_NAME "gzip"
1381 #define PACKAGE_TARNAME "gzip"
1382 #define PACKAGE_VERSION "1.3.12"
1383 #define PACKAGE_STRING "gzip 1.3.12"
1384 #define PACKAGE_BUGREPORT "bug-gzip@gnu.org"
1385 #define PACKAGE "gzip"
1386 #define VERSION "1.3.12"
1387 #define _GNU_SOURCE 1
1388 #define STDC_HEADERS 1
1389 #define HAVE_SYS_TYPES_H 1
1390 #define HAVE_SYS_STAT_H 1
1391 #define HAVE_STDLIB_H 1
1392 #define HAVE_STRING_H 1
1393 #define HAVE_MEMORY_H 1
1394 #define HAVE_STRINGS_H 1
1395 #define HAVE_INTTYPES_H 1
1396 #define HAVE_STDINT_H 1
1397 #define HAVE_UNISTD_H 1
1398 #define __EXTENSIONS__ 1
1399 #define _POSIX_PTHREAD_SEMANTICS 1
1400 #define _TANDEM_SOURCE 1
1401 #define HAVE_DECL_STRERROR_R 1
1402 #define HAVE_STRERROR_R 1
1403 #define STRERROR_R_CHAR_P 1
1404 #define HAVE_FCNTL_H 1
1405 #define HAVE_SYS_TIME_H 1
1406 #define HAVE_STDLIB_H 1
1407 #define HAVE_SYS_STAT_H 1
1408 #define HAVE_TIME_H 1
1409 #define HAVE_UNISTD_H 1
1410 #define HAVE_UTIME_H 1
1411 #define HAVE_LIMITS_H 1
1412 #define HAVE_MEMORY_H 1
1413 #define HAVE_GETOPT_H 1
1414 #define HAVE_GETOPT_LONG_ONLY 1
1415 #define HAVE_DECL_GETENV 1
1416 #define HAVE__BOOL 1
1417 #define HAVE_STDBOOL_H 1
1418 #define HAVE_LSTAT 1
1419 #define HAVE_PIPE 1
1420 #define HAVE_FUTIMES 1
1421 #define HAVE_FUTIMESAT 1
1422 #define HAVE_CHOWN 1
1423 #define HAVE_FCHMOD 1
1424 #define HAVE_FCHOWN 1
1425 #define HAVE_FDOPENDIR 1
1426 #define HAVE_SIGINTERRUPT 1
1427 #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
1428 #define ABSOLUTE_TIME_H "///usr/include/time.h"
1429 #define HAVE_WORKING_UTIMES 1
1430 #define HAVE_STRUCT_UTIMBUF 1
1431 #define HAVE_WORKING_O_NOATIME 1
1432 #define HAVE_WORKING_O_NOFOLLOW 1
1433 #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
1434 #define GNULIB_FCNTL_SAFER 1
1435 #define HAVE_INLINE 1
1436 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
1437 #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
1438
1439 configure: caught signal 2
1440 configure: exit 1