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:

David> Have a look at
David> http://gcc.gnu.org/ml/java/2001-04/msg00377.html.  I haven't
David> done anything since then.

Thanks.  I read this message.

Most of the referenced patches have gone in.  Two have not:

    http://gcc.gnu.org/ml/gcc-patches/2001-04/msg01040.html

This changes jc1 to use strcasecmp and also to downcase the file
name.  However, Robert Collins points out that this approach doesn't
fully work.  Robert (if you're listening), do you have a different
patch?  What is your paperwork status?


The other patch is:

    http://gcc.gnu.org/ml/gcc-patches/2001-04/msg01041.html

This one handles the fact that Cygwin doesn't have weak.  This is only
used for JNI_OnLoad.  There's already a fix in for that, but on
further reflection I think we just don't need that code.  I'm going to
remove it.


So it sounds like we're actually fairly close to having something work
on Cygwin.  That's cool!

Tom


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