From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: mikael@hq.vcc.volvo.se Cc: gnu@gnu.org, help-gcc@gnu.org Subject: Re: Compile problems with gnu-2.8.0 on AIX 4.3.2.0 Date: Thu, 16 Mar 2000 12:38:00 -0000 Message-id: <200003162019.VAA01136@loewis.home.cs.tu-berlin.de> References: <200003161756.MAA31573@delysid.gnu.org> X-SW-Source: 2000-03/msg00079.html > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: mikael@hq.vcc.volvo.se Cc: gnu@gnu.org, help-gcc@gnu.org Subject: Re: Compile problems with gnu-2.8.0 on AIX 4.3.2.0 Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200003162019.VAA01136@loewis.home.cs.tu-berlin.de> References: <200003161756.MAA31573@delysid.gnu.org> X-SW-Source: 2000-q1/msg00389.html Message-ID: <20000401000000.cAxt6UkoPWCoWjBPE8eMN0t52qfsPZT5y03XeR8D5Pk@z> > 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