I have the development bundle installed. Unfortunately, it doesn't
include the compiler itself.
I've installed and gcc-2.9 which has worked fine for me in the past,
even for compiling Amanda 2.4.2p2.
Apparently, gcc doesn't like the output of AIX's getconf command and is
failing due to that. Here is the apropos config.log entry:
configure:19787: checking for shmget
configure:19815: gcc -o conftest -q32 -D_LARGE_FILES -qlonglong -g
-O2 -q32 -D_LARGE_FILES -qlonglong -b32 conftest.c -lc
-lpthread -lm 1>&5
gcc: unrecognized option `-q32'
gcc: unrecognized option `-qlonglong'
gcc: unrecognized option `-q32'
gcc: unrecognized option `-qlonglong'
cpp: -lang-c: linker input file unused since linking not done
gcc: installation problem, cannot exec `cc1': Permission denied
gcc: file path prefix
`/opt/freeware/GNUPro/lib/gcc-lib/32/2.9-aix51-020209/' never used
configure: failed program was:
#line 19792 "configure"
I suppose that a solution would be to get AIX's cc installed, but the
budget it tight, especially near the end of the year.
Anthony
On Tue, 2002-10-15 at 11:34, Jerry wrote:
> Make sure you have the bos.adt filesets installed... I
> had already installed them for some other stuff I was
> compiling.
>
> Jerry
>
[snip]