This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: darwin and java status
Aehmm forget about that, it is even worse.
Andrew Haley wrote:
> > After setting up the classpath as this (installation dir of gcc)
> >
> > setenv ${CLASSPATH}:/Volumes/reserved1/gcctmp/share
> > setenv ${CLASSPATH}:/Volumes/reserved1/gcctmp/lib
> > setenv ${CLASSPATH}:/Volumes/reserved1/gcctmp/bin
> >
> > I no more get Bus Errors and I can run the gij where I want with a
> > .class file sitting somewhere.
Unfortunately the above sets the CLASSPATH to undefined variable and
then gij takes the java stuff from sun. ARGGGH.
> I take it that you have done a full "make install".
Yes, bootstrap, make install.
>
> For some reason it seems that your libgcj is not finding the class
> files it needs. I can't imagine why that is: I guess it's necessary
> to debug in order to find out.
Could it be HFS+(install directory) vs UFS (build directory) (case
insensitivity on HFS+)
Thanks,
Andreas