[Sablevm-developer] SableVM 1.0.6 Build problem
Brought to you by:
egagnon
From: Bruno D. <bru...@ma...> - 2003-02-21 02:46:14
|
Hi, I just noticed a slightly annoying thing with the latest SableVM release. If you run a 'make distclean' in the sablevm-1.0.6 directory, then you won't be able to compile the direct threaded interpreter anyore, because of a missing 'instructions_preparation_direct_threaded.c'. It seems to me that sablevm-1.0.6/src/libsablevm/Makefile.in only includes a dependency to instructions_preparation_inline_threaded.c, which causes the other ones (direct and switch) to never be regenerated. To test the hypothesis, I ran the aclocal ... automake sequence, and it fixed the problem. Cheers, -- Bruno Dufour Sable Research Group McGill University, Montreal, Canada bru...@ma... |