additional: Is the package known to compile on AIX(gcc) or AIX(xlc)?

liweiyang <[email protected]>
Newsgroups gmane.network.lftp.user
Message-ID <[email protected]>
Attached my config.log ,ths.

tst_boss8:/home/liwy/lftp/lftp-4.5.3# ./configure
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... 1
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for bison... no
checking for byacc... no
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) unknown
checking for _LARGE_FILES value needed for large files... (cached) 1
checking if c++ compiler works... no
configure: error: C++ test compile failed; check your C++ compiler

发件人: liweiyang
发送时间: 2014-07-07 13:03
收件人: lftp
主题: Is the package known to compile on AIX(gcc) or AIX(xlc)? 
Hi:

Is the package known to compile on AIX(gcc) or AIX(xlc)? and How compile?

_______________________________________________
lftp mailing list
[email protected]
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
config.log (application/octet-stream, 52.6 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by lftp configure 4.5.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = tst_boss8
uname -m = 00CEA4BD4C00
uname -r = 3
uname -s = AIX
uname -v = 5

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

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

PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/java14/jre/bin
PATH: /usr/java14/bin
PATH: /usr/local/bin
PATH: /usr/vac/bin


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

configure:4068: checking for a BSD-compatible install
configure:4136: result: build-aux/install-sh -c
configure:4147: checking whether build environment is sane
configure:4202: result: yes
configure:4353: checking for a thread-safe mkdir -p
configure:4392: result: build-aux/install-sh -c -d
configure:4399: checking for gawk
configure:4429: result: no
configure:4399: checking for mawk
configure:4429: result: no
configure:4399: checking for nawk
configure:4415: found /usr/bin/nawk
configure:4426: result: nawk
configure:4437: checking whether make sets $(MAKE)
configure:4459: result: yes
configure:4488: checking whether make supports nested variables
configure:4505: result: yes
configure:4602: checking for style of include used by make
configure:4630: result: GNU
configure:4701: checking for gcc
configure:4717: found /usr/bin/gcc
configure:4728: result: gcc
configure:4957: checking for C compiler version
configure:4966: gcc --version >&5
gcc (GCC) 4.2.0
Copyright (C) 2007 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:4977: $? = 0
configure:4966: gcc -v >&5
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,java --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0 --target=powerpc-ibm-aix5.3.0.0 --build=powerpc-ibm-aix5.3.0.0 --disable-libjava-multilib
Thread model: aix
gcc version 4.2.0
configure:4977: $? = 0
configure:4966: gcc -V >&5
gcc: '-V' option must have argument
configure:4977: $? = 1
configure:4966: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4977: $? = 1
configure:4997: checking whether the C compiler works
configure:5019: gcc    conftest.c  >&5
configure:5023: $? = 0
configure:5071: result: yes
configure:5074: checking for C compiler default output file name
configure:5076: result: a.out
configure:5082: checking for suffix of executables
configure:5089: gcc -o conftest    conftest.c  >&5
configure:5093: $? = 0
configure:5115: result: 
configure:5137: checking whether we are cross compiling
configure:5145: gcc -o conftest    conftest.c  >&5
configure:5149: $? = 0
configure:5156: ./conftest
configure:5160: $? = 0
configure:5175: result: no
configure:5180: checking for suffix of object files
configure:5202: gcc -c   conftest.c >&5
configure:5206: $? = 0
configure:5227: result: o
configure:5231: checking whether we are using the GNU C compiler
configure:5250: gcc -c   conftest.c >&5
configure:5250: $? = 0
configure:5259: result: yes
configure:5268: checking whether gcc accepts -g
configure:5288: gcc -c -g  conftest.c >&5
configure:5288: $? = 0
configure:5329: result: yes
configure:5346: checking for gcc option to accept ISO C89
configure:5409: gcc  -c -g -O2  conftest.c >&5
configure:5409: $? = 0
configure:5422: result: none needed
configure:5444: checking dependency style of gcc
configure:5555: result: gcc3
configure:5576: checking how to run the C preprocessor
configure:5607: gcc -E  conftest.c
configure:5607: $? = 0
configure:5621: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:5621: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5646: result: gcc -E
configure:5666: gcc -E  conftest.c
configure:5666: $? = 0
configure:5680: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:5680: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5709: checking for grep that handles long lines and -e
configure:5767: result: /usr/bin/grep
configure:5772: checking for egrep
configure:5834: result: /usr/bin/grep -E
configure:5839: checking for ANSI C header files
configure:5859: gcc -c -g -O2  conftest.c >&5
configure:5859: $? = 0
configure:5932: gcc -o conftest -g -O2   conftest.c  >&5
configure:5932: $? = 0
configure:5932: ./conftest
configure:5932: $? = 0
configure:5943: result: yes
configure:5956: checking for sys/types.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5956: checking for sys/stat.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5956: checking for stdlib.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5956: checking for string.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5956: checking for memory.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5956: checking for strings.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5956: checking for inttypes.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5956: checking for stdint.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5956: checking for unistd.h
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5956: $? = 0
configure:5956: result: yes
configure:5969: checking minix/config.h usability
configure:5969: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: error: minix/config.h: No such file or directory
configure:5969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5969: result: no
configure:5969: checking minix/config.h presence
configure:5969: gcc -E  conftest.c
conftest.c:21:26: error: minix/config.h: No such file or directory
configure:5969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:5969: result: no
configure:5969: checking for minix/config.h
configure:5969: result: no
configure:5993: checking whether it is safe to define __EXTENSIONS__
configure:6011: gcc -c -g -O2  conftest.c >&5
configure:6011: $? = 0
configure:6018: result: yes
configure:6033: checking whether _XOPEN_SOURCE should be defined
configure:6052: gcc -c -g -O2  conftest.c >&5
configure:6052: $? = 0
configure:6076: result: no
configure:6137: checking for gcc
configure:6164: result: gcc
configure:6393: checking for C compiler version
configure:6402: gcc --version >&5
gcc (GCC) 4.2.0
Copyright (C) 2007 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:6413: $? = 0
configure:6402: gcc -v >&5
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,java --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0 --target=powerpc-ibm-aix5.3.0.0 --build=powerpc-ibm-aix5.3.0.0 --disable-libjava-multilib
Thread model: aix
gcc version 4.2.0
configure:6413: $? = 0
configure:6402: gcc -V >&5
gcc: '-V' option must have argument
configure:6413: $? = 1
configure:6402: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:6413: $? = 1
configure:6417: checking whether we are using the GNU C compiler
configure:6445: result: yes
configure:6454: checking whether gcc accepts -g
configure:6515: result: yes
configure:6532: checking for gcc option to accept ISO C89
configure:6608: result: none needed
configure:6630: checking dependency style of gcc
configure:6741: result: gcc3
configure:6758: checking for Minix Amsterdam compiler
configure:6782: result: no
configure:6834: checking for ar
configure:6850: found /usr/bin/ar
configure:6861: result: ar
configure:6941: checking for ranlib
configure:6957: found /usr/bin/ranlib
configure:6968: result: ranlib
configure:6995: checking whether gcc and cc understand -c and -o together
configure:7026: gcc -c conftest.c -o conftest2.o >&5
configure:7030: $? = 0
configure:7036: gcc -c conftest.c -o conftest2.o >&5
configure:7040: $? = 0
configure:7051: cc -c conftest.c >&5
configure:7055: $? = 0
configure:7063: cc -c conftest.c -o conftest2.o >&5
configure:7067: $? = 0
configure:7073: cc -c conftest.c -o conftest2.o >&5
configure:7077: $? = 0
configure:7095: result: yes
configure:7129: checking build system type
configure:7143: result: powerpc-ibm-aix5.3.0.0
configure:7163: checking host system type
configure:7176: result: powerpc-ibm-aix5.3.0.0
configure:7232: checking for special C compiler options needed for large files
configure:7277: result: no
configure:7283: checking for _FILE_OFFSET_BITS value needed for large files
configure:7308: gcc -c -g -O2  conftest.c >&5
conftest.c:33: warning: left shift count >= width of type
conftest.c:33: warning: left shift count >= width of type
conftest.c:35: error: size of array 'off_t_is_large' is negative
configure:7308: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|                        && LARGE_OFF_T % 2147483647 == 1)
|                       ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:7332: gcc -c -g -O2  conftest.c >&5
conftest.c:34: warning: left shift count >= width of type
conftest.c:34: warning: left shift count >= width of type
conftest.c:36: error: size of array 'off_t_is_large' is negative
configure:7332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #define _FILE_OFFSET_BITS 64
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|                        && LARGE_OFF_T % 2147483647 == 1)
|                       ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:7340: result: unknown
configure:7352: checking for _LARGE_FILES value needed for large files
configure:7377: gcc -c -g -O2  conftest.c >&5
conftest.c:33: warning: left shift count >= width of type
conftest.c:33: warning: left shift count >= width of type
conftest.c:35: error: size of array 'off_t_is_large' is negative
configure:7377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|                        && LARGE_OFF_T % 2147483647 == 1)
|                       ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:7401: gcc -c -g -O2  conftest.c >&5
configure:7401: $? = 0
configure:7409: result: 1
configure:7721: checking for g++
configure:7751: result: no
configure:7721: checking for c++
configure:7751: result: no
configure:7721: checking for gpp
configure:7751: result: no
configure:7721: checking for aCC
configure:7751: result: no
configure:7721: checking for CC
configure:7751: result: no
configure:7721: checking for cxx
configure:7751: result: no
configure:7721: checking for cc++
configure:7751: result: no
configure:7721: checking for cl.exe
configure:7751: result: no
configure:7721: checking for FCC
configure:7751: result: no
configure:7721: checking for KCC
configure:7751: result: no
configure:7721: checking for RCC
configure:7751: result: no
configure:7721: checking for xlC_r
configure:7751: result: no
configure:7721: checking for xlC
configure:7751: result: no
configure:7775: checking for C++ compiler version
configure:7784: g++ --version >&5
./configure[7786]: g++:  not found
configure:7795: $? = 127
configure:7784: g++ -v >&5
./configure[7786]: g++:  not found
configure:7795: $? = 127
configure:7784: g++ -V >&5
./configure[7786]: g++:  not found
configure:7795: $? = 127
configure:7784: g++ -qversion >&5
./configure[7786]: g++:  not found
configure:7795: $? = 127
configure:7799: checking whether we are using the GNU C++ compiler
configure:7818: g++ -c   -D_THREAD_SAFE conftest.cpp >&5
./configure[11]: g++:  not found
configure:7818: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _LARGE_FILES 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:7827: result: no
configure:7836: checking whether g++ accepts -g
configure:7856: g++ -c -g  -D_THREAD_SAFE conftest.cpp >&5
./configure[11]: g++:  not found
configure:7856: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _LARGE_FILES 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:7871: g++ -c   -D_THREAD_SAFE conftest.cpp >&5
./configure[11]: g++:  not found
configure:7871: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _LARGE_FILES 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:7887: g++ -c -g  -D_THREAD_SAFE conftest.cpp >&5
./configure[11]: g++:  not found
configure:7887: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _LARGE_FILES 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:7897: result: no
configure:7922: checking dependency style of g++
configure:8033: result: none
configure:8053: checking for bison
configure:8083: result: no
configure:8053: checking for byacc
configure:8083: result: no
configure:8109: checking for special C compiler options needed for large files
configure:8154: result: no
configure:8160: checking for _FILE_OFFSET_BITS value needed for large files
configure:8217: result: unknown
configure:8229: checking for _LARGE_FILES value needed for large files
configure:8286: result: 1
configure:8511: checking if c++ compiler works
configure:8521: g++ -o conftest -O  -D_THREAD_SAFE  -s conftest.cpp  >&5
./configure[10]: g++:  not found
configure:8521: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lftp"
| #define PACKAGE_TARNAME "lftp"
| #define PACKAGE_VERSION "4.5.3"
| #define PACKAGE_STRING "lftp 4.5.3"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "lftp"
| #define VERSION "4.5.3"
| #define STDC_HEADERS 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _LARGE_FILES 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define _LARGE_FILES 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h.  */
| int main() { return(0); }
configure:8526: result: no
configure:8528: error: C++ test compile failed; check your C++ compiler

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

