[Sablevm-developer] Re: sablevm-classpath broken??
Brought to you by:
egagnon
From: David <db...@CS...> - 2004-02-11 00:56:35
|
On Tue, Feb 10, 2004 at 05:29:38PM -0500, Etienne Gagnon wrote: > Weird... >=20 > I have redone it, changing two things: > 1- in the target location, I changed the name from .../sablevm-inlined = to=20 > .../sablevminl > 2- I deleted completely the target directories, and compiled and instal= led=20 > sablevm-classpath > *before* installing sablevm. >=20 > and it worked... Hmmm... Needs further investigation, but I have no t= ime > now to do it. >=20 Note: If you compile several version and have lib going in lib/sablevm-inlined, lib/sablevm-direct etc. instead of lib/sablevm. Well my build CP script will put CP in lib/sablevm and SableVM will not find it. Instead of having several CP version, I do a sym link: cd lib/sablevm-inlined ln -s ../sablevm Don't know if it helps. David --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |