This is the mail archive of the java-patches@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]

Re: cygwin patch for libjava/configure.in


>>>>> "David" == Billinghurst, David (CRTS) <David.Billinghurst@riotinto.com> writes:

Another ancient patch resurrected...

David> This patch addresses two issues in libjava:
David> *	posix threads on cygwin doesn't/can't link with -lpthreads.

I've updated this part to match the 3.1 sources and I'm going to check
it in.

David> *	autoconf detects IP6 but cygwin implementation is incomplete

David> I have changed the IP6 detection to use another struct defined
David> in RFC2133.  It may be safer to look for both structs with
David> something like

Rainer Orth recently committed some code in this area.  His code
checks for `struct ipv6_mreq', whereas yours used `struct ip6_mreq'
(no `v').

Was that a typo on your part?  Will the code currently in the trunk
work (in this area) on Cygwin?

Tom


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