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.
On Mon, Jan 03, 2011 at 01:21:34PM +0000, Jonathan Wakely wrote:
> 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.
Thanks, this solved this problem!
Oliver