Re: Suppressing --whole-archive

2009-03-02 Thread Barthelemy von Haller
Hi, Indeed, it is almost an antiquity... : ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06 I will update it. Thanks a lot for your help Barth Ralf Wildenhues a écrit : * Barthelemy von Haller wrote on Fri, Feb 27, 2009 at 04:46:32PM CET: Hi again, sorry the second attachme

Re: Suppressing --whole-archive

2009-02-28 Thread Ralf Wildenhues
* Barthelemy von Haller wrote on Fri, Feb 27, 2009 at 04:46:32PM CET: > Hi again, sorry the second attachment was wrong. Here is the correct one. Yep, thanks. It also shows that I forgot to ask a more basic question first: namely, which libtool version is was. The log shows that it's 1.5.6. Thi

Re: Suppressing --whole-archive

2009-02-27 Thread Barthelemy von Haller
Hi again, sorry the second attachment was wrong. Here is the correct one. Cheers, Barth Ralf Wildenhues a écrit : * Barthelemy von Haller wrote on Fri, Feb 27, 2009 at 03:22:51PM CET: Ralf Wildenhues a écrit : [...] I would need to look at the output of /bin/sh ../../libtool --tag=C

Re: Suppressing --whole-archive

2009-02-27 Thread Barthelemy von Haller
Hi, Ralf Wildenhues a écrit : * Barthelemy von Haller wrote on Fri, Feb 27, 2009 at 03:22:51PM CET: Ralf Wildenhues a écrit : [...] I would need to look at the output of /bin/sh ../../libtool --tag=CXX --config as well as the output of the --mode=link command line above, with --debu

Re: Suppressing --whole-archive

2009-02-27 Thread Ralf Wildenhues
* Barthelemy von Haller wrote on Fri, Feb 27, 2009 at 03:22:51PM CET: > Ralf Wildenhues a écrit : >> [...] I would need to look at the output of >> /bin/sh ../../libtool --tag=CXX --config >> >> as well as the output of the --mode=link command line above, with >> --debug added as first argument a

Re: Suppressing --whole-archive

2009-02-27 Thread Barthelemy von Haller
Hi Ralf, Ralf Wildenhues a écrit : [...] Do files /usr/lib/mysql/libmysqlclient.la and /usr/lib/mysql/libz.la exist, and if yes, could you please post their contents? Yes they exist. [...] OK, now I'm officially confused. Both of the libraries are not convenience archives (

Re: Suppressing --whole-archive

2009-02-26 Thread Ralf Wildenhues
Hello Barthelemy, * Barthelemy von Haller wrote on Thu, Feb 26, 2009 at 01:37:37PM CET: > First of all, I apologize for the very late reply, but I had to leave > work for personal reasons for more than a month. No problem of course. I keep having too little time for free software all the time.

Re: Suppressing --whole-archive

2009-02-26 Thread Barthelemy von Haller
Hello Ralf, First of all, I apologize for the very late reply, but I had to leave work for personal reasons for more than a month. Ralf Wildenhues a écrit : Hello Barthelemy, * Barthelemy von Haller wrote on Mon, Jan 05, 2009 at 11:56:53AM CET: I found a message which corresponds exactly

Re: Suppressing --whole-archive

2009-01-05 Thread Ralf Wildenhues
Hello Barthelemy, * Barthelemy von Haller wrote on Mon, Jan 05, 2009 at 11:56:53AM CET: > > I found a message which corresponds exactly to my problem : > http://osdir.com/ml/gnu.libtool.general/2004-02/msg00093.html Not really. > My problem appears when building a shared library using, amongst

Re: Suppressing --whole-archive

2009-01-05 Thread Bob Friesenhahn
On Mon, 5 Jan 2009, Barthelemy von Haller wrote: The problem is that those two static libraries contain similar symbols leading to a lot of errors such as /usr/lib/mysql/libz.a(adler32.o): In function `adler32': /data1/mysqldev/tmp-200707041150-5.0.45-27425/rpm/BUILD/mysql-5.0.45/zlib/adler32

Re: Suppressing --whole-archive

2009-01-05 Thread Barthelemy von Haller
Hi, I found a message which corresponds exactly to my problem : http://osdir.com/ml/gnu.libtool.general/2004-02/msg00093.html Unfortunately nobody ever answered this question :) My problem appears when building a shared library using, amongst others, static libraries. It generates something

Suppressing --whole-archive

2004-02-25 Thread Jim Fehlig
Is there a way to suppress the insertion of --whole-archive/--no-whole-archive placed around static libraries when linking them with a shared library?  I have an autotools project containing common code that is linked as several convenience libraries which are subsequently used by both binaries and