root/morphix/trunk/cloop/advancecomp-1.9_create_compressed_fs/config.log

Revision 2, 25.9 kB (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

Line 
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 AdvanceCOMP configure 1.9, which was
5 generated by GNU Autoconf 2.59.  Invocation command line was
6
7   $ ./configure
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = Koffer
14 uname -m = i686
15 uname -r = 2.4.24
16 uname -s = Linux
17 uname -v = #1 Di Jan 27 00:28:17 CET 2004
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = i686
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 hostinfo               = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /home/knopper/bin
31 PATH: /sbin
32 PATH: /bin
33 PATH: /usr/sbin
34 PATH: /usr/bin
35 PATH: /usr/X11R6/bin
36 PATH: /usr/local/sbin
37 PATH: /usr/local/bin
38 PATH: /usr/games
39 PATH: .
40
41
42 ## ----------- ##
43 ## Core tests. ##
44 ## ----------- ##
45
46 configure:1363: checking for a BSD-compatible install
47 configure:1418: result: /usr/bin/install -c
48 configure:1429: checking whether build environment is sane
49 configure:1472: result: yes
50 configure:1505: checking for gawk
51 configure:1521: found /usr/bin/gawk
52 configure:1531: result: gawk
53 configure:1541: checking whether make sets $(MAKE)
54 configure:1561: result: yes
55 configure:1733: checking build system type
56 configure:1751: result: i686-pc-linux-gnu
57 configure:1759: checking host system type
58 configure:1773: result: i686-pc-linux-gnu
59 configure:1835: checking for g++
60 configure:1851: found /usr/bin/g++
61 configure:1861: result: g++
62 configure:1877: checking for C++ compiler version
63 configure:1880: g++ --version </dev/null >&5
64 g++ (GCC) 3.3.2 (Debian)
65 Copyright (C) 2003 Free Software Foundation, Inc.
66 This is free software; see the source for copying conditions.  There is NO
67 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
68
69 configure:1883: $? = 0
70 configure:1885: g++ -v </dev/null >&5
71 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
72 Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
73 Thread model: posix
74 gcc version 3.3.2 (Debian)
75 configure:1888: $? = 0
76 configure:1890: g++ -V </dev/null >&5
77 g++: `-V' option must have argument
78 configure:1893: $? = 1
79 configure:1916: checking for C++ compiler default output file name
80 configure:1919: g++    conftest.cc  >&5
81 configure:1922: $? = 0
82 configure:1968: result: a.out
83 configure:1973: checking whether the C++ compiler works
84 configure:1979: ./a.out
85 configure:1982: $? = 0
86 configure:1999: result: yes
87 configure:2006: checking whether we are cross compiling
88 configure:2008: result: no
89 configure:2011: checking for suffix of executables
90 configure:2013: g++ -o conftest    conftest.cc  >&5
91 configure:2016: $? = 0
92 configure:2041: result:
93 configure:2047: checking for suffix of object files
94 configure:2068: g++ -c   conftest.cc >&5
95 configure:2071: $? = 0
96 configure:2093: result: o
97 configure:2097: checking whether we are using the GNU C++ compiler
98 configure:2121: g++ -c   conftest.cc >&5
99 configure:2127: $? = 0
100 configure:2130: test -z                          || test ! -s conftest.err
101 configure:2133: $? = 0
102 configure:2136: test -s conftest.o
103 configure:2139: $? = 0
104 configure:2152: result: yes
105 configure:2158: checking whether g++ accepts -g
106 configure:2179: g++ -c -g  conftest.cc >&5
107 configure:2185: $? = 0
108 configure:2188: test -z                          || test ! -s conftest.err
109 configure:2191: $? = 0
110 configure:2194: test -s conftest.o
111 configure:2197: $? = 0
112 configure:2208: result: yes
113 configure:2250: g++ -c -g -O2  conftest.cc >&5
114 configure:2256: $? = 0
115 configure:2259: test -z                          || test ! -s conftest.err
116 configure:2262: $? = 0
117 configure:2265: test -s conftest.o
118 configure:2268: $? = 0
119 configure:2294: g++ -c -g -O2  conftest.cc >&5
120 conftest.cc: In function `int main()':
121 conftest.cc:15: error: `exit' undeclared (first use this function)
122 conftest.cc:15: error: (Each undeclared identifier is reported only once for
123    each function it appears in.)
124 configure:2300: $? = 1
125 configure: failed program was:
126 | /* confdefs.h.  */
127 |
128 | #define PACKAGE_NAME "AdvanceCOMP"
129 | #define PACKAGE_TARNAME "advancecomp"
130 | #define PACKAGE_VERSION "1.9"
131 | #define PACKAGE_STRING "AdvanceCOMP 1.9"
132 | #define PACKAGE_BUGREPORT ""
133 | #define PACKAGE "advancecomp"
134 | #define VERSION "1.9"
135 | /* end confdefs.h.  */
136 |
137 | int
138 | main ()
139 | {
140 | exit (42);
141 |   ;
142 |   return 0;
143 | }
144 configure:2250: g++ -c -g -O2  conftest.cc >&5
145 configure:2256: $? = 0
146 configure:2259: test -z                          || test ! -s conftest.err
147 configure:2262: $? = 0
148 configure:2265: test -s conftest.o
149 configure:2268: $? = 0
150 configure:2294: g++ -c -g -O2  conftest.cc >&5
151 configure:2300: $? = 0
152 configure:2303: test -z                          || test ! -s conftest.err
153 configure:2306: $? = 0
154 configure:2309: test -s conftest.o
155 configure:2312: $? = 0
156 configure:2381: checking for gcc
157 configure:2397: found /usr/bin/gcc
158 configure:2407: result: gcc
159 configure:2651: checking for C compiler version
160 configure:2654: gcc --version </dev/null >&5
161 gcc (GCC) 3.3.2 (Debian)
162 Copyright (C) 2003 Free Software Foundation, Inc.
163 This is free software; see the source for copying conditions.  There is NO
164 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
165
166 configure:2657: $? = 0
167 configure:2659: gcc -v </dev/null >&5
168 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
169 Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
170 Thread model: posix
171 gcc version 3.3.2 (Debian)
172 configure:2662: $? = 0
173 configure:2664: gcc -V </dev/null >&5
174 gcc: `-V' option must have argument
175 configure:2667: $? = 1
176 configure:2670: checking whether we are using the GNU C compiler
177 configure:2694: gcc -c   conftest.c >&5
178 configure:2700: $? = 0
179 configure:2703: test -z                          || test ! -s conftest.err
180 configure:2706: $? = 0
181 configure:2709: test -s conftest.o
182 configure:2712: $? = 0
183 configure:2725: result: yes
184 configure:2731: checking whether gcc accepts -g
185 configure:2752: gcc -c -g  conftest.c >&5
186 configure:2758: $? = 0
187 configure:2761: test -z                          || test ! -s conftest.err
188 configure:2764: $? = 0
189 configure:2767: test -s conftest.o
190 configure:2770: $? = 0
191 configure:2781: result: yes
192 configure:2798: checking for gcc option to accept ANSI C
193 configure:2868: gcc  -c -g -O2  conftest.c >&5
194 configure:2874: $? = 0
195 configure:2877: test -z                          || test ! -s conftest.err
196 configure:2880: $? = 0
197 configure:2883: test -s conftest.o
198 configure:2886: $? = 0
199 configure:2904: result: none needed
200 configure:2922: gcc -c -g -O2  conftest.c >&5
201 conftest.c:2: error: parse error before "me"
202 configure:2928: $? = 1
203 configure: failed program was:
204 | #ifndef __cplusplus
205 |   choke me
206 | #endif
207 configure:3071: checking for a BSD-compatible install
208 configure:3126: result: /usr/bin/install -c
209 configure:3141: checking for gawk
210 configure:3167: result: gawk
211 configure:3181: checking for tar
212 configure:3197: found /bin/tar
213 configure:3207: result: tar
214 configure:3221: checking for gzip
215 configure:3237: found /bin/gzip
216 configure:3247: result: gzip
217 configure:3261: checking for groff
218 configure:3277: found /usr/bin/groff
219 configure:3287: result: groff
220 configure:3301: checking for col
221 configure:3317: found /usr/bin/col
222 configure:3327: result: col
223 configure:3341: checking for adler32 in -lz
224 configure:3371: gcc -o conftest -g -O2   conftest.c -lz   >&5
225 configure:3377: $? = 0
226 configure:3380: test -z                          || test ! -s conftest.err
227 configure:3383: $? = 0
228 configure:3386: test -s conftest
229 configure:3389: $? = 0
230 configure:3402: result: yes
231 configure:3420: checking how to run the C preprocessor
232 configure:3455: gcc -E  conftest.c
233 configure:3461: $? = 0
234 configure:3493: gcc -E  conftest.c
235 conftest.c:15:28: ac_nonexistent.h: No such file or directory
236 configure:3499: $? = 1
237 configure: failed program was:
238 | /* confdefs.h.  */
239 |
240 | #define PACKAGE_NAME "AdvanceCOMP"
241 | #define PACKAGE_TARNAME "advancecomp"
242 | #define PACKAGE_VERSION "1.9"
243 | #define PACKAGE_STRING "AdvanceCOMP 1.9"
244 | #define PACKAGE_BUGREPORT ""
245 | #define PACKAGE "advancecomp"
246 | #define VERSION "1.9"
247 | #ifdef __cplusplus
248 | extern "C" void std::exit (int) throw (); using std::exit;
249 | #endif
250 | #define HAVE_LIBZ 1
251 | /* end confdefs.h.  */
252 | #include <ac_nonexistent.h>
253 configure:3538: result: gcc -E
254 configure:3562: gcc -E  conftest.c
255 configure:3568: $? = 0
256 configure:3600: gcc -E  conftest.c
257 conftest.c:15:28: ac_nonexistent.h: No such file or directory
258 configure:3606: $? = 1
259 configure: failed program was:
260 | /* confdefs.h.  */
261 |
262 | #define PACKAGE_NAME "AdvanceCOMP"
263 | #define PACKAGE_TARNAME "advancecomp"
264 | #define PACKAGE_VERSION "1.9"
265 | #define PACKAGE_STRING "AdvanceCOMP 1.9"
266 | #define PACKAGE_BUGREPORT ""
267 | #define PACKAGE "advancecomp"
268 | #define VERSION "1.9"
269 | #ifdef __cplusplus
270 | extern "C" void std::exit (int) throw (); using std::exit;
271 | #endif
272 | #define HAVE_LIBZ 1
273 | /* end confdefs.h.  */
274 | #include <ac_nonexistent.h>
275 configure:3650: checking for egrep
276 configure:3660: result: grep -E
277 configure:3665: checking for ANSI C header files
278 configure:3690: gcc -c -g -O2  conftest.c >&5
279 configure:3696: $? = 0
280 configure:3699: test -z                          || test ! -s conftest.err
281 configure:3702: $? = 0
282 configure:3705: test -s conftest.o
283 configure:3708: $? = 0
284 configure:3794: gcc -o conftest -g -O2   conftest.c -lz  >&5
285 configure:3797: $? = 0
286 configure:3799: ./conftest
287 configure:3802: $? = 0
288 configure:3817: result: yes
289 configure:3841: checking for sys/types.h
290 configure:3857: gcc -c -g -O2  conftest.c >&5
291 configure:3863: $? = 0
292 configure:3866: test -z                          || test ! -s conftest.err
293 configure:3869: $? = 0
294 configure:3872: test -s conftest.o
295 configure:3875: $? = 0
296 configure:3886: result: yes
297 configure:3841: checking for sys/stat.h
298 configure:3857: gcc -c -g -O2  conftest.c >&5
299 configure:3863: $? = 0
300 configure:3866: test -z                          || test ! -s conftest.err
301 configure:3869: $? = 0
302 configure:3872: test -s conftest.o
303 configure:3875: $? = 0
304 configure:3886: result: yes
305 configure:3841: checking for stdlib.h
306 configure:3857: gcc -c -g -O2  conftest.c >&5
307 configure:3863: $? = 0
308 configure:3866: test -z                          || test ! -s conftest.err
309 configure:3869: $? = 0
310 configure:3872: test -s conftest.o
311 configure:3875: $? = 0
312 configure:3886: result: yes
313 configure:3841: checking for string.h
314 configure:3857: gcc -c -g -O2  conftest.c >&5
315 configure:3863: $? = 0
316 configure:3866: test -z                          || test ! -s conftest.err
317 configure:3869: $? = 0
318 configure:3872: test -s conftest.o
319 configure:3875: $? = 0
320 configure:3886: result: yes
321 configure:3841: checking for memory.h
322 configure:3857: gcc -c -g -O2  conftest.c >&5
323 configure:3863: $? = 0
324 configure:3866: test -z                          || test ! -s conftest.err
325 configure:3869: $? = 0
326 configure:3872: test -s conftest.o
327 configure:3875: $? = 0
328 configure:3886: result: yes
329 configure:3841: checking for strings.h
330 configure:3857: gcc -c -g -O2  conftest.c >&5
331 configure:3863: $? = 0
332 configure:3866: test -z                          || test ! -s conftest.err
333 configure:3869: $? = 0
334 configure:3872: test -s conftest.o
335 configure:3875: $? = 0
336 configure:3886: result: yes
337 configure:3841: checking for inttypes.h
338 configure:3857: gcc -c -g -O2  conftest.c >&5
339 configure:3863: $? = 0
340 configure:3866: test -z                          || test ! -s conftest.err
341 configure:3869: $? = 0
342 configure:3872: test -s conftest.o
343 configure:3875: $? = 0
344 configure:3886: result: yes
345 configure:3841: checking for stdint.h
346 configure:3857: gcc -c -g -O2  conftest.c >&5
347 configure:3863: $? = 0
348 configure:3866: test -z                          || test ! -s conftest.err
349 configure:3869: $? = 0
350 configure:3872: test -s conftest.o
351 configure:3875: $? = 0
352 configure:3886: result: yes
353 configure:3841: checking for unistd.h
354 configure:3857: gcc -c -g -O2  conftest.c >&5
355 configure:3863: $? = 0
356 configure:3866: test -z                          || test ! -s conftest.err
357 configure:3869: $? = 0
358 configure:3872: test -s conftest.o
359 configure:3875: $? = 0
360 configure:3886: result: yes
361 configure:3908: checking for unistd.h
362 configure:3913: result: yes
363 configure:3917: checking utime.h usability
364 configure:3929: gcc -c -g -O2  conftest.c >&5
365 configure:3935: $? = 0
366 configure:3938: test -z                          || test ! -s conftest.err
367 configure:3941: $? = 0
368 configure:3944: test -s conftest.o
369 configure:3947: $? = 0
370 configure:3957: result: yes
371 configure:3961: checking utime.h presence
372 configure:3971: gcc -E  conftest.c
373 configure:3977: $? = 0
374 configure:3997: result: yes
375 configure:4032: checking for utime.h
376 configure:4039: result: yes
377 configure:3917: checking sys/utime.h usability
378 configure:3929: gcc -c -g -O2  conftest.c >&5
379 conftest.c:61:23: sys/utime.h: No such file or directory
380 configure:3935: $? = 1
381 configure: failed program was:
382 | /* confdefs.h.  */
383 |
384 | #define PACKAGE_NAME "AdvanceCOMP"
385 | #define PACKAGE_TARNAME "advancecomp"
386 | #define PACKAGE_VERSION "1.9"
387 | #define PACKAGE_STRING "AdvanceCOMP 1.9"
388 | #define PACKAGE_BUGREPORT ""
389 | #define PACKAGE "advancecomp"
390 | #define VERSION "1.9"
391 | #ifdef __cplusplus
392 | extern "C" void std::exit (int) throw (); using std::exit;
393 | #endif
394 | #define HAVE_LIBZ 1
395 | #define STDC_HEADERS 1
396 | #define HAVE_SYS_TYPES_H 1
397 | #define HAVE_SYS_STAT_H 1
398 | #define HAVE_STDLIB_H 1
399 | #define HAVE_STRING_H 1
400 | #define HAVE_MEMORY_H 1
401 | #define HAVE_STRINGS_H 1
402 | #define HAVE_INTTYPES_H 1
403 | #define HAVE_STDINT_H 1
404 | #define HAVE_UNISTD_H 1
405 | #define HAVE_UNISTD_H 1
406 | #define HAVE_UTIME_H 1
407 | /* end confdefs.h.  */
408 | #include <stdio.h>
409 | #if HAVE_SYS_TYPES_H
410 | # include <sys/types.h>
411 | #endif
412 | #if HAVE_SYS_STAT_H
413 | # include <sys/stat.h>
414 | #endif
415 | #if STDC_HEADERS
416 | # include <stdlib.h>
417 | # include <stddef.h>
418 | #else
419 | # if HAVE_STDLIB_H
420 | #  include <stdlib.h>
421 | # endif
422 | #endif
423 | #if HAVE_STRING_H
424 | # if !STDC_HEADERS && HAVE_MEMORY_H
425 | #  include <memory.h>
426 | # endif
427 | # include <string.h>
428 | #endif
429 | #if HAVE_STRINGS_H
430 | # include <strings.h>
431 | #endif
432 | #if HAVE_INTTYPES_H
433 | # include <inttypes.h>
434 | #else
435 | # if HAVE_STDINT_H
436 | #  include <stdint.h>
437 | # endif
438 | #endif
439 | #if HAVE_UNISTD_H
440 | # include <unistd.h>
441 | #endif
442 | #include <sys/utime.h>
443 configure:3957: result: no
444 configure:3961: checking sys/utime.h presence
445 configure:3971: gcc -E  conftest.c
446 conftest.c:27:23: sys/utime.h: No such file or directory
447 configure:3977: $? = 1
448 configure: failed program was:
449 | /* confdefs.h.  */
450 |
451 | #define PACKAGE_NAME "AdvanceCOMP"
452 | #define PACKAGE_TARNAME "advancecomp"
453 | #define PACKAGE_VERSION "1.9"
454 | #define PACKAGE_STRING "AdvanceCOMP 1.9"
455 | #define PACKAGE_BUGREPORT ""
456 | #define PACKAGE "advancecomp"
457 | #define VERSION "1.9"
458 | #ifdef __cplusplus
459 | extern "C" void std::exit (int) throw (); using std::exit;
460 | #endif
461 | #define HAVE_LIBZ 1
462 | #define STDC_HEADERS 1
463 | #define HAVE_SYS_TYPES_H 1
464 | #define HAVE_SYS_STAT_H 1
465 | #define HAVE_STDLIB_H 1
466 | #define HAVE_STRING_H 1
467 | #define HAVE_MEMORY_H 1
468 | #define HAVE_STRINGS_H 1
469 | #define HAVE_INTTYPES_H 1
470 | #define HAVE_STDINT_H 1
471 | #define HAVE_UNISTD_H 1
472 | #define HAVE_UNISTD_H 1
473 | #define HAVE_UTIME_H 1
474 | /* end confdefs.h.  */
475 | #include <sys/utime.h>
476 configure:3997: result: no
477 configure:4032: checking for sys/utime.h
478 configure:4039: result: no
479 configure:3917: checking stdarg.h usability
480 configure:3929: gcc -c -g -O2  conftest.c >&5
481 configure:3935: $? = 0
482 configure:3938: test -z                          || test ! -s conftest.err
483 configure:3941: $? = 0
484 configure:3944: test -s conftest.o
485 configure:3947: $? = 0
486 configure:3957: result: yes
487 configure:3961: checking stdarg.h presence
488 configure:3971: gcc -E  conftest.c
489 configure:3977: $? = 0
490 configure:3997: result: yes
491 configure:4032: checking for stdarg.h
492 configure:4039: result: yes
493 configure:3917: checking varargs.h usability
494 configure:3929: gcc -c -g -O2  conftest.c >&5
495 In file included from conftest.c:62:
496 /usr/lib/gcc-lib/i486-linux/3.3.2/include/varargs.h:4:2: #error "GCC no longer implements <varargs.h>."
497 /usr/lib/gcc-lib/i486-linux/3.3.2/include/varargs.h:5:2: #error "Revise your code to use <stdarg.h>."
498 configure:3935: $? = 1
499 configure: failed program was:
500 | /* confdefs.h.  */
501 |
502 | #define PACKAGE_NAME "AdvanceCOMP"
503 | #define PACKAGE_TARNAME "advancecomp"
504 | #define PACKAGE_VERSION "1.9"
505 | #define PACKAGE_STRING "AdvanceCOMP 1.9"
506 | #define PACKAGE_BUGREPORT ""
507 | #define PACKAGE "advancecomp"
508 | #define VERSION "1.9"
509 | #ifdef __cplusplus
510 | extern "C" void std::exit (int) throw (); using std::exit;
511 | #endif
512 | #define HAVE_LIBZ 1
513 | #define STDC_HEADERS 1
514 | #define HAVE_SYS_TYPES_H 1
515 | #define HAVE_SYS_STAT_H 1
516 | #define HAVE_STDLIB_H 1
517 | #define HAVE_STRING_H 1
518 | #define HAVE_MEMORY_H 1
519 | #define HAVE_STRINGS_H 1
520 | #define HAVE_INTTYPES_H 1
521 | #define HAVE_STDINT_H 1
522 | #define HAVE_UNISTD_H 1
523 | #define HAVE_UNISTD_H 1
524 | #define HAVE_UTIME_H 1
525 | #define HAVE_STDARG_H 1
526 | /* end confdefs.h.  */
527 | #include <stdio.h>
528 | #if HAVE_SYS_TYPES_H
529 | # include <sys/types.h>
530 | #endif
531 | #if HAVE_SYS_STAT_H
532 | # include <sys/stat.h>
533 | #endif
534 | #if STDC_HEADERS
535 | # include <stdlib.h>
536 | # include <stddef.h>
537 | #else
538 | # if HAVE_STDLIB_H
539 | #  include <stdlib.h>
540 | # endif
541 | #endif
542 | #if HAVE_STRING_H
543 | # if !STDC_HEADERS && HAVE_MEMORY_H
544 | #  include <memory.h>
545 | # endif
546 | # include <string.h>
547 | #endif
548 | #if HAVE_STRINGS_H
549 | # include <strings.h>
550 | #endif
551 | #if HAVE_INTTYPES_H
552 | # include <inttypes.h>
553 | #else
554 | # if HAVE_STDINT_H
555 | #  include <stdint.h>
556 | # endif
557 | #endif
558 | #if HAVE_UNISTD_H
559 | # include <unistd.h>
560 | #endif
561 | #include <varargs.h>
562 configure:3957: result: no
563 configure:3961: checking varargs.h presence
564 configure:3971: gcc -E  conftest.c
565 In file included from conftest.c:28:
566 /usr/lib/gcc-lib/i486-linux/3.3.2/include/varargs.h:4:2: #error "GCC no longer implements <varargs.h>."
567 /usr/lib/gcc-lib/i486-linux/3.3.2/include/varargs.h:5:2: #error "Revise your code to use <stdarg.h>."
568 configure:3977: $? = 1
569 configure: failed program was:
570 | /* confdefs.h.  */
571 |
572 | #define PACKAGE_NAME "AdvanceCOMP"
573 | #define PACKAGE_TARNAME "advancecomp"
574 | #define PACKAGE_VERSION "1.9"
575 | #define PACKAGE_STRING "AdvanceCOMP 1.9"
576 | #define PACKAGE_BUGREPORT ""
577 | #define PACKAGE "advancecomp"
578 | #define VERSION "1.9"
579 | #ifdef __cplusplus
580 | extern "C" void std::exit (int) throw (); using std::exit;
581 | #endif
582 | #define HAVE_LIBZ 1
583 | #define STDC_HEADERS 1
584 | #define HAVE_SYS_TYPES_H 1
585 | #define HAVE_SYS_STAT_H 1
586 | #define HAVE_STDLIB_H 1
587 | #define HAVE_STRING_H 1
588 | #define HAVE_MEMORY_H 1
589 | #define HAVE_STRINGS_H 1
590 | #define HAVE_INTTYPES_H 1
591 | #define HAVE_STDINT_H 1
592 | #define HAVE_UNISTD_H 1
593 | #define HAVE_UNISTD_H 1
594 | #define HAVE_UTIME_H 1
595 | #define HAVE_STDARG_H 1
596 | /* end confdefs.h.  */
597 | #include <varargs.h>
598 configure:3997: result: no
599 configure:4032: checking for varargs.h
600 configure:4039: result: no
601 configure:3917: checking getopt.h usability
602 configure:3929: gcc -c -g -O2  conftest.c >&5
603 configure:3935: $? = 0
604 configure:3938: test -z                          || test ! -s conftest.err
605 configure:3941: $? = 0
606 configure:3944: test -s conftest.o
607 configure:3947: $? = 0
608 configure:3957: result: yes
609 configure:3961: checking getopt.h presence
610 configure:3971: gcc -E  conftest.c
611 configure:3977: $? = 0
612 configure:3997: result: yes
613 configure:4032: checking for getopt.h
614 configure:4039: result: yes
615 configure:4054: checking for an ANSI C-conforming const
616 configure:4121: gcc -c -g -O2  conftest.c >&5
617 configure:4127: $? = 0
618 configure:4130: test -z                          || test ! -s conftest.err
619 configure:4133: $? = 0
620 configure:4136: test -s conftest.o
621 configure:4139: $? = 0
622 configure:4150: result: yes
623 configure:4160: checking for inline
624 configure:4181: gcc -c -g -O2  conftest.c >&5
625 configure:4187: $? = 0
626 configure:4190: test -z                          || test ! -s conftest.err
627 configure:4193: $? = 0
628 configure:4196: test -s conftest.o
629 configure:4199: $? = 0
630 configure:4211: result: inline
631 configure:4239: checking for getopt
632 configure:4296: gcc -o conftest -g -O2   conftest.c -lz  >&5
633 configure:4302: $? = 0
634 configure:4305: test -z                          || test ! -s conftest.err
635 configure:4308: $? = 0
636 configure:4311: test -s conftest
637 configure:4314: $? = 0
638 configure:4326: result: yes
639 configure:4239: checking for getopt_long
640 configure:4296: gcc -o conftest -g -O2   conftest.c -lz  >&5
641 configure:4302: $? = 0
642 configure:4305: test -z                          || test ! -s conftest.err
643 configure:4308: $? = 0
644 configure:4311: test -s conftest
645 configure:4314: $? = 0
646 configure:4326: result: yes
647 configure:4239: checking for snprintf
648 configure:4296: gcc -o conftest -g -O2   conftest.c -lz  >&5
649 conftest.c:55: warning: conflicting types for built-in function `snprintf'
650 configure:4302: $? = 0
651 configure:4305: test -z                          || test ! -s conftest.err
652 configure:4308: $? = 0
653 configure:4311: test -s conftest
654 configure:4314: $? = 0
655 configure:4326: result: yes
656 configure:4239: checking for vsnprintf
657 configure:4296: gcc -o conftest -g -O2   conftest.c -lz  >&5
658 conftest.c:56: warning: conflicting types for built-in function `vsnprintf'
659 configure:4302: $? = 0
660 configure:4305: test -z                          || test ! -s conftest.err
661 configure:4308: $? = 0
662 configure:4311: test -s conftest
663 configure:4314: $? = 0
664 configure:4326: result: yes
665 configure:4533: creating ./config.status
666
667 ## ---------------------- ##
668 ## Running config.status. ##
669 ## ---------------------- ##
670
671 This file was extended by AdvanceCOMP config.status 1.9, which was
672 generated by GNU Autoconf 2.59.  Invocation command line was
673
674   CONFIG_FILES    =
675   CONFIG_HEADERS  =
676   CONFIG_LINKS    =
677   CONFIG_COMMANDS =
678   $ ./config.status
679
680 on Koffer
681
682 config.status:719: creating Makefile
683 config.status:785: creating config.h
684
685 ## ---------------- ##
686 ## Cache variables. ##
687 ## ---------------- ##
688
689 ac_cv_build=i686-pc-linux-gnu
690 ac_cv_build_alias=i686-pc-linux-gnu
691 ac_cv_c_compiler_gnu=yes
692 ac_cv_c_const=yes
693 ac_cv_c_inline=inline
694 ac_cv_cxx_compiler_gnu=yes
695 ac_cv_env_CC_set=
696 ac_cv_env_CC_value=
697 ac_cv_env_CFLAGS_set=
698 ac_cv_env_CFLAGS_value=
699 ac_cv_env_CPPFLAGS_set=
700 ac_cv_env_CPPFLAGS_value=
701 ac_cv_env_CPP_set=
702 ac_cv_env_CPP_value=
703 ac_cv_env_CXXFLAGS_set=
704 ac_cv_env_CXXFLAGS_value=
705 ac_cv_env_CXX_set=
706 ac_cv_env_CXX_value=
707 ac_cv_env_LDFLAGS_set=
708 ac_cv_env_LDFLAGS_value=
709 ac_cv_env_build_alias_set=
710 ac_cv_env_build_alias_value=
711 ac_cv_env_host_alias_set=
712 ac_cv_env_host_alias_value=
713 ac_cv_env_target_alias_set=
714 ac_cv_env_target_alias_value=
715 ac_cv_exeext=
716 ac_cv_func_getopt=yes
717 ac_cv_func_getopt_long=yes
718 ac_cv_func_snprintf=yes
719 ac_cv_func_vsnprintf=yes
720 ac_cv_header_getopt_h=yes
721 ac_cv_header_inttypes_h=yes
722 ac_cv_header_memory_h=yes
723 ac_cv_header_stdarg_h=yes
724 ac_cv_header_stdc=yes
725 ac_cv_header_stdint_h=yes
726 ac_cv_header_stdlib_h=yes
727 ac_cv_header_string_h=yes
728 ac_cv_header_strings_h=yes
729 ac_cv_header_sys_stat_h=yes
730 ac_cv_header_sys_types_h=yes
731 ac_cv_header_sys_utime_h=no
732 ac_cv_header_unistd_h=yes
733 ac_cv_header_utime_h=yes
734 ac_cv_header_varargs_h=no
735 ac_cv_host=i686-pc-linux-gnu
736 ac_cv_host_alias=i686-pc-linux-gnu
737 ac_cv_lib_z_adler32=yes
738 ac_cv_objext=o
739 ac_cv_path_install='/usr/bin/install -c'
740 ac_cv_prog_AWK=gawk
741 ac_cv_prog_COL=col
742 ac_cv_prog_CPP='gcc -E'
743 ac_cv_prog_GROFF=groff
744 ac_cv_prog_GZIP=gzip
745 ac_cv_prog_TAR=tar
746 ac_cv_prog_ac_ct_CC=gcc
747 ac_cv_prog_ac_ct_CXX=g++
748 ac_cv_prog_cc_g=yes
749 ac_cv_prog_cc_stdc=
750 ac_cv_prog_cxx_g=yes
751 ac_cv_prog_egrep='grep -E'
752 ac_cv_prog_make_make_set=yes
753
754 ## ----------------- ##
755 ## Output variables. ##
756 ## ----------------- ##
757
758 ACLOCAL='${SHELL} /home/knopper/advancecomp-1.9_create_compressed_fs/missing --run aclocal-1.7'
759 AMTAR='${SHELL} /home/knopper/advancecomp-1.9_create_compressed_fs/missing --run tar'
760 AUTOCONF='${SHELL} /home/knopper/advancecomp-1.9_create_compressed_fs/missing --run autoconf'
761 AUTOHEADER='${SHELL} /home/knopper/advancecomp-1.9_create_compressed_fs/missing --run autoheader'
762 AUTOMAKE='${SHELL} /home/knopper/advancecomp-1.9_create_compressed_fs/missing --run automake-1.7'
763 AWK='gawk'
764 CC='gcc'
765 CFLAGS='-g -O2 -DUSE_ERROR_SILENT -DUSE_COMPRESS'
766 COL='col'
767 CPP='gcc -E'
768 CPPFLAGS=''
769 CXX='g++'
770 CXXFLAGS='-g -O2 -DUSE_ERROR_SILENT -DUSE_COMPRESS'
771 CYGPATH_W='echo'
772 DEFS='-DHAVE_CONFIG_H'
773 ECHO_C=''
774 ECHO_N='-n'
775 ECHO_T=''
776 EGREP='grep -E'
777 EXEEXT=''
778 GROFF='groff'
779 GZIP='gzip'
780 INSTALL_DATA='${INSTALL} -m 644'
781 INSTALL_PROGRAM='${INSTALL}'
782 INSTALL_SCRIPT='${INSTALL}'
783 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
784 LDFLAGS=''
785 LIBOBJS=''
786 LIBS='-lz '
787 LTLIBOBJS=''
788 MAKEINFO='${SHELL} /home/knopper/advancecomp-1.9_create_compressed_fs/missing --run makeinfo'
789 OBJEXT='o'
790 PACKAGE='advancecomp'
791 PACKAGE_BUGREPORT=''
792 PACKAGE_NAME='AdvanceCOMP'
793 PACKAGE_STRING='AdvanceCOMP 1.9'
794 PACKAGE_TARNAME='advancecomp'
795 PACKAGE_VERSION='1.9'
796 PATH_SEPARATOR=':'
797 SET_MAKE=''
798 SHELL='/bin/sh'
799 STRIP=''
800 TAR='tar'
801 VERSION='1.9'
802 ac_ct_CC='gcc'
803 ac_ct_CXX='g++'
804 ac_ct_STRIP=''
805 am__leading_dot='.'
806 bindir='${exec_prefix}/bin'
807 build='i686-pc-linux-gnu'
808 build_alias=''
809 build_cpu='i686'
810 build_os='linux-gnu'
811 build_vendor='pc'
812 datadir='${prefix}/share'
813 exec_prefix='${prefix}'
814 host='i686-pc-linux-gnu'
815 host_alias=''
816 host_cpu='i686'
817 host_os='linux-gnu'
818 host_vendor='pc'
819 includedir='${prefix}/include'
820 infodir='${prefix}/info'
821 install_sh='/home/knopper/advancecomp-1.9_create_compressed_fs/install-sh'
822 libdir='${exec_prefix}/lib'
823 libexecdir='${exec_prefix}/libexec'
824 localstatedir='${prefix}/var'
825 mandir='${prefix}/man'
826 oldincludedir='/usr/include'
827 prefix='/usr/local'
828 program_transform_name='s,x,x,'
829 sbindir='${exec_prefix}/sbin'
830 sharedstatedir='${prefix}/com'
831 sysconfdir='${prefix}/etc'
832 target_alias=''
833
834 ## ----------- ##
835 ## confdefs.h. ##
836 ## ----------- ##
837
838 #define HAVE_GETOPT 1
839 #define HAVE_GETOPT_H 1
840 #define HAVE_GETOPT_LONG 1
841 #define HAVE_INTTYPES_H 1
842 #define HAVE_LIBZ 1
843 #define HAVE_MEMORY_H 1
844 #define HAVE_SNPRINTF 1
845 #define HAVE_STDARG_H 1
846 #define HAVE_STDINT_H 1
847 #define HAVE_STDLIB_H 1
848 #define HAVE_STRINGS_H 1
849 #define HAVE_STRING_H 1
850 #define HAVE_SYS_STAT_H 1
851 #define HAVE_SYS_TYPES_H 1
852 #define HAVE_UNISTD_H 1
853 #define HAVE_UNISTD_H 1
854 #define HAVE_UTIME_H 1
855 #define HAVE_VSNPRINTF 1
856 #define PACKAGE "advancecomp"
857 #define PACKAGE_BUGREPORT ""
858 #define PACKAGE_NAME "AdvanceCOMP"
859 #define PACKAGE_STRING "AdvanceCOMP 1.9"
860 #define PACKAGE_TARNAME "advancecomp"
861 #define PACKAGE_VERSION "1.9"
862 #define STDC_HEADERS 1
863 #define USE_7Z 1
864 #define USE_LZMA 1
865 #define VERSION "1.9"
866 #endif
867 #ifdef __cplusplus
868 extern "C" void std::exit (int) throw (); using std::exit;
869
870 configure: exit 0
Note: See TracBrowser for help on using the browser.