From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30690 invoked by alias); 10 Jul 2008 18:52:21 -0000 Received: (qmail 30669 invoked by uid 22791); 10 Jul 2008 18:52:20 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jul 2008 18:52:03 +0000 Received: from spaceape12.eur.corp.google.com (spaceape12.eur.corp.google.com [172.28.16.146]) by smtp-out.google.com with ESMTP id m6AIpQu2018067; Thu, 10 Jul 2008 19:51:26 +0100 Received: from localhost (meta.corp.google.com [172.22.108.53]) by spaceape12.eur.corp.google.com with ESMTP id m6AIorxG029252; Thu, 10 Jul 2008 19:50:53 +0100 Received: by localhost (Postfix, from userid 500) id E6E653F3058; Thu, 10 Jul 2008 11:50:52 -0700 (PDT) To: dj@redhat.com CC: drow@false.org, binutils@sourceware.org, gdb@sourceware.org In-reply-to: <200807101724.m6AHO9Lu003165@greed.delorie.com> (message from DJ Delorie on Thu, 10 Jul 2008 13:24:09 -0400) Subject: Re: inflateInit? References: <20080710165155.D15CA3F3058@localhost> <200807101724.m6AHO9Lu003165@greed.delorie.com> Message-Id: <20080710185052.E6E653F3058@localhost> Date: Thu, 10 Jul 2008 18:52:00 -0000 From: csilvers@google.com (Craig Silverstein) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00078.txt.bz2 } I'm more interested in fixing this the right way, as mine are } automated builds. But you control the Makefile for them, right? Every place where you're specifying libbfd.a right now, you can just change it to libbfd.a -lz (or "libbfd.a /usr/lib/libz.a", or whatever the appropriate location for you is). } Is there a --disable-compression option for bfd/gdb (gdb calls it } too) that we can use, or perhaps make the default until we fix this? Hmm, not at the moment, but you're right it may be a good idea to add it. craig