This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by liboping configure 0.3.5, which was generated by GNU Autoconf 2.61. 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 /usr/bin/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: 148 tasks, 205 threads, 4 processors Load average: 3.61, Mach factor: 0.41 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1986: checking for a BSD-compatible install configure:2042: result: /usr/bin/install -c -o root -g wheel configure:2053: checking whether build environment is sane configure:2096: result: yes configure:2161: checking for gawk configure:2177: found /usr/local/bin/gawk configure:2188: result: gawk configure:2199: checking whether make sets $(MAKE) configure:2220: result: yes configure:2424: checking for i386-unknown-gnu-gcc configure:2451: result: cc configure:2729: checking for C compiler version configure:2736: 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:2739: $? = 0 configure:2746: 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:2749: $? = 0 configure:2756: cc -V >&5 cc: `-V' option must have argument configure:2759: $? = 1 configure:2782: checking for C compiler default output file name configure:2809: cc -fno-common conftest.c >&5 configure:2812: $? = 0 configure:2850: result: a.out configure:2867: checking whether the C compiler works configure:2877: ./a.out configure:2880: $? = 0 configure:2897: result: yes configure:2904: checking whether we are cross compiling configure:2906: result: no configure:2909: checking for suffix of executables configure:2916: cc -o conftest -fno-common conftest.c >&5 configure:2919: $? = 0 configure:2943: result: configure:2949: checking for suffix of object files configure:2975: cc -c -fno-common conftest.c >&5 configure:2978: $? = 0 configure:3001: result: configure:3005: checking whether we are using the GNU C compiler configure:3034: cc -c -fno-common conftest.c >&5 configure:3040: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3057: result: no configure:3062: checking whether cc accepts -g configure:3092: cc -c -g conftest.c >&5 configure:3098: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3130: cc -c conftest.c >&5 configure:3136: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3169: cc -c -g conftest.c >&5 configure:3175: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3197: result: no configure:3214: checking for cc option to accept ISO C89 configure:3288: cc -c -fno-common conftest.c >&5 configure:3294: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:3288: cc -qlanglvl=extc89 -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=extc89' configure:3294: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:3288: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:3294: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:3288: cc -std -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std' configure:3294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:3288: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:3288: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:3288: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:3294: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:3320: result: unsupported configure:3346: checking for style of include used by make configure:3374: result: GNU configure:3402: checking dependency style of cc configure:3492: result: none configure:3514: checking how to run the C preprocessor configure:3554: cc -E conftest.c configure:3560: $? = 0 configure:3591: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3597: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include configure:3630: result: cc -E configure:3659: cc -E conftest.c configure:3665: $? = 0 configure:3696: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3702: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include configure:3752: checking for a BSD-compatible install configure:3808: result: /usr/bin/install -c -o root -g wheel configure:3819: checking whether ln -s works configure:3823: result: yes configure:3830: checking whether make sets $(MAKE) configure:3851: result: yes configure:3954: checking build system type configure:3972: result: i386-unknown-gnu configure:3994: checking host system type configure:4009: result: i386-unknown-gnu configure:4031: checking for a sed that does not truncate output configure:4085: result: /usr/local/bin/sed configure:4088: checking for grep that handles long lines and -e configure:4162: result: /usr/bin/grep configure:4167: checking for egrep configure:4245: result: /usr/bin/grep -E configure:4294: checking for non-GNU ld configure:4328: result: /usr/bin/ld configure:4337: checking if the linker (/usr/bin/ld) is GNU ld configure:4352: result: no configure:4357: checking for /usr/bin/ld option to reload object files configure:4364: result: -r configure:4382: checking for BSD-compatible nm configure:4431: result: /usr/bin/nm -p configure:4435: checking how to recognise dependent libraries configure:4611: result: pass_all configure:4841: checking for ANSI C header files configure:4871: cc -c -fno-common conftest.c >&5 configure:4877: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:5002: result: no configure:5026: checking for sys/types.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5026: checking for sys/stat.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5026: checking for stdlib.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5026: checking for string.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5026: checking for memory.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5026: checking for strings.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5026: checking for inttypes.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5026: checking for stdint.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5026: checking for unistd.h configure:5047: cc -c -fno-common conftest.c >&5 configure:5053: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5069: result: no configure:5096: checking dlfcn.h usability configure:5113: cc -c -fno-common conftest.c >&5 configure:5119: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5133: result: no configure:5137: checking dlfcn.h presence configure:5152: cc -E conftest.c configure:5158: $? = 0 configure:5172: result: yes configure:5185: WARNING: dlfcn.h: present but cannot be compiled configure:5187: WARNING: dlfcn.h: check for missing prerequisite headers? configure:5189: WARNING: dlfcn.h: see the Autoconf documentation configure:5191: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:5193: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:5195: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:5200: checking for dlfcn.h configure:5208: result: yes configure:5337: checking for C++ compiler version configure:5344: 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:5347: $? = 0 configure:5354: 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:5357: $? = 0 configure:5364: c++ -V >&5 c++: `-V' option must have argument configure:5367: $? = 1 configure:5370: checking whether we are using the GNU C++ compiler configure:5399: c++ -c -fno-common conftest.cpp >&5 configure:5405: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:5422: result: no configure:5427: checking whether c++ accepts -g configure:5457: c++ -c -g conftest.cpp >&5 configure:5463: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5495: c++ -c conftest.cpp >&5 configure:5501: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5534: c++ -c -g conftest.cpp >&5 configure:5540: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5562: result: no configure:5587: checking dependency style of c++ configure:5677: result: none configure:5704: checking how to run the C++ preprocessor configure:5740: c++ -E conftest.cpp configure:5746: $? = 0 configure:5777: c++ -E conftest.cpp conftest.cpp:11:28: ac_nonexistent.h: No such file or directory configure:5783: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5816: result: c++ -E configure:5845: c++ -E conftest.cpp configure:5851: $? = 0 configure:5882: c++ -E conftest.cpp conftest.cpp:11:28: ac_nonexistent.h: No such file or directory configure:5888: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5937: checking for i386-unknown-gnu-g77 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-xlf configure:5967: result: no configure:5937: checking for i386-unknown-gnu-f77 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-frt configure:5967: result: no configure:5937: checking for i386-unknown-gnu-pgf77 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-cf77 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-fort77 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-fl32 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-af77 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-xlf90 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-f90 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-pgf90 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-pghpf configure:5967: result: no configure:5937: checking for i386-unknown-gnu-epcf90 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-gfortran configure:5967: result: no configure:5937: checking for i386-unknown-gnu-g95 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-xlf95 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-f95 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-fort configure:5967: result: no configure:5937: checking for i386-unknown-gnu-ifort configure:5967: result: no configure:5937: checking for i386-unknown-gnu-ifc configure:5967: result: no configure:5937: checking for i386-unknown-gnu-efc configure:5967: result: no configure:5937: checking for i386-unknown-gnu-pgf95 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-lf95 configure:5967: result: no configure:5937: checking for i386-unknown-gnu-ftn configure:5967: result: no configure:5981: checking for g77 configure:5997: found /usr/local/bin/g77 configure:6008: result: g77 configure:6038: checking for Fortran 77 compiler version configure:6045: 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:6048: $? = 0 configure:6055: 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:6058: $? = 0 configure:6065: 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:6068: $? = 0 configure:6076: checking whether we are using the GNU Fortran 77 compiler configure:6095: 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:6101: $? = 0 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:6118: result: no configure:6124: checking whether g77 accepts -g configure:6141: g77 -c -g conftest.f >&5 configure:6147: $? = 0 configure: failed program was: | program main | | end configure:6163: result: no configure:6193: checking the maximum length of command line arguments configure:6302: result: configure:6313: checking command to parse /usr/bin/nm -p output from cc object configure:6418: cc -c -fno-common conftest.c >&5 configure:6421: $? = 0 configure:6425: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:6428: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' configure:6418: cc -c -fno-common conftest.c >&5 configure:6421: $? = 0 configure:6425: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:6428: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' configure:6518: result: failed configure:6525: checking for objdir configure:6540: result: .libs configure:6592: checking for i386-unknown-gnu-ar configure:6622: result: no configure:6632: checking for ar configure:6648: found /usr/bin/ar configure:6659: result: ar configure:6688: checking for i386-unknown-gnu-ranlib configure:6718: result: no configure:6728: checking for ranlib configure:6744: found /usr/bin/ranlib configure:6755: result: ranlib configure:6784: checking for i386-unknown-gnu-strip configure:6814: result: no configure:6824: checking for strip configure:6840: found /usr/bin/strip configure:6851: result: strip configure:7187: checking for cc option to produce PIC configure:7397: result: configure:7468: checking if cc static flag works configure:7496: result: yes configure:7506: checking if cc supports -c -o file.o configure:7530: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:7534: $? = 0 configure:7553: result: yes configure:7579: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:8534: result: no configure:8601: checking dynamic linker characteristics configure:9177: result: gnu ld.so configure:9186: checking how to hardcode library paths into programs configure:9211: result: unsupported configure:9225: checking whether stripping libraries is possible configure:9246: result: no configure:9353: checking for shl_load configure:9409: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _shl_load configure:9415: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:9432: result: no configure:9437: checking for shl_load in -ldld configure:9472: cc -o conftest -fno-common conftest.c -ldld >&5 ld: can't locate file for: -ldld configure:9478: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:9496: result: no configure:9501: checking for dlopen configure:9557: cc -o conftest -fno-common conftest.c >&5 configure:9563: $? = 0 configure:9580: result: yes configure:9813: checking whether a program can dlopen itself configure:9887: cc -o conftest -fno-common -DHAVE_DLFCN_H conftest.c >&5 configure:9890: $? = 0 configure:9908: result: yes configure:9913: checking whether a statically linked program can dlopen itself configure:9987: cc -o conftest -fno-common -DHAVE_DLFCN_H conftest.c >&5 configure:9990: $? = 0 configure:10008: result: yes configure:10031: checking if libtool supports shared libraries configure:10033: result: no configure:10036: checking whether to build shared libraries configure:10057: result: no configure:10060: checking whether to build static libraries configure:10064: result: yes configure:10156: creating libtool configure:10886: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11820: result: yes configure:11838: c++ -c -fno-common conftest.cpp >&5 configure:11841: $? = 0 configure:11960: checking for c++ option to produce PIC configure:12234: result: configure:12305: checking if c++ static flag works configure:12333: result: yes configure:12343: checking if c++ supports -c -o file.o configure:12367: c++ -c -fno-common -o out/conftest2.o conftest.cpp >&5 configure:12371: $? = 0 configure:12390: result: yes configure:12416: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:12444: result: yes configure:12511: checking dynamic linker characteristics configure:13087: result: gnu ld.so configure:13096: checking how to hardcode library paths into programs configure:13121: result: unsupported configure:13647: checking if libtool supports shared libraries configure:13649: result: no configure:13652: checking whether to build shared libraries configure:13672: result: no configure:13675: checking whether to build static libraries configure:13679: result: yes configure:13689: checking for g77 option to produce PIC configure:13899: result: configure:13970: checking if g77 static flag works configure:13998: result: yes configure:14008: checking if g77 supports -c -o file.o configure:14032: g77 -c -o out/conftest2.o conftest.f >&5 configure:14036: $? = 0 configure:14055: result: yes configure:14081: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:15016: result: no configure:15083: checking dynamic linker characteristics configure:15659: result: gnu ld.so configure:15668: checking how to hardcode library paths into programs configure:15693: result: unsupported configure:19244: checking for ANSI C header files configure:19405: result: no configure:19420: checking for unistd.h configure:19426: result: no configure:19570: checking math.h usability configure:19587: cc -c -fno-common conftest.c >&5 configure:19593: $? = 0 configure:19607: result: yes configure:19611: checking math.h presence configure:19626: cc -E conftest.c configure:19632: $? = 0 configure:19646: result: yes configure:19674: checking for math.h configure:19682: result: yes configure:19710: checking fcntl.h usability configure:19727: cc -c -fno-common conftest.c >&5 configure:19733: $? = 0 configure:19747: result: yes configure:19751: checking fcntl.h presence configure:19766: cc -E conftest.c configure:19772: $? = 0 configure:19786: result: yes configure:19814: checking for fcntl.h configure:19822: result: yes configure:19840: checking for sys/types.h configure:19846: result: no configure:19980: checking for sys/stat.h configure:19986: result: no configure:20115: checking whether time.h and sys/time.h may both be included configure:20145: cc -c -fno-common conftest.c >&5 configure:20151: $? = 0 configure:20166: result: yes configure:20191: checking sys/socket.h usability configure:20208: cc -c -fno-common conftest.c >&5 configure:20214: $? = 0 configure:20228: result: yes configure:20232: checking sys/socket.h presence configure:20247: cc -E conftest.c configure:20253: $? = 0 configure:20267: result: yes configure:20295: checking for sys/socket.h configure:20303: result: yes configure:20331: checking netdb.h usability configure:20348: cc -c -fno-common conftest.c >&5 configure:20354: $? = 0 configure:20368: result: yes configure:20372: checking netdb.h presence configure:20387: cc -E conftest.c configure:20393: $? = 0 configure:20407: result: yes configure:20435: checking for netdb.h configure:20443: result: yes configure:20471: checking signal.h usability configure:20488: cc -c -fno-common conftest.c >&5 configure:20494: $? = 0 configure:20508: result: yes configure:20512: checking signal.h presence configure:20527: cc -E conftest.c configure:20533: $? = 0 configure:20547: result: yes configure:20575: checking for signal.h configure:20583: result: yes configure:20602: checking for netinet/in_systm.h configure:20629: cc -c -fno-common conftest.c >&5 configure:20635: $? = 0 configure:20651: result: yes configure:20666: checking for netinet/in.h configure:20696: cc -c -fno-common conftest.c >&5 configure:20702: $? = 0 configure:20718: result: yes configure:20733: checking for netinet/ip.h configure:20766: cc -c -fno-common conftest.c >&5 configure:20772: $? = 0 configure:20788: result: yes configure:20803: checking for netinet/ip_icmp.h configure:20839: cc -c -fno-common conftest.c >&5 configure:20845: $? = 0 configure:20861: result: yes configure:20876: checking for netinet/ip_var.h configure:20912: cc -c -fno-common conftest.c >&5 configure:20918: $? = 0 configure:20934: result: yes configure:20949: checking for netinet/ip6.h configure:20985: cc -c -fno-common conftest.c >&5 In file included from conftest.c:39: /usr/include/netinet/ip6.h:100: error: parse error before "u_int32_t" /usr/include/netinet/ip6.h:103: error: parse error before "ip6_un1_hlim" /usr/include/netinet/ip6.h:105: error: parse error before "ip6_un2_vfc" /usr/include/netinet/ip6.h:109: error: parse error before '}' token /usr/include/netinet/ip6.h:141: error: parse error before "u_int8_t" /usr/include/netinet/ip6.h:148: error: parse error before "u_int8_t" /usr/include/netinet/ip6.h:156: error: parse error before "u_int8_t" /usr/include/netinet/ip6.h:193: error: parse error before "u_int8_t" /usr/include/netinet/ip6.h:195: error: parse error before "ip6r_type" /usr/include/netinet/ip6.h:196: error: parse error before "ip6r_segleft" /usr/include/netinet/ip6.h:202: error: parse error before "u_int8_t" /usr/include/netinet/ip6.h:204: error: parse error before "ip6r0_type" /usr/include/netinet/ip6.h:205: error: parse error before "ip6r0_segleft" /usr/include/netinet/ip6.h:206: error: parse error before "ip6r0_reserved" /usr/include/netinet/ip6.h:207: error: parse error before "ip6r0_slmap" /usr/include/netinet/ip6.h:209: error: parse error before '}' token /usr/include/netinet/ip6.h:213: error: parse error before "u_int8_t" /usr/include/netinet/ip6.h:215: error: parse error before "ip6f_offlg" /usr/include/netinet/ip6.h:216: error: parse error before "ip6f_ident" configure:20991: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FCNTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_NETINET_IP_ICMP_H 1 | #define HAVE_NETINET_IP_VAR_H 1 | /* end confdefs.h. */ | #if HAVE_STDINT_H | # include | #endif | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_NETINET_IN_SYSTM_H | # include | #endif | #if HAVE_NETINET_IN_H | # include | #endif | | | #include configure:21007: result: no configure:21022: checking for netinet/icmp6.h configure:21058: cc -c -fno-common conftest.c >&5 In file included from conftest.c:39: /usr/include/netinet/icmp6.h:96: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:98: error: parse error before "icmp6_cksum" /usr/include/netinet/icmp6.h:100: error: parse error before "u_int32_t" /usr/include/netinet/icmp6.h:102: error: parse error before "icmp6_un_data8" /usr/include/netinet/icmp6.h:103: error: parse error before '}' token /usr/include/netinet/icmp6.h:104: error: parse error before '}' token /usr/include/netinet/icmp6.h:189: error: field `mld6_hdr' has incomplete type /usr/include/netinet/icmp6.h:204: error: field `nd_rs_hdr' has incomplete type /usr/include/netinet/icmp6.h:214: error: field `nd_ra_hdr' has incomplete type /usr/include/netinet/icmp6.h:215: error: parse error before "u_int32_t" /usr/include/netinet/icmp6.h:243: error: field `nd_ns_hdr' has incomplete type /usr/include/netinet/icmp6.h:254: error: field `nd_na_hdr' has incomplete type /usr/include/netinet/icmp6.h:276: error: field `nd_rd_hdr' has incomplete type /usr/include/netinet/icmp6.h:288: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:302: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:304: error: parse error before "nd_opt_pi_prefix_len" /usr/include/netinet/icmp6.h:305: error: parse error before "nd_opt_pi_flags_reserved" /usr/include/netinet/icmp6.h:306: error: parse error before "nd_opt_pi_valid_time" /usr/include/netinet/icmp6.h:307: error: parse error before "nd_opt_pi_preferred_time" /usr/include/netinet/icmp6.h:308: error: parse error before "nd_opt_pi_reserved2" /usr/include/netinet/icmp6.h:310: error: parse error before '}' token /usr/include/netinet/icmp6.h:316: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:318: error: parse error before "nd_opt_rh_reserved1" /usr/include/netinet/icmp6.h:319: error: parse error before "nd_opt_rh_reserved2" /usr/include/netinet/icmp6.h:324: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:326: error: parse error before "nd_opt_mtu_reserved" /usr/include/netinet/icmp6.h:327: error: parse error before "nd_opt_mtu_mtu" /usr/include/netinet/icmp6.h:331: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:333: error: parse error before "nd_opt_rti_prefixlen" /usr/include/netinet/icmp6.h:334: error: parse error before "nd_opt_rti_flags" /usr/include/netinet/icmp6.h:335: error: parse error before "nd_opt_rti_lifetime" /usr/include/netinet/icmp6.h:344: error: field `icmp6_nl_hdr' has incomplete type /usr/include/netinet/icmp6.h:345: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:352: error: parse error before '}' token /usr/include/netinet/icmp6.h:358: error: field `icmp6_ni_hdr' has incomplete type /usr/include/netinet/icmp6.h:359: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:421: error: parse error before "u_int32_t" /usr/include/netinet/icmp6.h:423: error: parse error before "ni_fqdn_name" /usr/include/netinet/icmp6.h:424: error: parse error before '}' token /usr/include/netinet/icmp6.h:430: error: field `rr_hdr' has incomplete type /usr/include/netinet/icmp6.h:431: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:433: error: parse error before "rr_maxdelay" /usr/include/netinet/icmp6.h:434: error: parse error before "rr_reserved" /usr/include/netinet/icmp6.h:449: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:451: error: parse error before "rpm_ordinal" /usr/include/netinet/icmp6.h:452: error: parse error before "rpm_matchlen" /usr/include/netinet/icmp6.h:453: error: parse error before "rpm_minlen" /usr/include/netinet/icmp6.h:454: error: parse error before "rpm_maxlen" /usr/include/netinet/icmp6.h:455: error: parse error before "rpm_reserved" /usr/include/netinet/icmp6.h:457: error: parse error before '}' token /usr/include/netinet/icmp6.h:465: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:467: error: parse error before "rpu_ramask" /usr/include/netinet/icmp6.h:468: error: parse error before "rpu_raflags" /usr/include/netinet/icmp6.h:469: error: parse error before "rpu_vltime" /usr/include/netinet/icmp6.h:470: error: parse error before "rpu_pltime" /usr/include/netinet/icmp6.h:471: error: parse error before "rpu_flags" /usr/include/netinet/icmp6.h:473: error: parse error before '}' token /usr/include/netinet/icmp6.h:486: error: parse error before "u_int16_t" /usr/include/netinet/icmp6.h:488: error: parse error before "rrr_matchedlen" /usr/include/netinet/icmp6.h:489: error: parse error before "rrr_ifid" /usr/include/netinet/icmp6.h:491: error: parse error before '}' token /usr/include/netinet/icmp6.h:505: error: parse error before "u_int32_t" /usr/include/netinet/icmp6.h:527: error: parse error before "u_quad_t" /usr/include/netinet/icmp6.h:529: error: parse error before "icp6errs_dst_unreach_beyondscope" /usr/include/netinet/icmp6.h:530: error: parse error before "icp6errs_dst_unreach_addr" /usr/include/netinet/icmp6.h:531: error: parse error before "icp6errs_dst_unreach_noport" /usr/include/netinet/icmp6.h:532: error: parse error before "icp6errs_packet_too_big" /usr/include/netinet/icmp6.h:533: error: parse error before "icp6errs_time_exceed_transit" /usr/include/netinet/icmp6.h:534: error: parse error before "icp6errs_time_exceed_reassembly" /usr/include/netinet/icmp6.h:535: error: parse error before "icp6errs_paramprob_header" /usr/include/netinet/icmp6.h:536: error: parse error before "icp6errs_paramprob_nextheader" /usr/include/netinet/icmp6.h:537: error: parse error before "icp6errs_paramprob_option" /usr/include/netinet/icmp6.h:538: error: parse error before "icp6errs_redirect" /usr/include/netinet/icmp6.h:539: error: parse error before "icp6errs_unknown" /usr/include/netinet/icmp6.h:544: error: parse error before "u_quad_t" /usr/include/netinet/icmp6.h:546: error: parse error before "icp6s_toofreq" /usr/include/netinet/icmp6.h:547: error: parse error before "icp6s_outhist" /usr/include/netinet/icmp6.h:549: error: parse error before "icp6s_badcode" /usr/include/netinet/icmp6.h:550: error: parse error before "icp6s_tooshort" /usr/include/netinet/icmp6.h:551: error: parse error before "icp6s_checksum" /usr/include/netinet/icmp6.h:552: error: parse error before "icp6s_badlen" /usr/include/netinet/icmp6.h:553: error: parse error before "icp6s_reflect" /usr/include/netinet/icmp6.h:554: error: parse error before "icp6s_inhist" /usr/include/netinet/icmp6.h:555: error: parse error before "icp6s_nd_toomanyopt" /usr/include/netinet/icmp6.h:575: error: parse error before "icp6s_pmtuchg" /usr/include/netinet/icmp6.h:576: error: parse error before "icp6s_nd_badopt" /usr/include/netinet/icmp6.h:577: error: parse error before "icp6s_badns" /usr/include/netinet/icmp6.h:578: error: parse error before "icp6s_badna" /usr/include/netinet/icmp6.h:579: error: parse error before "icp6s_badrs" /usr/include/netinet/icmp6.h:580: error: parse error before "icp6s_badra" /usr/include/netinet/icmp6.h:581: error: parse error before "icp6s_badredirect" /usr/include/netinet/icmp6.h:556: error: storage size of `icp6s_outerrhist' isn't known configure:21064: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "liboping" | #define PACKAGE_TARNAME "liboping" | #define PACKAGE_VERSION "0.3.5" | #define PACKAGE_STRING "liboping 0.3.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liboping" | #define VERSION "0.3.5" | #define HAVE_DLFCN_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FCNTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_NETINET_IP_ICMP_H 1 | #define HAVE_NETINET_IP_VAR_H 1 | /* end confdefs.h. */ | #if HAVE_STDINT_H | # include | #endif | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_NETINET_IN_SYSTM_H | # include | #endif | #if HAVE_NETINET_IN_H | # include | #endif | #if HAVE_NETINET_IP6_H | # include | #endif | | | #include configure:21080: result: no configure:21097: checking for socket configure:21153: cc -o conftest -fno-common conftest.c >&5 configure:21159: $? = 0 configure:21177: result: yes configure:21273: checking for nanosleep configure:21329: cc -o conftest -fno-common conftest.c >&5 configure:21335: $? = 0 configure:21353: result: yes configure:21620: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by liboping config.status 0.3.5, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:669: creating Makefile config.status:669: creating src/Makefile config.status:669: creating src/mans/Makefile config.status:669: creating src/config.h config.status:939: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_f77_compiler_gnu=no ac_cv_func_dlopen=yes ac_cv_func_nanosleep=yes ac_cv_func_shl_load=no ac_cv_func_socket=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_math_h=yes ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_icmp6_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_in_systm_h=yes ac_cv_header_netinet_ip6_h=no ac_cv_header_netinet_ip_h=yes ac_cv_header_netinet_ip_icmp_h=yes ac_cv_header_netinet_ip_var_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_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_time=yes ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_lib_dld_shl_load=no ac_cv_objext= ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='c++ -E' 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_c89=no ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=no ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=yes 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='/usr/bin/nm -p' 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/net/liboping/work/liboping-0.3.5/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/net/liboping/work/liboping-0.3.5/missing --run tar' AR='ar' AUTOCONF='${SHELL} /mnt/gmirror/ports/net/liboping/work/liboping-0.3.5/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/net/liboping/work/liboping-0.3.5/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/net/liboping/work/liboping-0.3.5/missing --run automake-1.9' AWK='gawk' BUILD_WITH_DEBUG_FALSE='' BUILD_WITH_DEBUG_TRUE='#' BUILD_WITH_LIBRT_FALSE='' BUILD_WITH_LIBRT_TRUE='#' BUILD_WITH_LIBSOCKET_FALSE='' BUILD_WITH_LIBSOCKET_TRUE='#' CC='cc' CCDEPMODE='depmode=none' CFLAGS='-fno-common' COMPILER_IS_GCC_FALSE='' COMPILER_IS_GCC_TRUE='#' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-fno-common' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' F77='g77' FFLAGS='' GREP='/usr/bin/grep' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/net/liboping/work/liboping-0.3.5/missing --run makeinfo' OBJEXT='' PACKAGE='liboping' PACKAGE_BUGREPORT='' PACKAGE_NAME='liboping' PACKAGE_STRING='liboping 0.3.5' PACKAGE_TARNAME='liboping' PACKAGE_VERSION='0.3.5' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='0.3.5' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='g77' 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='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='/mnt/gmirror/ports/net/liboping/work/liboping-0.3.5/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "liboping" #define PACKAGE_TARNAME "liboping" #define PACKAGE_VERSION "0.3.5" #define PACKAGE_STRING "liboping 0.3.5" #define PACKAGE_BUGREPORT "" #define PACKAGE "liboping" #define VERSION "0.3.5" #define HAVE_DLFCN_H 1 #define HAVE_MATH_H 1 #define HAVE_FCNTL_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_NETDB_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_NETINET_IN_SYSTM_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_IP_H 1 #define HAVE_NETINET_IP_ICMP_H 1 #define HAVE_NETINET_IP_VAR_H 1 #define HAVE_SOCKET 1 #define HAVE_NANOSLEEP 1 configure: exit 0