search for: classpathrootdir

Displaying 2 results from an estimated 2 matches for "classpathrootdir".

2011 Oct 19
2
[LLVMdev] Error when installing VMKit
...l before building LLVM from SVN successfully. I downloaded GNU Classpath 0.97.2 and installed it like described in the getting started. I configured VMKit like the following : ./configure CC=llvm-gcc CXX=llvm-g++ --with-llvmsrc=LLVMROOTDIR --with-llvmobj=LLVMROOTDIR --with-gnu-classpath-libs=CLASSPATHROOTDIR/lib --with-gnu-classpath-glibj=CLASSPATHROOTDIR/lib/glibj.zip Does anyone has an idea to solve this issue? Thanks, Harris
2011 Oct 19
0
[LLVMdev] Error when installing VMKit
...sfully. > > I downloaded GNU Classpath 0.97.2 and installed it like described in the > getting started. > > I configured VMKit like the following : > > ./configure CC=llvm-gcc CXX=llvm-g++ --with-llvmsrc=LLVMROOTDIR > --with-llvmobj=LLVMROOTDIR > --with-gnu-classpath-libs=CLASSPATHROOTDIR/lib > --with-gnu-classpath-glibj=CLASSPATHROOTDIR/lib/glibj.zip > I'm not sure CC and CXX help configuring vmkit. I haven't checked for a while, but it may be that llvm-gcc/llvm-g++ do not work anymore to compile vmkit. What you should do is get the svn version of clang, compile it a...