\!/ KyuuKazami \!/

Path : /proc/self/root/proc/thread-self/root/usr/src/libssh2-0.14/
Upload :
Current File : //proc/self/root/proc/thread-self/root/usr/src/libssh2-0.14/config.log

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 = my.hautefi.com
uname -m = x86_64
uname -r = 4.4.11-23.53.amzn1.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Jun 1 22:22:50 UTC 2016

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/jdk/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1371: checking build system type
configure:1389: result: x86_64-unknown-linux-gnu
configure:1397: checking host system type
configure:1411: result: x86_64-unknown-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) 4.8.3 20140911 (Red Hat 4.8.3-9)
Copyright (C) 2013 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
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-amazon-linux/4.8.3/lto-wrapper
Target: x86_64-amazon-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,fortran,ada,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-amazon-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-amazon-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-amazon-linux
Thread model: posix
gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) 
configure:1768: $? = 0
configure:1770: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1773: $? = 4
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:3: error: unknown type name 'choke'
   choke me
   ^
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
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: error: 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
conftest.c:16:6: warning: conflicting types for built-in function 'ceil' [enabled by default]
 char ceil ();
      ^
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) 4.8.3 20140911 (Red Hat 4.8.3-9)
Copyright (C) 2013 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
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-amazon-linux/4.8.3/lto-wrapper
Target: x86_64-amazon-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,fortran,ada,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-amazon-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-amazon-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-amazon-linux
Thread model: posix
gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) 
configure:2837: $? = 0
configure:2839: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2842: $? = 4
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:3: error: unknown type name 'choke'
   choke me
   ^
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
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:2: error: unknown type name 'not'
  not big endian
  ^
conftest.c:16:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  not big endian
          ^
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: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
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: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
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: warning: /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:4389: gcc -o conftest -g -O2 /usr/include   -lssl -lcrypto   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:27:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
       exit(2);
       ^
/usr/include: file not recognized: Is a directory
collect2: error: ld returned 1 exit status
configure:4392: $? = 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:4412: result: no
configure:4436: checking for sys/types.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4436: checking for sys/stat.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4436: checking for stdlib.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4436: checking for string.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4436: checking for memory.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4436: checking for strings.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4436: checking for inttypes.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4436: checking for stdint.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4436: checking for unistd.h
configure:4452: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4458: $? = 0
configure:4461: test -z 			 || test ! -s conftest.err
configure:4464: $? = 0
configure:4467: test -s conftest.o
configure:4470: $? = 0
configure:4481: result: yes
configure:4513: checking errno.h usability
configure:4525: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4531: $? = 0
configure:4534: test -z 			 || test ! -s conftest.err
configure:4537: $? = 0
configure:4540: test -s conftest.o
configure:4543: $? = 0
configure:4553: result: yes
configure:4557: checking errno.h presence
configure:4567: gcc -E  conftest.c
configure:4573: $? = 0
configure:4593: result: yes
configure:4628: checking for errno.h
configure:4635: result: yes
configure:4513: checking fcntl.h usability
configure:4525: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4531: $? = 0
configure:4534: test -z 			 || test ! -s conftest.err
configure:4537: $? = 0
configure:4540: test -s conftest.o
configure:4543: $? = 0
configure:4553: result: yes
configure:4557: checking fcntl.h presence
configure:4567: gcc -E  conftest.c
configure:4573: $? = 0
configure:4593: result: yes
configure:4628: checking for fcntl.h
configure:4635: result: yes
configure:4513: checking stdio.h usability
configure:4525: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4531: $? = 0
configure:4534: test -z 			 || test ! -s conftest.err
configure:4537: $? = 0
configure:4540: test -s conftest.o
configure:4543: $? = 0
configure:4553: result: yes
configure:4557: checking stdio.h presence
configure:4567: gcc -E  conftest.c
configure:4573: $? = 0
configure:4593: result: yes
configure:4628: checking for stdio.h
configure:4635: result: yes
configure:4504: checking for stdlib.h
configure:4509: result: yes
configure:4504: checking for unistd.h
configure:4509: result: yes
configure:4513: checking sys/uio.h usability
configure:4525: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4531: $? = 0
configure:4534: test -z 			 || test ! -s conftest.err
configure:4537: $? = 0
configure:4540: test -s conftest.o
configure:4543: $? = 0
configure:4553: result: yes
configure:4557: checking sys/uio.h presence
configure:4567: gcc -E  conftest.c
configure:4573: $? = 0
configure:4593: result: yes
configure:4628: checking for sys/uio.h
configure:4635: result: yes
configure:4513: checking sys/select.h usability
configure:4525: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4531: $? = 0
configure:4534: test -z 			 || test ! -s conftest.err
configure:4537: $? = 0
configure:4540: test -s conftest.o
configure:4543: $? = 0
configure:4553: result: yes
configure:4557: checking sys/select.h presence
configure:4567: gcc -E  conftest.c
configure:4573: $? = 0
configure:4593: result: yes
configure:4628: checking for sys/select.h
configure:4635: result: yes
configure:4654: checking for poll
configure:4711: gcc -o conftest -g -O2 /usr/include   -lssl -lcrypto   conftest.c  >&5
/usr/include: file not recognized: Is a directory
collect2: error: ld returned 1 exit status
configure:4717: $? = 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:4741: result: no
configure:4654: checking for gettimeofday
configure:4711: gcc -o conftest -g -O2 /usr/include   -lssl -lcrypto   conftest.c  >&5
/usr/include: file not recognized: Is a directory
collect2: error: ld returned 1 exit status
configure:4717: $? = 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:4741: result: no
configure:4654: checking for select
configure:4711: gcc -o conftest -g -O2 /usr/include   -lssl -lcrypto   conftest.c  >&5
/usr/include: file not recognized: Is a directory
collect2: error: ld returned 1 exit status
configure:4717: $? = 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:4741: result: no
configure:4753: checking for an ANSI C-conforming const
configure:4820: gcc -c -g -O2 /usr/include  conftest.c >&5
gcc: warning: /usr/include: linker input file unused because linking not done
configure:4826: $? = 0
configure:4829: test -z 			 || test ! -s conftest.err
configure:4832: $? = 0
configure:4835: test -s conftest.o
configure:4838: $? = 0
configure:4849: result: yes
configure:4957: 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 my.hautefi.com

config.status:705: creating Makefile
config.status:705: creating src/Makefile
config.status:771: creating include/libssh2_config.h

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-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=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-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  '
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='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
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

@KyuuKazami