Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes:
>
>
> Did you link the shared libraries? (step 2).
>
> Also, can you send me your configure option?
>
> NicolasOn Wed, Jul 20, 2011 at 3:45 PM, Sarah <sarah.berenji <at>
gmail.com>
wrote:> Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes:
> >
> >
> > Hi Sarah,
> >
> > You should use classpath 0.97.2 and not 0.98 (isn't the error
message
obvious?> ).
> > So please try with classpath 0.97.2, and let me know if it works.
> >
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev <at> cs.uiuc.edu http://llvm.cs.uiuc.edu>
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> >
> No! It didn't work :(
> The error still remains....!
> Any suggestion?
>
>
>
> _______________________________________________
> LLVM Developers mailing listLLVMdev <at> cs.uiuc.edu
http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
>
>
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev <at> cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
I created links in "/usr/local/classpath/lib" where my classpath
objects are
installed. Since it didn't work I tried these paths too: in classpath's
source
"/usr/local/classpath-0.97.2/lib" & also in "/lib"!! The
error didn't change.
As another solution, I used gcc-4.1 to compile classpath. But it didn't work
too.
Here is my configure options:
./configure --with-llvmsrc=/usr/local/llvm-2.9 --with-gnu-classpath-
glibj=/usr/local/classpath/share/classpath --with-gnu-classpath-
libs=/usr/local/classpath/lib --with-llvmobj=/usr/local/llvm-2.9
Using "--with-mmtk-plan" returns the following error: "configure:
error:
/bin/bash .//autoconf/config.sub org.mmtk.plan.marksweep.MS failed", so I
committed it assuming it will use the default value.