This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Error while building gcc: Link tests are not allowed after GCC_NO_EXECUTABLES
- From: Ian Lance Taylor <iant at google dot com>
- To: Anmol Sarma <unmole dot in at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 21 Mar 2012 09:22:13 -0700
- Subject: Re: Error while building gcc: Link tests are not allowed after GCC_NO_EXECUTABLES
- References: <CAP0ktjLzOQ38UEzLcp0dxMYFvtHJzvm8X3Z=hDLRTWKaFDNVJg@mail.gmail.com>
Anmol Sarma <unmole.in@gmail.com> writes:
> I'm trying to build GCC 4.6.3 but I get the following error when I invoke make:
>
> checking for library containing strerror... configure: error: Link
> tests are not allowed after GCC_NO_EXECUTABLES.
> make[2]: *** [configure-stage2-libiberty] Error 1
> make[2]: Leaving directory `/media/LFS/build/gcc'
> make[1]: *** [stage2-bubble] Error 2
> make[1]: Leaving directory `/media/LFS/build/gcc'
> make: *** [all] Error 2
How precisely did you run configure?
Ian