Re: link-time optimization

2010-03-29 Thread Ralf Wildenhues
Hello Simon, * Simon Richter wrote on Mon, Mar 29, 2010 at 01:12:08PM CEST: > On Sun, Mar 28, 2010 at 05:33:44PM +0200, Ralf Wildenhues wrote: > > > * doc/libtool.texi (FAQ, Stripped link flags): New nodes. > > (Wrapper executables): Replace bug address with macro. > > (Compile mode,

Re: Libtool breaks linking order

2010-03-29 Thread Ralf Wildenhues
Hello Guillaume, * Guillaume Rousse wrote on Mon, Mar 29, 2010 at 03:00:01PM CEST: > When building nfs-utils, I have a strange linking order issue with > libtool (2.2.6b). > > The makefile.am reads: > gssd_LDADD =../../support/nfs/libnfs.a \ > $(RPCSECGSS_LIBS) $(GSSGLUE_LIBS) $(KRBLIBS) > > (

Embedding manifests in DLLs

2010-03-29 Thread Christopher Hulbert
I am working on a patch for my windows branch of libtool that will allow me to embed manifest files in the DLLs. I have been manually embedding them for a while now using "mt -manifest libfoo.dll.manifest -outputresource:libfoo.dll;#2". Growing tired of that and the occasional error if I forget to

Re: link-time optimization

2010-03-29 Thread Simon Richter
Hi, On Sun, Mar 28, 2010 at 05:33:44PM +0200, Ralf Wildenhues wrote: > * doc/libtool.texi (FAQ, Stripped link flags): New nodes. > (Wrapper executables): Replace bug address with macro. > (Compile mode, Link mode): Document `-Wc,' and `-Xcompiler ' > semantics better. Hmm, -Wc is