From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6970 invoked by alias); 17 Mar 2013 01:03:31 -0000 Received: (qmail 6912 invoked by uid 22791); 17 Mar 2013 01:03:28 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 Mar 2013 01:03:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D05052EAA9; Sat, 16 Mar 2013 21:03:22 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Qa5klo+G4-Dv; Sat, 16 Mar 2013 21:03:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9DE0E1C6095; Sat, 16 Mar 2013 21:03:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9D77CC26AE; Sat, 16 Mar 2013 18:03:20 -0700 (PDT) Date: Sun, 17 Mar 2013 01:03:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: Joel Sherrill , Ralf Corsepius , "gdb@sourceware.org" Subject: Re: [gdb-7.5.91] mips sim fails to build on mingw32 Message-ID: <20130317010320.GL4474@adacore.com> References: <5evvfpyhuvbs9ftm3edxb7na.1363372668425@email.android.com> <20130316181049.GK4474@adacore.com> <5144BE6C.7060909@oarcorp.com> <201303161927.31479.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201303161927.31479.vapier@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2013-03/txt/msg00036.txt.bz2 > On Saturday 16 March 2013 14:48:12 Joel Sherrill wrote: > > But I don't know how to regenerate the configure script in gdb. I see > > I need autoconf 2.64 but what's the magic incantation. > > i do: > cd sim/mips > aclocal > autoconf This might not be needed in this context, but I usually add a call to "autoheader" as well, for when config.in needs to get regenerated. -- Joel