Re: -fpic support in libtool?

2009-12-02 Thread Joakim Tjernlund
Ralf Wildenhues wrote on 03/12/2009 08:20:22: > > * Joakim Tjernlund wrote on Thu, Dec 03, 2009 at 08:06:25AM CET: > > > Libtool can be influenced by the configure script by influencing this > > > definition which gets output in the libtool script: > > > > > > # Additional compiler flags for build

Re: -fpic support in libtool?

2009-12-02 Thread Ralf Wildenhues
* Joakim Tjernlund wrote on Thu, Dec 03, 2009 at 08:06:25AM CET: > > Libtool can be influenced by the configure script by influencing this > > definition which gets output in the libtool script: > > > > # Additional compiler flags for building library objects. > > pic_flag=" -fPIC -DPIC" > > > > Th

Re: -fpic support in libtool?

2009-12-02 Thread Mike Frysinger
On Wednesday 02 December 2009 21:27:55 Bob Friesenhahn wrote: > On Thu, 3 Dec 2009, Joakim Tjernlund wrote: > > Several years ago I asked libtool to support -fpic too but > > I don't see it in never libtool(s). I guess it isn't > > impl.? > > > > The simplest fix for adding -fpic I can come up with

Re: -fpic support in libtool?

2009-12-02 Thread Joakim Tjernlund
Bob Friesenhahn wrote on 03/12/2009 03:27:55: > > On Thu, 3 Dec 2009, Joakim Tjernlund wrote: > > > Several years ago I asked libtool to support -fpic too but > > I don't see it in never libtool(s). I guess it isn't > > impl.? > > > > The simplest fix for adding -fpic I can come up with is > > doi

Re: -fpic support in libtool?

2009-12-02 Thread Bob Friesenhahn
On Thu, 3 Dec 2009, Joakim Tjernlund wrote: Several years ago I asked libtool to support -fpic too but I don't see it in never libtool(s). I guess it isn't impl.? The simplest fix for adding -fpic I can come up with is doing sed -i 's/-fPIC/-fpic/' aclocal.m4 This is a bit clumsy as one can eas

Re: MacOSX module linking with static archive libtool problem

2009-12-02 Thread Peter O'Gorman
On 12/01/2009 06:04 PM, Jonas Thiem wrote: This topic is rather old, and I'm referring to a particular post which can be found here: http://www.mail-archive.com/libtool@gnu.org/msg03642.html Obviously it isn't possible to link a static lib from a shared lib compiled in libtool as libtool blocks i

-fpic support in libtool?

2009-12-02 Thread Joakim Tjernlund
Several years ago I asked libtool to support -fpic too but I don't see it in never libtool(s). I guess it isn't impl.? The simplest fix for adding -fpic I can come up with is doing sed -i 's/-fPIC/-fpic/' aclocal.m4 This is a bit clumsy as one can easily forget to do this when running aclocal man

Re: MacOSX module linking with static archive libtool problem

2009-12-02 Thread Jonas Thiem
This topic is rather old, and I'm referring to a particular post which can be found here: http://www.mail-archive.com/libtool@gnu.org/msg03642.html Obviously it isn't possible to link a static lib from a shared lib compiled in libtool as libtool blocks it (technically it would be possible on ma

Re: Preloading without .la

2009-12-02 Thread Bob Friesenhahn
On Wed, 2 Dec 2009, Pierre Ossman wrote: I upgraded to libtool 2 the other day and was hit by this bug again. Has there been any work on fixing this rather large hole in the preload functionality? Did someone say 'hole'? Can you please summarize the issue again to refresh our memory? Any sol

Re: Preloading without .la

2009-12-02 Thread Pierre Ossman
On Wed, 2 Dec 2009 17:44:49 +0100 Pierre Ossman wrote: > I upgraded to libtool 2 the other day and was hit by this bug again. > Has there been any work on fixing this rather large hole in the preload > functionality? > It seems things are different these days. The problem is now simply one of n

Re: Preloading without .la

2009-12-02 Thread Pierre Ossman
I upgraded to libtool 2 the other day and was hit by this bug again. Has there been any work on fixing this rather large hole in the preload functionality? On Tue, 22 Aug 2006 16:20:01 +0200 Pierre Ossman wrote: > Another reminder... > > Pierre Ossman wrote: > > I guess this issue got lost some