Libtool problems with Kaffe B4 and Cygnus WIN32
Pavel Roskin
pavel_roskin at geocities.com
Wed Apr 21 23:31:09 PDT 1999
Hello, Adam!
On Wed, 21 Apr 1999, Adam Messer wrote:
> Hello Pavel,
>
> I have been looking through all the build files, and so far I
> don't
> see a libtool command line with '-rpath /usr/local/lib'. Would you be
> so kind
> as to tell me which build file I might find that command line?
My fault, sorry.
It was "-rpath /usr/local/lib/kaffe" while linking libnative.la
-rpath specifies where the library is going to be installed.
This is clearly a bug in libtool (maybe triggered by some uncommon things
in Kaffe's configure.in)
The only configuration which compiled for me was:
./configure --with-staticlib --with-staticvm --disable-static --without-x
I have had to disable X since there is no workaround for systems without X
shared memory extension. Hopefully, this is not hard to fix. Kaffe can
work remotely, so this is just the matter of putting "#ifdef HAVE_SHM"
around some if's and adding a test to configure.in
Pavel Roskin
More information about the kaffe
mailing list