This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: "libgcc.mk Error" when compiling gcc 3.4 for aix 5.2
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Mauricio Alvarez Mesa <alvarez at ac dot upc dot es>, Gcc help mailing list <gcc-help at gcc dot gnu dot org>
- Date: Mon, 14 Jun 2004 12:07:32 -0500
- Subject: Re: "libgcc.mk Error" when compiling gcc 3.4 for aix 5.2
- References: <40CDD1AF.3010600@ac.upc.es>
Hi Mauricio,
It appears that you are running configure in a subdirectory of your
expanded GCC 3.4.0 source.
I believe that situation is not supported.
Run configure -- and the location of all the intermediate files -- in a
peer directory instead:
mkdir build
cd build
../gcc3.4.0/configure yada-yada-yada
HTH,
--Eljay