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: Cygwin port


>>>>> "Jerome" == Jerome Marc <marcjero@yahoo.com> writes:

Jerome> I read that libjava cannot be built with cygwin because of
Jerome> Windows case insensitive filesystems. I would like to know if
Jerome> anyone tried the environment setting :
Jerome> CYGWIN=check_case:strict

As far as I know nobody has tried this.

Jerome> With this setting, I can compile whole java classes
Jerome> successfully but found any trouble while linking the
Jerome> library. Whithout this setting, the building process stops
Jerome> while compiling Gnu.java.

What exactly happens when linking the library?
Also, how do you configure gcc?

Jerome> I just wonder what are the case sensitivity issues whith
Jerome> libjava.

I don't know of any in libjava.  The problem is that the compiler
itself gets confused by the case insensitivity.  The Gnu.java build
problem you saw is the symptom.

There's a bunch of discussion of the bug in the mailing list archives.
Now that libgcj has mostly been ported to Windows, I'd think it
wouldn't be too hard for someone (you :-) to fix this gcj bug.

Tom


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