On Sun, 27 Mar 2011 18:18:18 +0100, Andrew Benton <[email protected]> wrote:
> Hello World,
> I see that gcc-4.6.0 is out. I tried to use it but the build fails at
> the first pass in libquadmath with an error about GCC_NO_EXECUTABLES.
> So I added --disable-libquadmath to the configure line but it didn't
> help. It still fails in libiberty like so:

Hmm, that's odd. I saw the same error in libquadmath and passing
--disable-libquadmath was enough to get gcc-4.6.0 to build here.  Note
I only needed to add it to GCC-Pass1. The other 2 passes are fine.

Not sure why you're also seeing this in the libiberty directory too,
sorry :(

The only other change I made was to remove the now redundant
--with-gmp-include=$(pwd)/gmp and --with-gmp-lib=$(pwd)/gmp/.libs
switches; this version of GCC appears to correctly detect the gmp library.

I can't imagine that'd help with the libiberty issue you're seeing though.

Regards,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to