This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add IPv6 support for remote TCP connections


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 <ws2tcpip.h> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]