From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14628 invoked by alias); 27 Jul 2011 16:27:10 -0000 Received: (qmail 14618 invoked by uid 22791); 27 Jul 2011 16:27:09 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Jul 2011 16:26:55 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LP000D002WF6S00@a-mtaout20.012.net.il> for gdb@sourceware.org; Wed, 27 Jul 2011 19:26:49 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.248.249]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LP000CDQ30O7VF0@a-mtaout20.012.net.il>; Wed, 27 Jul 2011 19:26:49 +0300 (IDT) Date: Wed, 27 Jul 2011 16:27:00 -0000 From: Eli Zaretskii Subject: Re: Windows build cookbook In-reply-to: <20110727160648.GP1988@adacore.com> To: Joel Brobecker Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83tya7elkc.fsf@gnu.org> References: <83zkjzempb.fsf@gnu.org> <20110727160648.GP1988@adacore.com> 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: 2011-07/txt/msg00099.txt.bz2 > Date: Wed, 27 Jul 2011 09:06:48 -0700 > From: Joel Brobecker > Cc: gdb@sourceware.org > > > 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. Thanks, but that's not what I meant. I guess I didn't make myself clear enough. I meant the support packages that GDB needs to be linked against: the Python libraries, termcap/curses, libexpat, readline, libiconv, etc. Which of them do you use? Or do you build them as well by yourself?