This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: 4.5.2 build fails due to configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Oliver Kullmann <O dot Kullmann at swansea dot ac dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 3 Jan 2011 13:21:34 +0000
- Subject: Re: 4.5.2 build fails due to configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
- References: <20110103123433.GA8748@cs-wsok.swansea.ac.uk>
On 3 January 2011 12:34, Oliver Kullmann wrote:
>
> The above error concerns zlib (why is this? zlib is not mentioned as a prerequisite?)
a copy of zlib is bundled with gcc, so it's not a prerequisite, it's included.
You could try using --with-system-zlib to use your system's copy
instead of the bundled one.