From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19881 invoked by alias); 24 Sep 2003 18:10:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15508 invoked from network); 24 Sep 2003 16:53:01 -0000 Received: from unknown (HELO motgate5.mot.com) (144.189.100.105) by sources.redhat.com with SMTP; 24 Sep 2003 16:53:01 -0000 Received: from az33exr04.mot.com (az33exr04.mot.com [10.64.251.234]) by motgate5.mot.com (Motorola/Motgate5) with ESMTP id h8OGqvf9007802; Wed, 24 Sep 2003 09:52:58 -0700 (MST) Received: from latour.rsch.comm.mot.com (latour.rsch.comm.mot.com [145.1.80.116]) by az33exr04.mot.com (Motorola/az33exr04) with ESMTP id h8OGqnqe010439; Wed, 24 Sep 2003 11:52:55 -0500 Received: from latour.rsch.comm.mot.com (localhost.rsch.comm.mot.com [127.0.0.1]) by latour.rsch.comm.mot.com (8.12.9/8.12.9) with ESMTP id h8OGqhgt043613; Wed, 24 Sep 2003 11:52:43 -0500 (CDT) (envelope-from rittle@latour.rsch.comm.mot.com) Received: (from rittle@localhost) by latour.rsch.comm.mot.com (8.12.9/8.12.9/Submit) id h8OGqhto043610; Wed, 24 Sep 2003 11:52:43 -0500 (CDT) Date: Wed, 24 Sep 2003 18:10:00 -0000 From: Loren James Rittle Message-Id: <200309241652.h8OGqhto043610@latour.rsch.comm.mot.com> To: drow@mvista.com CC: gcc-patches@sources.redhat.com, gerald@pfeifer.com, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20030924163739.GA27896@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 24 Sep 2003 12:37:39 -0400) Subject: Re: [toplevel/libiberty] Reject configure files which warn (*BSD malloc.h bootstrap fix) Reply-to: rittle@labs.mot.com References: <20030924163739.GA27896@nevyn.them.org> User-Agent: SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharaji?= =?ISO-8859-4?Q?ng=FE-mae?=) LEMI/1.14.1 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2003-09/txt/msg00529.txt.bz2 In article <20030924163739.GA27896@nevyn.them.org>, Daniel Jacobowitz writes: > What are your thoughts on this patch? The basic idea is to reject (as > autoconf 2.13 did) headers which cause the preprocessor to generate > warnings. ACK that it fixes the problem. Configure now finds: ac_cv_header_malloc_h=no > [...] I'm still talking to Paul about that... Daniel, thanks. > Gerald or Loren, could you make sure this fixes your boostrap troubles on > FreeBSD? You'll need autoconf 2.57 to regenerate configure. Running full bootstrap over lunch. Loren