From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128058 invoked by alias); 28 Oct 2018 18:51:57 -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 128044 invoked by uid 89); 28 Oct 2018 18:51:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 28 Oct 2018 18:51:55 +0000 Received: by simark.ca (Postfix, from userid 112) id 225C31EA6F; Sun, 28 Oct 2018 14:51:54 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=simark.ca; s=mail; t=1540752714; bh=INQXyqTfG/2ubier0aNv6Em6k/7TmyuIk6KgBUNT80Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XI0BJ5lcBNPwBppHQuh0EXgIzMNL+vgIhjFmkhKKWzLbeAYyyVMc3bg6liNFLBsqv WIshdF7ueiNkftavqUmAokdMR9Urp8kCp8I3TcJqEYUkcXHHD3IBNgqTcFo3tSsCuN S9UNJOK+UiWywJXTjR2JER/XCCKZgk/iltWOakQI= Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 6E75A1E4C2; Sun, 28 Oct 2018 14:51:50 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=simark.ca; s=mail; t=1540752710; bh=INQXyqTfG/2ubier0aNv6Em6k/7TmyuIk6KgBUNT80Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=nNE6yabsY10i8O/uteBkwAznmYIoXGIChcWbzUY7MXqDjHtEE6ts5YR0g77ToTg7N NBvC49nXucjf+6QKZ7qx01Y5oy6Ed6waMx6/QhYsDjOePgYKAKJnlNA8yyIMg/Ezwe bDrvYDyVH5+LfajPleTSpmh3GGouw1H5Fgn3mOes= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 28 Oct 2018 18:51:00 -0000 From: Simon Marchi To: John Darrington Cc: Sergio Durigan Junior , gdb-patches@sourceware.org Subject: Re: [PATCH 1/4] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested. In-Reply-To: <20181028181010.yt2xlp5in65xsc4f@jocasta.intra> References: <20181013175801.2670-1-john@darrington.wattle.id.au> <87a7nbxb2v.fsf@redhat.com> <20181019185548.izouwatbcjwnrs2a@jocasta.intra> <877eidwwlz.fsf@redhat.com> <20181028181010.yt2xlp5in65xsc4f@jocasta.intra> Message-ID: X-Sender: simark@simark.ca User-Agent: Roundcube Webmail/1.3.6 X-SW-Source: 2018-10/txt/msg00680.txt.bz2 On 2018-10-28 14:10, John Darrington wrote: > Mea Culpa. > > I missed that one. I'll try to get a mingw environment set up and > check in a fix. Ok. If you are on Linux, it shouldn't be too hard. For example, I use these packages (on two different machines): https://aur.archlinux.org/packages/mingw-w64-gcc/ https://packages.ubuntu.com/en/bionic/gcc-mingw-w64 and configure with --host=x86_64-w64-mingw32. I think that's all. Simon