From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32126 invoked by alias); 27 Jul 2011 16:07:09 -0000 Received: (qmail 32112 invoked by uid 22791); 27 Jul 2011 16:07:07 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 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; Wed, 27 Jul 2011 16:06:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7582B2BAC27; Wed, 27 Jul 2011 12:06:51 -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 N3mHK0JDn33g; Wed, 27 Jul 2011 12:06:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 48D242BAC26; Wed, 27 Jul 2011 12:06:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 58D5A145615; Wed, 27 Jul 2011 09:06:48 -0700 (PDT) Date: Wed, 27 Jul 2011 16:07:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb@sourceware.org Subject: Re: Windows build cookbook Message-ID: <20110727160648.GP1988@adacore.com> References: <83zkjzempb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83zkjzempb.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-07/txt/msg00098.txt.bz2 > If there's no such thing, could someone who regularly builds the > native Windows (a.k.a. MinGW) port please share his/her setup? I use the cygwin environment with a MinGW compiler, and configure using --build=i686-pc-mingw32 (or --build=x86_64-pc-mingw32). Using that approach, it pretty much builds out of the box. -- Joel