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: building libgcj on HFS+ was:Re: MACOSX support


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



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