This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by netboot configure 0.9.8, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 119 tasks, 176 threads, 4 processors Load average: 1.23, Mach factor: 2.76 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1277: checking build system type configure:1295: result: i386-unknown-gnu configure:1305: checking host system type configure:1319: result: i386-unknown-gnu configure:1410: checking for i386-unknown-gnu-gcc configure:1436: result: cc configure:1718: checking for C compiler version configure:1721: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1724: $? = 0 configure:1726: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1729: $? = 0 configure:1731: cc -V &5 cc: `-V' option must have argument configure:1734: $? = 1 configure:1760: checking for C compiler default output configure:1763: cc -fno-common conftest.c >&5 configure:1766: $? = 0 configure:1799: result: a.out configure:1804: checking whether the C compiler works configure:1810: ./a.out configure:1813: $? = 0 configure:1828: result: yes configure:1835: checking whether we are cross compiling configure:1837: result: no configure:1840: checking for suffix of executables configure:1842: cc -o conftest -fno-common conftest.c >&5 configure:1845: $? = 0 configure:1867: result: configure:1873: checking for suffix of object files configure:1897: cc -c -fno-common conftest.c >&5 configure:1900: $? = 0 configure:1919: result: configure:1923: checking whether we are using the GNU C compiler configure:1950: cc -c -fno-common conftest.c >&5 configure:1953: $? = 0 configure:1956: test -s conftest. configure:1959: $? = 1 configure: failed program was: #line 1928 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:1971: result: no configure:1977: checking whether cc accepts -g configure:2001: cc -c -g conftest.c >&5 configure:2004: $? = 0 configure:2007: test -s conftest. configure:2010: $? = 1 configure: failed program was: #line 1982 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:2020: result: no configure:2047: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2050: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2187: checking for strerror in -lcposix configure:2220: cc -o conftest -fno-common conftest.c -lcposix >&5 ld: can't locate file for: -lcposix configure:2223: $? = 1 configure: failed program was: #line 2194 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { strerror (); ; return 0; } configure:2240: result: no configure:2248: checking for cc option to accept ANSI C configure:2311: cc -c -fno-common conftest.c >&5 configure:2314: $? = 0 configure:2317: test -s conftest. configure:2320: $? = 1 configure: failed program was: #line 2255 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2311: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2314: $? = 0 configure:2317: test -s conftest. configure:2320: $? = 1 configure: failed program was: #line 2255 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2311: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2314: $? = 1 configure: failed program was: #line 2255 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2311: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2314: $? = 1 configure: failed program was: #line 2255 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2311: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2314: $? = 1 configure: failed program was: #line 2255 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2311: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2314: $? = 0 configure:2317: test -s conftest. configure:2320: $? = 1 configure: failed program was: #line 2255 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2337: result: none needed configure:2345: checking for function prototypes configure:2361: result: no configure:2365: checking for an ANSI C-conforming const configure:2435: cc -c -fno-common conftest.c >&5 configure:2438: $? = 0 configure:2441: test -s conftest. configure:2444: $? = 1 configure: failed program was: #line 2370 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* FIXME: Include the comments suggested by Paul. */ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; ccp = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++ccp; p = (char**) ccp; ccp = (char const *const *) p; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; } #endif ; return 0; } configure:2454: result: no configure:2464: checking for inline configure:2481: cc -c -fno-common conftest.c >&5 configure:2484: $? = 0 configure:2487: test -s conftest. configure:2490: $? = 1 configure: failed program was: #line 2471 "configure" #include "confdefs.h" #ifndef __cplusplus static inline int static_foo () {return 0; } inline int foo () {return 0; } #endif configure:2481: cc -c -fno-common conftest.c >&5 configure:2484: $? = 0 configure:2487: test -s conftest. configure:2490: $? = 1 configure: failed program was: #line 2471 "configure" #include "confdefs.h" #ifndef __cplusplus static __inline__ int static_foo () {return 0; } __inline__ int foo () {return 0; } #endif configure:2481: cc -c -fno-common conftest.c >&5 configure:2484: $? = 0 configure:2487: test -s conftest. configure:2490: $? = 1 configure: failed program was: #line 2471 "configure" #include "confdefs.h" #ifndef __cplusplus static __inline int static_foo () {return 0; } __inline int foo () {return 0; } #endif configure:2501: result: no configure:2516: checking for working volatile configure:2542: cc -c -fno-common conftest.c >&5 configure:2545: $? = 0 configure:2548: test -s conftest. configure:2551: $? = 1 configure: failed program was: #line 2521 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { volatile int x; int * volatile y; ; return 0; } configure:2561: result: no configure:2593: checking for a BSD-compatible install configure:2647: result: /usr/bin/install -c -o root -g wheel configure:2658: checking whether gmake sets ${MAKE} configure:2678: result: yes configure:2691: checking for gawk configure:2707: found /usr/local/bin/gawk configure:2717: result: gawk configure:2731: checking for md5sum configure:2747: found /usr/local/bin/md5sum configure:2757: result: md5sum configure:2773: checking how to run the C preprocessor configure:2799: cc -E conftest.c configure:2805: $? = 0 configure:2832: cc -E conftest.c configure:2828:28: ac_nonexistent.h: No such file or directory configure:2838: $? = 1 configure: failed program was: #line 2827 "configure" #include "confdefs.h" #include configure:2875: result: cc -E configure:2890: cc -E conftest.c configure:2896: $? = 0 configure:2923: cc -E conftest.c configure:2919:28: ac_nonexistent.h: No such file or directory configure:2929: $? = 1 configure: failed program was: #line 2918 "configure" #include "confdefs.h" #include configure:2971: checking for i386-unknown-gnu-ranlib configure:3000: result: no configure:3009: checking for ranlib configure:3025: found /usr/bin/ranlib configure:3036: result: ranlib configure:3052: checking for ar configure:3068: found /usr/bin/ar configure:3078: result: ar configure:3093: checking for bison configure:3109: found /usr/local/bin/bison configure:3119: result: bison -y configure:3134: checking for flex configure:3150: found /usr/bin/flex configure:3160: result: flex configure:3173: checking for yywrap in -lfl configure:3206: cc -o conftest -fno-common conftest.c -lfl >&5 configure:3209: $? = 0 configure:3212: test -s conftest configure:3215: $? = 0 configure:3226: result: yes configure:3295: checking lex output file root configure:3306: flex conftest.l configure:3309: $? = 0 configure:3321: result: lex.yy configure:3326: checking whether yytext is a pointer configure:3342: cc -o conftest -fno-common conftest.c -lfl >&5 configure:3345: $? = 0 configure:3348: test -s conftest configure:3351: $? = 0 configure:3363: result: yes configure:3393: checking for GNU C compiler configure:3464: result: no configure:3487: checking for GNU assembler configure:3692: result: no configure:3736: checking for GNU linker configure:3828: result: no configure:3847: checking for gasp configure:3878: result: none configure:3890: WARNING: Can't compile i86 modules, using default configure:3929: checking for as86 configure:3947: found /usr/local/bin/as86 configure:3959: result: /usr/local/bin/as86 configure:3970: checking for correct version of /usr/local/bin/as86 configure:3987: result: yes configure:3991: checking for ld86 configure:4009: found /usr/local/bin/ld86 configure:4021: result: /usr/local/bin/ld86 configure:4031: checking for bcc configure:4064: result: no configure:4155: WARNING: Can't compile bootrom, using default configure:4162: checking for ANSI C header files configure:4176: cc -E conftest.c configure:4182: $? = 0 configure:4267: cc -o conftest -fno-common conftest.c >&5 configure:4270: $? = 0 configure:4272: ./conftest configure:4275: $? = 0 configure:4289: result: yes configure:4313: checking for sys/types.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4313: checking for sys/stat.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4313: checking for stdlib.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4313: checking for string.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4313: checking for memory.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4313: checking for strings.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4313: checking for inttypes.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4313: checking for stdint.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4313: checking for unistd.h configure:4326: cc -c -fno-common conftest.c >&5 configure:4329: $? = 0 configure:4332: test -s conftest. configure:4335: $? = 1 configure: failed program was: #line 4318 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4345: result: no configure:4375: checking for string.h configure:4380: result: no configure:4375: checking for memory.h configure:4380: result: no configure:4375: checking for unistd.h configure:4380: result: no configure:4384: checking getopt.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking getopt.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: getopt.h: present but cannot be compiled configure:4459: WARNING: getopt.h: check for missing prerequisite headers? configure:4461: WARNING: getopt.h: proceeding with the preprocessor's result configure:4464: checking for getopt.h configure:4471: result: yes configure:4384: checking malloc.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking malloc.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: malloc.h: present but cannot be compiled configure:4459: WARNING: malloc.h: check for missing prerequisite headers? configure:4461: WARNING: malloc.h: proceeding with the preprocessor's result configure:4464: checking for malloc.h configure:4471: result: yes configure:4384: checking netdb.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking netdb.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: netdb.h: present but cannot be compiled configure:4459: WARNING: netdb.h: check for missing prerequisite headers? configure:4461: WARNING: netdb.h: proceeding with the preprocessor's result configure:4464: checking for netdb.h configure:4471: result: yes configure:4384: checking assert.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking assert.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: assert.h: present but cannot be compiled configure:4459: WARNING: assert.h: check for missing prerequisite headers? configure:4461: WARNING: assert.h: proceeding with the preprocessor's result configure:4464: checking for assert.h configure:4471: result: yes configure:4384: checking limits.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking limits.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: limits.h: present but cannot be compiled configure:4459: WARNING: limits.h: check for missing prerequisite headers? configure:4461: WARNING: limits.h: proceeding with the preprocessor's result configure:4464: checking for limits.h configure:4471: result: yes configure:4384: checking netinet/in.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking netinet/in.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: netinet/in.h: present but cannot be compiled configure:4459: WARNING: netinet/in.h: check for missing prerequisite headers? configure:4461: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:4464: checking for netinet/in.h configure:4471: result: yes configure:4384: checking sys/time.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking sys/time.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: sys/time.h: present but cannot be compiled configure:4459: WARNING: sys/time.h: check for missing prerequisite headers? configure:4461: WARNING: sys/time.h: proceeding with the preprocessor's result configure:4464: checking for sys/time.h configure:4471: result: yes configure:4384: checking sys/param.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking sys/param.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: sys/param.h: present but cannot be compiled configure:4459: WARNING: sys/param.h: check for missing prerequisite headers? configure:4461: WARNING: sys/param.h: proceeding with the preprocessor's result configure:4464: checking for sys/param.h configure:4471: result: yes configure:4384: checking sys/bitypes.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4421:25: sys/bitypes.h: No such file or directory configure:4396: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking sys/bitypes.h presence configure:4422: cc -E conftest.c configure:4418:25: sys/bitypes.h: No such file or directory configure:4428: $? = 1 configure: failed program was: #line 4417 "configure" #include "confdefs.h" #include configure:4446: result: no configure:4464: checking for sys/bitypes.h configure:4471: result: no configure:4384: checking arpa/inet.h usability configure:4393: cc -c -fno-common conftest.c >&5 configure:4396: $? = 0 configure:4399: test -s conftest. configure:4402: $? = 1 configure: failed program was: #line 4386 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4411: result: no configure:4415: checking arpa/inet.h presence configure:4422: cc -E conftest.c configure:4428: $? = 0 configure:4446: result: yes configure:4457: WARNING: arpa/inet.h: present but cannot be compiled configure:4459: WARNING: arpa/inet.h: check for missing prerequisite headers? configure:4461: WARNING: arpa/inet.h: proceeding with the preprocessor's result configure:4464: checking for arpa/inet.h configure:4471: result: yes configure:4492: checking for dirent.h that defines DIR configure:4519: cc -c -fno-common conftest.c >&5 configure:4522: $? = 0 configure:4525: test -s conftest. configure:4528: $? = 1 configure: failed program was: #line 4497 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((DIR *) 0) return 0; ; return 0; } configure:4538: result: no configure:4492: checking for sys/ndir.h that defines DIR configure:4519: cc -c -fno-common conftest.c >&5 configure:4499:22: sys/ndir.h: No such file or directory configure: In function `main': configure:4510: error: `DIR' undeclared (first use in this function) configure:4510: error: (Each undeclared identifier is reported only once configure:4510: error: for each function it appears in.) configure:4510: error: parse error before ')' token configure:4522: $? = 1 configure: failed program was: #line 4497 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((DIR *) 0) return 0; ; return 0; } configure:4538: result: no configure:4492: checking for sys/dir.h that defines DIR configure:4519: cc -c -fno-common conftest.c >&5 configure:4522: $? = 0 configure:4525: test -s conftest. configure:4528: $? = 1 configure: failed program was: #line 4497 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((DIR *) 0) return 0; ; return 0; } configure:4538: result: no configure:4492: checking for ndir.h that defines DIR configure:4519: cc -c -fno-common conftest.c >&5 configure:4499:18: ndir.h: No such file or directory configure: In function `main': configure:4510: error: `DIR' undeclared (first use in this function) configure:4510: error: (Each undeclared identifier is reported only once configure:4510: error: for each function it appears in.) configure:4510: error: parse error before ')' token configure:4522: $? = 1 configure: failed program was: #line 4497 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((DIR *) 0) return 0; ; return 0; } configure:4538: result: no configure:4660: checking for library containing opendir configure:4693: cc -o conftest -fno-common conftest.c >&5 configure:4696: $? = 0 configure:4699: test -s conftest configure:4702: $? = 0 configure:4761: result: none required configure:4772: checking whether time.h and sys/time.h may both be included configure:4800: cc -c -fno-common conftest.c >&5 configure:4803: $? = 0 configure:4806: test -s conftest. configure:4809: $? = 1 configure: failed program was: #line 4777 "configure" #include "confdefs.h" #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((struct tm *) 0) return 0; ; return 0; } configure:4819: result: no configure:4829: checking whether struct tm is in sys/time.h or time.h configure:4855: cc -c -fno-common conftest.c >&5 configure:4858: $? = 0 configure:4861: test -s conftest. configure:4864: $? = 1 configure: failed program was: #line 4834 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { struct tm *tp; tp->tm_sec; ; return 0; } configure:4874: result: sys/time.h configure:4884: checking for size_t configure:4911: cc -c -fno-common conftest.c >&5 configure:4914: $? = 0 configure:4917: test -s conftest. configure:4920: $? = 1 configure: failed program was: #line 4889 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((size_t *) 0) return 0; if (sizeof (size_t)) return 0; ; return 0; } configure:4930: result: no configure:4955: checking for memcpy configure:4998: cc -o conftest -fno-common conftest.c >&5 configure:4970: warning: conflicting types for built-in function `memcpy' configure:5001: $? = 0 configure:5004: test -s conftest configure:5007: $? = 0 configure:5017: result: yes configure:4955: checking for memmove configure:4998: cc -o conftest -fno-common conftest.c >&5 configure:5001: $? = 0 configure:5004: test -s conftest configure:5007: $? = 0 configure:5017: result: yes configure:4955: checking for strchr configure:4998: cc -o conftest -fno-common conftest.c >&5 configure:4970: warning: conflicting types for built-in function `strchr' configure:5001: $? = 0 configure:5004: test -s conftest configure:5007: $? = 0 configure:5017: result: yes configure:4955: checking for strrchr configure:4998: cc -o conftest -fno-common conftest.c >&5 configure:4970: warning: conflicting types for built-in function `strrchr' configure:5001: $? = 0 configure:5004: test -s conftest configure:5007: $? = 0 configure:5017: result: yes configure:4955: checking for strstr configure:4998: cc -o conftest -fno-common conftest.c >&5 configure:4970: warning: conflicting types for built-in function `strstr' configure:5001: $? = 0 configure:5004: test -s conftest configure:5007: $? = 0 configure:5017: result: yes configure:4955: checking for strspn configure:4998: cc -o conftest -fno-common conftest.c >&5 configure:4970: warning: conflicting types for built-in function `strspn' configure:5001: $? = 0 configure:5004: test -s conftest configure:5007: $? = 0 configure:5017: result: yes configure:4955: checking for strcspn configure:4998: cc -o conftest -fno-common conftest.c >&5 configure:4970: warning: conflicting types for built-in function `strcspn' configure:5001: $? = 0 configure:5004: test -s conftest configure:5007: $? = 0 configure:5017: result: yes configure:4955: checking for getopt_long configure:4998: cc -o conftest -fno-common conftest.c >&5 configure:5001: $? = 0 configure:5004: test -s conftest configure:5007: $? = 0 configure:5017: result: yes configure:5032: checking for mkstemp configure:5075: cc -o conftest -fno-common conftest.c >&5 configure:5078: $? = 0 configure:5081: test -s conftest configure:5084: $? = 0 configure:5094: result: yes configure:5109: checking for gethostbyname configure:5152: cc -o conftest -fno-common conftest.c >&5 configure:5155: $? = 0 configure:5158: test -s conftest configure:5161: $? = 0 configure:5171: result: yes configure:5235: checking for inet_ntoa configure:5278: cc -o conftest -fno-common conftest.c >&5 configure:5281: $? = 0 configure:5284: test -s conftest configure:5287: $? = 0 configure:5297: result: yes configure:5361: checking for inet_addr configure:5404: cc -o conftest -fno-common conftest.c >&5 configure:5407: $? = 0 configure:5410: test -s conftest configure:5413: $? = 0 configure:5423: result: yes configure:5497: checking for packed attribute configure:5523: cc -c -fno-common conftest.c >&5 configure:5526: $? = 0 configure:5529: test -s conftest. configure:5532: $? = 1 configure: failed program was: #line 5504 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { struct test_struct { int i1 __attribute__((packed)); } t1; ; return 0; } configure:5542: result: no configure:5550: checking for pack pragma configure:5579: cc -o conftest -fno-common conftest.c >&5 configure:5582: $? = 0 configure:5584: ./conftest configure:5587: $? = 0 configure:5601: result: yes configure:5687: checking for definition of __uxx in types.h configure:5717: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:5709: error: `__u8' undeclared (first use in this function) configure:5709: error: (Each undeclared identifier is reported only once configure:5709: error: for each function it appears in.) configure:5709: error: parse error before "u1" configure:5709: error: `__u16' undeclared (first use in this function) configure:5709: error: `__u32' undeclared (first use in this function) configure:5720: $? = 1 configure: failed program was: #line 5694 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_BITYPES_H #include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { __u8 u1; __u16 u2; __u32 u3; ; return 0; } configure:5736: result: no configure:5744: checking for definition of u_intxx_t in types.h configure:5775: cc -c -fno-common conftest.c >&5 configure:5778: $? = 0 configure:5781: test -s conftest. configure:5784: $? = 1 configure: failed program was: #line 5751 "configure" #include "confdefs.h" #include #include #ifdef HAVE_SYS_BITYPES_H #include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { u_int8_t u1; u_int16_t u2; u_int32_t u3; ; return 0; } configure:5794: result: no configure:5803: checking for unsigned char configure:5830: cc -c -fno-common conftest.c >&5 configure:5833: $? = 0 configure:5836: test -s conftest. configure:5839: $? = 1 configure: failed program was: #line 5808 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((unsigned char *) 0) return 0; if (sizeof (unsigned char)) return 0; ; return 0; } configure:5849: result: no configure:5852: checking size of unsigned char configure:6158: result: 0 configure:6165: checking for unsigned short configure:6192: cc -c -fno-common conftest.c >&5 configure:6195: $? = 0 configure:6198: test -s conftest. configure:6201: $? = 1 configure: failed program was: #line 6170 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((unsigned short *) 0) return 0; if (sizeof (unsigned short)) return 0; ; return 0; } configure:6211: result: no configure:6214: checking size of unsigned short configure:6520: result: 0 configure:6527: checking for unsigned long configure:6554: cc -c -fno-common conftest.c >&5 configure:6557: $? = 0 configure:6560: test -s conftest. configure:6563: $? = 1 configure: failed program was: #line 6532 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((unsigned long *) 0) return 0; if (sizeof (unsigned long)) return 0; ; return 0; } configure:6573: result: no configure:6576: checking size of unsigned long configure:6882: result: 0 configure:6889: checking for unsigned int configure:6916: cc -c -fno-common conftest.c >&5 configure:6919: $? = 0 configure:6922: test -s conftest. configure:6925: $? = 1 configure: failed program was: #line 6894 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((unsigned int *) 0) return 0; if (sizeof (unsigned int)) return 0; ; return 0; } configure:6935: result: no configure:6938: checking size of unsigned int configure:7244: result: 0 configure:7255: checking whether system allows accessing misaligned data configure:7297: cc -o conftest -fno-common conftest.c >&5 configure:7300: $? = 0 configure:7302: ./conftest configure:7305: $? = 0 configure:7319: result: yes configure:7327: checking whether byte ordering is bigendian configure:7357: cc -c -fno-common conftest.c >&5 configure:7360: $? = 0 configure:7363: test -s conftest. configure:7366: $? = 1 configure: failed program was: #line 7333 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN bogus endian macros #endif ; return 0; } configure:7487: cc -o conftest -fno-common conftest.c >&5 configure:7490: $? = 0 configure:7492: ./conftest configure:7495: $? = 0 configure:7510: result: no configure:7611: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by netboot config.status 0.9.8, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:609: creating make.config config.status:609: creating include/version.h config.status:609: creating misc/romcheck/Makefile config.status:609: creating mknbi-mgl/Makefile config.status:609: creating bootrom/make.defs config.status:713: creating include/config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_allow_misalign=yes ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_c_inline=no ac_cv_c_volatile=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_gethostbyname=yes ac_cv_func_getopt_long=yes ac_cv_func_inet_addr=yes ac_cv_func_inet_ntoa=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_mkstemp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strrchr=yes ac_cv_func_strspn=yes ac_cv_func_strstr=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_assert_h=yes ac_cv_header_dirent_dirent_h=no ac_cv_header_dirent_ndir_h=no ac_cv_header_dirent_sys_dir_h=no ac_cv_header_dirent_sys_ndir_h=no ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_bitypes_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_cposix_strerror=no ac_cv_lib_fl_yywrap=yes ac_cv_objext= ac_cv_path_AS86=/usr/local/bin/as86 ac_cv_path_GASP=none ac_cv_path_LD86=/usr/local/bin/ld86 ac_cv_prog_AR=ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_LEX=flex ac_cv_prog_MD5SUM=md5sum ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_gmake_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_unsigned_char=0 ac_cv_sizeof_unsigned_int=0 ac_cv_sizeof_unsigned_long=0 ac_cv_sizeof_unsigned_short=0 ac_cv_struct_tm=sys/time.h ac_cv_type_size_t=no ac_cv_type_unsigned_char=no ac_cv_type_unsigned_int=no ac_cv_type_unsigned_long=no ac_cv_type_unsigned_short=no ac_cv_use__uxx=no ac_cv_use_packed=no ac_cv_use_pragma_pack=yes ac_cv_use_u_int=no lt_cv_sys_max_cmd_len= ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "netboot" #define PACKAGE_TARNAME "netboot" #define PACKAGE_VERSION "0.9.8" #define PACKAGE_STRING "netboot 0.9.8" #define PACKAGE_BUGREPORT "netboot@gkminix.han.de" #define const #define inline #define volatile #define YYTEXT_POINTER 1 #define STDC_HEADERS 1 #define HAVE_GETOPT_H 1 #define HAVE_MALLOC_H 1 #define HAVE_NETDB_H 1 #define HAVE_ASSERT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_ARPA_INET_H 1 #define TM_IN_SYS_TIME 1 #define size_t unsigned #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRSPN 1 #define HAVE_STRCSPN 1 #define HAVE_GETOPT_LONG 1 #define HAVE_MKSTEMP 1 #define USE_PRAGMA_PACK 1 #define SIZEOF_UNSIGNED_CHAR 0 #define SIZEOF_UNSIGNED_SHORT 0 #define SIZEOF_UNSIGNED_LONG 0 #define SIZEOF_UNSIGNED_INT 0 configure: exit 0