slt
désolé de te répondre si tard mais j'avais beaucoup de leçons pour l'école.
je crois avoir trouvé le fichier log que tu me parle
il s'appelle config.log, je trouve ce nom déjà bizare en plus le contenu est encore plus bizare.
je vais te passer ce fichier comme sa tu vera si c'est celui là ou pas.
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 0.14, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = debian
uname -m = i686
uname -r = 2.4.27-2-386
uname -s = Linux
uname -v = #1 Mon May 16 16:47:51 JST 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1371: checking build system type
configure:1389: result: i686-pc-linux-gnu
configure:1397: checking host system type
configure:1411: result: i686-pc-linux-gnu
configure:1487: checking for gcc
configure:1503: found /usr/bin/gcc
configure:1513: result: gcc
configure:1757: checking for C compiler version
configure:1760: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 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:1763: $? = 0
configure:1765: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
configure:1768: $? = 0
configure:1770: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1773: $? = 1
configure:1796: checking for C compiler default output file name
configure:1799: gcc conftest.c >&5
configure:1802: $? = 0
configure:1848: result: a.out
configure:1853: checking whether the C compiler works
configure:1859: ./a.out
configure:1862: $? = 0
configure:1879: result: yes
configure:1886: checking whether we are cross compiling
configure:1888: result: no
configure:1891: checking for suffix of executables
configure:1893: gcc -o conftest conftest.c >&5
configure:1896: $? = 0
configure:1921: result:
configure:1927: checking for suffix of object files
configure:1948: gcc -c conftest.c >&5
configure:1951: $? = 0
configure:1973: result: o
configure:1977: checking whether we are using the GNU C compiler
configure:2001: gcc -c conftest.c >&5
configure:2007: $? = 0
configure:2010: test -z || test ! -s conftest.err
configure:2013: $? = 0
configure:2016: test -s conftest.o
configure:2019: $? = 0
configure:2032: result: yes
configure:2038: checking whether gcc accepts -g
configure:2059: gcc -c -g conftest.c >&5
configure:2065: $? = 0
configure:2068: test -z || test ! -s conftest.err
configure:2071: $? = 0
configure:2074: test -s conftest.o
configure:2077: $? = 0
configure:2088: result: yes
configure:2105: checking for gcc option to accept ANSI C
configure:2175: gcc -c -g -O2 conftest.c >&5
configure:2181: $? = 0
configure:2184: test -z || test ! -s conftest.err
configure:2187: $? = 0
configure:2190: test -s conftest.o
configure:2193: $? = 0
configure:2211: result: none needed
configure:2229: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2235: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2366: checking for socket in -lsocket
configure:2396: gcc -o conftest -g -O2 conftest.c -lsocket >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:2402: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libssh2"
| #define PACKAGE_TARNAME "libssh2"
| #define PACKAGE_VERSION "0.14"
| #define PACKAGE_STRING "libssh2 0.14"
| #define PACKAGE_BUGREPORT "sarag@libssh2.org"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char socket ();
| int
| main ()
| {
| socket ();
| ;
| return 0;
| }
configure:2427: result: no
configure:2436: checking for ceil in -lm
configure:2466: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:2472: $? = 0
configure:2475: test -z || test ! -s conftest.err
configure:2478: $? = 0
configure:2481: test -s conftest
configure:2484: $? = 0
configure:2497: result: yes
configure:2556: checking for gcc
configure:2582: result: gcc
configure:2826: checking for C compiler version
configure:2829: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 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:2832: $? = 0
configure:2834: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
configure:2837: $? = 0
configure:2839: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2842: $? = 1
configure:2845: checking whether we are using the GNU C compiler
configure:2900: result: yes
configure:2906: checking whether gcc accepts -g
configure:2956: result: yes
configure:2973: checking for gcc option to accept ANSI C
configure:3079: result: none needed
configure:3097: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3103: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3246: checking for a BSD-compatible install
configure:3301: result: /usr/bin/install -c
configure:3312: checking whether ln -s works
configure:3316: result: yes
configure:3323: checking whether make sets $(MAKE)
configure:3343: result: yes
configure:3393: checking for ranlib
configure:3409: found /usr/bin/ranlib
configure:3420: result: ranlib
configure:3432: checking whether byte ordering is bigendian
configure:3459: gcc -c -g -O2 conftest.c >&5
configure:3465: $? = 0
configure:3468: test -z || test ! -s conftest.err
configure:3471: $? = 0
configure:3474: test -s conftest.o
configure:3477: $? = 0
configure:3501: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:16: error: `not' undeclared (first use in this function)
conftest.c:16: error: (Each undeclared identifier is reported only once
conftest.c:16: error: for each function it appears in.)
conftest.c:16: error: syntax error before "big"
configure:3507: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libssh2"
| #define PACKAGE_TARNAME "libssh2"
| #define PACKAGE_VERSION "0.14"
| #define PACKAGE_STRING "libssh2 0.14"
| #define PACKAGE_BUGREPORT "sarag@libssh2.org"
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:3640: result: no
configure:3662: checking for pkg-config
configure:3680: found /usr/bin/pkg-config
configure:3693: result: /usr/bin/pkg-config
configure:3724: checking for OpenSSL
configure:3743: result: Using paths from pkg-config
configure:3817: checking for libz
configure:3841: result: Cannot find libz's <zlib.h>
configure:4012: checking how to run the C preprocessor
configure:4047: gcc -E conftest.c
configure:4053: $? = 0
configure:4085: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4091: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libssh2"
| #define PACKAGE_TARNAME "libssh2"
| #define PACKAGE_VERSION "0.14"
| #define PACKAGE_STRING "libssh2 0.14"
| #define PACKAGE_BUGREPORT "sarag@libssh2.org"
| #define LIBSSH2_DH_GEX_NEW 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4130: result: gcc -E
configure:4154: gcc -E conftest.c
configure:4160: $? = 0
configure:4192: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4198: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libssh2"
| #define PACKAGE_TARNAME "libssh2"
| #define PACKAGE_VERSION "0.14"
| #define PACKAGE_STRING "libssh2 0.14"
| #define PACKAGE_BUGREPORT "sarag@libssh2.org"
| #define LIBSSH2_DH_GEX_NEW 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4242: checking for egrep
configure:4252: result: grep -E
configure:4257: checking for ANSI C header files
configure:4282: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4288: $? = 0
configure:4291: test -z || test ! -s conftest.err
configure:4294: $? = 0
configure:4297: test -s conftest.o
configure:4300: $? = 0
configure:4386: gcc -o conftest -g -O2 /usr/include -lssl -lcrypto -ldl conftest.c >&5
/usr/bin/ld: /usr/include: No such file: File format not recognized
collect2: ld returned 1 exit status
configure:4389: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libssh2"
| #define PACKAGE_TARNAME "libssh2"
| #define PACKAGE_VERSION "0.14"
| #define PACKAGE_STRING "libssh2 0.14"
| #define PACKAGE_BUGREPORT "sarag@libssh2.org"
| #define LIBSSH2_DH_GEX_NEW 1
| /* end confdefs.h. */
| #include <ctype.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') || ('j' <= (c) && (c) <= 'r') || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
|
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
| int i;
| for (i = 0; i < 256; i++)
| if (XOR (islower (i), ISLOWER (i))
| || toupper (i) != TOUPPER (i))
| exit(2);
| exit (0);
| }
configure:4409: result: no
configure:4433: checking for sys/types.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4433: checking for sys/stat.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4433: checking for stdlib.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4433: checking for string.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4433: checking for memory.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4433: checking for strings.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4433: checking for inttypes.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4433: checking for stdint.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4433: checking for unistd.h
configure:4449: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4455: $? = 0
configure:4458: test -z || test ! -s conftest.err
configure:4461: $? = 0
configure:4464: test -s conftest.o
configure:4467: $? = 0
configure:4478: result: yes
configure:4510: checking errno.h usability
configure:4522: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4528: $? = 0
configure:4531: test -z || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4550: result: yes
configure:4554: checking errno.h presence
configure:4564: gcc -E conftest.c
configure:4570: $? = 0
configure:4590: result: yes
configure:4625: checking for errno.h
configure:4632: result: yes
configure:4510: checking fcntl.h usability
configure:4522: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4528: $? = 0
configure:4531: test -z || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4550: result: yes
configure:4554: checking fcntl.h presence
configure:4564: gcc -E conftest.c
configure:4570: $? = 0
configure:4590: result: yes
configure:4625: checking for fcntl.h
configure:4632: result: yes
configure:4510: checking stdio.h usability
configure:4522: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4528: $? = 0
configure:4531: test -z || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4550: result: yes
configure:4554: checking stdio.h presence
configure:4564: gcc -E conftest.c
configure:4570: $? = 0
configure:4590: result: yes
configure:4625: checking for stdio.h
configure:4632: result: yes
configure:4501: checking for stdlib.h
configure:4506: result: yes
configure:4501: checking for unistd.h
configure:4506: result: yes
configure:4510: checking sys/uio.h usability
configure:4522: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4528: $? = 0
configure:4531: test -z || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4550: result: yes
configure:4554: checking sys/uio.h presence
configure:4564: gcc -E conftest.c
configure:4570: $? = 0
configure:4590: result: yes
configure:4625: checking for sys/uio.h
configure:4632: result: yes
configure:4510: checking sys/select.h usability
configure:4522: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4528: $? = 0
configure:4531: test -z || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4550: result: yes
configure:4554: checking sys/select.h presence
configure:4564: gcc -E conftest.c
configure:4570: $? = 0
configure:4590: result: yes
configure:4625: checking for sys/select.h
configure:4632: result: yes
configure:4651: checking for poll
configure:4708: gcc -o conftest -g -O2 /usr/include -lssl -lcrypto -ldl conftest.c >&5
/usr/bin/ld: /usr/include: No such file: File format not recognized
collect2: ld returned 1 exit status
configure:4714: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libssh2"
| #define PACKAGE_TARNAME "libssh2"
| #define PACKAGE_VERSION "0.14"
| #define PACKAGE_STRING "libssh2 0.14"
| #define PACKAGE_BUGREPORT "sarag@libssh2.org"
| #define LIBSSH2_DH_GEX_NEW 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| /* Define poll to an innocuous variant, in case <limits.h> declares poll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define poll innocuous_poll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char poll (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef poll
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char poll ();
| /* 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_poll) || defined (__stub___poll)
| choke me
| #else
| char (*f) () = poll;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != poll;
| ;
| return 0;
| }
configure:4738: result: no
configure:4651: checking for gettimeofday
configure:4708: gcc -o conftest -g -O2 /usr/include -lssl -lcrypto -ldl conftest.c >&5
/usr/bin/ld: /usr/include: No such file: File format not recognized
collect2: ld returned 1 exit status
configure:4714: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libssh2"
| #define PACKAGE_TARNAME "libssh2"
| #define PACKAGE_VERSION "0.14"
| #define PACKAGE_STRING "libssh2 0.14"
| #define PACKAGE_BUGREPORT "sarag@libssh2.org"
| #define LIBSSH2_DH_GEX_NEW 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| /* Define gettimeofday to an innocuous variant, in case <limits.h> declares gettimeofday.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gettimeofday innocuous_gettimeofday
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gettimeofday (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gettimeofday
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char gettimeofday ();
| /* 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_gettimeofday) || defined (__stub___gettimeofday)
| choke me
| #else
| char (*f) () = gettimeofday;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != gettimeofday;
| ;
| return 0;
| }
configure:4738: result: no
configure:4651: checking for select
configure:4708: gcc -o conftest -g -O2 /usr/include -lssl -lcrypto -ldl conftest.c >&5
/usr/bin/ld: /usr/include: No such file: File format not recognized
collect2: ld returned 1 exit status
configure:4714: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libssh2"
| #define PACKAGE_TARNAME "libssh2"
| #define PACKAGE_VERSION "0.14"
| #define PACKAGE_STRING "libssh2 0.14"
| #define PACKAGE_BUGREPORT "sarag@libssh2.org"
| #define LIBSSH2_DH_GEX_NEW 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| /* Define select to an innocuous variant, in case <limits.h> declares select.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define select innocuous_select
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char select (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef select
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char select ();
| /* 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_select) || defined (__stub___select)
| choke me
| #else
| char (*f) () = select;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != select;
| ;
| return 0;
| }
configure:4738: result: no
configure:4750: checking for an ANSI C-conforming const
configure:4817: gcc -c -g -O2 /usr/include conftest.c >&5
gcc: /usr/include: linker input file unused because linking not done
configure:4823: $? = 0
configure:4826: test -z || test ! -s conftest.err
configure:4829: $? = 0
configure:4832: test -s conftest.o
configure:4835: $? = 0
configure:4846: result: yes
configure:4954: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libssh2 config.status 0.14, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on debian
config.status:705: creating Makefile
config.status:705: creating src/Makefile
config.status:771: creating include/libssh2_config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_gettimeofday=no
ac_cv_func_poll=no
ac_cv_func_select=no
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_m_ceil=yes
ac_cv_lib_socket_socket=no
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2 /usr/include'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDCC='$(CC)'
LDFLAGS=' -lssl -lcrypto -ldl '
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='sarag@libssh2.org'
PACKAGE_NAME='libssh2'
PACKAGE_STRING='libssh2 0.14'
PACKAGE_TARNAME='libssh2'
PACKAGE_VERSION='0.14'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SHLIB_LDFLAGS='-shared -lm'
SHLIB_SUFFIX_NAME='so'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define LIBSSH2_DH_GEX_NEW 1
#define PACKAGE_BUGREPORT "sarag@libssh2.org"
#define PACKAGE_NAME "libssh2"
#define PACKAGE_STRING "libssh2 0.14"
#define PACKAGE_TARNAME "libssh2"
#define PACKAGE_VERSION "0.14"
configure: exit 0
Je n'ai trouvé qu'un fichier .log
Au fait ce fichier .log se situe à la racine du répertoir d'installation.
J'éspère que ce fichier t'aidera a essayer de resoudre mon problème.
@+
benhamster
PS : Est-ce que ca se peut que se fichier ne se termine pas par .log ?