This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: AF_INET6 and cygwin builds


>>>>> "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


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