public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib
       [not found] <bug-7125-4@http.gcc.gnu.org/bugzilla/>
@ 2012-02-06 15:10 ` richard.purdie at linuxfoundation dot org
  2012-02-06 16:25 ` richard.purdie at linuxfoundation dot org
  2015-04-01  3:34 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 6+ messages in thread
From: richard.purdie at linuxfoundation dot org @ 2012-02-06 15:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7125

Richard Purdie <richard.purdie at linuxfoundation dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard.purdie at
                   |                            |linuxfoundation dot org

--- Comment #10 from Richard Purdie <richard.purdie at linuxfoundation dot org> 2012-02-06 15:09:38 UTC ---
This bug is still present in gcc 4.6 as I've configured with --with-system-zlib
yet it still builds zlib for the host.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib
       [not found] <bug-7125-4@http.gcc.gnu.org/bugzilla/>
  2012-02-06 15:10 ` [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib richard.purdie at linuxfoundation dot org
@ 2012-02-06 16:25 ` richard.purdie at linuxfoundation dot org
  2015-04-01  3:34 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 6+ messages in thread
From: richard.purdie at linuxfoundation dot org @ 2012-02-06 16:25 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7125

--- Comment #11 from Richard Purdie <richard.purdie at linuxfoundation dot org> 2012-02-06 16:23:16 UTC ---
Sorry, my previous report should be disregarded as it was user error. The
option does appear to work for me, removing the zlib compile where it was
previously present.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib
       [not found] <bug-7125-4@http.gcc.gnu.org/bugzilla/>
  2012-02-06 15:10 ` [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib richard.purdie at linuxfoundation dot org
  2012-02-06 16:25 ` richard.purdie at linuxfoundation dot org
@ 2015-04-01  3:34 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2015-04-01  3:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7125

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #12 from H.J. Lu <hjl.tools at gmail dot com> ---
Works for me with GCC 5.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib
       [not found] <20020625135600.7125.mark@moxienet.com>
  2003-06-02  3:45 ` dhazeghi@yahoo.com
  2004-01-23 21:00 ` dhazeghi at yahoo dot com
@ 2004-01-24  6:25 ` aj at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: aj at gcc dot gnu dot org @ 2004-01-24  6:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aj at gcc dot gnu dot org  2004-01-24 06:24 -------
It's still built - both for target and each host multiarch (here on Linux/x86-64):
$ ls zlib/
Makefile      config.log     gzio.o      inflate.o   libz.a
adler32.o     config.status  infblock.o  inftrees.o  trees.o
compress.o    crc32.o        infcodes.o  infutil.o   uncompr.o
config.cache  deflate.o      inffast.o   libtool     zutil.o

$ ls x86_64-suse-linux-gnu/zlib/ x86_64-suse-linux-gnu/32/zlib/
x86_64-suse-linux-gnu/32/zlib/:
Makefile      config.status  infblock.lo  inflate.o               trees.lo
adler32.lo    crc32.lo       infblock.o   inftrees.lo             trees.o
adler32.o     crc32.o        infcodes.lo  inftrees.o              uncompr.lo
compress.lo   deflate.lo     infcodes.o   infutil.lo              uncompr.o
compress.o    deflate.o      inffast.lo   infutil.o               zutil.lo
config.cache  gzio.lo        inffast.o    libtool                 zutil.o
config.log    gzio.o         inflate.lo   libzgcj_convenience.la

x86_64-suse-linux-gnu/zlib/:
Makefile      config.status  infblock.lo  inflate.o               multilib.out
adler32.lo    crc32.lo       infblock.o   inftrees.lo             trees.lo
adler32.o     crc32.o        infcodes.lo  inftrees.o              trees.o
compress.lo   deflate.lo     infcodes.o   infutil.lo              uncompr.lo
compress.o    deflate.o      inffast.lo   infutil.o               uncompr.o
config.cache  gzio.lo        inffast.o    libtool                 zutil.lo
config.log    gzio.o         inflate.lo   libzgcj_convenience.la  zutil.o

I'm not sure whether it is used or not.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2003-11-19 19:21:28         |2004-01-24 06:24:57
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7125


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib
       [not found] <20020625135600.7125.mark@moxienet.com>
  2003-06-02  3:45 ` dhazeghi@yahoo.com
@ 2004-01-23 21:00 ` dhazeghi at yahoo dot com
  2004-01-24  6:25 ` aj at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-23 21:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-23 21:00 -------
Andreas, According to <http://gcc.gnu.org/ml/gcc/2004-01/msg01810.html>, you build with --
with-system-zlib right? Does it behave as advertised? Thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dhazeghi at yahoo dot com   |aj at suse dot de
             Status|NEW                         |WAITING
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7125


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib
       [not found] <20020625135600.7125.mark@moxienet.com>
@ 2003-06-02  3:45 ` dhazeghi@yahoo.com
  2004-01-23 21:00 ` dhazeghi at yahoo dot com
  2004-01-24  6:25 ` aj at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-02  3:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7125


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-02 03:45:02
               date|                            |


------- Additional Comments From dhazeghi@yahoo.com  2003-06-02 03:45 -------
Still present. Thanks for the feedback



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-01  3:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-7125-4@http.gcc.gnu.org/bugzilla/>
2012-02-06 15:10 ` [Bug bootstrap/7125] libz is built even if configured with --with-system-zlib richard.purdie at linuxfoundation dot org
2012-02-06 16:25 ` richard.purdie at linuxfoundation dot org
2015-04-01  3:34 ` hjl.tools at gmail dot com
     [not found] <20020625135600.7125.mark@moxienet.com>
2003-06-02  3:45 ` dhazeghi@yahoo.com
2004-01-23 21:00 ` dhazeghi at yahoo dot com
2004-01-24  6:25 ` aj at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).