This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: AF_INET6 and cygwin builds
- From: Tom Tromey <tromey at redhat dot com>
- To: Eric Blake <ebb9 at byu dot net>
- Cc: java at gcc dot gnu dot org, konqueror at gmx dot de
- Date: 05 Aug 2003 08:08:03 -0600
- Subject: Re: AF_INET6 and cygwin builds
- References: <3F2FA6FC.9000903@byu.net>
- Reply-to: tromey at redhat dot com
>>>>> "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