Re: Porting Sable VM to SH4

Chris Pickett <[email protected]> Wed, 25 Oct 2006 16:00:25 -0400
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
Hi Vincent,

Vincent Verstraete wrote:
> java.lang.UnsatisfiedLinkError: Native library `javanio' not found (as 
> file `libjavanio') in gnu.classpath.boot.library.path and java.library.path
> [verbose gc: total gc time = 0 sec 0 usec]
> 
> 
> The weird thing is I do find libjavanio on my system in 
> /usr/local/sablevm/lib/sablevm-classpath/
> 
> Any idea where this dynamic linking goes wrong?

I hit the same thing last night using a system with gcc-4.0.  I moved to 
an older system with gcc-3.3 and it went away.  I did hear a report of 
SableVM "not working" with gcc-4.0, but there weren't any further 
details.  I can't say for sure what the problem is, it might be gcc, it 
might be something like libtool, it might be an environment variable. 
If I figure it out, I'll let you know; please do the same.  Note that 
for what I need now, I'm fine just using gcc-3.3, so I probably won't 
spend a lot of time on it.

Cheers,
Chris