This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compile problems with gnu-2.8.0 on AIX 4.3.2.0
- To: mikael at hq dot vcc dot volvo dot se
- Subject: Re: Compile problems with gnu-2.8.0 on AIX 4.3.2.0
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 16 Mar 2000 21:19:12 +0100
- CC: gnu at gnu dot org, help-gcc at gnu dot org
- References: <200003161756.MAA31573@delysid.gnu.org>
> 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