On 10 Sep 2003, David Crowe wrote: > cvs co llvm > ... > > cd llvm; ./configure --with-llvmgccdir=<llvmgccdir>; make > (there doesn't appear to be a makefile in llvm/lib/Bytecode, nor is > there a CVS dir!) Make sure you use "cvs up -P -d" or the utils/cvsupdate.sh script. -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/