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: 143 tasks, 198 threads, 4 processors Load average: 1.35, Mach factor: 2.64 /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: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1551: checking build system type configure:1569: result: i386-unknown-gnu configure:1577: checking host system type configure:1591: result: i386-unknown-gnu configure:1599: checking target system type configure:1613: result: i386-unknown-gnu configure:1740: checking for a BSD-compatible install configure:1795: result: /usr/bin/install -c -o root -g wheel configure:1806: checking whether build environment is sane configure:1849: result: yes configure:1914: checking for gawk configure:1930: found /usr/local/bin/gawk configure:1940: result: gawk configure:1950: checking whether make sets $(MAKE) configure:1970: result: yes configure:2179: checking target system type configure:2333: WARNING: Sorry, but target i386-unknown-gnu is not supported. Please report if it works anyway. We will assume that your system is a posix system and continue. configure:2362: result: posix configure:2445: checking for i386-unknown-gnu-gcc configure:2471: result: cc configure:2753: checking for C compiler version configure:2756: 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:2759: $? = 0 configure:2761: 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:2764: $? = 0 configure:2766: cc -V &5 cc: `-V' option must have argument configure:2769: $? = 1 configure:2792: checking for C compiler default output file name configure:2795: cc -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2798: $? = 0 configure:2844: result: a.out configure:2849: checking whether the C compiler works configure:2855: ./a.out configure:2858: $? = 0 configure:2875: result: yes configure:2882: checking whether we are cross compiling configure:2884: result: no configure:2887: checking for suffix of executables configure:2889: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2892: $? = 0 configure:2917: result: configure:2923: checking for suffix of object files configure:2944: cc -c -fno-common conftest.c >&5 configure:2947: $? = 0 configure:2969: result: configure:2973: checking whether we are using the GNU C compiler configure:2997: cc -c -fno-common conftest.c >&5 configure:3003: $? = 0 configure:3006: test -z || test ! -s conftest.err configure:3009: $? = 0 configure:3012: test -s conftest. configure:3015: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3028: result: no configure:3034: checking whether cc accepts -g configure:3055: cc -c -g conftest.c >&5 configure:3061: $? = 0 configure:3064: test -z || test ! -s conftest.err configure:3067: $? = 0 configure:3070: test -s conftest. configure:3073: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3084: result: no configure:3101: checking for cc option to accept ANSI C configure:3171: cc -c -fno-common conftest.c >&5 configure:3177: $? = 0 configure:3180: test -z || test ! -s conftest.err configure:3183: $? = 0 configure:3186: test -s conftest. configure:3189: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* 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:3171: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:3177: $? = 0 configure:3180: test -z || test ! -s conftest.err configure:3183: $? = 0 configure:3186: test -s conftest. configure:3189: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* 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:3171: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:3177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* 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:3171: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* 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:3171: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* 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:3171: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:3177: $? = 0 configure:3180: test -z || test ! -s conftest.err configure:3183: $? = 0 configure:3186: test -s conftest. configure:3189: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* 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:3207: result: none needed configure:3225: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:3231: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3372: checking for style of include used by make configure:3400: result: GNU configure:3428: checking dependency style of cc configure:3518: result: gcc3 configure:3545: checking for i386-unknown-gnu-g++ configure:3571: result: c++ configure:3629: checking for C++ compiler version configure:3632: 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:3635: $? = 0 configure:3637: 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:3640: $? = 0 configure:3642: c++ -V &5 c++: `-V' option must have argument configure:3645: $? = 1 configure:3648: checking whether we are using the GNU C++ compiler configure:3672: c++ -c -fno-common conftest.cc >&5 configure:3678: $? = 0 configure:3681: test -z || test ! -s conftest.err configure:3684: $? = 0 configure:3687: test -s conftest. configure:3690: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3703: result: no configure:3709: checking whether c++ accepts -g configure:3730: c++ -c -g conftest.cc >&5 configure:3736: $? = 0 configure:3739: test -z || test ! -s conftest.err configure:3742: $? = 0 configure:3745: test -s conftest. configure:3748: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3759: result: no configure:3801: c++ -c -fno-common conftest.cc >&5 configure:3807: $? = 0 configure:3810: test -z || test ! -s conftest.err configure:3813: $? = 0 configure:3816: test -s conftest. configure:3819: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3801: c++ -c -fno-common conftest.cc >&5 configure:3807: $? = 0 configure:3810: test -z || test ! -s conftest.err configure:3813: $? = 0 configure:3816: test -s conftest. configure:3819: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3801: c++ -c -fno-common conftest.cc >&5 configure:3807: $? = 0 configure:3810: test -z || test ! -s conftest.err configure:3813: $? = 0 configure:3816: test -s conftest. configure:3819: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3801: c++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:23: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:22: error: than previous declaration `void exit(int) throw ()' configure:3807: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3801: c++ -c -fno-common conftest.cc >&5 configure:3807: $? = 0 configure:3810: test -z || test ! -s conftest.err configure:3813: $? = 0 configure:3816: test -s conftest. configure:3819: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3801: c++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:23: conftest.cc:22: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:3807: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3888: checking dependency style of c++ configure:3978: result: gcc3 configure:4008: checking for a BSD-compatible install configure:4063: result: /usr/bin/install -c -o root -g wheel configure:4098: checking for a sed that does not truncate output configure:4152: result: /usr/local/bin/sed configure:4155: checking for egrep configure:4165: result: grep -E configure:4214: checking for non-GNU ld configure:4248: result: /usr/bin/ld configure:4257: checking if the linker (/usr/bin/ld) is GNU ld configure:4272: result: no configure:4277: checking for /usr/bin/ld option to reload object files configure:4284: result: -r configure:4293: checking for BSD-compatible nm configure:4335: result: nm configure:4339: checking whether ln -s works configure:4343: result: yes configure:4350: checking how to recognise dependent libraries configure:4524: result: pass_all configure:4737: checking how to run the C preprocessor configure:4772: cc -E conftest.c configure:4778: $? = 0 configure:4810: cc -E conftest.c conftest.c:25:28: ac_nonexistent.h: No such file or directory configure:4816: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:4855: result: cc -E configure:4879: cc -E conftest.c configure:4885: $? = 0 configure:4917: cc -E conftest.c conftest.c:25:28: ac_nonexistent.h: No such file or directory configure:4923: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:4967: checking for ANSI C header files configure:4992: cc -c -fno-common conftest.c >&5 configure:4998: $? = 0 configure:5001: test -z || test ! -s conftest.err configure:5004: $? = 0 configure:5007: test -s conftest. configure:5010: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:5119: result: no configure:5143: checking for sys/types.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5143: checking for sys/stat.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5143: checking for stdlib.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5143: checking for string.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5143: checking for memory.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5143: checking for strings.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5143: checking for inttypes.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5143: checking for stdint.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5143: checking for unistd.h configure:5159: cc -c -fno-common conftest.c >&5 configure:5165: $? = 0 configure:5168: test -z || test ! -s conftest.err configure:5171: $? = 0 configure:5174: test -s conftest. configure:5177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5188: result: no configure:5214: checking dlfcn.h usability configure:5226: cc -c -fno-common conftest.c >&5 configure:5232: $? = 0 configure:5235: test -z || test ! -s conftest.err configure:5238: $? = 0 configure:5241: test -s conftest. configure:5244: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:5254: result: no configure:5258: checking dlfcn.h presence configure:5268: cc -E conftest.c configure:5274: $? = 0 configure:5294: result: yes configure:5307: WARNING: dlfcn.h: present but cannot be compiled configure:5309: WARNING: dlfcn.h: check for missing prerequisite headers? configure:5311: WARNING: dlfcn.h: see the Autoconf documentation configure:5313: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:5315: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:5317: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:5329: checking for dlfcn.h configure:5336: result: yes configure:5354: checking how to run the C++ preprocessor configure:5385: c++ -E conftest.cc configure:5391: $? = 0 configure:5423: c++ -E conftest.cc conftest.cc:26:28: ac_nonexistent.h: No such file or directory configure:5429: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5468: result: c++ -E configure:5492: c++ -E conftest.cc configure:5498: $? = 0 configure:5530: c++ -E conftest.cc conftest.cc:26:28: ac_nonexistent.h: No such file or directory configure:5536: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5589: checking for i386-unknown-gnu-g77 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-f77 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-xlf configure:5618: result: no configure:5589: checking for i386-unknown-gnu-frt configure:5618: result: no configure:5589: checking for i386-unknown-gnu-pgf77 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-fort77 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-fl32 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-af77 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-f90 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-xlf90 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-pgf90 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-epcf90 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-f95 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-fort configure:5618: result: no configure:5589: checking for i386-unknown-gnu-xlf95 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-ifc configure:5618: result: no configure:5589: checking for i386-unknown-gnu-efc configure:5618: result: no configure:5589: checking for i386-unknown-gnu-pgf95 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-lf95 configure:5618: result: no configure:5589: checking for i386-unknown-gnu-gfortran configure:5618: result: no configure:5631: checking for g77 configure:5647: found /usr/local/bin/g77 configure:5657: result: g77 configure:5675: checking for Fortran 77 compiler version configure:5675: g77 --version &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -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:5678: $? = 0 configure:5680: g77 -v &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -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:5683: $? = 0 configure:5685: g77 -V &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' cc: `-V' must come at the start of the command line configure:5688: $? = 0 configure:5696: checking whether we are using the GNU Fortran 77 compiler configure:5710: g77 -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:5716: $? = 0 configure:5719: test -z || test ! -s conftest.err configure:5722: $? = 0 configure:5725: test -s conftest. configure:5728: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5741: result: no configure:5747: checking whether g77 accepts -g configure:5759: g77 -c -g conftest.f >&5 configure:5765: $? = 0 configure:5768: test -z || test ! -s conftest.err configure:5771: $? = 0 configure:5774: test -s conftest. configure:5777: $? = 1 configure: failed program was: | program main | | end configure:5789: result: no configure:5819: checking the maximum length of command line arguments configure:5884: result: configure:5895: checking command to parse nm output from cc object configure:5984: cc -c -fno-common conftest.c >&5 configure:5987: $? = 0 configure:5991: 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:5994: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5984: cc -c -fno-common conftest.c >&5 configure:5987: $? = 0 configure:5991: 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:5994: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:6084: result: failed configure:6091: checking for objdir configure:6106: result: .libs configure:6158: checking for i386-unknown-gnu-ar configure:6187: result: no configure:6196: checking for ar configure:6212: found /usr/bin/ar configure:6223: result: ar configure:6238: checking for i386-unknown-gnu-ranlib configure:6267: result: no configure:6276: checking for ranlib configure:6292: found /usr/bin/ranlib configure:6303: result: ranlib configure:6318: checking for i386-unknown-gnu-strip configure:6347: result: no configure:6356: checking for strip configure:6372: found /usr/bin/strip configure:6383: result: strip configure:6645: checking if cc static flag works cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6668: result: no configure:6734: checking for cc option to produce PIC configure:6911: result: configure:6976: checking if cc supports -c -o file.o configure:7000: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:7004: $? = 0 configure:7021: result: yes configure:7047: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7894: result: no configure:7965: checking dynamic linker characteristics configure:8517: result: gnu ld.so configure:8521: checking how to hardcode library paths into programs configure:8546: result: immediate configure:8560: checking whether stripping libraries is possible configure:8581: result: no configure:9388: checking if libtool supports shared libraries configure:9390: result: no configure:9393: checking whether to build shared libraries configure:9451: result: no configure:9454: checking whether to build static libraries configure:9458: result: yes configure:9550: creating libtool configure:10239: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11065: result: yes configure:11083: c++ -c -fno-common conftest.cc >&5 configure:11086: $? = 0 configure:11182: checking for c++ option to produce PIC configure:11434: result: configure:11499: checking if c++ supports -c -o file.o configure:11523: c++ -c -fno-common -o out/conftest2.o conftest.cc >&5 configure:11527: $? = 0 configure:11544: result: yes configure:11570: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11598: result: yes configure:11669: checking dynamic linker characteristics configure:12221: result: gnu ld.so configure:12225: checking how to hardcode library paths into programs configure:12250: result: immediate configure:12264: checking whether stripping libraries is possible configure:12285: result: no configure:13569: checking if libtool supports shared libraries configure:13571: result: no configure:13574: checking whether to build shared libraries configure:13592: result: no configure:13595: checking whether to build static libraries configure:13599: result: yes configure:13611: checking for g77 option to produce PIC configure:13788: result: configure:13853: checking if g77 supports -c -o file.o configure:13877: g77 -c -o out/conftest2.o conftest.f >&5 configure:13881: $? = 0 configure:13898: result: yes configure:13924: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:14751: result: no configure:14822: checking dynamic linker characteristics configure:15374: result: gnu ld.so configure:15378: checking how to hardcode library paths into programs configure:15403: result: immediate configure:15417: checking whether stripping libraries is possible configure:15438: result: no configure:19516: checking for gawk configure:19542: result: gawk configure:19554: checking for dot configure:19570: found /usr/local/bin/dot configure:19581: result: YES configure:19590: checking for sed configure:19616: result: /usr/local/bin/sed configure:19630: checking for dlopen in -ldl configure:19660: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:19666: $? = 0 configure:19669: test -z || test ! -s conftest.err configure:19672: $? = 0 configure:19675: test -s conftest configure:19678: $? = 0 configure:19691: result: yes configure:19716: checking for dirent.h that defines DIR configure:19740: cc -c -fno-common conftest.c >&5 configure:19746: $? = 0 configure:19749: test -z || test ! -s conftest.err configure:19752: $? = 0 configure:19755: test -s conftest.o configure:19758: $? = 0 configure:19769: result: yes configure:19782: checking for library containing opendir configure:19812: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:19818: $? = 0 configure:19821: test -z || test ! -s conftest.err configure:19824: $? = 0 configure:19827: test -s conftest configure:19830: $? = 0 configure:19899: result: none required configure:20033: checking for ANSI C header files configure:20185: result: no configure:20212: checking arpa/inet.h usability configure:20224: cc -c -fno-common conftest.c >&5 configure:20230: $? = 0 configure:20233: test -z || test ! -s conftest.err configure:20236: $? = 0 configure:20239: test -s conftest.o configure:20242: $? = 0 configure:20252: result: yes configure:20256: checking arpa/inet.h presence configure:20266: cc -E conftest.c configure:20272: $? = 0 configure:20292: result: yes configure:20327: checking for arpa/inet.h configure:20334: result: yes configure:20212: checking fcntl.h usability configure:20224: cc -c -fno-common conftest.c >&5 configure:20230: $? = 0 configure:20233: test -z || test ! -s conftest.err configure:20236: $? = 0 configure:20239: test -s conftest.o configure:20242: $? = 0 configure:20252: result: yes configure:20256: checking fcntl.h presence configure:20266: cc -E conftest.c configure:20272: $? = 0 configure:20292: result: yes configure:20327: checking for fcntl.h configure:20334: result: yes configure:20212: checking netdb.h usability configure:20224: cc -c -fno-common conftest.c >&5 configure:20230: $? = 0 configure:20233: test -z || test ! -s conftest.err configure:20236: $? = 0 configure:20239: test -s conftest.o configure:20242: $? = 0 configure:20252: result: yes configure:20256: checking netdb.h presence configure:20266: cc -E conftest.c configure:20272: $? = 0 configure:20292: result: yes configure:20327: checking for netdb.h configure:20334: result: yes configure:20212: checking netinet/in.h usability configure:20224: cc -c -fno-common conftest.c >&5 configure:20230: $? = 0 configure:20233: test -z || test ! -s conftest.err configure:20236: $? = 0 configure:20239: test -s conftest.o configure:20242: $? = 0 configure:20252: result: yes configure:20256: checking netinet/in.h presence configure:20266: cc -E conftest.c configure:20272: $? = 0 configure:20292: result: yes configure:20327: checking for netinet/in.h configure:20334: result: yes configure:20355: checking for stdlib.h configure:20360: result: no configure:20355: checking for string.h configure:20360: result: no configure:20364: checking sys/socket.h usability configure:20376: cc -c -fno-common conftest.c >&5 configure:20382: $? = 0 configure:20385: test -z || test ! -s conftest.err configure:20388: $? = 0 configure:20391: test -s conftest.o configure:20394: $? = 0 configure:20404: result: yes configure:20408: checking sys/socket.h presence configure:20418: cc -E conftest.c configure:20424: $? = 0 configure:20444: result: yes configure:20479: checking for sys/socket.h configure:20486: result: yes configure:20364: checking sys/time.h usability configure:20376: cc -c -fno-common conftest.c >&5 configure:20382: $? = 0 configure:20385: test -z || test ! -s conftest.err configure:20388: $? = 0 configure:20391: test -s conftest.o configure:20394: $? = 0 configure:20404: result: yes configure:20408: checking sys/time.h presence configure:20418: cc -E conftest.c configure:20424: $? = 0 configure:20444: result: yes configure:20479: checking for sys/time.h configure:20486: result: yes configure:20514: checking syslog.h usability configure:20526: cc -c -fno-common conftest.c >&5 configure:20532: $? = 0 configure:20535: test -z || test ! -s conftest.err configure:20538: $? = 0 configure:20541: test -s conftest.o configure:20544: $? = 0 configure:20554: result: yes configure:20558: checking syslog.h presence configure:20568: cc -E conftest.c configure:20574: $? = 0 configure:20594: result: yes configure:20629: checking for syslog.h configure:20636: result: yes configure:20505: checking for unistd.h configure:20510: result: no configure:20654: checking for unistd.h configure:20659: result: no configure:20803: checking for dlfcn.h configure:20808: result: yes configure:20961: checking signal.h usability configure:20973: cc -c -fno-common conftest.c >&5 configure:20979: $? = 0 configure:20982: test -z || test ! -s conftest.err configure:20985: $? = 0 configure:20988: test -s conftest.o configure:20991: $? = 0 configure:21001: result: yes configure:21005: checking signal.h presence configure:21015: cc -E conftest.c configure:21021: $? = 0 configure:21041: result: yes configure:21076: checking for signal.h configure:21083: result: yes configure:21111: checking time.h usability configure:21123: cc -c -fno-common conftest.c >&5 configure:21129: $? = 0 configure:21132: test -z || test ! -s conftest.err configure:21135: $? = 0 configure:21138: test -s conftest.o configure:21141: $? = 0 configure:21151: result: yes configure:21155: checking time.h presence configure:21165: cc -E conftest.c configure:21171: $? = 0 configure:21191: result: yes configure:21226: checking for time.h configure:21233: result: yes configure:21111: checking locale.h usability configure:21123: cc -c -fno-common conftest.c >&5 configure:21129: $? = 0 configure:21132: test -z || test ! -s conftest.err configure:21135: $? = 0 configure:21138: test -s conftest.o configure:21141: $? = 0 configure:21151: result: yes configure:21155: checking locale.h presence configure:21165: cc -E conftest.c configure:21171: $? = 0 configure:21191: result: yes configure:21226: checking for locale.h configure:21233: result: yes configure:21251: checking for syslog.h configure:21256: result: yes configure:21400: checking for sys/stat.h configure:21405: result: no configure:21549: checking for sys/types.h configure:21554: result: no configure:21707: checking sys/wait.h usability configure:21719: cc -c -fno-common conftest.c >&5 configure:21725: $? = 0 configure:21728: test -z || test ! -s conftest.err configure:21731: $? = 0 configure:21734: test -s conftest.o configure:21737: $? = 0 configure:21747: result: yes configure:21751: checking sys/wait.h presence configure:21761: cc -E conftest.c configure:21767: $? = 0 configure:21787: result: yes configure:21822: checking for sys/wait.h configure:21829: result: yes configure:21856: checking regex.h usability configure:21868: cc -c -fno-common conftest.c >&5 configure:21874: $? = 0 configure:21877: test -z || test ! -s conftest.err configure:21880: $? = 0 configure:21883: test -s conftest.o configure:21886: $? = 0 configure:21896: result: yes configure:21900: checking regex.h presence configure:21910: cc -E conftest.c configure:21916: $? = 0 configure:21936: result: yes configure:21971: checking for regex.h configure:21978: result: yes configure:21997: checking for an ANSI C-conforming const configure:22064: cc -c -fno-common conftest.c >&5 configure:22070: $? = 0 configure:22073: test -z || test ! -s conftest.err configure:22076: $? = 0 configure:22079: test -s conftest.o configure:22082: $? = 0 configure:22093: result: yes configure:22103: checking whether time.h and sys/time.h may both be included configure:22128: cc -c -fno-common conftest.c >&5 configure:22134: $? = 0 configure:22137: test -z || test ! -s conftest.err configure:22140: $? = 0 configure:22143: test -s conftest.o configure:22146: $? = 0 configure:22157: result: yes configure:22167: checking whether struct tm is in sys/time.h or time.h configure:22190: cc -c -fno-common conftest.c >&5 configure:22196: $? = 0 configure:22199: test -z || test ! -s conftest.err configure:22202: $? = 0 configure:22205: test -s conftest.o configure:22208: $? = 0 configure:22219: result: time.h configure:22235: checking whether closedir returns void configure:22264: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:22267: $? = 0 configure:22269: ./conftest configure:22272: $? = 0 configure:22286: result: no configure:22303: checking for stdlib.h configure:22308: result: no configure:22303: checking for sys/time.h configure:22308: result: yes configure:22303: checking for unistd.h configure:22308: result: no configure:22451: checking for alarm configure:22508: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:22514: $? = 0 configure:22517: test -z || test ! -s conftest.err configure:22520: $? = 0 configure:22523: test -s conftest configure:22526: $? = 0 configure:22538: result: yes configure:22548: checking for working mktime configure:22724: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:22727: $? = 0 configure:22729: ./conftest configure:22732: $? = 0 configure:22746: result: yes configure:22774: checking sys/select.h usability configure:22786: cc -c -fno-common conftest.c >&5 configure:22792: $? = 0 configure:22795: test -z || test ! -s conftest.err configure:22798: $? = 0 configure:22801: test -s conftest.o configure:22804: $? = 0 configure:22814: result: yes configure:22818: checking sys/select.h presence configure:22828: cc -E conftest.c configure:22834: $? = 0 configure:22854: result: yes configure:22889: checking for sys/select.h configure:22896: result: yes configure:22765: checking for sys/socket.h configure:22770: result: yes configure:22909: checking types of arguments for select configure:22942: cc -c -fno-common conftest.c >&5 configure:22948: $? = 0 configure:22951: test -z || test ! -s conftest.err configure:22954: $? = 0 configure:22957: test -s conftest.o configure:22960: $? = 0 configure:22976: result: int,fd_set *,struct timeval * configure:23007: checking for gethostbyaddr configure:23064: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23070: $? = 0 configure:23073: test -z || test ! -s conftest.err configure:23076: $? = 0 configure:23079: test -s conftest configure:23082: $? = 0 configure:23094: result: yes configure:23007: checking for gethostbyname configure:23064: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23070: $? = 0 configure:23073: test -z || test ! -s conftest.err configure:23076: $? = 0 configure:23079: test -s conftest configure:23082: $? = 0 configure:23094: result: yes configure:23007: checking for inet_ntoa configure:23064: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23070: $? = 0 configure:23073: test -z || test ! -s conftest.err configure:23076: $? = 0 configure:23079: test -s conftest configure:23082: $? = 0 configure:23094: result: yes configure:23007: checking for isascii configure:23064: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23070: $? = 0 configure:23073: test -z || test ! -s conftest.err configure:23076: $? = 0 configure:23079: test -s conftest configure:23082: $? = 0 configure:23094: result: yes configure:23007: checking for getpid configure:23064: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23070: $? = 0 configure:23073: test -z || test ! -s conftest.err configure:23076: $? = 0 configure:23079: test -s conftest configure:23082: $? = 0 configure:23094: result: yes configure:23109: checking for memmove configure:23166: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23172: $? = 0 configure:23175: test -z || test ! -s conftest.err configure:23178: $? = 0 configure:23181: test -s conftest configure:23184: $? = 0 configure:23196: result: yes configure:23109: checking for memset configure:23166: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:80: warning: conflicting types for built-in function `memset' configure:23172: $? = 0 configure:23175: test -z || test ! -s conftest.err configure:23178: $? = 0 configure:23181: test -s conftest configure:23184: $? = 0 configure:23196: result: yes configure:23211: checking for select configure:23268: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23274: $? = 0 configure:23277: test -z || test ! -s conftest.err configure:23280: $? = 0 configure:23283: test -s conftest configure:23286: $? = 0 configure:23298: result: yes configure:23211: checking for socket configure:23268: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23274: $? = 0 configure:23277: test -z || test ! -s conftest.err configure:23280: $? = 0 configure:23283: test -s conftest configure:23286: $? = 0 configure:23298: result: yes configure:23315: checking for strcasecmp configure:23372: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23378: $? = 0 configure:23381: test -z || test ! -s conftest.err configure:23384: $? = 0 configure:23387: test -s conftest configure:23390: $? = 0 configure:23402: result: yes configure:23315: checking for strchr configure:23372: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:84: warning: conflicting types for built-in function `strchr' configure:23378: $? = 0 configure:23381: test -z || test ! -s conftest.err configure:23384: $? = 0 configure:23387: test -s conftest configure:23390: $? = 0 configure:23402: result: yes configure:23315: checking for strdup configure:23372: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23378: $? = 0 configure:23381: test -z || test ! -s conftest.err configure:23384: $? = 0 configure:23387: test -s conftest configure:23390: $? = 0 configure:23402: result: yes configure:23315: checking for strerror configure:23372: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23378: $? = 0 configure:23381: test -z || test ! -s conftest.err configure:23384: $? = 0 configure:23387: test -s conftest configure:23390: $? = 0 configure:23402: result: yes configure:23416: checking for snprintf configure:23473: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:87: warning: conflicting types for built-in function `snprintf' configure:23479: $? = 0 configure:23482: test -z || test ! -s conftest.err configure:23485: $? = 0 configure:23488: test -s conftest configure:23491: $? = 0 configure:23503: result: yes configure:23518: checking for symlink configure:23575: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23581: $? = 0 configure:23584: test -z || test ! -s conftest.err configure:23587: $? = 0 configure:23590: test -s conftest configure:23593: $? = 0 configure:23605: result: yes configure:23518: checking for setlocale configure:23575: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23581: $? = 0 configure:23584: test -z || test ! -s conftest.err configure:23587: $? = 0 configure:23590: test -s conftest configure:23593: $? = 0 configure:23605: result: yes configure:23620: checking for srandom configure:23677: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23683: $? = 0 configure:23686: test -z || test ! -s conftest.err configure:23689: $? = 0 configure:23692: test -s conftest configure:23695: $? = 0 configure:23707: result: yes configure:23620: checking for random configure:23677: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23683: $? = 0 configure:23686: test -z || test ! -s conftest.err configure:23689: $? = 0 configure:23692: test -s conftest configure:23695: $? = 0 configure:23707: result: yes configure:25194: checking for UINT32 type configure:25243: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:25246: $? = 0 configure:25248: ./conftest configure:25251: $? = 0 configure:25253: result: unsigned int configure:25270: checking for UINT32 template configure:25319: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:25322: $? = 0 configure:25324: ./conftest configure:25327: $? = 0 configure:25329: result: %u configure:25349: checking for UINT64 type configure:25399: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:25402: $? = 0 configure:25404: ./conftest configure:25407: $? = 0 configure:25409: result: unsigned long long configure:25427: checking for UINT64 template configure:25477: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:25480: $? = 0 configure:25482: ./conftest configure:25485: $? = 0 configure:25487: result: %llu configure:25518: checking if compiling with variadic macros configure:25527: result: yes configure:25545: checking if OpenSSL should be used configure:25554: result: yes configure:25559: checking for openssl includes configure:25592: result: -I/usr/include configure:25597: checking for openssl libs configure:25639: result: -L/usr/local/lib -lssl -lcrypto configure:25675: checking whether openssl is usable configure:25684: result: yes configure:25726: checking for newwin in -lncurses configure:25756: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lncurses -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:25762: $? = 0 configure:25765: test -z || test ! -s conftest.err configure:25768: $? = 0 configure:25771: test -s conftest configure:25774: $? = 0 configure:25787: result: yes configure:25801: checking for new_panel in -lpanel configure:25831: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lpanel -lncurses -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:25837: $? = 0 configure:25840: test -z || test ! -s conftest.err configure:25843: $? = 0 configure:25846: test -s conftest configure:25849: $? = 0 configure:25862: result: yes configure:25889: checking ncurses.h usability configure:25901: cc -c -fno-common conftest.c >&5 configure:25907: $? = 0 configure:25910: test -z || test ! -s conftest.err configure:25913: $? = 0 configure:25916: test -s conftest.o configure:25919: $? = 0 configure:25929: result: yes configure:25933: checking ncurses.h presence configure:25943: cc -E conftest.c configure:25949: $? = 0 configure:25969: result: yes configure:26004: checking for ncurses.h configure:26011: result: yes configure:26040: checking panel.h usability configure:26052: cc -c -fno-common conftest.c >&5 configure:26058: $? = 0 configure:26061: test -z || test ! -s conftest.err configure:26064: $? = 0 configure:26067: test -s conftest.o configure:26070: $? = 0 configure:26080: result: yes configure:26084: checking panel.h presence configure:26094: cc -E conftest.c configure:26100: $? = 0 configure:26120: result: yes configure:26155: checking for panel.h configure:26162: result: yes configure:26234: checking whether NLS is requested configure:26243: result: yes configure:26281: checking for msgfmt configure:26312: result: /usr/local/bin/msgfmt configure:26321: checking for gmsgfmt configure:26352: result: /usr/local/bin/msgfmt configure:26391: checking for xgettext configure:26422: result: /usr/local/bin/xgettext configure:26462: checking for msgmerge configure:26492: result: /usr/local/bin/msgmerge configure:26600: checking for non-GNU ld configure:26631: result: /usr/bin/ld configure:26640: checking if the linker (/usr/bin/ld) is GNU ld configure:26653: result: no configure:26659: checking for shared library run path origin configure:26672: result: done configure:27088: checking whether NLS is requested configure:27097: result: yes configure:27115: checking for GNU gettext in libc configure:27139: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lpanel -lncurses -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: __nl_domain_bindings __nl_msg_cat_cntr _libintl_bindtextdomain _libintl_gettext configure:27145: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_REGEX_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ALARM 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_GETPID 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SYMLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SRANDOM 1 | #define HAVE_RANDOM 1 | #define GWEN_SSL_CRYPTO 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBPANEL 1 | #define HAVE_NCURSES_H 1 | #define HAVE_PANEL_H 1 | #define USE_NCURSES 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:27169: result: no configure:27203: checking for iconv configure:27230: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lpanel -lncurses -ldl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: _libiconv _libiconv_close _libiconv_open configure:27236: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_REGEX_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ALARM 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_GETPID 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SYMLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SRANDOM 1 | #define HAVE_RANDOM 1 | #define GWEN_SSL_CRYPTO 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBPANEL 1 | #define HAVE_NCURSES_H 1 | #define HAVE_PANEL_H 1 | #define USE_NCURSES 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:27280: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lpanel -lncurses -ldl -liconv >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:27286: $? = 0 configure:27289: test -z || test ! -s conftest.err configure:27292: $? = 0 configure:27295: test -s conftest configure:27298: $? = 0 configure:27313: result: yes configure:27323: checking how to link with libiconv configure:27325: result: -liconv configure:27714: checking for GNU gettext in libintl configure:27746: cc -o conftest -fno-common -I/include -rpath=/usr/lib:/usr/local/lib conftest.c -lpanel -lncurses -ldl /lib/libintl.a -liconv >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: warning multiple definitions of symbol _locale_charset /lib/libintl.a(localcharset.o) definition of _locale_charset in section (__TEXT,__text) /usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset ld: Undefined symbols: _CFArrayGetCount _CFArrayGetTypeID _CFArrayGetValueAtIndex _CFGetTypeID _CFPreferencesCopyAppValue _CFStringGetCString _CFStringGetTypeID ___CFStringMakeConstantString _kCFPreferencesCurrentApplication configure:27752: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_REGEX_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ALARM 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_GETPID 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SYMLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SRANDOM 1 | #define HAVE_RANDOM 1 | #define GWEN_SSL_CRYPTO 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBPANEL 1 | #define HAVE_NCURSES_H 1 | #define HAVE_PANEL_H 1 | #define USE_NCURSES 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern | #ifdef __cplusplus | "C" | #endif | const char *_nl_expand_alias (); | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) | ; | return 0; | } configure:27800: cc -o conftest -fno-common -I/include -rpath=/usr/lib:/usr/local/lib conftest.c -lpanel -lncurses -ldl /lib/libintl.a -liconv -liconv >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: warning multiple definitions of symbol _locale_charset /lib/libintl.a(localcharset.o) definition of _locale_charset in section (__TEXT,__text) /usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset ld: Undefined symbols: _CFArrayGetCount _CFArrayGetTypeID _CFArrayGetValueAtIndex _CFGetTypeID _CFPreferencesCopyAppValue _CFStringGetCString _CFStringGetTypeID ___CFStringMakeConstantString _kCFPreferencesCurrentApplication configure:27806: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GWENHYWFAR_VERSION_MAJOR 1 | #define GWENHYWFAR_VERSION_MINOR 13 | #define GWENHYWFAR_VERSION_PATCHLEVEL 2 | #define GWENHYWFAR_VERSION_BUILD 0 | #define GWENHYWFAR_VERSION_STRING "1.13.2" | #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" | #define GWENHYWFAR_VERSION_TAG stable | #define PACKAGE "gwenhywfar" | #define VERSION "1.13.2" | #define OS_NAME "i386-unknown-gnu" | #define OS_POSIX 1 | #define OS_SHORTNAME "unknown" | #define OS_TYPE "posix" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_REGEX_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ALARM 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_GETPID 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SYMLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SRANDOM 1 | #define HAVE_RANDOM 1 | #define GWEN_SSL_CRYPTO 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBPANEL 1 | #define HAVE_NCURSES_H 1 | #define HAVE_PANEL_H 1 | #define USE_NCURSES 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern | #ifdef __cplusplus | "C" | #endif | const char *_nl_expand_alias (); | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) | ; | return 0; | } configure:27835: result: no configure:27864: checking whether to use NLS configure:27866: result: no configure:28003: checking docpath configure:28014: result: /var/root/apidoc configure:28022: checking if full docu should be created configure:28048: result: no configure:28056: checking doxygen tag files configure:28071: result: none configure:28086: checking for library containing dlopen configure:28116: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:28122: $? = 0 configure:28125: test -z || test ! -s conftest.err configure:28128: $? = 0 configure:28131: test -s conftest configure:28134: $? = 0 configure:28203: result: none required configure:28222: checking whether this is an official release configure:28245: result: no configure:28253: checking if MEMTRACE is wanted configure:28262: result: no configure:28569: 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:895: creating Doxyfile config.status:895: creating po/Makefile.in config.status:895: creating Makefile config.status:895: creating admin/Makefile config.status:895: creating m4/Makefile config.status:895: creating gwenhywfar-config.in config.status:895: creating gwenhywfar.spec config.status:895: creating gwenhywfar.iss config.status:895: creating doc/Makefile config.status:895: creating doc/plugindescr.xsd config.status:895: creating gwenpp/Makefile config.status:895: creating gwenui/Makefile config.status:895: creating src/Makefile config.status:895: creating src/types.h config.status:895: creating src/ressource.rc config.status:895: creating src/version.h config.status:895: creating src/base/Makefile config.status:895: creating src/crypt/Makefile config.status:895: creating src/crypt/ossl/Makefile config.status:895: creating src/crypt/none/Makefile config.status:895: creating src/crypt2/Makefile config.status:895: creating src/io/Makefile config.status:895: creating src/ipc/Makefile config.status:895: creating src/os/Makefile config.status:895: creating src/os/posix/Makefile config.status:895: creating src/os/posix/system.h config.status:895: creating src/os/windows/Makefile config.status:895: creating src/os/windows/system.h config.status:895: creating src/parser/Makefile config.status:895: creating src/net/Makefile config.status:895: creating plugins/Makefile config.status:895: creating plugins/dbio/Makefile config.status:895: creating plugins/dbio/csv/Makefile config.status:895: creating plugins/dbio/csv/csv.xml config.status:895: creating plugins/dbio/csv/ressource.rc config.status:895: creating plugins/dbio/olddb/Makefile config.status:895: creating plugins/dbio/olddb/olddb.xml config.status:895: creating plugins/dbio/olddb/ressource.rc config.status:895: creating tools/Makefile config.status:895: creating tools/xmlmerge/Makefile config.status:895: creating tools/dlgtest/Makefile config.status:895: creating tools/typemaker/Makefile config.status:895: creating test/Makefile config.status:961: creating config.h config.status:1367: executing depfiles commands config.status:1367: executing default-1 commands ## ---------------- ## ## 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=set ac_cv_env_LDFLAGS_value=' -rpath=/usr/lib:/usr/local/lib' 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_alarm=yes ac_cv_func_closedir_void=no ac_cv_func_gethostbyaddr=yes ac_cv_func_gethostbyname=yes ac_cv_func_getpid=yes ac_cv_func_inet_ntoa=yes ac_cv_func_isascii=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_random=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setlocale=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_srandom=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_symlink=yes ac_cv_func_working_mktime=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_locale_h=yes ac_cv_header_memory_h=no ac_cv_header_ncurses_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_panel_h=yes ac_cv_header_regex_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_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_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_time=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_lib_dl_dlopen=yes ac_cv_lib_ncurses_newwin=yes ac_cv_lib_panel_new_panel=yes ac_cv_objext= ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt ac_cv_path_MSGFMT=/usr/local/bin/msgfmt ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge ac_cv_path_XGETTEXT=/usr/local/bin/xgettext 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_SED=/usr/local/bin/sed ac_cv_prog_USE_DOT=YES ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_F77=g77 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_search_dlopen='none required' ac_cv_search_opendir='none required' ac_cv_struct_tm=time.h ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec= acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=no acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl= am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_lib_iconv=yes gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=no 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/gwenhywfar/work/gwenhywfar-1.13.2/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/devel/gwenhywfar/work/gwenhywfar-1.13.2/missing --run tar' AR='ar' AUTOCONF='${SHELL} /mnt/gmirror/ports/devel/gwenhywfar/work/gwenhywfar-1.13.2/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/devel/gwenhywfar/work/gwenhywfar-1.13.2/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/devel/gwenhywfar/work/gwenhywfar-1.13.2/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='-DHAVE_CONFIG_H' DEPDIR='.deps' DOXYGEN_DEFINE='DOXYGEN_HIDE' DOXYGEN_INPUT='listdoc.h doc/apidoc.h src/gwenhywfar.h src/gwenhywfarapi.h src/types.h src/version.h src/base/args.h src/base/buffer.h src/base/debug.h src/base/error.h src/base/i18n.h src/base/idlist.h src/base/inherit.h src/base/list.h src/base/list2.h src/base/logger.h src/base/memory.h src/base/misc.h src/base/misc2.h src/base/plugin.h src/base/plugindescr.h src/base/refptr.h src/base/ringbuffer.h src/base/stringlist.h src/base/stringlist2.h src/base/waitcallback.h src/net/net.h src/net/netconnection.h src/net/netmsg.h src/net/nettransport.h src/net/nettransportsock.h src/crypt/crypt.h src/crypt/keymanager.h src/crypt/keyspec.h src/crypt/md.h src/crypt/nettransportssl.h src/crypt/padd.h src/crypt2/crypttoken.h src/io/bio_buffer.h src/io/bio_file.h src/io/bio_socket.h src/io/bufferedio.h src/io/filter.h src/ipc/ipc.h src/ipc/netconnectionhttp.h src/os/directory.h src/os/fslock.h src/os/gwentime.h src/os/inetaddr.h src/os/inetsocket.h src/os/libloader.h src/os/process.h src/os/posix/system.h src/parser/base64.h src/parser/csv.h src/parser/db.h src/parser/dbio.h src/parser/msgengine.h src/parser/path.h src/parser/text.h src/parser/tlv.h src/parser/xml.h src/parser/xsd.h gwenui/button.h gwenui/checkbox.h gwenui/dropdownbox.h gwenui/editbox.h gwenui/event.h gwenui/filedialog.h gwenui/hline.h gwenui/hslider.h gwenui/loader.h gwenui/messagebox.h gwenui/scrollwidget.h gwenui/tablewidget.h gwenui/textwidget.h gwenui/ui.h gwenui/vslider.h gwenui/widget.h gwenui/window.h' DOXYGEN_TAGFILES='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='g77' FFLAGS='' GMSGFMT='/usr/local/bin/msgfmt' GWENHYWFAR_SO_AGE='13' GWENHYWFAR_SO_CURRENT='30' GWENHYWFAR_SO_EFFECTIVE='17' GWENHYWFAR_SO_REVISION='3' GWENHYWFAR_VERSION_BUILD='0' GWENHYWFAR_VERSION_FULL_STRING='1.13.2.0stable' GWENHYWFAR_VERSION_MAJOR='1' GWENHYWFAR_VERSION_MINOR='13' GWENHYWFAR_VERSION_PATCHLEVEL='2' GWENHYWFAR_VERSION_RELEASE_STRING='1.13.2' GWENHYWFAR_VERSION_STRING='1.13.2' GWENHYWFAR_VERSION_TAG='stable' GWENPP_SO_AGE='0' GWENPP_SO_CURRENT='16' GWENPP_SO_EFFECTIVE='16' GWENPP_SO_REVISION='0' GWENUI_SO_AGE='0' GWENUI_SO_CURRENT='1' GWENUI_SO_EFFECTIVE='1' GWENUI_SO_REVISION='1' GWEN_CRYPTO='ossl' GWEN_HEADER_FILES='doc/apidoc.h src/gwenhywfar.h src/gwenhywfarapi.h src/types.h src/version.h src/base/args.h src/base/buffer.h src/base/debug.h src/base/error.h src/base/i18n.h src/base/idlist.h src/base/inherit.h src/base/list.h src/base/list2.h src/base/logger.h src/base/memory.h src/base/misc.h src/base/misc2.h src/base/plugin.h src/base/plugindescr.h src/base/refptr.h src/base/ringbuffer.h src/base/stringlist.h src/base/stringlist2.h src/base/waitcallback.h src/net/net.h src/net/netconnection.h src/net/netmsg.h src/net/nettransport.h src/net/nettransportsock.h src/crypt/crypt.h src/crypt/keymanager.h src/crypt/keyspec.h src/crypt/md.h src/crypt/nettransportssl.h src/crypt/padd.h src/crypt2/crypttoken.h src/io/bio_buffer.h src/io/bio_file.h src/io/bio_socket.h src/io/bufferedio.h src/io/filter.h src/ipc/ipc.h src/ipc/netconnectionhttp.h src/os/directory.h src/os/fslock.h src/os/gwentime.h src/os/inetaddr.h src/os/inetsocket.h src/os/libloader.h src/os/process.h src/os/posix/system.h src/parser/base64.h src/parser/csv.h src/parser/db.h src/parser/dbio.h src/parser/msgengine.h src/parser/path.h src/parser/text.h src/parser/tlv.h src/parser/xml.h src/parser/xsd.h gwenui/button.h gwenui/checkbox.h gwenui/dropdownbox.h gwenui/editbox.h gwenui/event.h gwenui/filedialog.h gwenui/hline.h gwenui/hslider.h gwenui/loader.h gwenui/messagebox.h gwenui/scrollwidget.h gwenui/tablewidget.h gwenui/textwidget.h gwenui/ui.h gwenui/vslider.h gwenui/widget.h gwenui/window.h' GWEN_INSTALL_DLL_TARGET='' GWEN_MAKE_DLL_TARGET='' GWEN_OS='posix' GWEN_SSL_CRYPTO_FALSE='#' GWEN_SSL_CRYPTO_TRUE='' GWEN_TYPE_TMPL_UINT32='%u' GWEN_TYPE_TMPL_UINT64='%llu' GWEN_TYPE_UINT32='unsigned int' GWEN_TYPE_UINT64='unsigned long long' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_DLL_TARGET='' 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' INTLLIBS='' IS_WINDOWS_FALSE='' IS_WINDOWS_TRUE='#' LDFLAGS=' -rpath=/usr/lib:/usr/local/lib' LIBICONV='-liconv' LIBINTL='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/devel/gwenhywfar/work/gwenhywfar-1.13.2/missing --run makeinfo' MAKE_DLL_TARGET='' MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs' MSGFMT='/usr/local/bin/msgfmt' MSGMERGE='/usr/local/bin/msgmerge' NCURSES_TOOLS='dlgtest' OBJEXT='' OSYSTEM='unknown' OS_TYPE='posix' PACKAGE='gwenhywfar' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' POSUB='' PROG_LIBRARIES=' -L/usr/local/lib -lssl -lcrypto -lpanel -lncurses' RANLIB='ranlib' SED='/usr/local/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' STRIPALL='' USE_CRYPT='yes' USE_DOT='YES' USE_NCURSES='yes' USE_NCURSES_FALSE='#' USE_NCURSES_TRUE='' USE_NLS='no' VERSION='1.13.2' WIN_PATH_COMMON_APPDATA='' WIN_PATH_COMMON_APPDATA_MINGW='' WIN_PATH_HOME='' WIN_PATH_HOME_MINGW='' WIN_PATH_PROGRAM_FILES='' WIN_PATH_PROGRAM_FILES_MINGW='' WIN_PATH_SYSTEM='' WIN_PATH_SYSTEM_MINGW='' WIN_PATH_WINDOWS='' WIN_PATH_WINDOWS_MINGW='' XGETTEXT='/usr/local/bin/xgettext' ac_ct_AR='ar' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='g77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' all_includes='' all_libraries=' ' 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' docpath='/var/root/apidoc' exec_prefix='${prefix}' gwenhywfar_crypt_lib='' gwenhywfar_includes='-I/include' gwenhywfar_ldflags='-L${libdir}' gwenhywfar_libs='-lgwenhywfar' gwenhywfar_libspp='-lgwenpp' gwenhywfar_libsui='-lgwenui' gwenhywfar_os_lib='os/posix/libos.la' gwenhywfar_pkgincludedir='/include/gwenhywfar' gwenhywfar_plugindir='${libdir}/gwenhywfar/plugins/17' gwenhywfar_sections='' 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/gwenhywfar/work/gwenhywfar-1.13.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' ncurses_libs='-lpanel -lncurses' oldincludedir='/usr/include' prefix='' program_transform_name='s,^,i386-unknown-gnu-,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' ssl_includes='' ssl_lib='-lssl -lcrypto' ssl_libraries='-L/usr/local/lib' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GWENHYWFAR_VERSION_BUILD 0 #define GWENHYWFAR_VERSION_FULL_STRING "1.13.2.0stable" #define GWENHYWFAR_VERSION_MAJOR 1 #define GWENHYWFAR_VERSION_MINOR 13 #define GWENHYWFAR_VERSION_PATCHLEVEL 2 #define GWENHYWFAR_VERSION_STRING "1.13.2" #define GWENHYWFAR_VERSION_TAG stable #define GWEN_SSL_CRYPTO 1 #define HAVE_ALARM 1 #define HAVE_ARPA_INET_H 1 #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETHOSTBYADDR 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETPID 1 #define HAVE_ICONV 1 #define HAVE_INET_NTOA 1 #define HAVE_ISASCII 1 #define HAVE_LIBDL 1 #define HAVE_LIBNCURSES 1 #define HAVE_LIBPANEL 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_NCURSES_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PANEL_H 1 #define HAVE_RANDOM 1 #define HAVE_REGEX_H 1 #define HAVE_SELECT 1 #define HAVE_SETLOCALE 1 #define HAVE_SIGNAL_H 1 #define HAVE_SNPRINTF 1 #define HAVE_SOCKET 1 #define HAVE_SRANDOM 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_SYMLINK 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TIME_H 1 #define OS_NAME "i386-unknown-gnu" #define OS_POSIX 1 #define OS_SHORTNAME "unknown" #define OS_TYPE "posix" #define PACKAGE "gwenhywfar" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define TIME_WITH_SYS_TIME 1 #define USE_NCURSES 1 #define VERSION "1.13.2" #endif #ifdef __cplusplus void exit (int); configure: exit 0