This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]