Re: linkerflags get eaten

2000-08-31 Thread Alexandre Oliva
On Aug 30, 2000, [EMAIL PROTECTED] wrote: > I am using libtool 1.3.4. > Have a look at post from Alexandre Oliva. It appears the problem is > known. Yep. You need libtool 1.3b from CVS (that's pre-1.4, newer than 1.3.5) -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/

Re: linkerflags get eaten

2000-08-31 Thread jan . gentsch
I am using libtool 1.3.4. Have a look at post from Alexandre Oliva. It appears the problem is known. I haven't had time to try his sugestion yet though. Jan "Gary V. Vaughan" wrote: > > On Tue, Aug 29, 2000 at 10:52:58PM +0200, [EMAIL PROTECTED] wrote: > > That doesn't work. These flags get eaten

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: 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