AF_INET6 and cygwin builds
Tom Tromey
tromey@redhat.com
Tue Aug 5 14:15:00 GMT 2003
>>>>> "Eric" == Eric Blake <ebb9@byu.net> writes:
Eric> I'm trying to bootstrap gcj on i686-pc-cygwin, from CVS HEAD,
Eric> but I am running into an error:
Eric> makes it sound like the link may have been set up correctly - should
Eric> cygwin should be using the NoNet version? Otherwise, if cygwin is
Eric> correctly using the Posix version, we probably need some configure
Eric> magic to check for AF_INET6.
The NoNet version should only be chosen for newlib targets and when
you specify --disable-java-net.
According to configure.in, only mingw gets the Win32 version of this
file. Why is that, though? Wouldn't this also make sense for Cygwin?
If not, then, yes, we need tests to make the Posix version work here.
Tom
More information about the Java
mailing list