This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU units configure 1.85, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --program-prefix=g --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: 160 tasks, 217 threads, 4 processors Load average: 0.27, Mach factor: 3.72 /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:1343: checking for i386-unknown-gnu-cl configure:1369: result: cc configure:1432: checking for C compiler version configure:1435: 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:1438: $? = 0 configure:1440: 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:1443: $? = 0 configure:1445: cc -V &5 cc: `-V' option must have argument configure:1448: $? = 1 configure:1471: checking for C compiler default output file name configure:1474: cc -fno-common conftest.c >&5 configure:1477: $? = 0 configure:1523: result: a.out configure:1528: checking whether the C compiler works configure:1534: ./a.out configure:1537: $? = 0 configure:1554: result: yes configure:1561: checking whether we are cross compiling configure:1563: result: no configure:1566: checking for suffix of executables configure:1568: cc -o conftest -fno-common conftest.c >&5 configure:1571: $? = 0 configure:1596: result: configure:1602: checking for suffix of object files configure:1623: cc -c -fno-common conftest.c >&5 configure:1626: $? = 0 configure:1648: result: configure:1652: checking whether we are using the GNU C compiler configure:1676: cc -c -fno-common conftest.c >&5 configure:1682: $? = 0 configure:1685: test -z || test ! -s conftest.err configure:1688: $? = 0 configure:1691: test -s conftest. configure:1694: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1707: result: no configure:1713: checking whether cc accepts -g configure:1734: cc -c -g conftest.c >&5 configure:1740: $? = 0 configure:1743: test -z || test ! -s conftest.err configure:1746: $? = 0 configure:1749: test -s conftest. configure:1752: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1763: result: no configure:1780: checking for cc option to accept ANSI C configure:1850: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:1856: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1850: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:1856: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1850: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:1856: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1850: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:1856: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1850: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:1856: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1850: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:1856: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1886: result: none needed configure:1904: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:1910: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2048: checking for an ANSI C-conforming const configure:2115: cc -c -fno-common conftest.c >&5 configure:2121: $? = 0 configure:2124: test -z || test ! -s conftest.err configure:2127: $? = 0 configure:2130: test -s conftest. configure:2133: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | /* end confdefs.h. */ | | 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:2144: result: no configure:2192: checking for a BSD-compatible install configure:2247: result: /usr/bin/install -c -o root -g wheel configure:2260: checking for sin configure:2317: cc -o conftest -fno-common conftest.c >&5 conftest.c:34: warning: conflicting types for built-in function `sin' configure:2323: $? = 0 configure:2326: test -z || test ! -s conftest.err configure:2329: $? = 0 configure:2332: test -s conftest configure:2335: $? = 0 configure:2347: result: yes configure:2355: checking for tparm in -lncurses configure:2385: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:2391: $? = 0 configure:2394: test -z || test ! -s conftest.err configure:2397: $? = 0 configure:2400: test -s conftest configure:2403: $? = 0 configure:2416: result: yes configure:2497: checking how to run the C preprocessor configure:2532: cc -E conftest.c configure:2538: $? = 0 configure:2570: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:2576: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end confdefs.h. */ | #include configure:2615: result: cc -E configure:2639: cc -E conftest.c configure:2645: $? = 0 configure:2677: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:2683: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end confdefs.h. */ | #include configure:2727: checking for egrep configure:2737: result: grep -E configure:2742: checking for ANSI C header files configure:2767: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:10: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2773: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2894: result: no configure:2918: checking for sys/types.h configure:2934: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:45: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2940: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2918: checking for sys/stat.h configure:2934: cc -c -fno-common conftest.c >&5 configure:2940: $? = 0 configure:2943: test -z || test ! -s conftest.err configure:2946: $? = 0 configure:2949: test -s conftest. configure:2952: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2918: checking for stdlib.h configure:2934: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:45: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2940: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2918: checking for string.h configure:2934: cc -c -fno-common conftest.c >&5 configure:2940: $? = 0 configure:2943: test -z || test ! -s conftest.err configure:2946: $? = 0 configure:2949: test -s conftest. configure:2952: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2918: checking for memory.h configure:2934: cc -c -fno-common conftest.c >&5 configure:2940: $? = 0 configure:2943: test -z || test ! -s conftest.err configure:2946: $? = 0 configure:2949: test -s conftest. configure:2952: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2918: checking for strings.h configure:2934: cc -c -fno-common conftest.c >&5 configure:2940: $? = 0 configure:2943: test -z || test ! -s conftest.err configure:2946: $? = 0 configure:2949: test -s conftest. configure:2952: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2918: checking for inttypes.h configure:2934: cc -c -fno-common conftest.c >&5 In file included from /usr/include/inttypes.h:36, from conftest.c:45: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2940: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2918: checking for stdint.h configure:2934: cc -c -fno-common conftest.c >&5 In file included from conftest.c:45: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2940: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2918: checking for unistd.h configure:2934: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from /usr/include/sys/select.h:144, from /usr/include/unistd.h:483, from conftest.c:45: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2940: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:2963: result: no configure:2975: checking for readline in -lreadline configure:3005: cc -o conftest -fno-common conftest.c -lreadline -lncurses >&5 configure:3011: $? = 0 configure:3014: test -z || test ! -s conftest.err configure:3017: $? = 0 configure:3020: test -s conftest configure:3023: $? = 0 configure:3036: result: yes configure:3049: checking readline/readline.h usability configure:3061: cc -c -fno-common conftest.c >&5 configure:3067: $? = 0 configure:3070: test -z || test ! -s conftest.err configure:3073: $? = 0 configure:3076: test -s conftest. configure:3079: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU units" | #define PACKAGE_TARNAME "units" | #define PACKAGE_VERSION "1.85" | #define PACKAGE_STRING "GNU units 1.85" | #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" | #define const | /* end 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:3089: result: no configure:3093: checking readline/readline.h presence configure:3103: cc -E conftest.c configure:3109: $? = 0 configure:3129: result: yes configure:3142: WARNING: readline/readline.h: present but cannot be compiled configure:3144: WARNING: readline/readline.h: check for missing prerequisite headers? configure:3146: WARNING: readline/readline.h: see the Autoconf documentation configure:3148: WARNING: readline/readline.h: section "Present But Cannot Be Compiled" configure:3150: WARNING: readline/readline.h: proceeding with the preprocessor's result configure:3152: WARNING: readline/readline.h: in the future, the compiler will take precedence configure:3164: checking for readline/readline.h configure:3171: result: yes configure:3186: checking for string.h configure:3191: result: no configure:3329: checking for stdlib.h configure:3334: result: no configure:3472: checking for strchr configure:3529: cc -o conftest -fno-common conftest.c -lreadline -lncurses >&5 conftest.c:34: warning: conflicting types for built-in function `strchr' configure:3535: $? = 0 configure:3538: test -z || test ! -s conftest.err configure:3541: $? = 0 configure:3544: test -s conftest configure:3547: $? = 0 configure:3559: result: yes configure:3567: checking for strspn configure:3624: cc -o conftest -fno-common conftest.c -lreadline -lncurses >&5 conftest.c:34: warning: conflicting types for built-in function `strspn' configure:3630: $? = 0 configure:3633: test -z || test ! -s conftest.err configure:3636: $? = 0 configure:3639: test -s conftest configure:3642: $? = 0 configure:3654: result: yes configure:3662: checking for strtok configure:3719: cc -o conftest -fno-common conftest.c -lreadline -lncurses >&5 configure:3725: $? = 0 configure:3728: test -z || test ! -s conftest.err configure:3731: $? = 0 configure:3734: test -s conftest configure:3737: $? = 0 configure:3749: result: yes configure:3894: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU units config.status 1.85, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:683: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=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_sin=yes ac_cv_func_strchr=yes ac_cv_func_strspn=yes ac_cv_func_strtok=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_readline_readline_h=yes ac_cv_header_stdc=no 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_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_lib_ncurses_tparm=yes ac_cv_lib_readline_readline=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFIS=' -DREADLINE -DSTRINGS_H -DNO_STDLIB_H' DEFS='-DPACKAGE_NAME=\"GNU\ units\" -DPACKAGE_TARNAME=\"units\" -DPACKAGE_VERSION=\"1.85\" -DPACKAGE_STRING=\"GNU\ units\ 1.85\" -DPACKAGE_BUGREPORT=\"adrian@cam.cornell.edu\" -Dconst= ' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS=' -lreadline -lncurses' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='adrian@cam.cornell.edu' PACKAGE_NAME='GNU units' PACKAGE_STRING='GNU units 1.85' PACKAGE_TARNAME='units' PACKAGE_VERSION='1.85' PATH_SEPARATOR=':' SHELL='/bin/sh' STRFUNC='' UDAT='${prefix}/share/' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,^,,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "adrian@cam.cornell.edu" #define PACKAGE_NAME "GNU units" #define PACKAGE_STRING "GNU units 1.85" #define PACKAGE_TARNAME "units" #define PACKAGE_VERSION "1.85" #define const configure: exit 0