Displaying 2 results from an estimated 2 matches for "rs_aix41".
2000 Aug 29
2
configure not work
...gcc... gcc
checking whether the C compiler (gcc -O ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.
But I do have gcc in the $PATH
# type gcc
gcc is /usr/contrib/bin/gcc
# gcc -v
Reading specs from
/usr/contrib/depot/gcc2_8_1.913912630/rs_aix41/lib/gcc-lib/rs6000-ibm
-aix4.1.4.0/2.8.1/specs
gcc version 2.8.1
Any ideas will be appreciated.
Frank
2000 Aug 31
0
Out of Office Response: samba digest, Vol 1 #18 - 10 msgs
...error: installation or configuration problem: C compiler
> > cannot create executables.
> >
> > But I do have gcc in the $PATH
> > # type gcc
> > gcc is /usr/contrib/bin/gcc
> > # gcc -v
> > Reading specs from
> > /usr/contrib/depot/gcc2_8_1.913912630/rs_aix41/lib/gcc-lib/rs6000-ibm
> > -aix4.1.4.0/2.8.1/specs
> > gcc version 2.8.1
>
> As Urban says, the error is that gcc doesn't seem to be working
> properly. Check to see if you can compile and run a simple C program.
> Common problems are the lack of system header files and...