bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Options for 64 bit missing in linkmode during symbol table compilati


From: Ralf Wildenhues
Subject: Re: Options for 64 bit missing in linkmode during symbol table compilation
Date: Fri, 18 Sep 2009 19:12:24 +0200
User-agent: Mutt/1.5.20 (2009-08-09)

Hello Dagobert,

* Dagobert Michelsen wrote on Fri, Sep 18, 2009 at 02:13:08PM CEST:
> Am 11.09.2009 um 19:39 schrieb Ralf Wildenhues:
> >Can you try either of the following in a clean build tree and post the
> >resulting links as you did before, iff they still fail?
[...]
> Without modules this works also:
> 
> ./configure CC='/opt/studio/SOS11/SUNWspro/bin/cc'
> CFLAGS='-xarch=v9' CPPFLAGS='-I/opt/csw/include'
> LDFLAGS='-L/opt/csw/lib/64 -R/opt/csw/lib/64' && gmake
> 
> This does not work:
> 
> ./configure CC='/opt/studio/SOS11/SUNWspro/bin/cc'
> CFLAGS='-xarch=v9' CPPFLAGS='-I/opt/csw/include'
> LDFLAGS='-L/opt/csw/lib/64 -R/opt/csw/lib/64' --enable-modules &&
> gmake

Thanks for testing.  The issue is that OpenLDAP 2.4.18 is using an old
Libtool 1.5.x version, that did not grab $CFLAGS for the compiling the
module glue object.  This has been fixed in Libtool 2.2, and 2.2.6 is
the current release.

Please take this upstream with the OpenLDAP folks; as long as they don't
upgrade their Libtool version used, you'll need to stuff -xarch=v9 in
$CC.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]