Re: "libgcc.mk Error" when compiling gcc 3.4 for aix 5.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux