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 --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: 361 tasks, 415 threads, 4 processors Load average: 0.33, Mach factor: 3.66 /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:1538: checking for a BSD-compatible install configure:1593: result: /usr/bin/install -c -o root -g wheel configure:1604: checking whether build environment is sane configure:1647: result: yes configure:1712: checking for gawk configure:1728: found /usr/local/bin/gawk configure:1738: result: gawk configure:1748: checking whether make sets $(MAKE) configure:1768: result: yes configure:1936: checking whether to enable maintainer-specific portions of Makefiles configure:1945: result: no configure:1975: checking for i386-unknown-gnu-gcc configure:2001: result: cc configure:2283: checking for C compiler version configure:2286: 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:2289: $? = 0 configure:2291: 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:2294: $? = 0 configure:2296: cc -V &5 cc: `-V' option must have argument configure:2299: $? = 1 configure:2322: checking for C compiler default output file name configure:2325: cc -fno-common conftest.c >&5 configure:2328: $? = 0 configure:2374: result: a.out configure:2379: checking whether the C compiler works configure:2385: ./a.out configure:2388: $? = 0 configure:2405: result: yes configure:2412: checking whether we are cross compiling configure:2414: result: no configure:2417: checking for suffix of executables configure:2419: cc -o conftest -fno-common conftest.c >&5 configure:2422: $? = 0 configure:2447: result: configure:2453: checking for suffix of object files configure:2474: cc -c -fno-common conftest.c >&5 configure:2477: $? = 0 configure:2499: result: configure:2503: checking whether we are using the GNU C compiler configure:2527: cc -c -fno-common conftest.c >&5 configure:2533: $? = 0 configure:2537: test -z || test ! -s conftest.err configure:2540: $? = 0 configure:2543: test -s conftest. configure:2546: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2559: result: no configure:2565: checking whether cc accepts -g configure:2586: cc -c -g conftest.c >&5 configure:2592: $? = 0 configure:2596: test -z || test ! -s conftest.err configure:2599: $? = 0 configure:2602: test -s conftest. configure:2605: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2616: result: no configure:2633: checking for cc option to accept ANSI C configure:2703: cc -c -fno-common conftest.c >&5 configure:2709: $? = 0 configure:2713: test -z || test ! -s conftest.err configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:2703: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2709: $? = 0 configure:2713: test -z || test ! -s conftest.err configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:2703: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2709: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:2703: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2709: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:2703: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2709: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:2703: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2709: $? = 0 configure:2713: test -z || test ! -s conftest.err configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:2740: result: none needed configure:2758: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2764: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2908: checking for style of include used by make configure:2936: result: GNU configure:2964: checking dependency style of cc configure:3054: result: gcc3 configure:3076: checking how to run the C preprocessor configure:3111: cc -E conftest.c configure:3117: $? = 0 configure:3149: cc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3155: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* end confdefs.h. */ | #include configure:3194: result: cc -E configure:3218: cc -E conftest.c configure:3224: $? = 0 configure:3256: cc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3262: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* end confdefs.h. */ | #include configure:3318: checking for a BSD-compatible install configure:3373: result: /usr/bin/install -c -o root -g wheel configure:3462: checking build system type configure:3480: result: i386-unknown-gnu configure:3488: checking host system type configure:3502: result: i386-unknown-gnu configure:3510: checking for a sed that does not truncate output configure:3564: result: /usr/local/bin/sed configure:3567: checking for egrep configure:3577: result: grep -E configure:3626: checking for non-GNU ld configure:3660: result: /usr/bin/ld configure:3669: checking if the linker (/usr/bin/ld) is GNU ld configure:3684: result: no configure:3689: checking for /usr/bin/ld option to reload object files configure:3696: result: -r configure:3705: checking for BSD-compatible nm configure:3747: result: nm configure:3751: checking whether ln -s works configure:3755: result: yes configure:3762: checking how to recognise dependent libraries configure:3945: result: pass_all configure:4155: checking for ANSI C header files configure:4180: cc -c -fno-common conftest.c >&5 configure:4186: $? = 0 configure:4190: test -z || test ! -s conftest.err configure:4193: $? = 0 configure:4196: test -s conftest. configure:4199: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4308: result: no configure:4332: checking for sys/types.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4332: checking for sys/stat.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4332: checking for stdlib.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4332: checking for string.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4332: checking for memory.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4332: checking for strings.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4332: checking for inttypes.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4332: checking for stdint.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4332: checking for unistd.h configure:4348: cc -c -fno-common conftest.c >&5 configure:4354: $? = 0 configure:4358: test -z || test ! -s conftest.err configure:4361: $? = 0 configure:4364: test -s conftest. configure:4367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4378: result: no configure:4404: checking dlfcn.h usability configure:4416: cc -c -fno-common conftest.c >&5 configure:4422: $? = 0 configure:4426: test -z || test ! -s conftest.err configure:4429: $? = 0 configure:4432: test -s conftest. configure:4435: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | /* 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:4445: result: no configure:4449: checking dlfcn.h presence configure:4459: cc -E conftest.c configure:4465: $? = 0 configure:4485: result: yes configure:4498: WARNING: dlfcn.h: present but cannot be compiled configure:4500: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4502: WARNING: dlfcn.h: see the Autoconf documentation configure:4504: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4506: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4508: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4520: checking for dlfcn.h configure:4527: result: yes configure:4550: checking for i386-unknown-gnu-g++ configure:4576: result: c++ configure:4634: checking for C++ compiler version configure:4637: 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:4640: $? = 0 configure:4642: 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:4645: $? = 0 configure:4647: c++ -V &5 c++: `-V' option must have argument configure:4650: $? = 1 configure:4653: checking whether we are using the GNU C++ compiler configure:4677: c++ -c -fno-common conftest.cc >&5 configure:4683: $? = 0 configure:4687: test -z || test ! -s conftest.err configure:4690: $? = 0 configure:4693: test -s conftest. configure:4696: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:4709: result: no configure:4715: checking whether c++ accepts -g configure:4736: c++ -c -g conftest.cc >&5 configure:4742: $? = 0 configure:4746: test -z || test ! -s conftest.err configure:4749: $? = 0 configure:4752: test -s conftest. configure:4755: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4766: result: no configure:4808: c++ -c -fno-common conftest.cc >&5 configure:4814: $? = 0 configure:4818: test -z || test ! -s conftest.err configure:4821: $? = 0 configure:4824: test -s conftest. configure:4827: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4808: c++ -c -fno-common conftest.cc >&5 configure:4814: $? = 0 configure:4818: test -z || test ! -s conftest.err configure:4821: $? = 0 configure:4824: test -s conftest. configure:4827: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #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:4808: c++ -c -fno-common conftest.cc >&5 configure:4814: $? = 0 configure:4818: test -z || test ! -s conftest.err configure:4821: $? = 0 configure:4824: test -s conftest. configure:4827: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #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:4808: 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:4814: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4808: c++ -c -fno-common conftest.cc >&5 configure:4814: $? = 0 configure:4818: test -z || test ! -s conftest.err configure:4821: $? = 0 configure:4824: test -s conftest. configure:4827: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4808: 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:4814: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4897: checking dependency style of c++ configure:4987: result: gcc3 configure:5009: checking how to run the C++ preprocessor configure:5040: c++ -E conftest.cc configure:5046: $? = 0 configure:5078: c++ -E conftest.cc conftest.cc:15:28: ac_nonexistent.h: No such file or directory configure:5084: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5123: result: c++ -E configure:5147: c++ -E conftest.cc configure:5153: $? = 0 configure:5185: c++ -E conftest.cc conftest.cc:15:28: ac_nonexistent.h: No such file or directory configure:5191: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jday" | #define VERSION "" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5244: checking for i386-unknown-gnu-g77 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-f77 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-xlf configure:5273: result: no configure:5244: checking for i386-unknown-gnu-frt configure:5273: result: no configure:5244: checking for i386-unknown-gnu-pgf77 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-fort77 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-fl32 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-af77 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-f90 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-xlf90 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-pgf90 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-epcf90 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-f95 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-fort configure:5273: result: no configure:5244: checking for i386-unknown-gnu-xlf95 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-ifc configure:5273: result: no configure:5244: checking for i386-unknown-gnu-efc configure:5273: result: no configure:5244: checking for i386-unknown-gnu-pgf95 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-lf95 configure:5273: result: no configure:5244: checking for i386-unknown-gnu-gfortran configure:5273: result: no configure:5286: checking for g77 configure:5315: result: no configure:5286: checking for f77 configure:5302: found /usr/local/bin/f77 configure:5312: result: f77 configure:5330: checking for Fortran 77 compiler version configure:5330: 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:5333: $? = 0 configure:5335: 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:5338: $? = 0 configure:5340: 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:5343: $? = 0 configure:5351: checking whether we are using the GNU Fortran 77 compiler configure:5365: 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:5371: $? = 0 configure:5375: test -z || test ! -s conftest.err configure:5378: $? = 0 configure:5381: test -s conftest. configure:5384: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5397: result: no configure:5403: checking whether f77 accepts -g configure:5415: f77 -c -g conftest.f >&5 configure:5421: $? = 0 configure:5425: test -z || test ! -s conftest.err configure:5428: $? = 0 configure:5431: test -s conftest. configure:5434: $? = 1 configure: failed program was: | program main | | end configure:5446: result: no configure:5476: checking the maximum length of command line arguments configure:5541: result: configure:5552: checking command to parse nm output from cc object configure:5641: cc -c -fno-common conftest.c >&5 configure:5644: $? = 0 configure:5648: 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:5651: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5641: cc -c -fno-common conftest.c >&5 configure:5644: $? = 0 configure:5648: 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:5651: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5741: result: failed configure:5748: checking for objdir configure:5763: result: .libs configure:5815: checking for i386-unknown-gnu-ar configure:5844: result: no configure:5853: checking for ar configure:5869: found /usr/bin/ar configure:5880: result: ar configure:5895: checking for i386-unknown-gnu-ranlib configure:5924: result: no configure:5933: checking for ranlib configure:5949: found /usr/bin/ranlib configure:5960: result: ranlib configure:5975: checking for i386-unknown-gnu-strip configure:6004: result: no configure:6013: checking for strip configure:6029: found /usr/bin/strip configure:6040: result: strip configure:6302: checking if cc static flag works configure:6325: result: yes configure:6391: checking for cc option to produce PIC configure:6568: result: configure:6633: checking if cc supports -c -o file.o configure:6657: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:6661: $? = 0 configure:6678: result: yes configure:6704: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7552: result: no configure:7623: checking dynamic linker characteristics configure:8184: result: gnu ld.so configure:8188: checking how to hardcode library paths into programs configure:8213: result: immediate configure:8227: checking whether stripping libraries is possible configure:8248: result: no configure:9062: checking if libtool supports shared libraries configure:9064: result: no configure:9067: checking whether to build shared libraries configure:9125: result: no configure:9128: checking whether to build static libraries configure:9132: result: yes configure:9224: creating libtool configure:9913: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10741: result: yes configure:10759: c++ -c -fno-common conftest.cc >&5 configure:10762: $? = 0 configure:10858: checking for c++ option to produce PIC configure:11110: result: configure:11175: checking if c++ supports -c -o file.o configure:11199: c++ -c -fno-common -o out/conftest2.o conftest.cc >&5 configure:11203: $? = 0 configure:11220: result: yes configure:11246: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11271: result: yes configure:11342: checking dynamic linker characteristics configure:11903: result: gnu ld.so configure:11907: checking how to hardcode library paths into programs configure:11932: result: immediate configure:11946: checking whether stripping libraries is possible configure:11967: result: no configure:13258: checking if libtool supports shared libraries configure:13260: result: no configure:13263: checking whether to build shared libraries configure:13281: result: no configure:13284: checking whether to build static libraries configure:13288: result: yes configure:13300: checking for f77 option to produce PIC configure:13477: result: configure:13542: checking if f77 supports -c -o file.o configure:13566: f77 -c -o out/conftest2.o conftest.f >&5 configure:13570: $? = 0 configure:13587: result: yes configure:13613: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:14441: result: no configure:14512: checking dynamic linker characteristics configure:15073: result: gnu ld.so configure:15077: checking how to hardcode library paths into programs configure:15102: result: immediate configure:15116: checking whether stripping libraries is possible configure:15137: result: no configure:19229: checking for ANSI C header files configure:19382: result: no configure:19393: checking for an ANSI C-conforming const configure:19460: cc -c -fno-common conftest.c >&5 configure:19466: $? = 0 configure:19470: test -z || test ! -s conftest.err configure:19473: $? = 0 configure:19476: test -s conftest.o configure:19479: $? = 0 configure:19490: result: yes configure:19500: checking whether struct tm is in sys/time.h or time.h configure:19523: cc -c -fno-common conftest.c >&5 configure:19529: $? = 0 configure:19533: test -z || test ! -s conftest.err configure:19536: $? = 0 configure:19539: test -s conftest.o configure:19542: $? = 0 configure:19553: result: time.h configure:19568: checking for putenv configure:19625: cc -o conftest -fno-common conftest.c >&5 configure:19631: $? = 0 configure:19635: test -z || test ! -s conftest.err configure:19638: $? = 0 configure:19641: test -s conftest configure:19644: $? = 0 configure:19656: result: yes configure:19672: checking our pkgconfig libname configure:19680: result: jday configure:19683: checking our pkgconfig version configure:19691: result: 2.4 configure:19694: checking our pkgconfig_libdir configure:19701: result: ${libdir}/pkgconfig configure:19704: result: expanded our pkgconfig_libdir... /lib/pkgconfig configure:19708: checking our pkgconfig_libfile configure:19714: result: jday.pc configure:19721: checking our package / suffix configure:19725: result: / configure:19728: checking our pkgconfig description configure:19735: result: jday Library configure:19738: checking our pkgconfig requires configure:19743: result: configure:19746: checking our pkgconfig ext libs configure:19753: result: -ljday configure:19756: checking our pkgconfig cppflags configure:19761: result: configure:19790: result: noninstalled pkgconfig -L /mnt/gmirror/ports/astro/jday/work/jday-2.4/.libs configure:19814: result: noninstalled pkgconfig -I /mnt/gmirror/ports/astro/jday/work/jday-2.4/. configure:19977: 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:733: creating Makefile config.status:916: executing depfiles commands config.status:916: executing jday.pc commands config.status:1035: creating jday.pc config.status:1061: creating jday-uninstalled.pc config.status:1091: creating jday-uninstalled.sh ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=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_putenv=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_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_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_objext= 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_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 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/astro/jday/work/jday-2.4/missing --run aclocal-1.9' ACLOCAL_AMFLAGS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/astro/jday/work/jday-2.4/missing --run tar' AR='ar' AUTOCONF='${SHELL} /mnt/gmirror/ports/astro/jday/work/jday-2.4/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/astro/jday/work/jday-2.4/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/astro/jday/work/jday-2.4/missing --run automake-1.9' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-fno-common' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"jday\" -DVERSION=\"\" -DHAVE_DLFCN_H=1 -DHAVE_PUTENV=1 ' 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/astro/jday/work/jday-2.4/missing --run makeinfo' OBJEXT='' PACKAGE='jday' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='2.4' 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='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/astro/jday/work/jday-2.4/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' pkgconfig_libdir='${libdir}/pkgconfig' pkgconfig_libfile='jday.pc' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_PUTENV 1 #define PACKAGE "jday" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VERSION "" #endif #ifdef __cplusplus void exit (int); configure: exit 0