From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106416 invoked by alias); 3 Nov 2015 12:56:59 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 106400 invoked by uid 89); 3 Nov 2015 12:56: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-wi0-f180.google.com Received: from mail-wi0-f180.google.com (HELO mail-wi0-f180.google.com) (209.85.212.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 03 Nov 2015 12:56:57 +0000 Received: by wikq8 with SMTP id q8so71000335wik.1 for ; Tue, 03 Nov 2015 04:56:54 -0800 (PST) X-Received: by 10.194.123.132 with SMTP id ma4mr28001421wjb.140.1446555414595; Tue, 03 Nov 2015 04:56:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.227.130 with HTTP; Tue, 3 Nov 2015 04:56:14 -0800 (PST) Reply-To: fracting@gmail.com In-Reply-To: <5638A83C.6040300@redhat.com> References: <1446492970-21432-1-git-send-email-palves@redhat.com> <5637C1FA.2060708@redhat.com> <5638A83C.6040300@redhat.com> From: Qian Hong Date: Tue, 03 Nov 2015 12:56:00 -0000 Message-ID: Subject: Re: [PATCH 00/11] C++/MinGW patches To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00072.txt.bz2 On Tue, Nov 3, 2015 at 8:27 PM, Pedro Alves wrote: > Does it trigger without --enable-build-with-cxx as well? Yes, same error without build-with-cxx. So it is not related to c++ compiler. strndup is not defined in mingw-w64... I tried `make all-gdb` instead of `make all`, now new error found: http://pastebin.com/rM7V7msA I guess this is fixed by one of patches in https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-gdb-git Would you mind have a look? Maybe some of MSYS2 patch could be pick into your tree? Thanks! -- Regards, Qian Hong - http://www.winehq.org