Re: linkerflags get eaten

2000-08-29 Thread Gary V. Vaughan
On Tue, Aug 29, 2000 at 10:52:58PM +0200, [EMAIL PROTECTED] wrote: > That doesn't work. These flags get eaten as described. > I love manuals! > All the best, > Jan. Which version of libtool are you using? -- ___ _ ___ __ _ mailto: [EMAIL PROTECTED] / __|

Re: config.guess and Linux/GNU

2000-08-29 Thread Gary V. Vaughan
On Mon, Aug 28, 2000 at 12:17:32PM +0200, Franz Sirl wrote: > This libtool stuff reminds me, what would be the proper way to make the > choice between -fpic and -fPIC configurable? -fpic produces much faster > code on PPC, but has some size limits during link time. So I would like to > default

Re: linkerflags get eaten

2000-08-29 Thread mcnichol
The same thing was happening to me on AIX. I thought it was something specific to my system or that I had missed something important in the FM, but it looks like others are having the same problem. Dan > From: [EMAIL PROTECTED] > > That doesn't work. These flags get eaten as described. > I love

Re: linkerflags get eaten

2000-08-29 Thread jan . gentsch
That doesn't work. These flags get eaten as described. I love manuals! All the best, Jan. "Gary V. Vaughan" wrote: > > On Tue, Aug 29, 2000 at 02:03:35PM +0200, [EMAIL PROTECTED] wrote: > > I am having some problems linking together some libtool convenience > > libraries and a shared and an exte

Re: linkerflags get eaten

2000-08-29 Thread Gary V. Vaughan
On Tue, Aug 29, 2000 at 02:03:35PM +0200, [EMAIL PROTECTED] wrote: > I am having some problems linking together some libtool convenience > libraries and a shared and an external shared library. As part of the > solution I need to pass the "-nostartfiles" flag to gcc during linking. > However the f

Re: linkerflags get eaten

2000-08-29 Thread Alexandre Oliva
On Aug 29, 2000, [EMAIL PROTECTED] wrote: > I am having some problems linking together some libtool convenience > libraries and a shared and an external shared library. As part of the > solution I need to pass the "-nostartfiles" flag to gcc during linking. > However the flag simply gets eaten if

linkerflags get eaten

2000-08-29 Thread jan . gentsch
Hi, I am having some problems linking together some libtool convenience libraries and a shared and an external shared library. As part of the solution I need to pass the "-nostartfiles" flag to gcc during linking. However the flag simply gets eaten if I pass it through libtool via libmva_la_LDFLAG