This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --program-prefix= --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: 141 tasks, 196 threads, 4 processors Load average: 2.14, Mach factor: 1.94 /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: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1535: checking build system type configure:1553: result: i386-unknown-gnu configure:1561: checking host system type configure:1575: result: i386-unknown-gnu configure:1583: checking target system type configure:1597: result: i386-unknown-gnu configure:1625: checking for a BSD-compatible install configure:1680: result: /usr/bin/install -c -o root -g wheel configure:1691: checking whether build environment is sane configure:1734: result: yes configure:1791: checking for gawk configure:1807: found /usr/local/bin/gawk configure:1817: result: gawk configure:1827: checking whether make sets $(MAKE) configure:1847: result: yes configure:2017: checking whether to enable maintainer-specific portions of Makefiles configure:2026: result: no configure:2126: checking for style of include used by make configure:2154: result: GNU configure:2187: checking for i386-unknown-gnu-gcc configure:2213: result: cc configure:2495: checking for C compiler version configure:2498: 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:2501: $? = 0 configure:2503: 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:2506: $? = 0 configure:2508: cc -V &5 cc: `-V' option must have argument configure:2511: $? = 1 configure:2534: checking for C compiler default output file name configure:2537: cc -fno-common conftest.c >&5 configure:2540: $? = 0 configure:2586: result: a.out configure:2591: checking whether the C compiler works configure:2597: ./a.out configure:2600: $? = 0 configure:2617: result: yes configure:2624: checking whether we are cross compiling configure:2626: result: no configure:2629: checking for suffix of executables configure:2631: cc -o conftest -fno-common conftest.c >&5 configure:2634: $? = 0 configure:2659: result: configure:2665: checking for suffix of object files configure:2686: cc -c -fno-common conftest.c >&5 configure:2689: $? = 0 configure:2711: result: configure:2715: checking whether we are using the GNU C compiler configure:2739: cc -c -fno-common conftest.c >&5 configure:2745: $? = 0 configure:2749: test -z || test ! -s conftest.err configure:2752: $? = 0 configure:2755: test -s conftest. configure:2758: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2771: result: no configure:2777: checking whether cc accepts -g configure:2798: cc -c -g conftest.c >&5 configure:2804: $? = 0 configure:2808: test -z || test ! -s conftest.err configure:2811: $? = 0 configure:2814: test -s conftest. configure:2817: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2828: result: no configure:2845: checking for cc option to accept ANSI C configure:2915: cc -c -fno-common conftest.c >&5 configure:2921: $? = 0 configure:2925: test -z || test ! -s conftest.err configure:2928: $? = 0 configure:2931: test -s conftest. configure:2934: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:2915: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2921: $? = 0 configure:2925: test -z || test ! -s conftest.err configure:2928: $? = 0 configure:2931: test -s conftest. configure:2934: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:2915: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2921: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:2915: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2921: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:2915: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2921: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:2915: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2921: $? = 0 configure:2925: test -z || test ! -s conftest.err configure:2928: $? = 0 configure:2931: test -s conftest. configure:2934: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:2952: result: none needed configure:2970: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2976: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3111: checking dependency style of cc configure:3201: result: gcc3 configure:3218: checking for a sed that does not truncate output configure:3272: result: /usr/local/bin/sed configure:3275: checking for egrep configure:3285: result: grep -E configure:3334: checking for non-GNU ld configure:3368: result: /usr/bin/ld configure:3377: checking if the linker (/usr/bin/ld) is GNU ld configure:3392: result: no configure:3397: checking for /usr/bin/ld option to reload object files configure:3404: result: -r configure:3413: checking for BSD-compatible nm configure:3455: result: nm configure:3459: checking whether ln -s works configure:3463: result: yes configure:3470: checking how to recognise dependent libraries configure:3653: result: pass_all configure:3867: checking how to run the C preprocessor configure:3902: cc -E conftest.c configure:3908: $? = 0 configure:3940: cc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3946: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* end confdefs.h. */ | #include configure:3985: result: cc -E configure:4009: cc -E conftest.c configure:4015: $? = 0 configure:4047: cc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4053: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* end confdefs.h. */ | #include configure:4097: checking for ANSI C header files configure:4122: cc -c -fno-common conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest. configure:4141: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4250: result: no configure:4274: checking for sys/types.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4274: checking for sys/stat.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4274: checking for stdlib.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4274: checking for string.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4274: checking for memory.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4274: checking for strings.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4274: checking for inttypes.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4274: checking for stdint.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4274: checking for unistd.h configure:4290: cc -c -fno-common conftest.c >&5 configure:4296: $? = 0 configure:4300: test -z || test ! -s conftest.err configure:4303: $? = 0 configure:4306: test -s conftest. configure:4309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4320: result: no configure:4346: checking dlfcn.h usability configure:4358: cc -c -fno-common conftest.c >&5 configure:4364: $? = 0 configure:4368: test -z || test ! -s conftest.err configure:4371: $? = 0 configure:4374: test -s conftest. configure:4377: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | /* 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:4387: result: no configure:4391: checking dlfcn.h presence configure:4401: cc -E conftest.c configure:4407: $? = 0 configure:4427: result: yes configure:4440: WARNING: dlfcn.h: present but cannot be compiled configure:4442: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4444: WARNING: dlfcn.h: see the Autoconf documentation configure:4446: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4448: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4450: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4462: checking for dlfcn.h configure:4469: result: yes configure:4492: checking for i386-unknown-gnu-g++ configure:4518: result: c++ configure:4576: checking for C++ compiler version configure:4579: c++ --version &5 c++ (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:4582: $? = 0 configure:4584: c++ -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:4587: $? = 0 configure:4589: c++ -V &5 c++: `-V' option must have argument configure:4592: $? = 1 configure:4595: checking whether we are using the GNU C++ compiler configure:4619: c++ -c -fno-common conftest.cc >&5 configure:4625: $? = 0 configure:4629: test -z || test ! -s conftest.err configure:4632: $? = 0 configure:4635: test -s conftest. configure:4638: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:4651: result: no configure:4657: checking whether c++ accepts -g configure:4678: c++ -c -g conftest.cc >&5 configure:4684: $? = 0 configure:4688: test -z || test ! -s conftest.err configure:4691: $? = 0 configure:4694: test -s conftest. configure:4697: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4708: result: no configure:4750: c++ -c -fno-common conftest.cc >&5 configure:4756: $? = 0 configure:4760: test -z || test ! -s conftest.err configure:4763: $? = 0 configure:4766: test -s conftest. configure:4769: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4750: c++ -c -fno-common conftest.cc >&5 configure:4756: $? = 0 configure:4760: test -z || test ! -s conftest.err configure:4763: $? = 0 configure:4766: test -s conftest. configure:4769: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4750: c++ -c -fno-common conftest.cc >&5 configure:4756: $? = 0 configure:4760: test -z || test ! -s conftest.err configure:4763: $? = 0 configure:4766: test -s conftest. configure:4769: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4750: c++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:13: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:12: error: than previous declaration `void exit(int) throw ()' configure:4756: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4750: c++ -c -fno-common conftest.cc >&5 configure:4756: $? = 0 configure:4760: test -z || test ! -s conftest.err configure:4763: $? = 0 configure:4766: test -s conftest. configure:4769: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4750: c++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:13: conftest.cc:12: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:4756: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4839: checking dependency style of c++ configure:4929: result: gcc3 configure:4951: checking how to run the C++ preprocessor configure:4982: c++ -E conftest.cc configure:4988: $? = 0 configure:5020: c++ -E conftest.cc conftest.cc:15:28: ac_nonexistent.h: No such file or directory configure:5026: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5065: result: c++ -E configure:5089: c++ -E conftest.cc configure:5095: $? = 0 configure:5127: c++ -E conftest.cc conftest.cc:15:28: ac_nonexistent.h: No such file or directory configure:5133: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5186: checking for i386-unknown-gnu-g77 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-f77 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-xlf configure:5215: result: no configure:5186: checking for i386-unknown-gnu-frt configure:5215: result: no configure:5186: checking for i386-unknown-gnu-pgf77 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-fort77 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-fl32 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-af77 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-f90 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-xlf90 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-pgf90 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-epcf90 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-f95 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-fort configure:5215: result: no configure:5186: checking for i386-unknown-gnu-xlf95 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-ifc configure:5215: result: no configure:5186: checking for i386-unknown-gnu-efc configure:5215: result: no configure:5186: checking for i386-unknown-gnu-pgf95 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-lf95 configure:5215: result: no configure:5186: checking for i386-unknown-gnu-gfortran configure:5215: result: no configure:5228: checking for g77 configure:5257: result: no configure:5228: checking for f77 configure:5244: found /usr/local/bin/f77 configure:5254: result: f77 configure:5272: checking for Fortran 77 compiler version configure:5272: f77 --version &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -2 > /tmp/' 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:5275: $? = 0 configure:5277: f77 -v &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -2 > /tmp/' Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) cc: /tmp/: linker input file unused because linking not done configure:5280: $? = 0 configure:5282: f77 -V &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -2 > /tmp/' cc: `-V' must come at the start of the command line configure:5285: $? = 0 configure:5293: checking whether we are using the GNU Fortran 77 compiler configure:5307: f77 -c conftest.F >&5 Error on line 2: Bad # line: "#ifndef __GNUC__" Error on line 4: Bad # line: "#endif" Error on line 3: unclassifiable statement (starts "chokeme") cc: /tmp/conftest.F: Fortran compiler not installed on this system configure:5313: $? = 0 configure:5317: test -z || test ! -s conftest.err configure:5320: $? = 0 configure:5323: test -s conftest. configure:5326: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5339: result: no configure:5345: checking whether f77 accepts -g configure:5357: f77 -c -g conftest.f >&5 configure:5363: $? = 0 configure:5367: test -z || test ! -s conftest.err configure:5370: $? = 0 configure:5373: test -s conftest. configure:5376: $? = 1 configure: failed program was: | program main | | end configure:5388: result: no configure:5418: checking the maximum length of command line arguments configure:5483: result: configure:5494: checking command to parse nm output from cc object configure:5583: cc -c -fno-common conftest.c >&5 configure:5586: $? = 0 configure:5590: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:5593: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5583: cc -c -fno-common conftest.c >&5 configure:5586: $? = 0 configure:5590: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:5593: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5683: result: failed configure:5690: checking for objdir configure:5705: result: .libs configure:5757: checking for i386-unknown-gnu-ar configure:5786: result: no configure:5795: checking for ar configure:5811: found /usr/bin/ar configure:5822: result: ar configure:5837: checking for i386-unknown-gnu-ranlib configure:5866: result: no configure:5875: checking for ranlib configure:5891: found /usr/bin/ranlib configure:5902: result: ranlib configure:5917: checking for i386-unknown-gnu-strip configure:5946: result: no configure:5955: checking for strip configure:5971: found /usr/bin/strip configure:5982: result: strip configure:6244: checking if cc static flag works configure:6267: result: yes configure:6333: checking for cc option to produce PIC configure:6510: result: configure:6575: checking if cc supports -c -o file.o configure:6599: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:6603: $? = 0 configure:6620: result: yes configure:6646: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7494: result: no configure:7565: checking dynamic linker characteristics configure:8105: result: gnu ld.so configure:8109: checking how to hardcode library paths into programs configure:8134: result: immediate configure:8148: checking whether stripping libraries is possible configure:8169: result: no configure:8983: checking if libtool supports shared libraries configure:8985: result: no configure:8988: checking whether to build shared libraries configure:9046: result: no configure:9049: checking whether to build static libraries configure:9053: result: yes configure:9145: creating libtool configure:9834: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10662: result: yes configure:10680: c++ -c -fno-common conftest.cc >&5 configure:10683: $? = 0 configure:10779: checking for c++ option to produce PIC configure:11031: result: configure:11096: checking if c++ supports -c -o file.o configure:11120: c++ -c -fno-common -o out/conftest2.o conftest.cc >&5 configure:11124: $? = 0 configure:11141: result: yes configure:11167: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11192: result: yes configure:11263: checking dynamic linker characteristics configure:11803: result: gnu ld.so configure:11807: checking how to hardcode library paths into programs configure:11832: result: immediate configure:11846: checking whether stripping libraries is possible configure:11867: result: no configure:13158: checking if libtool supports shared libraries configure:13160: result: no configure:13163: checking whether to build shared libraries configure:13181: result: no configure:13184: checking whether to build static libraries configure:13188: result: yes configure:13200: checking for f77 option to produce PIC configure:13377: result: configure:13442: checking if f77 supports -c -o file.o configure:13466: f77 -c -o out/conftest2.o conftest.f >&5 configure:13470: $? = 0 configure:13487: result: yes configure:13513: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:14341: result: no configure:14412: checking dynamic linker characteristics configure:14952: result: gnu ld.so configure:14956: checking how to hardcode library paths into programs configure:14981: result: immediate configure:14995: checking whether stripping libraries is possible configure:15016: result: no configure:19097: checking for autoconf configure:19115: found /usr/local/bin/autoconf configure:19128: result: /usr/local/bin/autoconf configure:19137: checking for autoheader configure:19155: found /usr/local/bin/autoheader configure:19168: result: /usr/local/bin/autoheader configure:19217: checking for i386-unknown-gnu-gcc configure:19243: result: cc configure:19525: checking for C compiler version configure:19528: 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:19531: $? = 0 configure:19533: 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:19536: $? = 0 configure:19538: cc -V &5 cc: `-V' option must have argument configure:19541: $? = 1 configure:19544: checking whether we are using the GNU C compiler configure:19600: result: no configure:19606: checking whether cc accepts -g configure:19657: result: no configure:19674: checking for cc option to accept ANSI C configure:19781: result: none needed configure:19799: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:19805: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:19940: checking dependency style of cc configure:20030: result: gcc3 configure:20052: checking how to run the C preprocessor configure:20170: result: cc -E configure:20194: cc -E conftest.c configure:20200: $? = 0 configure:20232: cc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:20238: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:20294: checking for a BSD-compatible install configure:20349: result: /usr/bin/install -c -o root -g wheel configure:20360: checking whether ln -s works configure:20364: result: yes configure:20371: checking whether make sets $(MAKE) configure:20391: result: yes configure:20404: checking for bison configure:20420: found /usr/local/bin/bison configure:20430: result: bison -y configure:20443: checking for ar configure:20462: found /usr/bin/ar configure:20475: result: /usr/bin/ar configure:20491: checking for ANSI C header files configure:20644: result: no configure:20671: checking fcntl.h usability configure:20683: cc -c -fno-common conftest.c >&5 configure:20689: $? = 0 configure:20693: test -z || test ! -s conftest.err configure:20696: $? = 0 configure:20699: test -s conftest.o configure:20702: $? = 0 configure:20712: result: yes configure:20716: checking fcntl.h presence configure:20726: cc -E conftest.c configure:20732: $? = 0 configure:20752: result: yes configure:20787: checking for fcntl.h configure:20794: result: yes configure:20671: checking time.h usability configure:20683: cc -c -fno-common conftest.c >&5 configure:20689: $? = 0 configure:20693: test -z || test ! -s conftest.err configure:20696: $? = 0 configure:20699: test -s conftest.o configure:20702: $? = 0 configure:20712: result: yes configure:20716: checking time.h presence configure:20726: cc -E conftest.c configure:20732: $? = 0 configure:20752: result: yes configure:20787: checking for time.h configure:20794: result: yes configure:20671: checking sys/time.h usability configure:20683: cc -c -fno-common conftest.c >&5 configure:20689: $? = 0 configure:20693: test -z || test ! -s conftest.err configure:20696: $? = 0 configure:20699: test -s conftest.o configure:20702: $? = 0 configure:20712: result: yes configure:20716: checking sys/time.h presence configure:20726: cc -E conftest.c configure:20732: $? = 0 configure:20752: result: yes configure:20787: checking for sys/time.h configure:20794: result: yes configure:20662: checking for unistd.h configure:20667: result: no configure:20822: checking netinet/in.h usability configure:20834: cc -c -fno-common conftest.c >&5 configure:20840: $? = 0 configure:20844: test -z || test ! -s conftest.err configure:20847: $? = 0 configure:20850: test -s conftest.o configure:20853: $? = 0 configure:20863: result: yes configure:20867: checking netinet/in.h presence configure:20877: cc -E conftest.c configure:20883: $? = 0 configure:20903: result: yes configure:20938: checking for netinet/in.h configure:20945: result: yes configure:20822: checking sys/param.h usability configure:20834: cc -c -fno-common conftest.c >&5 configure:20840: $? = 0 configure:20844: test -z || test ! -s conftest.err configure:20847: $? = 0 configure:20850: test -s conftest.o configure:20853: $? = 0 configure:20863: result: yes configure:20867: checking sys/param.h presence configure:20877: cc -E conftest.c configure:20883: $? = 0 configure:20903: result: yes configure:20938: checking for sys/param.h configure:20945: result: yes configure:20972: checking regex.h usability configure:20984: cc -c -fno-common conftest.c >&5 configure:20990: $? = 0 configure:20994: test -z || test ! -s conftest.err configure:20997: $? = 0 configure:21000: test -s conftest.o configure:21003: $? = 0 configure:21013: result: yes configure:21017: checking regex.h presence configure:21027: cc -E conftest.c configure:21033: $? = 0 configure:21053: result: yes configure:21088: checking for regex.h configure:21095: result: yes configure:21122: checking sysexits.h usability configure:21134: cc -c -fno-common conftest.c >&5 configure:21140: $? = 0 configure:21144: test -z || test ! -s conftest.err configure:21147: $? = 0 configure:21150: test -s conftest.o configure:21153: $? = 0 configure:21163: result: yes configure:21167: checking sysexits.h presence configure:21177: cc -E conftest.c configure:21183: $? = 0 configure:21203: result: yes configure:21238: checking for sysexits.h configure:21245: result: yes configure:21272: checking sys/locking.h usability configure:21284: cc -c -fno-common conftest.c >&5 conftest.c:56:25: sys/locking.h: No such file or directory configure:21290: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_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:21313: result: no configure:21317: checking sys/locking.h presence configure:21327: cc -E conftest.c conftest.c:22:25: sys/locking.h: No such file or directory configure:21333: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | /* end confdefs.h. */ | #include configure:21353: result: no configure:21388: checking for sys/locking.h configure:21395: result: no configure:21422: checking errno.h usability configure:21434: cc -c -fno-common conftest.c >&5 configure:21440: $? = 0 configure:21444: test -z || test ! -s conftest.err configure:21447: $? = 0 configure:21450: test -s conftest.o configure:21453: $? = 0 configure:21463: result: yes configure:21467: checking errno.h presence configure:21477: cc -E conftest.c configure:21483: $? = 0 configure:21503: result: yes configure:21538: checking for errno.h configure:21545: result: yes configure:21572: checking alloca.h usability configure:21584: cc -c -fno-common conftest.c >&5 configure:21590: $? = 0 configure:21594: test -z || test ! -s conftest.err configure:21597: $? = 0 configure:21600: test -s conftest.o configure:21603: $? = 0 configure:21613: result: yes configure:21617: checking alloca.h presence configure:21627: cc -E conftest.c configure:21633: $? = 0 configure:21653: result: yes configure:21688: checking for alloca.h configure:21695: result: yes configure:21709: checking for an ANSI C-conforming const configure:21776: cc -c -fno-common conftest.c >&5 configure:21782: $? = 0 configure:21786: test -z || test ! -s conftest.err configure:21789: $? = 0 configure:21792: test -s conftest.o configure:21795: $? = 0 configure:21806: result: yes configure:21816: checking whether byte ordering is bigendian configure:21843: cc -c -fno-common conftest.c >&5 configure:21849: $? = 0 configure:21853: test -z || test ! -s conftest.err configure:21856: $? = 0 configure:21859: test -s conftest.o configure:21862: $? = 0 configure:21886: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: `not' undeclared (first use in this function) conftest.c:31: error: (Each undeclared identifier is reported only once conftest.c:31: error: for each function it appears in.) conftest.c:31: error: parse error before "big" configure:21892: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:22027: result: no configure:22046: checking for off_t configure:22070: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:61: error: `off_t' undeclared (first use in this function) conftest.c:61: error: (Each undeclared identifier is reported only once conftest.c:61: error: for each function it appears in.) conftest.c:61: error: parse error before ')' token configure:22076: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_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 | int | main () | { | if ((off_t *) 0) | return 0; | if (sizeof (off_t)) | return 0; | ; | return 0; | } configure:22100: result: no configure:22112: checking for size_t configure:22136: cc -c -fno-common conftest.c >&5 configure:22142: $? = 0 configure:22146: test -z || test ! -s conftest.err configure:22149: $? = 0 configure:22152: test -s conftest.o configure:22155: $? = 0 configure:22166: result: yes configure:22178: checking for ssize_t configure:22202: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:62: error: `ssize_t' undeclared (first use in this function) conftest.c:62: error: (Each undeclared identifier is reported only once conftest.c:62: error: for each function it appears in.) conftest.c:62: error: parse error before ')' token configure:22208: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | /* 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 ((ssize_t *) 0) | return 0; | if (sizeof (ssize_t)) | return 0; | ; | return 0; | } configure:22232: result: no configure:22244: checking whether struct tm is in sys/time.h or time.h configure:22267: cc -c -fno-common conftest.c >&5 configure:22273: $? = 0 configure:22277: test -z || test ! -s conftest.err configure:22280: $? = 0 configure:22283: test -s conftest.o configure:22286: $? = 0 configure:22297: result: time.h configure:22308: checking for tm_zone in struct tm configure:22330: cc -c -fno-common conftest.c >&5 configure:22336: $? = 0 configure:22340: test -z || test ! -s conftest.err configure:22343: $? = 0 configure:22346: test -s conftest.o configure:22349: $? = 0 configure:22360: result: yes configure:22446: checking for stdlib.h configure:22451: result: no configure:22446: checking for unistd.h configure:22451: result: no configure:22595: checking for getpagesize configure:22652: cc -o conftest -fno-common conftest.c >&5 configure:22658: $? = 0 configure:22662: test -z || test ! -s conftest.err configure:22665: $? = 0 configure:22668: test -s conftest configure:22671: $? = 0 configure:22683: result: yes configure:22693: checking for working mmap configure:22835: cc -o conftest -fno-common conftest.c >&5 configure:22838: $? = 0 configure:22840: ./conftest ./configure: line 1: 9739 Bus error ./conftest$ac_exeext configure:22843: $? = 138 configure: program exited with status 138 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | #define ssize_t int | #define HAVE_TM_ZONE 1 | #define HAVE_GETPAGESIZE 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 | /* malloc might have been renamed as rpl_malloc. */ | #undef malloc | | /* Thanks to Mike Haertel and Jim Avera for this test. | Here is a matrix of mmap possibilities: | mmap private not fixed | mmap private fixed at somewhere currently unmapped | mmap private fixed at somewhere already mapped | mmap shared not fixed | mmap shared fixed at somewhere currently unmapped | mmap shared fixed at somewhere already mapped | For private mappings, we should verify that changes cannot be read() | back from the file, nor mmap's back from the file at a different | address. (There have been systems where private was not correctly | implemented like the infamous i386 svr4.0, and systems where the | VM page cache was not coherent with the file system buffer cache | like early versions of FreeBSD and possibly contemporary NetBSD.) | For shared mappings, we should conversely verify that changes get | propagated back to all the places they're supposed to be. | | Grep wants private fixed already mapped. | The main things grep needs to know about mmap are: | * does it exist and is it safe to write into the mmap'd area | * how to use it (BSD variants) */ | | #include | #include | | #if !STDC_HEADERS && !HAVE_STDLIB_H | char *malloc (); | #endif | | /* This mess was copied from the GNU getpagesize.h. */ | #if !HAVE_GETPAGESIZE | /* Assume that all systems that can run configure have sys/param.h. */ | # if !HAVE_SYS_PARAM_H | # define HAVE_SYS_PARAM_H 1 | # endif | | # ifdef _SC_PAGESIZE | # define getpagesize() sysconf(_SC_PAGESIZE) | # else /* no _SC_PAGESIZE */ | # if HAVE_SYS_PARAM_H | # include | # ifdef EXEC_PAGESIZE | # define getpagesize() EXEC_PAGESIZE | # else /* no EXEC_PAGESIZE */ | # ifdef NBPG | # define getpagesize() NBPG * CLSIZE | # ifndef CLSIZE | # define CLSIZE 1 | # endif /* no CLSIZE */ | # else /* no NBPG */ | # ifdef NBPC | # define getpagesize() NBPC | # else /* no NBPC */ | # ifdef PAGESIZE | # define getpagesize() PAGESIZE | # endif /* PAGESIZE */ | # endif /* no NBPC */ | # endif /* no NBPG */ | # endif /* no EXEC_PAGESIZE */ | # else /* no HAVE_SYS_PARAM_H */ | # define getpagesize() 8192 /* punt totally */ | # endif /* no HAVE_SYS_PARAM_H */ | # endif /* no _SC_PAGESIZE */ | | #endif /* no HAVE_GETPAGESIZE */ | | int | main () | { | char *data, *data2, *data3; | int i, pagesize; | int fd; | | pagesize = getpagesize (); | | /* First, make a file with some known garbage in it. */ | data = (char *) malloc (pagesize); | if (!data) | exit (1); | for (i = 0; i < pagesize; ++i) | *(data + i) = rand (); | umask (0); | fd = creat ("conftest.mmap", 0600); | if (fd < 0) | exit (1); | if (write (fd, data, pagesize) != pagesize) | exit (1); | close (fd); | | /* Next, try to mmap the file at a fixed address which already has | something else allocated at it. If we can, also make sure that | we see the same garbage. */ | fd = open ("conftest.mmap", O_RDWR); | if (fd < 0) | exit (1); | data2 = (char *) malloc (2 * pagesize); | if (!data2) | exit (1); | data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1); | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | MAP_PRIVATE | MAP_FIXED, fd, 0L)) | exit (1); | for (i = 0; i < pagesize; ++i) | if (*(data + i) != *(data2 + i)) | exit (1); | | /* Finally, make sure that changes to the mapped area do not | percolate back to the file as seen by read(). (This is a bug on | some variants of i386 svr4.0.) */ | for (i = 0; i < pagesize; ++i) | *(data2 + i) = *(data2 + i) + 1; | data3 = (char *) malloc (pagesize); | if (!data3) | exit (1); | if (read (fd, data3, pagesize) != pagesize) | exit (1); | for (i = 0; i < pagesize; ++i) | if (*(data + i) != *(data3 + i)) | exit (1); | close (fd); | exit (0); | } configure:22857: result: no configure:22873: checking for mktime configure:22930: cc -o conftest -fno-common conftest.c >&5 configure:22936: $? = 0 configure:22940: test -z || test ! -s conftest.err configure:22943: $? = 0 configure:22946: test -s conftest configure:22949: $? = 0 configure:22961: result: yes configure:22873: checking for strstr configure:22930: cc -o conftest -fno-common conftest.c >&5 conftest.c:53: warning: conflicting types for built-in function `strstr' configure:22936: $? = 0 configure:22940: test -z || test ! -s conftest.err configure:22943: $? = 0 configure:22946: test -s conftest configure:22949: $? = 0 configure:22961: result: yes configure:22976: checking for localtime_r configure:23033: cc -o conftest -fno-common conftest.c >&5 configure:23039: $? = 0 configure:23043: test -z || test ! -s conftest.err configure:23046: $? = 0 configure:23049: test -s conftest configure:23052: $? = 0 configure:23064: result: yes configure:22976: checking for gmtime_r configure:23033: cc -o conftest -fno-common conftest.c >&5 configure:23039: $? = 0 configure:23043: test -z || test ! -s conftest.err configure:23046: $? = 0 configure:23049: test -s conftest configure:23052: $? = 0 configure:23064: result: yes configure:23079: checking for sleep configure:23136: cc -o conftest -fno-common conftest.c >&5 configure:23142: $? = 0 configure:23146: test -z || test ! -s conftest.err configure:23149: $? = 0 configure:23152: test -s conftest configure:23155: $? = 0 configure:23167: result: yes configure:23079: checking for _sleep configure:23136: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: __sleep configure:23142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | #define ssize_t int | #define HAVE_TM_ZONE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MKTIME 1 | #define HAVE_STRSTR 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_SLEEP 1 | /* end confdefs.h. */ | /* Define _sleep to an innocuous variant, in case declares _sleep. | For example, HP-UX 11i declares gettimeofday. */ | #define _sleep innocuous__sleep | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _sleep (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _sleep | | /* 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 _sleep (); | /* 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__sleep) || defined (__stub____sleep) | choke me | #else | char (*f) () = _sleep; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _sleep; | ; | return 0; | } configure:23167: result: no configure:23182: checking for snprintf configure:23239: cc -o conftest -fno-common conftest.c >&5 conftest.c:57: warning: conflicting types for built-in function `snprintf' configure:23245: $? = 0 configure:23249: test -z || test ! -s conftest.err configure:23252: $? = 0 configure:23255: test -s conftest configure:23258: $? = 0 configure:23270: result: yes configure:23182: checking for _snprintf configure:23239: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: __snprintf configure:23245: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | #define ssize_t int | #define HAVE_TM_ZONE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MKTIME 1 | #define HAVE_STRSTR 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_SLEEP 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | /* Define _snprintf to an innocuous variant, in case declares _snprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define _snprintf innocuous__snprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _snprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _snprintf | | /* 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 _snprintf (); | /* 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__snprintf) || defined (__stub____snprintf) | choke me | #else | char (*f) () = _snprintf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _snprintf; | ; | return 0; | } configure:23270: result: no configure:23285: checking for vsnprintf configure:23342: cc -o conftest -fno-common conftest.c >&5 conftest.c:58: warning: conflicting types for built-in function `vsnprintf' configure:23348: $? = 0 configure:23352: test -z || test ! -s conftest.err configure:23355: $? = 0 configure:23358: test -s conftest configure:23361: $? = 0 configure:23373: result: yes configure:23285: checking for _vsnprintf configure:23342: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: __vsnprintf configure:23348: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | #define ssize_t int | #define HAVE_TM_ZONE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MKTIME 1 | #define HAVE_STRSTR 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | /* Define _vsnprintf to an innocuous variant, in case declares _vsnprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define _vsnprintf innocuous__vsnprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _vsnprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _vsnprintf | | /* 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 _vsnprintf (); | /* 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__vsnprintf) || defined (__stub____vsnprintf) | choke me | #else | char (*f) () = _vsnprintf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _vsnprintf; | ; | return 0; | } configure:23373: result: no configure:23387: checking for htonl configure:23444: cc -o conftest -fno-common conftest.c >&5 configure:23450: $? = 0 configure:23454: test -z || test ! -s conftest.err configure:23457: $? = 0 configure:23460: test -s conftest configure:23463: $? = 0 configure:23475: result: yes configure:23494: checking for fcntl configure:23551: cc -o conftest -fno-common conftest.c >&5 configure:23557: $? = 0 configure:23561: test -z || test ! -s conftest.err configure:23564: $? = 0 configure:23567: test -s conftest configure:23570: $? = 0 configure:23582: result: yes configure:23494: checking for lockf configure:23551: cc -o conftest -fno-common conftest.c >&5 configure:23557: $? = 0 configure:23561: test -z || test ! -s conftest.err configure:23564: $? = 0 configure:23567: test -s conftest configure:23570: $? = 0 configure:23582: result: yes configure:23494: checking for _locking configure:23551: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: __locking configure:23557: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | #define ssize_t int | #define HAVE_TM_ZONE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MKTIME 1 | #define HAVE_STRSTR 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_HTONL 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | /* end confdefs.h. */ | /* Define _locking to an innocuous variant, in case declares _locking. | For example, HP-UX 11i declares gettimeofday. */ | #define _locking innocuous__locking | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _locking (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _locking | | /* 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 _locking (); | /* 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__locking) || defined (__stub____locking) | choke me | #else | char (*f) () = _locking; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _locking; | ; | return 0; | } configure:23582: result: no configure:23494: checking for fsync configure:23551: cc -o conftest -fno-common conftest.c >&5 configure:23557: $? = 0 configure:23561: test -z || test ! -s conftest.err configure:23564: $? = 0 configure:23567: test -s conftest configure:23570: $? = 0 configure:23582: result: yes configure:23494: checking for ftruncate configure:23551: cc -o conftest -fno-common conftest.c >&5 configure:23557: $? = 0 configure:23561: test -z || test ! -s conftest.err configure:23564: $? = 0 configure:23567: test -s conftest configure:23570: $? = 0 configure:23582: result: yes configure:23494: checking for _chsize configure:23551: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: __chsize configure:23557: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | #define ssize_t int | #define HAVE_TM_ZONE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MKTIME 1 | #define HAVE_STRSTR 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_HTONL 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_FSYNC 1 | #define HAVE_FTRUNCATE 1 | /* end confdefs.h. */ | /* Define _chsize to an innocuous variant, in case declares _chsize. | For example, HP-UX 11i declares gettimeofday. */ | #define _chsize innocuous__chsize | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _chsize (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _chsize | | /* 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 _chsize (); | /* 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__chsize) || defined (__stub____chsize) | choke me | #else | char (*f) () = _chsize; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _chsize; | ; | return 0; | } configure:23582: result: no configure:23604: checking for regex.h configure:23609: result: yes configure:23613: checking rxposix.h usability configure:23625: cc -c -fno-common conftest.c >&5 conftest.c:75:21: rxposix.h: No such file or directory configure:23631: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | #define ssize_t int | #define HAVE_TM_ZONE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MKTIME 1 | #define HAVE_STRSTR 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_HTONL 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_FSYNC 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_REGEX_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:23654: result: no configure:23658: checking rxposix.h presence configure:23668: cc -E conftest.c conftest.c:41:21: rxposix.h: No such file or directory configure:23674: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libstrfunc" | #define VERSION "8.3" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ALLOCA_H 1 | #define off_t long | #define ssize_t int | #define HAVE_TM_ZONE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MKTIME 1 | #define HAVE_STRSTR 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_HTONL 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_FSYNC 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_REGEX_H 1 | /* end confdefs.h. */ | #include configure:23694: result: no configure:23729: checking for rxposix.h configure:23736: result: no configure:23613: checking pcreposix.h usability configure:23625: cc -c -fno-common conftest.c >&5 configure:23631: $? = 0 configure:23635: test -z || test ! -s conftest.err configure:23638: $? = 0 configure:23641: test -s conftest.o configure:23644: $? = 0 configure:23654: result: yes configure:23658: checking pcreposix.h presence configure:23668: cc -E conftest.c configure:23674: $? = 0 configure:23694: result: yes configure:23729: checking for pcreposix.h configure:23736: result: yes configure:23750: checking for regcomp configure:23807: cc -o conftest -fno-common conftest.c >&5 configure:23813: $? = 0 configure:23817: test -z || test ! -s conftest.err configure:23820: $? = 0 configure:23823: test -s conftest configure:23826: $? = 0 configure:23838: result: yes configure:24315: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, 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:735: creating Makefile config.status:735: creating sf_core/Makefile config.status:735: creating sf_fpos/Makefile config.status:735: creating sf_mime/Makefile config.status:735: creating sf_time/Makefile config.status:735: creating sf_cfg/Makefile config.status:735: creating sf_cgi/Makefile config.status:735: creating sf_fmt/Makefile config.status:735: creating sf_mem/Makefile config.status:735: creating sf_sed/Makefile config.status:735: creating test/Makefile config.status:735: creating bin/Makefile config.status:735: creating man/Makefile config.status:839: creating config.h config.status:839: creating strfunc.h config.status:1165: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_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_f77_compiler_gnu=no ac_cv_func__chsize=no ac_cv_func__locking=no ac_cv_func__sleep=no ac_cv_func__snprintf=no ac_cv_func__vsnprintf=no ac_cv_func_fcntl=yes ac_cv_func_fsync=yes ac_cv_func_ftruncate=yes ac_cv_func_getpagesize=yes ac_cv_func_gmtime_r=yes ac_cv_func_htonl=yes ac_cv_func_localtime_r=yes ac_cv_func_lockf=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=no ac_cv_func_regcomp=yes ac_cv_func_sleep=yes ac_cv_func_snprintf=yes ac_cv_func_strstr=yes ac_cv_func_vsnprintf=yes ac_cv_header_alloca_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_pcreposix_h=yes ac_cv_header_regex_h=yes ac_cv_header_rxposix_h=no 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_locking_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sysexits_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_objext= ac_cv_path_AR=/usr/bin/ar ac_cv_path_AUTOCONF=/usr/local/bin/autoconf ac_cv_path_AUTOHEADER=/usr/local/bin/autoheader ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_F77=f77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_cxx_g=no ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_struct_tm=time.h ac_cv_struct_tm_zone=yes ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu ac_cv_type_off_t=no ac_cv_type_size_t=yes ac_cv_type_ssize_t=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX= lt_cv_path_NM=nm lt_cv_path_SED=/usr/local/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx= lt_cv_sys_global_symbol_pipe= lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl= lt_cv_sys_max_cmd_len= lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='""' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='""' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/devel/libstrfunc/work/libstrfunc-8.3/missing --run aclocal-1.8' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/devel/libstrfunc/work/libstrfunc-8.3/missing --run tar' AR='/usr/bin/ar' AUTOCONF='/usr/local/bin/autoconf' AUTOHEADER='/usr/local/bin/autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/devel/libstrfunc/work/libstrfunc-8.3/missing --run automake-1.8' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CONFIGURE_DEPENDS='configure.in aclocal.m4' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-fno-common' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='f77' FFLAGS='' 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='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /mnt/gmirror/ports/devel/libstrfunc/work/libstrfunc-8.3/missing --run makeinfo' OBJEXT='' PACKAGE='libstrfunc' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH='/var/root/usr/local/bin:/var/root/usr/bin:/var/root/usr/X11R6/bin:/Users/proclus/gnu-darwin-func/admin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/Users/proclus/usr/local/bin:/Users/proclus/usr/bin:/Users/proclus/usr/X11R6/bin:/Users/proclus/gnu-darwin-func/admin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/ccs/bin' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='8.3' YACC='bison -y' ac_ct_AR='ar' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='f77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' 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/libstrfunc/work/libstrfunc-8.3/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,^,,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ALLOCA_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL 1 #define HAVE_FCNTL_H 1 #define HAVE_FSYNC 1 #define HAVE_FTRUNCATE 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GMTIME_R 1 #define HAVE_HTONL 1 #define HAVE_LOCALTIME_R 1 #define HAVE_LOCKF 1 #define HAVE_MKTIME 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PCREPOSIX_H 1 #define HAVE_REGCOMP 1 #define HAVE_REGEX_H 1 #define HAVE_REGEX_H 1 #define HAVE_REGEX_LIB 1 #define HAVE_SLEEP 1 #define HAVE_SNPRINTF 1 #define HAVE_STRSTR 1 #define HAVE_SYSEXITS_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define HAVE_TM_ZONE 1 #define HAVE_VSNPRINTF 1 #define PACKAGE "libstrfunc" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VERSION "8.3" #define off_t long #define ssize_t int #endif #ifdef __cplusplus void exit (int); configure: exit 0