This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gputils configure 0.13.4, which was
generated by GNU Autoconf 2.59. 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: 129 tasks, 183 threads, 4 processors
Load average: 2.20, Mach factor: 1.79
/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:1363: checking for a BSD-compatible install
configure:1418: result: /usr/bin/install -c -o root -g wheel
configure:1429: checking whether build environment is sane
configure:1472: result: yes
configure:1537: checking for gawk
configure:1553: found /usr/local/bin/gawk
configure:1563: result: gawk
configure:1573: checking whether make sets $(MAKE)
configure:1593: result: yes
configure:1761: checking whether to enable maintainer-specific portions of Makefiles
configure:1770: result: no
configure:1793: checking build system type
configure:1811: result: i386-unknown-gnu
configure:1819: checking host system type
configure:1833: result: i386-unknown-gnu
configure:1874: checking for i386-unknown-gnu-gcc
configure:1900: result: cc
configure:2182: checking for C compiler version
configure:2185: 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:2188: $? = 0
configure:2190: 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:2193: $? = 0
configure:2195: cc -V &5
cc: `-V' option must have argument
configure:2198: $? = 1
configure:2221: checking for C compiler default output file name
configure:2224: cc -fno-common conftest.c >&5
configure:2227: $? = 0
configure:2273: result: a.out
configure:2278: checking whether the C compiler works
configure:2284: ./a.out
configure:2287: $? = 0
configure:2304: result: yes
configure:2311: checking whether we are cross compiling
configure:2313: result: no
configure:2316: checking for suffix of executables
configure:2318: cc -o conftest -fno-common conftest.c >&5
configure:2321: $? = 0
configure:2346: result:
configure:2352: checking for suffix of object files
configure:2373: cc -c -fno-common conftest.c >&5
configure:2376: $? = 0
configure:2398: result:
configure:2402: checking whether we are using the GNU C compiler
configure:2426: cc -c -fno-common conftest.c >&5
configure:2432: $? = 0
configure:2436: test -z
|| test ! -s conftest.err
configure:2439: $? = 0
configure:2442: test -s conftest.
configure:2445: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:2458: result: no
configure:2464: checking whether cc accepts -g
configure:2485: cc -c -g conftest.c >&5
configure:2491: $? = 0
configure:2495: test -z
|| test ! -s conftest.err
configure:2498: $? = 0
configure:2501: test -s conftest.
configure:2504: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2515: result: no
configure:2532: checking for cc option to accept ANSI C
configure:2602: cc -c -fno-common conftest.c >&5
configure:2608: $? = 0
configure:2612: test -z
|| test ! -s conftest.err
configure:2615: $? = 0
configure:2618: test -s conftest.
configure:2621: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| /* 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:2602: cc -qlanglvl=ansi -c -fno-common conftest.c >&5
cc: unrecognized option `-qlanglvl=ansi'
configure:2608: $? = 0
configure:2612: test -z
|| test ! -s conftest.err
configure:2615: $? = 0
configure:2618: test -s conftest.
configure:2621: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| /* 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:2602: cc -std1 -c -fno-common conftest.c >&5
cc1: error: unrecognized option `-std1'
configure:2608: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| /* 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:2602: cc -Ae -c -fno-common conftest.c >&5
:6:2: missing '(' after predicate
configure:2608: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| /* 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:2602: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5
:6:2: missing '(' after predicate
configure:2608: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| /* 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:2602: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5
cc: unrecognized option `-Xc'
configure:2608: $? = 0
configure:2612: test -z
|| test ! -s conftest.err
configure:2615: $? = 0
configure:2618: test -s conftest.
configure:2621: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| /* 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:2639: result: none needed
configure:2657: cc -c -fno-common conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2663: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2807: checking for style of include used by make
configure:2835: result: GNU
configure:2863: checking dependency style of cc
configure:2953: result: gcc3
configure:2974: checking for bison
configure:2990: found /usr/local/bin/bison
configure:3000: result: bison -y
configure:3016: checking for flex
configure:3032: found /usr/bin/flex
configure:3042: result: flex
configure:3055: checking for yywrap in -lfl
configure:3085: cc -o conftest -fno-common conftest.c -lfl >&5
configure:3091: $? = 0
configure:3095: test -z
|| test ! -s conftest.err
configure:3098: $? = 0
configure:3101: test -s conftest
configure:3104: $? = 0
configure:3117: result: yes
configure:3195: checking lex output file root
configure:3206: flex conftest.l
configure:3209: $? = 0
configure:3221: result: lex.yy
configure:3226: checking whether yytext is a pointer
configure:3242: cc -o conftest -fno-common conftest.c -lfl >&5
configure:3248: $? = 0
configure:3252: test -z
|| test ! -s conftest.err
configure:3255: $? = 0
configure:3258: test -s conftest
configure:3261: $? = 0
configure:3275: result: yes
configure:3307: checking for a BSD-compatible install
configure:3362: result: /usr/bin/install -c -o root -g wheel
configure:3378: checking for i386-unknown-gnu-ranlib
configure:3407: result: no
configure:3416: checking for ranlib
configure:3432: found /usr/bin/ranlib
configure:3443: result: ranlib
configure:3458: checking for i386-unknown-gnu-ar
configure:3487: result: no
configure:3496: checking for ar
configure:3512: found /usr/bin/ar
configure:3523: result: ar
configure:3542: checking how to run the C preprocessor
configure:3577: cc -E conftest.c
configure:3583: $? = 0
configure:3615: cc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3621: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include
configure:3660: result: cc -E
configure:3684: cc -E conftest.c
configure:3690: $? = 0
configure:3722: cc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3728: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include
configure:3772: checking for egrep
configure:3782: result: grep -E
configure:3787: checking for ANSI C header files
configure:3812: cc -c -fno-common conftest.c >&5
configure:3818: $? = 0
configure:3822: test -z
|| test ! -s conftest.err
configure:3825: $? = 0
configure:3828: test -s conftest.
configure:3831: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include
| #include
| #include
| #include
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3940: result: no
configure:3964: checking for sys/types.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:3964: checking for sys/stat.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:3964: checking for stdlib.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:3964: checking for string.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:3964: checking for memory.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:3964: checking for strings.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:3964: checking for inttypes.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:3964: checking for stdint.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:3964: checking for unistd.h
configure:3980: cc -c -fno-common conftest.c >&5
configure:3986: $? = 0
configure:3990: test -z
|| test ! -s conftest.err
configure:3993: $? = 0
configure:3996: test -s conftest.
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4010: result: no
configure:4043: checking libintl.h usability
configure:4055: cc -c -fno-common conftest.c >&5
configure:4061: $? = 0
configure:4065: test -z
|| test ! -s conftest.err
configure:4068: $? = 0
configure:4071: test -s conftest.
configure:4074: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| /* 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:4084: result: no
configure:4088: checking libintl.h presence
configure:4098: cc -E conftest.c
configure:4104: $? = 0
configure:4124: result: yes
configure:4137: WARNING: libintl.h: present but cannot be compiled
configure:4139: WARNING: libintl.h: check for missing prerequisite headers?
configure:4141: WARNING: libintl.h: see the Autoconf documentation
configure:4143: WARNING: libintl.h: section "Present But Cannot Be Compiled"
configure:4145: WARNING: libintl.h: proceeding with the preprocessor's result
configure:4147: WARNING: libintl.h: in the future, the compiler will take precedence
configure:4159: checking for libintl.h
configure:4166: result: yes
configure:4043: checking malloc.h usability
configure:4055: cc -c -fno-common conftest.c >&5
configure:4061: $? = 0
configure:4065: test -z
|| test ! -s conftest.err
configure:4068: $? = 0
configure:4071: test -s conftest.
configure:4074: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| /* 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:4084: result: no
configure:4088: checking malloc.h presence
configure:4098: cc -E conftest.c
configure:4104: $? = 0
configure:4124: result: yes
configure:4137: WARNING: malloc.h: present but cannot be compiled
configure:4139: WARNING: malloc.h: check for missing prerequisite headers?
configure:4141: WARNING: malloc.h: see the Autoconf documentation
configure:4143: WARNING: malloc.h: section "Present But Cannot Be Compiled"
configure:4145: WARNING: malloc.h: proceeding with the preprocessor's result
configure:4147: WARNING: malloc.h: in the future, the compiler will take precedence
configure:4159: checking for malloc.h
configure:4166: result: yes
configure:4043: checking stddef.h usability
configure:4055: cc -c -fno-common conftest.c >&5
configure:4061: $? = 0
configure:4065: test -z
|| test ! -s conftest.err
configure:4068: $? = 0
configure:4071: test -s conftest.
configure:4074: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| /* 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:4084: result: no
configure:4088: checking stddef.h presence
configure:4098: cc -E conftest.c
configure:4104: $? = 0
configure:4124: result: yes
configure:4137: WARNING: stddef.h: present but cannot be compiled
configure:4139: WARNING: stddef.h: check for missing prerequisite headers?
configure:4141: WARNING: stddef.h: see the Autoconf documentation
configure:4143: WARNING: stddef.h: section "Present But Cannot Be Compiled"
configure:4145: WARNING: stddef.h: proceeding with the preprocessor's result
configure:4147: WARNING: stddef.h: in the future, the compiler will take precedence
configure:4159: checking for stddef.h
configure:4166: result: yes
configure:4034: checking for stdlib.h
configure:4039: result: no
configure:4034: checking for string.h
configure:4039: result: no
configure:4034: checking for strings.h
configure:4039: result: no
configure:4034: checking for unistd.h
configure:4039: result: no
configure:4043: checking windows.h usability
configure:4055: cc -c -fno-common conftest.c >&5
conftest.c:49:21: windows.h: No such file or directory
configure:4061: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| /* 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:4084: result: no
configure:4088: checking windows.h presence
configure:4098: cc -E conftest.c
conftest.c:15:21: windows.h: No such file or directory
configure:4104: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| /* end confdefs.h. */
| #include
configure:4124: result: no
configure:4159: checking for windows.h
configure:4166: result: no
configure:4181: checking for an ANSI C-conforming const
configure:4248: cc -c -fno-common conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z
|| test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.
configure:4267: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| /* 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:4278: result: no
configure:4288: checking for size_t
configure:4312: cc -c -fno-common conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z
|| test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.
configure:4331: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #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
| int
| main ()
| {
| if ((size_t *) 0)
| return 0;
| if (sizeof (size_t))
| return 0;
| ;
| return 0;
| }
configure:4342: result: no
configure:4354: checking whether struct tm is in sys/time.h or time.h
configure:4377: cc -c -fno-common conftest.c >&5
configure:4383: $? = 0
configure:4387: test -z
|| test ! -s conftest.err
configure:4390: $? = 0
configure:4393: test -s conftest.
configure:4396: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define const
| #define size_t unsigned
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| struct tm *tp; tp->tm_sec;
| ;
| return 0;
| }
configure:4407: result: sys/time.h
configure:4421: checking for working alloca.h
configure:4442: cc -o conftest -fno-common conftest.c >&5
configure:4448: $? = 0
configure:4452: test -z
|| test ! -s conftest.err
configure:4455: $? = 0
configure:4458: test -s conftest
configure:4461: $? = 0
configure:4473: result: yes
configure:4483: checking for alloca
configure:4524: cc -o conftest -fno-common conftest.c >&5
configure:4530: $? = 0
configure:4534: test -z
|| test ! -s conftest.err
configure:4537: $? = 0
configure:4540: test -s conftest
configure:4543: $? = 0
configure:4555: result: yes
configure:4783: checking for stdlib.h
configure:4788: result: no
configure:4928: checking for GNU libc compatible malloc
configure:4957: cc -o conftest -fno-common conftest.c >&5
configure:4960: $? = 0
configure:4962: ./conftest
configure:4965: $? = 0
configure:4979: result: yes
configure:5009: checking for working memcmp
configure:5057: cc -o conftest -fno-common conftest.c >&5
configure:5060: $? = 0
configure:5062: ./conftest
configure:5065: $? = 0
configure:5079: result: yes
configure:5095: checking for stdlib.h
configure:5100: result: no
configure:5240: checking for GNU libc compatible realloc
configure:5269: cc -o conftest -fno-common conftest.c >&5
configure:5272: $? = 0
configure:5274: ./conftest
configure:5277: $? = 0
configure:5291: result: yes
configure:5325: checking for vprintf
configure:5382: cc -o conftest -fno-common conftest.c >&5
conftest.c:46: warning: conflicting types for built-in function `vprintf'
configure:5388: $? = 0
configure:5392: test -z
|| test ! -s conftest.err
configure:5395: $? = 0
configure:5398: test -s conftest
configure:5401: $? = 0
configure:5413: result: yes
configure:5420: checking for _doprnt
configure:5477: cc -o conftest -fno-common conftest.c >&5
ld: Undefined symbols:
__doprnt
configure:5483: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define const
| #define size_t unsigned
| #define TM_IN_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case declares _doprnt.
| For example, HP-UX 11i declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef _doprnt
|
| /* 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 _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
| ;
| return 0;
| }
configure:5508: result: no
configure:5536: checking for memmove
configure:5593: cc -o conftest -fno-common conftest.c >&5
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5536: checking for mempcpy
configure:5593: cc -o conftest -fno-common conftest.c >&5
ld: Undefined symbols:
_mempcpy
configure:5599: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define const
| #define size_t unsigned
| #define TM_IN_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| /* end confdefs.h. */
| /* Define mempcpy to an innocuous variant, in case declares mempcpy.
| For example, HP-UX 11i declares gettimeofday. */
| #define mempcpy innocuous_mempcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mempcpy (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef mempcpy
|
| /* 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 mempcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_mempcpy) || defined (__stub___mempcpy)
| choke me
| #else
| char (*f) () = mempcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != mempcpy;
| ;
| return 0;
| }
configure:5624: result: no
configure:5536: checking for memset
configure:5593: cc -o conftest -fno-common conftest.c >&5
conftest.c:48: warning: conflicting types for built-in function `memset'
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5536: checking for strcasecmp
configure:5593: cc -o conftest -fno-common conftest.c >&5
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5536: checking for strchr
configure:5593: cc -o conftest -fno-common conftest.c >&5
conftest.c:50: warning: conflicting types for built-in function `strchr'
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5536: checking for strdup
configure:5593: cc -o conftest -fno-common conftest.c >&5
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5536: checking for strerror
configure:5593: cc -o conftest -fno-common conftest.c >&5
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5536: checking for stricmp
configure:5593: cc -o conftest -fno-common conftest.c >&5
ld: Undefined symbols:
_stricmp
configure:5599: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gputils"
| #define PACKAGE_TARNAME "gputils"
| #define PACKAGE_VERSION "0.13.4"
| #define PACKAGE_STRING "gputils 0.13.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gputils"
| #define VERSION "0.13.4"
| #define YYTEXT_POINTER 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define const
| #define size_t unsigned
| #define TM_IN_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define stricmp to an innocuous variant, in case declares stricmp.
| For example, HP-UX 11i declares gettimeofday. */
| #define stricmp innocuous_stricmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char stricmp (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef stricmp
|
| /* 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 stricmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_stricmp) || defined (__stub___stricmp)
| choke me
| #else
| char (*f) () = stricmp;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != stricmp;
| ;
| return 0;
| }
configure:5624: result: no
configure:5536: checking for strrchr
configure:5593: cc -o conftest -fno-common conftest.c >&5
conftest.c:53: warning: conflicting types for built-in function `strrchr'
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5536: checking for strtol
configure:5593: cc -o conftest -fno-common conftest.c >&5
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5536: checking for strtoul
configure:5593: cc -o conftest -fno-common conftest.c >&5
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5624: result: yes
configure:5637: checking for bzero
configure:5694: cc -o conftest -fno-common conftest.c >&5
conftest.c:56: warning: conflicting types for built-in function `bzero'
configure:5700: $? = 0
configure:5704: test -z
|| test ! -s conftest.err
configure:5707: $? = 0
configure:5710: test -s conftest
configure:5713: $? = 0
configure:5725: result: yes
configure:5733: checking for vsnprintf
configure:5790: cc -o conftest -fno-common conftest.c >&5
conftest.c:56: warning: conflicting types for built-in function `vsnprintf'
configure:5796: $? = 0
configure:5800: test -z
|| test ! -s conftest.err
configure:5803: $? = 0
configure:5806: test -s conftest
configure:5809: $? = 0
configure:5821: result: yes
configure:5829: checking for snprintf
configure:5886: cc -o conftest -fno-common conftest.c >&5
conftest.c:56: warning: conflicting types for built-in function `snprintf'
configure:5892: $? = 0
configure:5896: test -z
|| test ! -s conftest.err
configure:5899: $? = 0
configure:5902: test -s conftest
configure:5905: $? = 0
configure:5917: result: yes
configure:6118: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gputils config.status 0.13.4, 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:729: creating Makefile
config.status:729: creating doc/Makefile
config.status:729: creating gpasm/Makefile
config.status:729: creating gplink/Makefile
config.status:729: creating gputils/Makefile
config.status:729: creating header/Makefile
config.status:729: creating libgputils/Makefile
config.status:729: creating libiberty/Makefile
config.status:729: creating lkr/Makefile
config.status:729: creating man/Makefile
config.status:729: creating man/fr/Makefile
config.status:729: creating gputils.spec
config.status:833: creating config.h
config.status:1143: executing depfiles commands
configure:7454: result:
gputils-0.13.4 is now configured for
Build: i386-unknown-gnu
Host: i386-unknown-gnu
Source directory: .
Installation prefix:
C compiler: cc -fno-common
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-unknown-gnu
ac_cv_build_alias=i386-unknown-gnu
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__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_bzero=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=no
ac_cv_func_memset=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_stricmp=no
ac_cv_func_strrchr=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_inttypes_h=no
ac_cv_header_libintl_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=no
ac_cv_header_stdc=no
ac_cv_header_stddef_h=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_stat_h=no
ac_cv_header_sys_types_h=no
ac_cv_header_unistd_h=no
ac_cv_header_windows_h=no
ac_cv_host=i386-unknown-gnu
ac_cv_host_alias=i386-unknown-gnu
ac_cv_lib_fl_yywrap=yes
ac_cv_objext=
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=cc
ac_cv_prog_CPP='cc -E'
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=no
ac_cv_prog_cc_stdc=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=sys/time.h
ac_cv_type_size_t=no
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_sys_max_cmd_len=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /mnt/gmirror/ports/devel/gputils/work/gputils-0.13.4/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /mnt/gmirror/ports/devel/gputils/work/gputils-0.13.4/missing --run tar'
AM_CFLAGS=''
AM_LDFLAGS=''
AR='ar'
AUTOCONF='${SHELL} /mnt/gmirror/ports/devel/gputils/work/gputils-0.13.4/missing --run autoconf'
AUTOHEADER='${SHELL} /mnt/gmirror/ports/devel/gputils/work/gputils-0.13.4/missing --run autoheader'
AUTOMAKE='${SHELL} /mnt/gmirror/ports/devel/gputils/work/gputils-0.13.4/missing --run automake-1.9'
AWK='gawk'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-fno-common'
CPP='cc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GPUTILS_HEADER_PATH='$(datadir)/gputils/header'
GPUTILS_LIB_PATH='$(datadir)/gputils/lib'
GPUTILS_LKR_PATH='$(datadir)/gputils/lkr'
IBERTYOBJS=''
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'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBGPUTILS='libgputils/libgputils.a'
LIBIBERTY='libiberty/libiberty.a'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /mnt/gmirror/ports/devel/gputils/work/gputils-0.13.4/missing --run makeinfo'
MAKE_SUBDIRS='libgputils libiberty gpasm gplink gputils header lkr doc man'
OBJEXT=''
PACKAGE='gputils'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gputils'
PACKAGE_STRING='gputils 0.13.4'
PACKAGE_TARNAME='gputils'
PACKAGE_VERSION='0.13.4'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.13.4'
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-unknown-gnu'
build_alias='i386-unknown-gnu'
build_cpu='i386'
build_os='gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i386-unknown-gnu'
host_alias='i386-unknown-gnu'
host_cpu='i386'
host_os='gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/mnt/gmirror/ports/devel/gputils/work/gputils-0.13.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix=''
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='i386-unknown-gnu'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_LIBINTL_H 1
#define HAVE_MALLOC 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_REALLOC 1
#define HAVE_STDDEF_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRRCHR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_VPRINTF 1
#define PACKAGE "gputils"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "gputils"
#define PACKAGE_STRING "gputils 0.13.4"
#define PACKAGE_TARNAME "gputils"
#define PACKAGE_VERSION "0.13.4"
#define TM_IN_SYS_TIME 1
#define USE_DEFAULT_PATHS 1
#define VERSION "0.13.4"
#define YYTEXT_POINTER 1
#define const
#define size_t unsigned
configure: exit 0