This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
4.6.2 zlib GCC_NO_EXECUTABLES error
- From: Drasko DRASKOVIC <drasko dot draskovic at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Cc: uros petrevski <uros dot petrevski at gmail dot com>
- Date: Mon, 13 Feb 2012 00:04:37 +0100
- Subject: 4.6.2 zlib GCC_NO_EXECUTABLES error
Hi all,
I am trying to build Yagarto (http://www.yagarto.de/) for Linux (Debian).
I am hitting :
configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
GCC version used in Yagarto build scripts is 4.6.2.
Apparently, there been experiences with this bug
(http://www.mailinglistarchive.com/html/gcc-help@gcc.gnu.org/2011-03/msg00327.html).
I have two questions :
1) --with-system-zlib overrides this bug, but how this affects
produced binary (what is the differences in using system or non-system
zlib) ?
2) Is there a patch to this bug (it would be easier to add the patch,
then to demand that every user has system zlib installed) ?
Best regards,
Drasko