This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compile problems with gnu-2.8.0 on AIX 4.3.2.0


> I get a error messege when I run make command. First I run then
> configure command.
> 
> #/usr/local/gcc: ../../../tmp/gcc-2.8.0/configure
> --srcdir=../../../tmp/gcc-2.8.0

Are you saying you have the build directory in /usr/local? That is not
necessary - you will have to 'make install' when you are done, which
will put gcc into /usr/local.

> //Why cant it find this file. This file is in the source directory
> /tmp/gcc-2.8.0

Most likely you are not using GNU make, or another Posix compliant
make. Also, I'd recommend installing gcc 2.95.2 instead of 2.8.0.

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]