ac_cv_build=powerpc-ibm-aix5.3.0.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCC_set=''
ac_cv_env_CCC_value=''
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_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBGNUTLS_CFLAGS_set=''
ac_cv_env_LIBGNUTLS_CFLAGS_value=''
ac_cv_env_LIBGNUTLS_LIBS_set=''
ac_cv_env_LIBGNUTLS_LIBS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_PKG_CONFIG_LIBDIR_set=''
ac_cv_env_PKG_CONFIG_LIBDIR_value=''
ac_cv_env_PKG_CONFIG_PATH_set=''
ac_cv_env_PKG_CONFIG_PATH_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_YACC_set=''
ac_cv_env_YACC_value=''
ac_cv_env_YFLAGS_set=''
ac_cv_env_YFLAGS_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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-ibm-aix5.3.0.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_should_define__xopen_source=no
ac_cv_sys_file_offset_bits=unknown
ac_cv_sys_large_files=1
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
gl_cv_c_amsterdam_compiler=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/liwy/lftp/lftp-4.5.3/build-aux/missing aclocal-1.13'
ALLOCA=''
ALLOCA_H=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APPLE_UNIVERSAL_BUILD=''
AR='ar'
ARFLAGS='cru'
AUTOCONF='${SHELL} /home/liwy/lftp/lftp-4.5.3/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/liwy/lftp/lftp-4.5.3/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/liwy/lftp/lftp-4.5.3/build-aux/missing automake-1.13'
AWK='nawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall'
COMPILE_READLINE=''
CPP='gcc -E'
CPPFLAGS=' -D_THREAD_SAFE'
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS='-O'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
EXEEXT=''
EXPAT_LIBS=''
FGREP=''
FLOAT_H=''
FNMATCH_H=''
GETOPT_H=''
GETTEXT_MACRO_VERSION=''
GLIBC21=''
GLOB_H=''
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE=''
GL_GENERATE_ALLOCA_H_FALSE=''
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_ERRNO_H_FALSE=''
GL_GENERATE_ERRNO_H_TRUE=''
GL_GENERATE_FLOAT_H_FALSE=''
GL_GENERATE_FLOAT_H_TRUE=''
GL_GENERATE_FNMATCH_H_FALSE=''
GL_GENERATE_FNMATCH_H_TRUE=''
GL_GENERATE_GLOB_H_FALSE=''
GL_GENERATE_GLOB_H_TRUE=''
GL_GENERATE_ICONV_H_FALSE=''
GL_GENERATE_ICONV_H_TRUE=''
GL_GENERATE_NETINET_IN_H_FALSE=''
GL_GENERATE_NETINET_IN_H_TRUE=''
GL_GENERATE_STDALIGN_H_FALSE=''
GL_GENERATE_STDALIGN_H_TRUE=''
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE=''
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE=''
GL_GENERATE_STDINT_H_FALSE=''
GL_GENERATE_STDINT_H_TRUE=''
GMSGFMT=''
GMSGFMT_015=''
GNULIB_ACCEPT4=''
GNULIB_ACCEPT=''
GNULIB_ACOSF=''
GNULIB_ACOSL=''
GNULIB_ALPHASORT=''
GNULIB_ASINF=''
GNULIB_ASINL=''
GNULIB_ATAN2F=''
GNULIB_ATANF=''
GNULIB_ATANL=''
GNULIB_ATOLL=''
GNULIB_BIND=''
GNULIB_BTOWC=''
GNULIB_CALLOC_POSIX=''
GNULIB_CANONICALIZE_FILE_NAME=''
GNULIB_CBRT=''
GNULIB_CBRTF=''
GNULIB_CBRTL=''
GNULIB_CEIL=''
GNULIB_CEILF=''
GNULIB_CEILL=''
GNULIB_CHDIR=''
GNULIB_CHOWN=''
GNULIB_CLOSE=''
GNULIB_CLOSEDIR=''
GNULIB_CONNECT=''
GNULIB_COPYSIGN=''
GNULIB_COPYSIGNF=''
GNULIB_COPYSIGNL=''
GNULIB_COSF=''
GNULIB_COSHF=''
GNULIB_COSL=''
GNULIB_DIRFD=''
GNULIB_DPRINTF=''
GNULIB_DUP2=''
GNULIB_DUP3=''
GNULIB_DUP=''
GNULIB_DUPLOCALE=''
GNULIB_ENVIRON=''
GNULIB_EUIDACCESS=''
GNULIB_EXP2=''
GNULIB_EXP2F=''
GNULIB_EXP2L=''
GNULIB_EXPF=''
GNULIB_EXPL=''
GNULIB_EXPM1=''
GNULIB_EXPM1F=''
GNULIB_EXPM1L=''
GNULIB_FABSF=''
GNULIB_FABSL=''
GNULIB_FACCESSAT=''
GNULIB_FCHDIR=''
GNULIB_FCHMODAT=''
GNULIB_FCHOWNAT=''
GNULIB_FCLOSE=''
GNULIB_FCNTL=''
GNULIB_FDATASYNC=''
GNULIB_FDOPEN=''
GNULIB_FDOPENDIR=''
GNULIB_FFLUSH=''
GNULIB_FFS=''
GNULIB_FFSL=''
GNULIB_FFSLL=''
GNULIB_FGETC=''
GNULIB_FGETS=''
GNULIB_FLOOR=''
GNULIB_FLOORF=''
GNULIB_FLOORL=''
GNULIB_FMA=''
GNULIB_FMAF=''
GNULIB_FMAL=''
GNULIB_FMOD=''
GNULIB_FMODF=''
GNULIB_FMODL=''
GNULIB_FOPEN=''
GNULIB_FPRINTF=''
GNULIB_FPRINTF_POSIX=''
GNULIB_FPURGE=''
GNULIB_FPUTC=''
GNULIB_FPUTS=''
GNULIB_FREAD=''
GNULIB_FREOPEN=''
GNULIB_FREXP=''
GNULIB_FREXPF=''
GNULIB_FREXPL=''
GNULIB_FSCANF=''
GNULIB_FSEEK=''
GNULIB_FSEEKO=''
GNULIB_FSTAT=''
GNULIB_FSTATAT=''
GNULIB_FSYNC=''
GNULIB_FTELL=''
GNULIB_FTELLO=''
GNULIB_FTRUNCATE=''
GNULIB_FUTIMENS=''
GNULIB_FWRITE=''
GNULIB_GETC=''
GNULIB_GETCHAR=''
GNULIB_GETCWD=''
GNULIB_GETDELIM=''
GNULIB_GETDOMAINNAME=''
GNULIB_GETDTABLESIZE=''
GNULIB_GETGROUPS=''
GNULIB_GETHOSTNAME=''
GNULIB_GETLINE=''
GNULIB_GETLOADAVG=''
GNULIB_GETLOGIN=''
GNULIB_GETLOGIN_R=''
GNULIB_GETPAGESIZE=''
GNULIB_GETPEERNAME=''
GNULIB_GETSOCKNAME=''
GNULIB_GETSOCKOPT=''
GNULIB_GETSUBOPT=''
GNULIB_GETTIMEOFDAY=''
GNULIB_GETUSERSHELL=''
GNULIB_GL_UNISTD_H_GETOPT=''
GNULIB_GRANTPT=''
GNULIB_GROUP_MEMBER=''
GNULIB_HYPOT=''
GNULIB_HYPOTF=''
GNULIB_HYPOTL=''
GNULIB_ICONV=''
GNULIB_ILOGB=''
GNULIB_ILOGBF=''
GNULIB_ILOGBL=''
GNULIB_IMAXABS=''
GNULIB_IMAXDIV=''
GNULIB_INET_NTOP=''
GNULIB_INET_PTON=''
GNULIB_ISATTY=''
GNULIB_ISFINITE=''
GNULIB_ISINF=''
GNULIB_ISNAN=''
GNULIB_ISNAND=''
GNULIB_ISNANF=''
GNULIB_ISNANL=''
GNULIB_ISWBLANK=''
GNULIB_ISWCTYPE=''
GNULIB_LCHMOD=''
GNULIB_LCHOWN=''
GNULIB_LDEXPF=''
GNULIB_LDEXPL=''
GNULIB_LINK=''
GNULIB_LINKAT=''
GNULIB_LISTEN=''
GNULIB_LOCALECONV=''
GNULIB_LOG10=''
GNULIB_LOG10F=''
GNULIB_LOG10L=''
GNULIB_LOG1P=''
GNULIB_LOG1PF=''
GNULIB_LOG1PL=''
GNULIB_LOG2=''
GNULIB_LOG2F=''
GNULIB_LOG2L=''
GNULIB_LOG=''
GNULIB_LOGB=''
GNULIB_LOGBF=''
GNULIB_LOGBL=''
GNULIB_LOGF=''
GNULIB_LOGL=''
GNULIB_LSEEK=''
GNULIB_LSTAT=''
GNULIB_MALLOC_POSIX=''
GNULIB_MBRLEN=''
GNULIB_MBRTOWC=''
GNULIB_MBSCASECMP=''
GNULIB_MBSCASESTR=''
GNULIB_MBSCHR=''
GNULIB_MBSCSPN=''
GNULIB_MBSINIT=''
GNULIB_MBSLEN=''
GNULIB_MBSNCASECMP=''
GNULIB_MBSNLEN=''
GNULIB_MBSNRTOWCS=''
GNULIB_MBSPBRK=''
GNULIB_MBSPCASECMP=''
GNULIB_MBSRCHR=''
GNULIB_MBSRTOWCS=''
GNULIB_MBSSEP=''
GNULIB_MBSSPN=''
GNULIB_MBSSTR=''
GNULIB_MBSTOK_R=''
GNULIB_MBTOWC=''
GNULIB_MEMCHR=''
GNULIB_MEMMEM=''
GNULIB_MEMPCPY=''
GNULIB_MEMRCHR=''
GNULIB_MKDIRAT=''
GNULIB_MKDTEMP=''
GNULIB_MKFIFO=''
GNULIB_MKFIFOAT=''
GNULIB_MKNOD=''
GNULIB_MKNODAT=''
GNULIB_MKOSTEMP=''
GNULIB_MKOSTEMPS=''
GNULIB_MKSTEMP=''
GNULIB_MKSTEMPS=''
GNULIB_MKTIME=''
GNULIB_MODF=''
GNULIB_MODFF=''
GNULIB_MODFL=''
GNULIB_NANOSLEEP=''
GNULIB_NL_LANGINFO=''
GNULIB_NONBLOCKING=''
GNULIB_OBSTACK_PRINTF=''
GNULIB_OBSTACK_PRINTF_POSIX=''
GNULIB_OPEN=''
GNULIB_OPENAT=''
GNULIB_OPENDIR=''
GNULIB_PCLOSE=''
GNULIB_PERROR=''
GNULIB_PIPE2=''
GNULIB_PIPE=''
GNULIB_POLL=''
GNULIB_POPEN=''
GNULIB_POSIX_OPENPT=''
GNULIB_POWF=''
GNULIB_PREAD=''
GNULIB_PRINTF=''
GNULIB_PRINTF_POSIX=''
GNULIB_PSELECT=''
GNULIB_PTHREAD_SIGMASK=''
GNULIB_PTSNAME=''
GNULIB_PTSNAME_R=''
GNULIB_PUTC=''
GNULIB_PUTCHAR=''
GNULIB_PUTENV=''
GNULIB_PUTS=''
GNULIB_PWRITE=''
GNULIB_RAISE=''
GNULIB_RANDOM=''
GNULIB_RANDOM_R=''
GNULIB_RAWMEMCHR=''
GNULIB_READ=''
GNULIB_READDIR=''
GNULIB_READLINK=''
GNULIB_READLINKAT=''
GNULIB_REALLOC_POSIX=''
GNULIB_REALPATH=''
GNULIB_RECV=''
GNULIB_RECVFROM=''
GNULIB_REMAINDER=''
GNULIB_REMAINDERF=''
GNULIB_REMAINDERL=''
GNULIB_REMOVE=''
GNULIB_RENAME=''
GNULIB_RENAMEAT=''
GNULIB_REWINDDIR=''
GNULIB_RINT=''
GNULIB_RINTF=''
GNULIB_RINTL=''
GNULIB_RMDIR=''
GNULIB_ROUND=''
GNULIB_ROUNDF=''
GNULIB_ROUNDL=''
GNULIB_RPMATCH=''
GNULIB_SCANDIR=''
GNULIB_SCANF=''
GNULIB_SECURE_GETENV=''
GNULIB_SELECT=''
GNULIB_SEND=''
GNULIB_SENDTO=''
GNULIB_SETENV=''
GNULIB_SETHOSTNAME=''
GNULIB_SETLOCALE=''
GNULIB_SETSOCKOPT=''
GNULIB_SHUTDOWN=''
GNULIB_SIGACTION=''
GNULIB_SIGNAL_H_SIGPIPE=''
GNULIB_SIGNBIT=''
GNULIB_SIGPROCMASK=''
GNULIB_SINF=''
GNULIB_SINHF=''
GNULIB_SINL=''
GNULIB_SLEEP=''
GNULIB_SNPRINTF=''
GNULIB_SOCKET=''
GNULIB_SPRINTF_POSIX=''
GNULIB_SQRTF=''
GNULIB_SQRTL=''
GNULIB_STAT=''
GNULIB_STDIO_H_NONBLOCKING=''
GNULIB_STDIO_H_SIGPIPE=''
GNULIB_STPCPY=''
GNULIB_STPNCPY=''
GNULIB_STRCASESTR=''
GNULIB_STRCHRNUL=''
GNULIB_STRDUP=''
GNULIB_STRERROR=''
GNULIB_STRERROR_R=''
GNULIB_STRNCAT=''
GNULIB_STRNDUP=''
GNULIB_STRNLEN=''
GNULIB_STRPBRK=''
GNULIB_STRPTIME=''
GNULIB_STRSEP=''
GNULIB_STRSIGNAL=''
GNULIB_STRSTR=''
GNULIB_STRTOD=''
GNULIB_STRTOIMAX=''
GNULIB_STRTOK_R=''
GNULIB_STRTOLL=''
GNULIB_STRTOULL=''
GNULIB_STRTOUMAX=''
GNULIB_STRVERSCMP=''
GNULIB_SYMLINK=''
GNULIB_SYMLINKAT=''
GNULIB_SYSTEM_POSIX=''
GNULIB_TANF=''
GNULIB_TANHF=''
GNULIB_TANL=''
GNULIB_TIMEGM=''
GNULIB_TIME_R=''
GNULIB_TMPFILE=''
GNULIB_TOWCTRANS=''
GNULIB_TRUNC=''
GNULIB_TRUNCF=''
GNULIB_TRUNCL=''
GNULIB_TTYNAME_R=''
GNULIB_UNISTD_H_NONBLOCKING=''
GNULIB_UNISTD_H_SIGPIPE=''
GNULIB_UNLINK=''
GNULIB_UNLINKAT=''
GNULIB_UNLOCKPT=''
GNULIB_UNSETENV=''
GNULIB_USLEEP=''
GNULIB_UTIMENSAT=''
GNULIB_VASPRINTF=''
GNULIB_VDPRINTF=''
GNULIB_VFPRINTF=''
GNULIB_VFPRINTF_POSIX=''
GNULIB_VFSCANF=''
GNULIB_VPRINTF=''
GNULIB_VPRINTF_POSIX=''
GNULIB_VSCANF=''
GNULIB_VSNPRINTF=''
GNULIB_VSPRINTF_POSIX=''
GNULIB_WCPCPY=''
GNULIB_WCPNCPY=''
GNULIB_WCRTOMB=''
GNULIB_WCSCASECMP=''
GNULIB_WCSCAT=''
GNULIB_WCSCHR=''
GNULIB_WCSCMP=''
GNULIB_WCSCOLL=''
GNULIB_WCSCPY=''
GNULIB_WCSCSPN=''
GNULIB_WCSDUP=''
GNULIB_WCSLEN=''
GNULIB_WCSNCASECMP=''
GNULIB_WCSNCAT=''
GNULIB_WCSNCMP=''
GNULIB_WCSNCPY=''
GNULIB_WCSNLEN=''
GNULIB_WCSNRTOMBS=''
GNULIB_WCSPBRK=''
GNULIB_WCSRCHR=''
GNULIB_WCSRTOMBS=''
GNULIB_WCSSPN=''
GNULIB_WCSSTR=''
GNULIB_WCSTOK=''
GNULIB_WCSWIDTH=''
GNULIB_WCSXFRM=''
GNULIB_WCTOB=''
GNULIB_WCTOMB=''
GNULIB_WCTRANS=''
GNULIB_WCTYPE=''
GNULIB_WCWIDTH=''
GNULIB_WMEMCHR=''
GNULIB_WMEMCMP=''
GNULIB_WMEMCPY=''
GNULIB_WMEMMOVE=''
GNULIB_WMEMSET=''
GNULIB_WRITE=''
GNULIB__EXIT=''
GREP='/usr/bin/grep'
HAVE_ACCEPT4=''
HAVE_ACOSF=''
HAVE_ACOSL=''
HAVE_ALPHASORT=''
HAVE_ARPA_INET_H=''
HAVE_ASINF=''
HAVE_ASINL=''
HAVE_ATAN2F=''
HAVE_ATANF=''
HAVE_ATANL=''
HAVE_ATOLL=''
HAVE_BTOWC=''
HAVE_CANONICALIZE_FILE_NAME=''
HAVE_CBRT=''
HAVE_CBRTF=''
HAVE_CBRTL=''
HAVE_CHOWN=''
HAVE_CLOSEDIR=''
HAVE_COPYSIGN=''
HAVE_COPYSIGNL=''
HAVE_COSF=''
HAVE_COSHF=''
HAVE_COSL=''
HAVE_DECL_ACOSL=''
HAVE_DECL_ASINL=''
HAVE_DECL_ATANL=''
HAVE_DECL_CBRTF=''
HAVE_DECL_CBRTL=''
HAVE_DECL_CEILF=''
HAVE_DECL_CEILL=''
HAVE_DECL_COPYSIGNF=''
HAVE_DECL_COSL=''
HAVE_DECL_DIRFD=''
HAVE_DECL_ENVIRON=''
HAVE_DECL_EXP2=''
HAVE_DECL_EXP2F=''
HAVE_DECL_EXP2L=''
HAVE_DECL_EXPL=''
HAVE_DECL_EXPM1L=''
HAVE_DECL_FCHDIR=''
HAVE_DECL_FDATASYNC=''
HAVE_DECL_FDOPENDIR=''
HAVE_DECL_FLOORF=''
HAVE_DECL_FLOORL=''
HAVE_DECL_FPURGE=''
HAVE_DECL_FREXPL=''
HAVE_DECL_FSEEKO=''
HAVE_DECL_FTELLO=''
HAVE_DECL_GETDELIM=''
HAVE_DECL_GETDOMAINNAME=''
HAVE_DECL_GETLINE=''
HAVE_DECL_GETLOADAVG=''
HAVE_DECL_GETLOGIN_R=''
HAVE_DECL_GETPAGESIZE=''
HAVE_DECL_GETUSERSHELL=''
HAVE_DECL_IMAXABS=''
HAVE_DECL_IMAXDIV=''
HAVE_DECL_INET_NTOP=''
HAVE_DECL_INET_PTON=''
HAVE_DECL_LDEXPL=''
HAVE_DECL_LOCALTIME_R=''
HAVE_DECL_LOG10L=''
HAVE_DECL_LOG2=''
HAVE_DECL_LOG2F=''
HAVE_DECL_LOG2L=''
HAVE_DECL_LOGB=''
HAVE_DECL_LOGL=''
HAVE_DECL_MEMMEM=''
HAVE_DECL_MEMRCHR=''
HAVE_DECL_OBSTACK_PRINTF=''
HAVE_DECL_REMAINDER=''
HAVE_DECL_REMAINDERL=''
HAVE_DECL_RINTF=''
HAVE_DECL_ROUND=''
HAVE_DECL_ROUNDF=''
HAVE_DECL_ROUNDL=''
HAVE_DECL_SETENV=''
HAVE_DECL_SETHOSTNAME=''
HAVE_DECL_SINL=''
HAVE_DECL_SNPRINTF=''
HAVE_DECL_SQRTL=''
HAVE_DECL_STRDUP=''
HAVE_DECL_STRERROR_R=''
HAVE_DECL_STRNCASECMP=''
HAVE_DECL_STRNDUP=''
HAVE_DECL_STRNLEN=''
HAVE_DECL_STRSIGNAL=''
HAVE_DECL_STRTOIMAX=''
HAVE_DECL_STRTOK_R=''
HAVE_DECL_STRTOUMAX=''
HAVE_DECL_TANL=''
HAVE_DECL_TRUNC=''
HAVE_DECL_TRUNCF=''
HAVE_DECL_TRUNCL=''
HAVE_DECL_TTYNAME_R=''
HAVE_DECL_UNSETENV=''
HAVE_DECL_VSNPRINTF=''
HAVE_DECL_WCTOB=''
HAVE_DECL_WCWIDTH=''
HAVE_DIRENT_H=''
HAVE_DPRINTF=''
HAVE_DUP2=''
HAVE_DUP3=''
HAVE_DUPLOCALE=''
HAVE_EUIDACCESS=''
HAVE_EXPF=''
HAVE_EXPL=''
HAVE_EXPM1=''
HAVE_EXPM1F=''
HAVE_FABSF=''
HAVE_FABSL=''
HAVE_FACCESSAT=''
HAVE_FCHDIR=''
HAVE_FCHMODAT=''
HAVE_FCHOWNAT=''
HAVE_FCNTL=''
HAVE_FDATASYNC=''
HAVE_FDOPENDIR=''
HAVE_FEATURES_H=''
HAVE_FFS=''
HAVE_FFSL=''
HAVE_FFSLL=''
HAVE_FMA=''
HAVE_FMAF=''
HAVE_FMAL=''
HAVE_FMODF=''
HAVE_FMODL=''
HAVE_FREXPF=''
HAVE_FSEEKO=''
HAVE_FSTATAT=''
HAVE_FSYNC=''
HAVE_FTELLO=''
HAVE_FTRUNCATE=''
HAVE_FUTIMENS=''
HAVE_GETDTABLESIZE=''
HAVE_GETGROUPS=''
HAVE_GETHOSTNAME=''
HAVE_GETLOGIN=''
HAVE_GETOPT_H=''
HAVE_GETPAGESIZE=''
HAVE_GETSUBOPT=''
HAVE_GETTIMEOFDAY=''
HAVE_GRANTPT=''
HAVE_GROUP_MEMBER=''
HAVE_HYPOTF=''
HAVE_HYPOTL=''
HAVE_ILOGB=''
HAVE_ILOGBF=''
HAVE_ILOGBL=''
HAVE_INTTYPES_H=''
HAVE_ISNAND=''
HAVE_ISNANF=''
HAVE_ISNANL=''
HAVE_ISWBLANK=''
HAVE_ISWCNTRL=''
HAVE_LANGINFO_CODESET=''
HAVE_LANGINFO_ERA=''
HAVE_LANGINFO_H=''
HAVE_LANGINFO_T_FMT_AMPM=''
HAVE_LANGINFO_YESEXPR=''
HAVE_LCHMOD=''
HAVE_LCHOWN=''
HAVE_LDEXPF=''
HAVE_LINK=''
HAVE_LINKAT=''
HAVE_LOG10F=''
HAVE_LOG10L=''
HAVE_LOG1P=''
HAVE_LOG1PF=''
HAVE_LOG1PL=''
HAVE_LOGBF=''
HAVE_LOGBL=''
HAVE_LOGF=''
HAVE_LOGL=''
HAVE_LONG_LONG_INT=''
HAVE_LSTAT=''
HAVE_MBRLEN=''
HAVE_MBRTOWC=''
HAVE_MBSINIT=''
HAVE_MBSLEN=''
HAVE_MBSNRTOWCS=''
HAVE_MBSRTOWCS=''
HAVE_MEMCHR=''
HAVE_MEMPCPY=''
HAVE_MKDIRAT=''
HAVE_MKDTEMP=''
HAVE_MKFIFO=''
HAVE_MKFIFOAT=''
HAVE_MKNOD=''
HAVE_MKNODAT=''
HAVE_MKOSTEMP=''
HAVE_MKOSTEMPS=''
HAVE_MKSTEMP=''
HAVE_MKSTEMPS=''
HAVE_MODFF=''
HAVE_MODFL=''
HAVE_MSVC_INVALID_PARAMETER_HANDLER=''
HAVE_NANOSLEEP=''
HAVE_NETINET_IN_H=''
HAVE_NL_LANGINFO=''
HAVE_OPENAT=''
HAVE_OPENDIR=''
HAVE_OS_H=''
HAVE_PCLOSE=''
HAVE_PIPE2=''
HAVE_PIPE=''
HAVE_POLL=''
HAVE_POLL_H=''
HAVE_POPEN=''
HAVE_POSIX_OPENPT=''
HAVE_POSIX_SIGNALBLOCKING=''
HAVE_POWF=''
HAVE_PREAD=''
HAVE_PSELECT=''
HAVE_PTHREAD_SIGMASK=''
HAVE_PTSNAME=''
HAVE_PTSNAME_R=''
HAVE_PWRITE=''
HAVE_RAISE=''
HAVE_RANDOM=''
HAVE_RANDOM_H=''
HAVE_RANDOM_R=''
HAVE_RAWMEMCHR=''
HAVE_READDIR=''
HAVE_READLINK=''
HAVE_READLINKAT=''
HAVE_REALPATH=''
HAVE_REMAINDER=''
HAVE_REMAINDERF=''
HAVE_RENAMEAT=''
HAVE_REWINDDIR=''
HAVE_RINT=''
HAVE_RINTL=''
HAVE_RPMATCH=''
HAVE_SAME_LONG_DOUBLE_AS_DOUBLE=''
HAVE_SA_FAMILY_T=''
HAVE_SCANDIR=''
HAVE_SECURE_GETENV=''
HAVE_SETENV=''
HAVE_SETHOSTNAME=''
HAVE_SIGACTION=''
HAVE_SIGHANDLER_T=''
HAVE_SIGINFO_T=''
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T=''
HAVE_SINF=''
HAVE_SINHF=''
HAVE_SINL=''
HAVE_SLEEP=''
HAVE_SQRTF=''
HAVE_SQRTL=''
HAVE_STDINT_H=''
HAVE_STPCPY=''
HAVE_STPNCPY=''
HAVE_STRCASECMP=''
HAVE_STRCASESTR=''
HAVE_STRCHRNUL=''
HAVE_STRINGS_H=''
HAVE_STRPBRK=''
HAVE_STRPTIME=''
HAVE_STRSEP=''
HAVE_STRTOD=''
HAVE_STRTOLL=''
HAVE_STRTOULL=''
HAVE_STRUCT_RANDOM_DATA=''
HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
HAVE_STRUCT_SOCKADDR_STORAGE=''
HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=''
HAVE_STRUCT_TIMEVAL=''
HAVE_STRVERSCMP=''
HAVE_SYMLINK=''
HAVE_SYMLINKAT=''
HAVE_SYS_BITYPES_H=''
HAVE_SYS_CDEFS_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H=''
HAVE_SYS_PARAM_H=''
HAVE_SYS_SELECT_H=''
HAVE_SYS_SOCKET_H=''
HAVE_SYS_TIME_H=''
HAVE_SYS_TYPES_H=''
HAVE_SYS_UIO_H=''
HAVE_TANF=''
HAVE_TANHF=''
HAVE_TANL=''
HAVE_TIMEGM=''
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
HAVE_UNISTD_H=''
HAVE_UNLINKAT=''
HAVE_UNLOCKPT=''
HAVE_UNSIGNED_LONG_LONG_INT=''
HAVE_USLEEP=''
HAVE_UTIMENSAT=''
HAVE_VASPRINTF=''
HAVE_VDPRINTF=''
HAVE_WCHAR_H=''
HAVE_WCHAR_T=''
HAVE_WCPCPY=''
HAVE_WCPNCPY=''
HAVE_WCRTOMB=''
HAVE_WCSCASECMP=''
HAVE_WCSCAT=''
HAVE_WCSCHR=''
HAVE_WCSCMP=''
HAVE_WCSCOLL=''
HAVE_WCSCPY=''
HAVE_WCSCSPN=''
HAVE_WCSDUP=''
HAVE_WCSLEN=''
HAVE_WCSNCASECMP=''
HAVE_WCSNCAT=''
HAVE_WCSNCMP=''
HAVE_WCSNCPY=''
HAVE_WCSNLEN=''
HAVE_WCSNRTOMBS=''
HAVE_WCSPBRK=''
HAVE_WCSRCHR=''
HAVE_WCSRTOMBS=''
HAVE_WCSSPN=''
HAVE_WCSSTR=''
HAVE_WCSTOK=''
HAVE_WCSWIDTH=''
HAVE_WCSXFRM=''
HAVE_WCTRANS_T=''
HAVE_WCTYPE_H=''
HAVE_WCTYPE_T=''
HAVE_WINSOCK2_H=''
HAVE_WINT_T=''
HAVE_WMEMCHR=''
HAVE_WMEMCMP=''
HAVE_WMEMCPY=''
HAVE_WMEMMOVE=''
HAVE_WMEMSET=''
HAVE_WS2TCPIP_H=''
HAVE_XLOCALE_H=''
HAVE__BOOL=''
HAVE__EXIT=''
ICONV_CONST=''
ICONV_H=''
INCLUDE_NEXT=''
INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
INET_PTON_LIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX=''
INT64_MAX_EQ_LONG_MAX=''
INTLLIBS=''
INTL_MACOSX_LIBS=''
LD=''
LDFLAGS=' -s'
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_LIBS=''
LIBICONV=''
LIBINTL=''
LIBMULTITHREAD=''
LIBOBJS=''
LIBPTH=''
LIBPTH_PREFIX=''
LIBS=''
LIBSOCKET=''
LIBTHREAD=''
LIBTOOL=''
LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE=''
LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE=''
LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE=''
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE=''
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
LIBUNISTRING_UNISTR_H=''
LIBUNISTRING_UNITYPES_H=''
LIBUNISTRING_UNIWIDTH_H=''
LIB_CLOCK_GETTIME=''
LIB_CRYPTO=''
LIB_POLL=''
LIB_SELECT=''
LIPO=''
LN_S=''
LOCALCHARSET_TESTS_ENVIRONMENT=''
LOCALE_FR=''
LOCALE_FR_UTF8=''
LOCALE_JA=''
LOCALE_ZH_CN=''
LTALLOCA=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBMULTITHREAD=''
LTLIBOBJS=''
LTLIBPTH=''
LTLIBTHREAD=''
MAKEINFO='${SHELL} /home/liwy/lftp/lftp-4.5.3/build-aux/missing makeinfo'
MANIFEST_TOOL=''
MKDIR_P='build-aux/install-sh -c -d'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
NEED_TRIO_FALSE=''
NEED_TRIO_TRUE=''
NETINET_IN_H=''
NEXT_ARPA_INET_H=''
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H=''
NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=''
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=''
NEXT_AS_FIRST_DIRECTIVE_ICONV_H=''
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=''
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H=''
NEXT_AS_FIRST_DIRECTIVE_LOCALE_H=''
NEXT_AS_FIRST_DIRECTIVE_MATH_H=''
NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H=''
NEXT_AS_FIRST_DIRECTIVE_POLL_H=''
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H=''
NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H=''
NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
NEXT_DIRENT_H=''
NEXT_ERRNO_H=''
NEXT_FCNTL_H=''
NEXT_FLOAT_H=''
NEXT_GETOPT_H=''
NEXT_ICONV_H=''
NEXT_INTTYPES_H=''
NEXT_LANGINFO_H=''
NEXT_LOCALE_H=''
NEXT_MATH_H=''
NEXT_NETINET_IN_H=''
NEXT_POLL_H=''
NEXT_SIGNAL_H=''
NEXT_STDDEF_H=''
NEXT_STDINT_H=''
NEXT_STDIO_H=''
NEXT_STDLIB_H=''
NEXT_STRINGS_H=''
NEXT_STRING_H=''
NEXT_SYS_SELECT_H=''
NEXT_SYS_SOCKET_H=''
NEXT_SYS_STAT_H=''
NEXT_SYS_TIME_H=''
NEXT_SYS_TYPES_H=''
NEXT_SYS_UIO_H=''
NEXT_TIME_H=''
NEXT_UNISTD_H=''
NEXT_WCHAR_H=''
NEXT_WCTYPE_H=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OPENSSL_CPPFLAGS=''
OPENSSL_LDFLAGS=''
OPENSSL_LIBS=''
OTOOL64=''
OTOOL=''
PACKAGE='lftp'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='lftp'
PACKAGE_STRING='lftp 4.5.3'
PACKAGE_TARNAME='lftp'
PACKAGE_URL=''
PACKAGE_VERSION='4.5.3'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER=''
PRIPTR_PREFIX=''
PRI_MACROS_BROKEN=''
PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
READLINE=''
READLINE_DEPEND=''
READLINE_DIR=''
REPLACE_BTOWC=''
REPLACE_CALLOC=''
REPLACE_CANONICALIZE_FILE_NAME=''
REPLACE_CBRTF=''
REPLACE_CBRTL=''
REPLACE_CEIL=''
REPLACE_CEILF=''
REPLACE_CEILL=''
REPLACE_CHOWN=''
REPLACE_CLOSE=''
REPLACE_CLOSEDIR=''
REPLACE_DIRFD=''
REPLACE_DPRINTF=''
REPLACE_DUP2=''
REPLACE_DUP=''
REPLACE_DUPLOCALE=''
REPLACE_EXP2=''
REPLACE_EXP2L=''
REPLACE_EXPM1=''
REPLACE_EXPM1F=''
REPLACE_FABSL=''
REPLACE_FCHOWNAT=''
REPLACE_FCLOSE=''
REPLACE_FCNTL=''
REPLACE_FDOPEN=''
REPLACE_FDOPENDIR=''
REPLACE_FFLUSH=''
REPLACE_FLOOR=''
REPLACE_FLOORF=''
REPLACE_FLOORL=''
REPLACE_FMA=''
REPLACE_FMAF=''
REPLACE_FMAL=''
REPLACE_FMOD=''
REPLACE_FMODF=''
REPLACE_FMODL=''
REPLACE_FOPEN=''
REPLACE_FPRINTF=''
REPLACE_FPURGE=''
REPLACE_FREOPEN=''
REPLACE_FREXP=''
REPLACE_FREXPF=''
REPLACE_FREXPL=''
REPLACE_FSEEK=''
REPLACE_FSEEKO=''
REPLACE_FSTAT=''
REPLACE_FSTATAT=''
REPLACE_FTELL=''
REPLACE_FTELLO=''
REPLACE_FTRUNCATE=''
REPLACE_FUTIMENS=''
REPLACE_GETCWD=''
REPLACE_GETDELIM=''
REPLACE_GETDOMAINNAME=''
REPLACE_GETDTABLESIZE=''
REPLACE_GETGROUPS=''
REPLACE_GETLINE=''
REPLACE_GETLOGIN_R=''
REPLACE_GETPAGESIZE=''
REPLACE_GETTIMEOFDAY=''
REPLACE_GMTIME=''
REPLACE_HUGE_VAL=''
REPLACE_HYPOT=''
REPLACE_HYPOTF=''
REPLACE_HYPOTL=''
REPLACE_ICONV=''
REPLACE_ICONV_OPEN=''
REPLACE_ICONV_UTF=''
REPLACE_ILOGB=''
REPLACE_ILOGBF=''
REPLACE_INET_NTOP=''
REPLACE_INET_PTON=''
REPLACE_ISATTY=''
REPLACE_ISFINITE=''
REPLACE_ISINF=''
REPLACE_ISNAN=''
REPLACE_ISWBLANK=''
REPLACE_ISWCNTRL=''
REPLACE_ITOLD=''
REPLACE_LCHOWN=''
REPLACE_LDEXPL=''
REPLACE_LINK=''
REPLACE_LINKAT=''
REPLACE_LOCALECONV=''
REPLACE_LOCALTIME=''
REPLACE_LOCALTIME_R=''
REPLACE_LOG10=''
REPLACE_LOG10F=''
REPLACE_LOG10L=''
REPLACE_LOG1P=''
REPLACE_LOG1PF=''
REPLACE_LOG1PL=''
REPLACE_LOG2=''
REPLACE_LOG2F=''
REPLACE_LOG2L=''
REPLACE_LOG=''
REPLACE_LOGB=''
REPLACE_LOGBF=''
REPLACE_LOGBL=''
REPLACE_LOGF=''
REPLACE_LOGL=''
REPLACE_LSEEK=''
REPLACE_LSTAT=''
REPLACE_MALLOC=''
REPLACE_MBRLEN=''
REPLACE_MBRTOWC=''
REPLACE_MBSINIT=''
REPLACE_MBSNRTOWCS=''
REPLACE_MBSRTOWCS=''
REPLACE_MBSTATE_T=''
REPLACE_MBTOWC=''
REPLACE_MEMCHR=''
REPLACE_MEMMEM=''
REPLACE_MKDIR=''
REPLACE_MKFIFO=''
REPLACE_MKNOD=''
REPLACE_MKSTEMP=''
REPLACE_MKTIME=''
REPLACE_MODF=''
REPLACE_MODFF=''
REPLACE_MODFL=''
REPLACE_NAN=''
REPLACE_NANOSLEEP=''
REPLACE_NL_LANGINFO=''
REPLACE_NULL=''
REPLACE_OBSTACK_PRINTF=''
REPLACE_OPEN=''
REPLACE_OPENAT=''
REPLACE_OPENDIR=''
REPLACE_PERROR=''
REPLACE_POLL=''
REPLACE_POPEN=''
REPLACE_PREAD=''
REPLACE_PRINTF=''
REPLACE_PSELECT=''
REPLACE_PTHREAD_SIGMASK=''
REPLACE_PTSNAME=''
REPLACE_PTSNAME_R=''
REPLACE_PUTENV=''
REPLACE_PWRITE=''
REPLACE_RAISE=''
REPLACE_RANDOM_R=''
REPLACE_READ=''
REPLACE_READLINK=''
REPLACE_REALLOC=''
REPLACE_REALPATH=''
REPLACE_REMAINDER=''
REPLACE_REMAINDERF=''
REPLACE_REMAINDERL=''
REPLACE_REMOVE=''
REPLACE_RENAME=''
REPLACE_RENAMEAT=''
REPLACE_RMDIR=''
REPLACE_ROUND=''
REPLACE_ROUNDF=''
REPLACE_ROUNDL=''
REPLACE_SELECT=''
REPLACE_SETENV=''
REPLACE_SETLOCALE=''
REPLACE_SIGNBIT=''
REPLACE_SIGNBIT_USING_GCC=''
REPLACE_SLEEP=''
REPLACE_SNPRINTF=''
REPLACE_SPRINTF=''
REPLACE_SQRTL=''
REPLACE_STAT=''
REPLACE_STDIO_READ_FUNCS=''
REPLACE_STDIO_WRITE_FUNCS=''
REPLACE_STPNCPY=''
REPLACE_STRCASESTR=''
REPLACE_STRCHRNUL=''
REPLACE_STRDUP=''
REPLACE_STRERROR=''
REPLACE_STRERROR_R=''
REPLACE_STRNCAT=''
REPLACE_STRNDUP=''
REPLACE_STRNLEN=''
REPLACE_STRSIGNAL=''
REPLACE_STRSTR=''
REPLACE_STRTOD=''
REPLACE_STRTOIMAX=''
REPLACE_STRTOK_R=''
REPLACE_STRTOUMAX=''
REPLACE_STRUCT_LCONV=''
REPLACE_STRUCT_TIMEVAL=''
REPLACE_SYMLINK=''
REPLACE_TIMEGM=''
REPLACE_TMPFILE=''
REPLACE_TOWLOWER=''
REPLACE_TRUNC=''
REPLACE_TRUNCF=''
REPLACE_TRUNCL=''
REPLACE_TTYNAME_R=''
REPLACE_UNLINK=''
REPLACE_UNLINKAT=''
REPLACE_UNSETENV=''
REPLACE_USLEEP=''
REPLACE_UTIMENSAT=''
REPLACE_VASPRINTF=''
REPLACE_VDPRINTF=''
REPLACE_VFPRINTF=''
REPLACE_VPRINTF=''
REPLACE_VSNPRINTF=''
REPLACE_VSPRINTF=''
REPLACE_WCRTOMB=''
REPLACE_WCSNRTOMBS=''
REPLACE_WCSRTOMBS=''
REPLACE_WCSWIDTH=''
REPLACE_WCTOB=''
REPLACE_WCTOMB=''
REPLACE_WCWIDTH=''
REPLACE_WRITE=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
SOCKSLIBS=''
STDALIGN_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H=''
STRIP=''
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
TIME_H_DEFINES_STRUCT_TIMESPEC=''
UINT32_MAX_LT_UINTMAX_MAX=''
UINT64_MAX_EQ_ULONG_MAX=''
UNDEFINE_STRTOK_R=''
UNISTD_H_HAVE_WINSOCK2_H=''
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
USE_NLS=''
VERSION='4.5.3'
WCHAR_T_SUFFIX=''
WINDOWS_64_BIT_OFF_T=''
WINDOWS_64_BIT_ST_SIZE=''
WINT_T_SUFFIX=''
WITH_MODULES_FALSE=''
WITH_MODULES_TRUE=''
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
YACC='yacc'
YFLAGS=''
ZLIB=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='powerpc-ibm-aix5.3.0.0'
build_alias=''
build_cpu='powerpc'
build_os='aix5.3.0.0'
build_vendor='ibm'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gl_LIBOBJS=''
gl_LTLIBOBJS=''
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS=''
host='powerpc-ibm-aix5.3.0.0'
host_alias=''
host_cpu='powerpc'
host_os='aix5.3.0.0'
host_vendor='ibm'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/liwy/lftp/lftp-4.5.3/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkglibexecdir=''
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "lftp"
#define PACKAGE_TARNAME "lftp"
#define PACKAGE_VERSION "4.5.3"
#define PACKAGE_STRING "lftp 4.5.3"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "lftp"
#define VERSION "4.5.3"
#define STDC_HEADERS 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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define _LARGE_FILES 1
#define _DARWIN_USE_64_BIT_INODE 1
#define _LARGE_FILES 1
#define _DARWIN_USE_64_BIT_INODE 1

configure: exit 1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.