[ruby-core:32749] Re: [Ruby-Bug#3802] freeaddrinfo not found in WS2_32.dll

From: "U.Nakamura" <usa@...>
Date: 2010-10-12 01:20:01 UTC
List: ruby-core #32749
Hello,

In message "[ruby-core:32738] [Ruby-Bug#3802] freeaddrinfo not found in WS2_32.dll"
    on Oct.11,2010 23:42:55, <redmine@ruby-lang.org> wrote:
> It seems the flag you're mentioning is --enable-wide-getaddrinfo, not --enable-wide-addrinfo.
> 
> Checking the source code, I can't find any ifdef that could affect this.

See ext/socket/extconf.rb.
When --enable-wide-getaddrinfo is specified, socket.so uses
ext/socket/getaddrinfo.c and ext/socket/getnameinfo.c.


> Since I don't have a Windows 2000 installation around, how can we verify this compiled successfully?

Wait bug report from real user :)


Regards,
-- 
U.Nakamura <usa@garbagecollect.jp>


In This Thread