[kaffe] RE: LIBRARYSUFFIX in mips linux
Samuel Richard
Samuel.Richard at USherbrooke.ca
Wed Dec 15 08:00:17 PST 2004
Hi,
Does anyone know why
LIBEXT=.so
has been removed from config/mips/linux/config.frag in version 1.3? Now
how do we expect library *.so to be loaded if LIBRARYSUFFIX is not defined?
>
> Hi,
>
> I've been working for a little while with kaffe, and I recently had to
> use some native code embedded into a jar file. I then realized that the
> library suffix coded into kaffe was set to nothing (#define
> LIBRARYSUFFIX "") while I was expecting a ".so".
>
> Now my question is how to patch NativeLibrary.c so that it could use
> architecture/os dependant LIBRARYSUFFIX. Is there a place where to put
> system specific #define's in kaffe? From what I read from "Porting
> kaffe to a new platform", only md.h and jit-md.h appear to do that, but
> they are not included in NativeLibrary.c.
>
> Thanks,
>
> Sam
More information about the kaffe
mailing list