This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libssh2 configure -, 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: 115 tasks, 172 threads, 4 processors Load average: 0.06, Mach factor: 3.93 /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:1963: checking whether to enable maintainer-specific portions of Makefiles configure:1972: result: no configure:1990: checking for sed configure:2009: found /usr/local/bin/sed configure:2022: result: /usr/local/bin/sed configure:2083: checking for a BSD-compatible install configure:2139: result: /usr/bin/install -c -o root -g wheel configure:2150: checking whether build environment is sane configure:2193: result: yes configure:2258: checking for gawk configure:2274: found /usr/local/bin/gawk configure:2285: result: gawk configure:2296: checking whether make sets $(MAKE) configure:2317: result: yes configure:2501: checking libssh2 version configure:2503: result: 0.18 configure:2514: checking build system type configure:2532: result: i386-unknown-gnu configure:2554: checking host system type configure:2569: result: i386-unknown-gnu configure:2598: autobuild project... libssh2 configure:2604: autobuild revision... 0.18 configure:2609: autobuild hostname... darwintel configure:2620: autobuild timestamp... 20080112-213728 configure:2628: checking host system type configure:2643: result: i386-unknown-gnu configure:2691: checking for style of include used by make configure:2719: result: GNU configure:2752: checking for i386-unknown-gnu-gcc configure:2779: result: cc configure:3057: checking for C compiler version configure:3064: 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:3067: $? = 0 configure:3074: 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:3077: $? = 0 configure:3084: cc -V >&5 cc: `-V' option must have argument configure:3087: $? = 1 configure:3110: checking for C compiler default output file name configure:3137: cc -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3140: $? = 0 configure:3178: result: a.out configure:3195: checking whether the C compiler works configure:3205: ./a.out configure:3208: $? = 0 configure:3225: result: yes configure:3232: checking whether we are cross compiling configure:3234: result: no configure:3237: checking for suffix of executables configure:3244: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3247: $? = 0 configure:3271: result: configure:3277: checking for suffix of object files configure:3303: cc -c -fno-common conftest.c >&5 configure:3306: $? = 0 configure:3329: result: configure:3333: checking whether we are using the GNU C compiler configure:3362: cc -c -fno-common conftest.c >&5 configure:3368: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3385: result: no configure:3390: checking whether cc accepts -g configure:3420: cc -c -g conftest.c >&5 configure:3426: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3458: cc -c conftest.c >&5 configure:3464: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3497: cc -c -g conftest.c >&5 configure:3503: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3525: result: no configure:3542: checking for cc option to accept ISO C89 configure:3616: cc -c -fno-common conftest.c >&5 configure:3622: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:3616: cc -qlanglvl=extc89 -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=extc89' configure:3622: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:3616: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:3622: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:3616: cc -std -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std' configure:3622: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:3616: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3622: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:3616: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3622: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:3616: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:3622: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:3648: result: unsupported configure:3665: checking dependency style of cc configure:3755: result: gcc3 configure:3773: checking for library containing socket configure:3814: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3820: $? = 0 configure:3848: result: none required configure:3858: checking for library containing inet_addr configure:3899: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3905: $? = 0 configure:3933: result: none required configure:3952: checking for i386-unknown-gnu-gcc configure:3979: result: cc configure:4257: checking for C compiler version configure:4264: 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:4267: $? = 0 configure:4274: 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:4277: $? = 0 configure:4284: cc -V >&5 cc: `-V' option must have argument configure:4287: $? = 1 configure:4290: checking whether we are using the GNU C compiler configure:4342: result: no configure:4347: checking whether cc accepts -g configure:4482: result: no configure:4499: checking for cc option to accept ISO C89 configure:4605: result: unsupported configure:4622: checking dependency style of cc configure:4712: result: gcc3 configure:4742: checking for a BSD-compatible install configure:4798: result: /usr/bin/install -c -o root -g wheel configure:4809: checking whether ln -s works configure:4813: result: yes configure:4820: checking whether make sets $(MAKE) configure:4841: result: yes configure:4922: checking for a sed that does not truncate output configure:4978: result: /usr/local/bin/sed configure:4981: checking for grep that handles long lines and -e configure:5055: result: /usr/bin/grep configure:5060: checking for egrep configure:5138: result: /usr/bin/grep -E configure:5187: checking for non-GNU ld configure:5221: result: /usr/bin/ld configure:5230: checking if the linker (/usr/bin/ld) is GNU ld configure:5245: result: no configure:5250: checking for /usr/bin/ld option to reload object files configure:5257: result: -r configure:5275: checking for BSD-compatible nm configure:5324: result: /usr/bin/nm -p configure:5328: checking how to recognize dependent libraries configure:5514: result: pass_all configure:5754: checking how to run the C preprocessor configure:5794: cc -E conftest.c configure:5800: $? = 0 configure:5831: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:5837: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* end confdefs.h. */ | #include configure:5870: result: cc -E configure:5899: cc -E conftest.c configure:5905: $? = 0 configure:5936: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:5942: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* end confdefs.h. */ | #include configure:5980: checking for ANSI C header files configure:6010: cc -c -fno-common conftest.c >&5 configure:6016: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:6141: result: no configure:6165: checking for sys/types.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6165: checking for sys/stat.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6165: checking for stdlib.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6165: checking for string.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6165: checking for memory.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6165: checking for strings.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6165: checking for inttypes.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6165: checking for stdint.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6165: checking for unistd.h configure:6186: cc -c -fno-common conftest.c >&5 configure:6192: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6208: result: no configure:6235: checking dlfcn.h usability configure:6252: cc -c -fno-common conftest.c >&5 configure:6258: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | /* 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:6272: result: no configure:6276: checking dlfcn.h presence configure:6291: cc -E conftest.c configure:6297: $? = 0 configure:6311: result: yes configure:6324: WARNING: dlfcn.h: present but cannot be compiled configure:6326: WARNING: dlfcn.h: check for missing prerequisite headers? configure:6328: WARNING: dlfcn.h: see the Autoconf documentation configure:6330: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:6332: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:6334: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:6344: checking for dlfcn.h configure:6352: result: yes configure:6481: checking for C++ compiler version configure:6488: 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:6491: $? = 0 configure:6498: 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:6501: $? = 0 configure:6508: c++ -V >&5 c++: `-V' option must have argument configure:6511: $? = 1 configure:6514: checking whether we are using the GNU C++ compiler configure:6543: c++ -c -fno-common conftest.cpp >&5 configure:6549: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:6566: result: no configure:6571: checking whether c++ accepts -g configure:6601: c++ -c -g conftest.cpp >&5 configure:6607: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6639: c++ -c conftest.cpp >&5 configure:6645: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6678: c++ -c -g conftest.cpp >&5 configure:6684: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6706: result: no configure:6731: checking dependency style of c++ configure:6821: result: gcc3 configure:6848: checking how to run the C++ preprocessor configure:6884: c++ -E conftest.cpp configure:6890: $? = 0 configure:6921: c++ -E conftest.cpp conftest.cpp:11:28: ac_nonexistent.h: No such file or directory configure:6927: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:6960: result: c++ -E configure:6989: c++ -E conftest.cpp configure:6995: $? = 0 configure:7026: c++ -E conftest.cpp conftest.cpp:11:28: ac_nonexistent.h: No such file or directory configure:7032: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:7081: checking for i386-unknown-gnu-g77 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-xlf configure:7111: result: no configure:7081: checking for i386-unknown-gnu-f77 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-frt configure:7111: result: no configure:7081: checking for i386-unknown-gnu-pgf77 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-cf77 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-fort77 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-fl32 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-af77 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-xlf90 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-f90 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-pgf90 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-pghpf configure:7111: result: no configure:7081: checking for i386-unknown-gnu-epcf90 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-gfortran configure:7111: result: no configure:7081: checking for i386-unknown-gnu-g95 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-xlf95 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-f95 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-fort configure:7111: result: no configure:7081: checking for i386-unknown-gnu-ifort configure:7111: result: no configure:7081: checking for i386-unknown-gnu-ifc configure:7111: result: no configure:7081: checking for i386-unknown-gnu-efc configure:7111: result: no configure:7081: checking for i386-unknown-gnu-pgf95 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-lf95 configure:7111: result: no configure:7081: checking for i386-unknown-gnu-ftn configure:7111: result: no configure:7125: checking for g77 configure:7141: found /usr/local/bin/g77 configure:7152: result: g77 configure:7182: checking for Fortran 77 compiler version configure:7189: 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:7192: $? = 0 configure:7199: 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:7202: $? = 0 configure:7209: 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:7212: $? = 0 configure:7220: checking whether we are using the GNU Fortran 77 compiler configure:7239: 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:7245: $? = 0 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:7262: result: no configure:7268: checking whether g77 accepts -g configure:7285: g77 -c -g conftest.f >&5 configure:7291: $? = 0 configure: failed program was: | program main | | end configure:7307: result: no configure:7337: checking the maximum length of command line arguments configure:7449: result: configure:7461: checking command to parse /usr/bin/nm -p output from cc object configure:7566: cc -c -fno-common conftest.c >&5 configure:7569: $? = 0 configure:7573: /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:7576: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' configure:7566: cc -c -fno-common conftest.c >&5 configure:7569: $? = 0 configure:7573: /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:7576: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' configure:7666: result: failed configure:7673: checking for objdir configure:7688: result: .libs configure:7740: checking for i386-unknown-gnu-ar configure:7770: result: no configure:7780: checking for ar configure:7796: found /usr/bin/ar configure:7807: result: ar configure:7836: checking for i386-unknown-gnu-ranlib configure:7866: result: no configure:7876: checking for ranlib configure:7892: found /usr/bin/ranlib configure:7903: result: ranlib configure:7932: checking for i386-unknown-gnu-strip configure:7962: result: no configure:7972: checking for strip configure:7988: found /usr/bin/strip configure:7999: result: strip configure:8335: checking for cc option to produce PIC configure:8567: result: configure:8638: checking if cc static flag works cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:8666: result: yes configure:8676: checking if cc supports -c -o file.o configure:8700: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:8704: $? = 0 configure:8723: result: yes configure:8749: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:9730: result: no configure:9797: checking dynamic linker characteristics configure:10411: result: gnu ld.so configure:10420: checking how to hardcode library paths into programs configure:10445: result: unsupported configure:10459: checking whether stripping libraries is possible configure:10481: result: no configure:11266: checking if libtool supports shared libraries configure:11268: result: no configure:11271: checking whether to build shared libraries configure:11292: result: no configure:11295: checking whether to build static libraries configure:11299: result: yes configure:11392: creating libtool configure:12122: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:13096: result: yes configure:13114: c++ -c -fno-common conftest.cpp >&5 configure:13117: $? = 0 configure:13269: checking for c++ option to produce PIC configure:13553: result: configure:13624: checking if c++ static flag works c++: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:13652: result: yes configure:13662: checking if c++ supports -c -o file.o configure:13686: c++ -c -fno-common -o out/conftest2.o conftest.cpp >&5 configure:13690: $? = 0 configure:13709: result: yes configure:13735: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:13763: result: yes configure:13830: checking dynamic linker characteristics configure:14392: result: gnu ld.so configure:14401: checking how to hardcode library paths into programs configure:14426: result: unsupported configure:14960: checking if libtool supports shared libraries configure:14962: result: no configure:14965: checking whether to build shared libraries configure:14985: result: no configure:14988: checking whether to build static libraries configure:14992: result: yes configure:15002: checking for g77 option to produce PIC configure:15234: result: configure:15305: checking if g77 static flag works cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:15333: result: yes configure:15343: checking if g77 supports -c -o file.o configure:15367: g77 -c -o out/conftest2.o conftest.f >&5 configure:15371: $? = 0 configure:15390: result: yes configure:15416: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:16377: result: no configure:16444: checking dynamic linker characteristics configure:17006: result: gnu ld.so configure:17015: checking how to hardcode library paths into programs configure:17040: result: unsupported configure:20623: checking whether byte ordering is bigendian configure:20655: cc -c -fno-common conftest.c >&5 configure:20661: $? = 0 configure:20693: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:18: error: `not' undeclared (first use in this function) conftest.c:18: error: (Each undeclared identifier is reported only once conftest.c:18: error: for each function it appears in.) conftest.c:18: error: parse error before "big" configure:20699: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libssh2" | #define PACKAGE_TARNAME "libssh2" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "libssh2 -" | #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" | #define PACKAGE "libssh2" | #define VERSION "0.18" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:20839: result: no configure:20861: checking for pkg-config configure:20879: found /usr/local/bin/pkg-config configure:20892: result: /usr/local/bin/pkg-config configure:20909: checking for special C compiler options needed for large files configure:20949: cc -c -fno-common conftest.c >&5 configure:20955: $? = 0 configure:21002: result: no configure:21008: checking for _FILE_OFFSET_BITS value needed for large files configure:21043: cc -c -fno-common conftest.c >&5 configure:21049: $? = 0 configure:21117: result: no configure:22046: checking for OpenSSL configure:22065: result: Using paths from pkg-config configure:22141: checking for libz configure:22165: result: Cannot find libz's configure:22205: checking whether to enable pedantic and debug compiler options configure:22341: result: no configure:22369: checking errno.h usability configure:22386: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22392: $? = 0 configure:22406: result: yes configure:22410: checking errno.h presence configure:22425: cc -E conftest.c configure:22431: $? = 0 configure:22445: result: yes configure:22478: checking for errno.h configure:22486: result: yes configure:22369: checking fcntl.h usability configure:22386: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22392: $? = 0 configure:22406: result: yes configure:22410: checking fcntl.h presence configure:22425: cc -E conftest.c configure:22431: $? = 0 configure:22445: result: yes configure:22478: checking for fcntl.h configure:22486: result: yes configure:22369: checking stdio.h usability configure:22386: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22392: $? = 0 configure:22406: result: yes configure:22410: checking stdio.h presence configure:22425: cc -E conftest.c configure:22431: $? = 0 configure:22445: result: yes configure:22478: checking for stdio.h configure:22486: result: yes configure:22359: checking for stdlib.h configure:22365: result: no configure:22359: checking for unistd.h configure:22365: result: no configure:22369: checking sys/uio.h usability configure:22386: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22392: $? = 0 configure:22406: result: yes configure:22410: checking sys/uio.h presence configure:22425: cc -E conftest.c configure:22431: $? = 0 configure:22445: result: yes configure:22478: checking for sys/uio.h configure:22486: result: yes configure:22517: checking sys/select.h usability configure:22534: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22540: $? = 0 configure:22554: result: yes configure:22558: checking sys/select.h presence configure:22573: cc -E conftest.c configure:22579: $? = 0 configure:22593: result: yes configure:22626: checking for sys/select.h configure:22634: result: yes configure:22517: checking sys/socket.h usability configure:22534: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22540: $? = 0 configure:22554: result: yes configure:22558: checking sys/socket.h presence configure:22573: cc -E conftest.c configure:22579: $? = 0 configure:22593: result: yes configure:22626: checking for sys/socket.h configure:22634: result: yes configure:22517: checking sys/ioctl.h usability configure:22534: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22540: $? = 0 configure:22554: result: yes configure:22558: checking sys/ioctl.h presence configure:22573: cc -E conftest.c configure:22579: $? = 0 configure:22593: result: yes configure:22626: checking for sys/ioctl.h configure:22634: result: yes configure:22517: checking sys/time.h usability configure:22534: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22540: $? = 0 configure:22554: result: yes configure:22558: checking sys/time.h presence configure:22573: cc -E conftest.c configure:22579: $? = 0 configure:22593: result: yes configure:22626: checking for sys/time.h configure:22634: result: yes configure:22663: checking arpa/inet.h usability configure:22680: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22686: $? = 0 configure:22700: result: yes configure:22704: checking arpa/inet.h presence configure:22719: cc -E conftest.c configure:22725: $? = 0 configure:22739: result: yes configure:22772: checking for arpa/inet.h configure:22780: result: yes configure:22663: checking netinet/in.h usability configure:22680: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:22686: $? = 0 configure:22700: result: yes configure:22704: checking netinet/in.h presence configure:22719: cc -E conftest.c configure:22725: $? = 0 configure:22739: result: yes configure:22772: checking for netinet/in.h configure:22780: result: yes configure:22799: checking for poll configure:22855: cc -o conftest -fno-common -I/usr/local/include -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssl -lcrypto conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:22861: $? = 0 configure:22879: result: yes configure:22799: checking for gettimeofday configure:22855: cc -o conftest -fno-common -I/usr/local/include -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssl -lcrypto conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:22861: $? = 0 configure:22879: result: yes configure:22799: checking for select configure:22855: cc -o conftest -fno-common -I/usr/local/include -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssl -lcrypto conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:22861: $? = 0 configure:22879: result: yes configure:22892: checking for working alloca.h configure:22919: cc -o conftest -fno-common -I/usr/local/include -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssl -lcrypto conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:22925: $? = 0 configure:22942: result: yes configure:22952: checking for alloca configure:22999: cc -o conftest -fno-common -I/usr/local/include -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssl -lcrypto conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:23005: $? = 0 configure:23022: result: yes configure:23251: checking for an ANSI C-conforming const configure:23326: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:23332: $? = 0 configure:23347: result: yes configure:23357: checking for inline configure:23383: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:23389: $? = 0 configure:23407: result: inline configure:23428: checking non-blocking sockets style configure:23476: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:23482: $? = 0 configure:23760: result: O_NONBLOCK configure:23913: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by libssh2 config.status -, 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:678: creating Makefile config.status:678: creating src/Makefile config.status:678: creating tests/Makefile config.status:678: creating example/Makefile config.status:678: creating example/simple/Makefile config.status:678: creating docs/Makefile config.status:678: creating src/libssh2_config.h config.status:678: creating example/simple/config.h config.status:952: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_c_inline=inline 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=set ac_cv_env_LDFLAGS_value=' -rpath=/usr/lib:/usr/local/lib' 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_alloca_works=yes ac_cv_func_gettimeofday=yes ac_cv_func_poll=yes ac_cv_func_select=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_ioctl_h=yes 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_uio_h=yes ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_objext= ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_SED=/usr/local/bin/sed 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 ac_cv_search_inet_addr='none required' ac_cv_search_socket='none required' ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX= lt_cv_path_NM='/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/security/libssh2/work/libssh2-0.18/missing --run aclocal-1.9' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/security/libssh2/work/libssh2-0.18/missing --run tar' AR='ar' AUTOCONF='${SHELL} /mnt/gmirror/ports/security/libssh2/work/libssh2-0.18/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/security/libssh2/work/libssh2-0.18/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/security/libssh2/work/libssh2-0.18/missing --run automake-1.9' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common -I/usr/local/include ' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-fno-common' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' F77='g77' FFLAGS='' GREP='/usr/bin/grep' HAVE_LIBGCRYPT='' 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=' -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssl -lcrypto ' LIBGCRYPT='' LIBGCRYPT_FALSE='' LIBGCRYPT_PREFIX='' LIBGCRYPT_TRUE='#' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBGCRYPT='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /mnt/gmirror/ports/security/libssh2/work/libssh2-0.18/missing --run makeinfo' OBJEXT='' PACKAGE='libssh2' PACKAGE_BUGREPORT='libssh2-devel@lists.sourceforge.net' PACKAGE_NAME='libssh2' PACKAGE_STRING='libssh2 -' PACKAGE_TARNAME='libssh2' PACKAGE_VERSION='-' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' RANLIB='ranlib' SED='/usr/local/bin/sed' SET_MAKE='' SHELL='/bin/sh' SHLIB_SUFFIX_NAME='.so' STRIP='strip' VERSION='0.18' 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/security/libssh2/work/libssh2-0.18/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 "libssh2" #define PACKAGE_TARNAME "libssh2" #define PACKAGE_VERSION "-" #define PACKAGE_STRING "libssh2 -" #define PACKAGE_BUGREPORT "libssh2-devel@lists.sourceforge.net" #define PACKAGE "libssh2" #define VERSION "0.18" #define HAVE_DLFCN_H 1 #define LIBSSH2_DH_GEX_NEW 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_STDIO_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_POLL 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SELECT 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_O_NONBLOCK 1 configure: exit 0