[Bug bootstrap/52850] Linker path ends up using wrong zlib

2012-06-07 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52850 --- Comment #3 from Daniel Richard G. 2012-06-07 21:59:39 UTC --- Created attachment 27582 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27582 Proposed fix Since the in-tree zlib is always built as a static archive, we can link it in with

[Bug bootstrap/52850] Linker path ends up using wrong zlib

2012-04-24 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52850 --- Comment #2 from Daniel Richard G. 2012-04-24 15:18:33 UTC --- (In reply to comment #1) > That sounds like an user problem rather than a GCC issue. >From the "Installing GCC: Configuration" doc: --with-system-zlib Use installed `zlib

[Bug bootstrap/52850] Linker path ends up using wrong zlib

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52850 --- Comment #1 from Andrew Pinski 2012-04-24 03:58:50 UTC --- >The problem is that there is an unsuitable copy of libz installed That sounds like an user problem rather than a GCC issue.