Hej guys !
I have been developing in Linux only for a long time, but I am now
starting to learn how to compile Linux stuff on an Onyx2, and now I
really start to appreciate libtool, automake and autoconf :-)
But in the moment I have a strange problem:
I would like to have all the libraries I c
Hej Alexandre !
On 15 Jan 2001, Alexandre Oliva wrote:
> On Jan 15, 2001, Gernot Ziegler <[EMAIL PROTECTED]> wrote:
>
> > It seems now that there is no way to make libtool link a 64 bit _shared_
> > library, since it ignores the "-mabi=64"-option for the lin
Hej !
Regarding my 64 bit linking of shared libraries problem:
Changing
linkopts=
in ltmain.sh
to
linkopts="-mabi=64"
fixes the problem on my machine, since that sets the archive_cmds string
to the desired result but I guess that's not the way to do
it - maybe a new libtool option is nee