Compiling Kaffe snapshot dd 3rd February 1999 on HP-UX

Alexandre Oliva oliva at dcc.unicamp.br
Wed Feb 3 10:41:45 PST 1999


On Feb  3, 1999, Kero van Gelder <gelderk at natlab.research.philips.com> wrote:

> Managed to compile the snapshot, after removing the 
>  #ifndef HAVE_PRELOADED_SYMBOLS(?) & #endif
> lines 91 & 94 in ltdl.c

>   Failed to locate native library "libnative" in path:
> 	  /home/gelderk/lib/kaffe:/home/gelderk/lib

> But /home/gelderk/lib/kaffe/libnative.a does exist...

Yep, but libtool needs dlpreopening support in order to be able to
simulate dlopening of static libraries.  Could you please post the
output of `./config.status --recheck', run within the libltdl
directory?  Maybe libtool couldn't find a working `nm' program for
some reason...

> Wait a minute, dld.sl, aren't these supposed to be shared libraries,
> so libnative.sl instead of libnative.a?

It depends on whether the inter-library dependencies of libnative
could be satisfied.  Remove libnative.la and make it again, then see
what are the warning messages printed by libtool.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil



More information about the kaffe mailing list