Re: SableVM on ARM Zaurus
"Grzegorz B. Prokopski" <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Sat, 2005-08-01 at 16:43 +0100, Cortez The Killer wrote: > > > > > > I hope you can see something special, because I don't ;-) > > > > Kind of. I grepped for "libgtkpeer" and it looks like the library is > > properly found, opened, read etc... Though I am not quite sure why > > do I see a the end SableVM being "killed by SIGINT" ! > > After the stack trace is shown, the bottom lines says "...1 more". I > have to admit that I don't know how the rest of the stack trace can be > displayed, so I exit forcively by pressing Ctrl-C. I guess that's why > you see the "killed by SIGINT" message. Hmm... so it hangs?! > > Can you add --enable-debugging-features to 'sablevm's ./configure, > > remove any --with-threading=... option, and recompile reinstall it? > > (no need to touch sablevm-classpath or any other software) > > Using this configure parameter, make exits with following error: > > In file included from libsablevm.c:18: > /usr/java/include/ffi.h:118:6: use of C99 long long integer constant > make[5]: ***[labsablevm.lo] Error 1 > ... > > Any ideas? add --disable-errors-on-warnings to configure options you use, and include the output of 'sablevm -V' in yoru next email, just so that we were sure you got all the options right. HTH Grzegorz B. Prokopski --