From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30562 invoked by alias); 10 Jul 2008 17:24:36 -0000 Received: (qmail 30544 invoked by uid 22791); 10 Jul 2008 17:24:35 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jul 2008 17:24:18 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m6AHOBNA026276; Thu, 10 Jul 2008 13:24:11 -0400 Received: from greed.delorie.com (vpn-12-95.rdu.redhat.com [10.11.12.95]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6AHOAq2007444; Thu, 10 Jul 2008 13:24:10 -0400 Received: from greed.delorie.com (localhost.localdomain [127.0.0.1]) by greed.delorie.com (8.14.2/8.14.2) with ESMTP id m6AHO9Yd003168; Thu, 10 Jul 2008 13:24:09 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.2/8.14.2/Submit) id m6AHO9Lu003165; Thu, 10 Jul 2008 13:24:09 -0400 Date: Thu, 10 Jul 2008 17:24:00 -0000 Message-Id: <200807101724.m6AHO9Lu003165@greed.delorie.com> From: DJ Delorie To: csilvers@google.com (Craig Silverstein) CC: drow@false.org, binutils@sourceware.org, csilvers@google.com, gdb@sourceware.org In-reply-to: <20080710165155.D15CA3F3058@localhost> (csilvers@google.com) Subject: Re: inflateInit? References: <20080710165155.D15CA3F3058@localhost> X-IsSubscribed: yes 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/msg00074.txt.bz2 > what -- but one solution that should work in the short term is to > just add libz.a to your link line. I'm more interested in fixing this the right way, as mine are automated builds. 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?