Re: Libtool breaks linking order

2010-04-03 Thread Guillaume Rousse
Le 29/03/2010 21:56, Ralf Wildenhues a écrit : > Hope that helps. Yes, many thanks :) -- BOFH excuse #234: Someone is broadcasting pygmy packets and the router doesn't know how to deal with them. ___ http://lists.gnu.org/mailman/listinfo/libtool

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) > > (