From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26162 invoked by alias); 9 Feb 2014 16:47:58 -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 26150 invoked by uid 89); 9 Feb 2014 16:47:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Feb 2014 16:47:57 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s19GlsAt016623 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 9 Feb 2014 11:47:54 -0500 Received: from host2.jankratochvil.net (ovpn-116-25.ams2.redhat.com [10.36.116.25]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s19Glmfn004858 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 9 Feb 2014 11:47:52 -0500 Date: Sun, 09 Feb 2014 16:47:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: fercerpav@gmail.com, gdb-patches@sourceware.org, ktietz@redhat.com Subject: Re: [PATCH] Add IPv6 support for remote TCP connections Message-ID: <20140209164748.GA25629@host2.jankratochvil.net> References: <1391878435-19340-1-git-send-email-fercerpav@gmail.com> <20140209083056.GA32481@host2.jankratochvil.net> <20140209095308.GH2320@home.lan> <20140209130501.GA15183@host2.jankratochvil.net> <83k3d4utwr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83k3d4utwr.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00259.txt.bz2 On Sun, 09 Feb 2014 17:34:28 +0100, Eli Zaretskii wrote: > Did you include ws2tcpip.h? That's the header where getaddrinfo and > all that is needed to use it are declared, per the MSDN documentation: > > http://msdn.microsoft.com/en-us/library/windows/desktop/ms738520%28v=vs.85%29.aspx The patch with really builds OK on Fedora mingw64. I did not expect the function may be missing just due to a non-standard header file. OK, we can now go with the patch and merge in gdbserver bits from my patch. Thanks, Jan