RE: "cannot create sablevm" message running sablevm in x86
"Grzegorz B. Prokopski" <[email protected]> Thu, 21 Apr 2005 09:36:52 -0400
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Thu, 2005-21-04 at 09:27 +0200, Rife, Jaume wrote: > I have set CPPFLAGS, but it fails again. Try (assuming bash): unset CPPFLAGS export CFLAGS="-I/tmp/sablevm/include -O2 -fno-reorder-blocks" *OR* (but this will give you slightly slower interpreter): unset CPPFLAGS export CFLAGS="-I/tmp/sablevm/include -O2" and pass --with-threading=direct to sablevm's ./configure script. I am not sure how CPPFLAGS and CFLAGS play together, I'd rather avoid mixing them. Especially that we do manipulate CFLAGS in the configure script. HTH GBP PS: I also just filled http://sablevm.org/bugs/133 -- Grzegorz B. Prokopski <[email protected]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org