From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15881 invoked by alias); 30 Dec 2003 07:20: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 15874 invoked from network); 30 Dec 2003 07:20:26 -0000 Received: from unknown (HELO gollum.inter.net.il) (192.114.186.22) by sources.redhat.com with SMTP; 30 Dec 2003 07:20:26 -0000 Received: from zaretski (pns03-195-8.inter.net.il [80.230.195.8]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CCY04506; Tue, 30 Dec 2003 09:20:21 +0200 (IST) Date: Tue, 30 Dec 2003 07:20:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-Id: <2543-Tue30Dec2003091800+0200-eliz@elta.co.il> In-reply-to: <20031229160141.GA14016@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 29 Dec 2003 11:01:42 -0500) Subject: Re: [RFC] Fix compilation failure of remote-fileio.c Reply-to: Eli Zaretskii References: <20031228233800.GA815@nevyn.them.org> <9003-Mon29Dec2003085843+0200-eliz@elta.co.il> <20031229160141.GA14016@nevyn.them.org> X-SW-Source: 2003-12/txt/msg00516.txt.bz2 > Date: Mon, 29 Dec 2003 11:01:42 -0500 > From: Daniel Jacobowitz > > Hmm... since it doesn't compile as-is, I think this is OK. I need some help in tweaking the configury stuff for this. I see that src/gdb/configure was produced by Autoconf 2.13; is that an unmodified Autoconf 2.13? Because running Autoconf 2.13 installed on fencepost.gnu.org produces quite a few errors about undefined macros. What am I missing? Also, if it _is_ Autoconf 2.13, then it seems like it doesn't know about AC_CHECK_MEMBER, so what should I put in configure.in for testing the existence of st_blocks? TIA