This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: building libgcj on HFS+ was:Re: MACOSX support
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 22 Feb 2003 15:40:05 +0100
- Subject: Re: building libgcj on HFS+ was:Re: MACOSX support
- References: <BAY1-F1365aHaZVrDs900000e49@hotmail.com>
Hi,
Ranjit Mathew wrote:
If it is case-insensitive, do you not get the errors from
the test case in the latter half of the following message?
http://gcc.gnu.org/ml/java/2003-02/msg00276.html
I hope I did it right.
My build sits on a hfs+ partition, the CLASSPATH as well.
I set the PATH to: PATH=/Volumes/OSX0/gcctmp/objdir/gcc
And the CLASSPATH to:
CLASSPATH=/Volumes/OSX0/gcctmp/objdir/powerpc-apple-darwin6.3/libjava
First I compile gcj -C foo/Bar.java
Ok, works.
Now, after removing foo/Bar.class
gcj -C Foo.java
gcj -C foo/Bar.java
Works also.
I tried it with current 3.3 and 3.4.
Either it works, or I do something wrong?
Andreas