From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130039 invoked by alias); 21 Apr 2015 15:33:59 -0000 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 Received: (qmail 130028 invoked by uid 89); 21 Apr 2015 15:33:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f47.google.com Received: from mail-wg0-f47.google.com (HELO mail-wg0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 21 Apr 2015 15:33:57 +0000 Received: by wgso17 with SMTP id o17so217993983wgs.1 for ; Tue, 21 Apr 2015 08:33:54 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.195.13.168 with SMTP id ez8mr41686323wjd.30.1429630433942; Tue, 21 Apr 2015 08:33:53 -0700 (PDT) Received: by 10.194.210.104 with HTTP; Tue, 21 Apr 2015 08:33:53 -0700 (PDT) In-Reply-To: <834mo95y3c.fsf@gnu.org> References: <834mo95y3c.fsf@gnu.org> Date: Tue, 21 Apr 2015 15:33:00 -0000 Message-ID: Subject: Re: how to detect if gdb has been compiled with python support? From: Ofir Cohen To: Eli Zaretskii Cc: Maurizio Vitale , "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00046.txt.bz2 Indeed, But I personally use msys2 with MinGWx64, with the convenient pacman package manager, which offers 7.6 as the the latest gdb: mingw32/mingw-w64-i686-gdb 7.6.2-2 (I sync'ed database an hour ago) Again, It is highly a matter of taste, I find it convenient and trustworthy, (rather than having to build gdb from sources and/or download gdb executables from random websites) Regards, Ofir On 21 April 2015 at 17:56, Eli Zaretskii wrote: >> Date: Tue, 21 Apr 2015 10:54:35 +0300 >> From: Ofir Cohen >> Cc: "gdb@sourceware.org" >> >> This flag, --configuration, isn't recognized for a MinGW 7.6 build on Windows, >> though for a gdb 7.7 on Linux it did work. > > The latest release of GDB is 7.9, so 7.6 is ancient history.