4.5.2 build fails due to configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

Jonathan Wakely jwakely.gcc@gmail.com
Mon Jan 3 13:21:00 GMT 2011


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.



More information about the Gcc-help mailing list