On Thu, Mar 21, 2002 at 11:24:06PM +1100, Andrew Dalgleish wrote:
> 
> On Thu, Mar 21, 2002 at 05:17:13PM +1100, Andrew Dalgleish wrote:
> > 
> > On Thu, Mar 21, 2002 at 04:42:13AM +0100, Dalibor Topic wrote:
> > > Try to rebuild Klasses.jar using jikes 1.13
> > 
> > jikes == 1.13 or jikes >= 1.13?
> > 
> > With jikes == 1.15 on OpenBSD-current I get:
> > FAIL: DoubleCvt.java
> > FAIL: TestSerializable2.java
> > FAIL: Alias.java
> 
> These three all have this error:
> /usr/libexec/ld.so: Undefined symbol "_floor" called from
> lt-Kaffe:/.../kaffe/kaffevm/.libs/libkaffevm.so.0.0 at 0x4006ea7c
> 
> If I add libm to LD_PRELOAD they pass.

I've tracked this down to a problem with libtool 1.4 on OpenBSD.
(This is not a kaffe-specific problem.)

If I run kaffe's ./configure, then replace libtool with version
1.3.5 from the ports tree, everything is ok.

This also lets me build a full static version the same as I
am using on cygwin to track down the cygwin problems.

Reply via email to