Discussion:
Is the package known to compile on AIX(gcc) or AIX(xlc)?
liweiyang
2014-07-07 05:03:22 UTC
Permalink
Hi:

Is the package known to compile on AIX(gcc) or AIX(xlc)? and How compile?
liweiyang
2014-07-07 05:13:06 UTC
Permalink
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?
Alexander V. Lukyanov
2014-07-09 07:02:55 UTC
Permalink
Post by liweiyang
Attached my config.log ,ths.
You have to install g++:

g++ -o conftest -O -D_THREAD_SAFE -s conftest.cpp >&5
g++: not found
--
Alexander.
Loading...