Displaying 1 result from an estimated 1 matches for "lhtseng".
2010 Sep 28
1
[LLVMdev] [VMKit-2.7] libvmjc.so building problem
...e downloaded from this page:
http://llvm.org/releases/download.html#2.7
GNU classpath is downloaded from:
ftp://ftp.gnu.org/gnu/classpath/classpath-0.97.2.tar.gz
PNet & PNetlib are not used because I just want the JVM.
I use these arguments to configure my VMKit:
./configure --prefix=/home/lhtseng/llvm
--with-llvmsrc=/home/lhtseng/llvm/src/llvm
--with-llvmobj=/home/lhtseng/llvm/obj/llvm
--with-gnu-classpath-libs=/home/lhtseng/llvm/lib/classpath
--with-gnu-classpath-glibj=/home/lhtseng/llvm/share/classpath/glibj.zip...