Re: Porting Sable VM to SH4

Chris Pickett <[email protected]> Sat, 28 Oct 2006 22:57:58 -0400
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
Chris Pickett wrote:
> 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.

Just to follow up, I'm now unable to reproduce the error.  For sure the 
switch intepreter works with gcc-4.1.1, which is a good thing.

Cheers,
Chris