From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2704 invoked by alias); 10 Jul 2008 19:24:00 -0000 Received: (qmail 2690 invoked by uid 22791); 10 Jul 2008 19:24:00 -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 19:23:43 +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 m6AJNbbb011591; Thu, 10 Jul 2008 15:23:37 -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 m6AJNaCY003948; Thu, 10 Jul 2008 15:23:36 -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 m6AJNZTE006374; Thu, 10 Jul 2008 15:23:36 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.2/8.14.2/Submit) id m6AJNZBw006371; Thu, 10 Jul 2008 15:23:35 -0400 Date: Thu, 10 Jul 2008 19:24:00 -0000 Message-Id: <200807101923.m6AJNZBw006371@greed.delorie.com> From: DJ Delorie To: csilvers@google.com (Craig Silverstein) CC: drow@false.org, binutils@sourceware.org, gdb@sourceware.org In-reply-to: <20080710185052.E6E653F3058@localhost> (csilvers@google.com) Subject: Re: inflateInit? References: <20080710165155.D15CA3F3058@localhost> <200807101724.m6AHO9Lu003165@greed.delorie.com> <20080710185052.E6E653F3058@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/msg00083.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? No. The build cleans out any non-cvs-pristine sources and checks out the latest, then runs configure, make, etc. If it's not in CVS it's not going to make it into my builds. If I added it to CVS (assuming I had permission to do so), then any system missing libz would break. Besides, "you should hack your Makefiles" is not a suitable solution to this kind of problem. I'm not the only one trying to build them.