libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suppressing --whole-archive


From: Ralf Wildenhues
Subject: Re: Suppressing --whole-archive
Date: Fri, 27 Feb 2009 16:00:42 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* 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 after ../../libtool.  Please gzip this
>> output, it will be large.
>>   
> I am not completely sure of what you asked in second (--mode=link) but  
> here is what I did :
> /bin/sh ../../libtool --tag=CXX --config > libtoolOutput1.txt
> /bin/sh ../../libtool --debug --tag=CXX --mode=link > libtoolOutput2.txt  
> 2>&1
> I would be pleased to send other information if that was not what you  
> meant.

The first is ok.   For the second, I meant to see the output of the
following long line, when run in the correct directory:

/bin/sh ../../libtool --debug --mode=link g++ -fPIC -Wall -Wextra -Wshadow 
-Wredundant-decls  -g -O2   -o libAmoreCore.la -rpath /opt/amore/lib -release 
1.1 -L/local/root/lib -L/date/monitoring/Linux -lmonitor -L/usr/local/lib 
-lshift -L/date/db/Linux -lDb -L/date/infoLogger/Linux -lInfo -rdynamic 
-L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lmygcc -lCore -lCint 
-lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix 
-lPhysics -lMathCore -lThread -lGui -pthread -lm -ldl -rdynamic -rdynamic 
-L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lmygcc   -lRMySQL 
CoreDict.lo StringUtility.lo Event.lo MOMessage.lo MonitorInterface.lo 
MonitorObject.lo MySQLServer.lo PoolInterface.lo RuntimeModule.lo 
SocketInterface.lo TDATEEventParser.lo Run.lo Session.lo LogBook.lo 
InfoLogger.lo RunControl.lo AmoreDA.lo AmoreDABackEnd.lo

(and yes, both stdout and stderr in the same file please).

You can probably get this output also with something like
  make
  rm -f libAmoreCore.la
  make libAmoreCore.la LIBTOOLFLAGS=--debug

if you are using Automake >= 1.10.

Thanks,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]