Re: Static link against shared objects

2007-11-22 Thread Ralf Wildenhues
Hello Julien, Please don't top-post, thanks! * Julien TIERNY (LIFL - TELECOM Lille 1) wrote on Thu, Nov 22, 2007 at 09:26:50AM CET: > Le Thursday 22 November 2007 07:56:04 Ralf Wildenhues, vous avez écrit : > > * Julien TIERNY (LIFL, TELECOM Lille 1) wrote on Wed, Nov 21, 2007 at > > 04:10:11PM

Re: Static link against shared objects

2007-11-22 Thread Julien TIERNY (LIFL - TELECOM Lille 1)
hi! thank you for your rapid answer. I fulfill all the requirements you mentioned. Where should I specify such a flag in the Makefile.am? thanx once again. best regards, julien Le Thursday 22 November 2007 07:56:04 Ralf Wildenhues, vous avez écrit : > Hello Julien, > > * Julien TIERNY (LIFL, TELE

Re: Static link against shared objects

2007-11-21 Thread Ralf Wildenhues
Hello Julien, * Julien TIERNY (LIFL, TELECOM Lille 1) wrote on Wed, Nov 21, 2007 at 04:10:11PM CET: > I use automake for the packaging of a software I wrote that uses third party > shared libraries (at this point, everything's ok). > Is it possible to force automake generate Makefiles such that

Static link against shared objects

2007-11-21 Thread Julien TIERNY (LIFL, TELECOM Lille 1)
hi there! I use automake for the packaging of a software I wrote that uses third party shared libraries (at this point, everything's ok). Is it possible to force automake generate Makefiles such that the final binary program is statically linked to the third party libraries? (I've got *.so and *