libtool
[Top][All Lists]
Advanced

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

Re: Suppressing --whole-archive


From: Barthelemy von Haller
Subject: Re: Suppressing --whole-archive
Date: Fri, 27 Feb 2009 16:04:43 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081209)

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
--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).
Ok, I have attached the output of the previous command.
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.
I did with the first method.
Thanks,
Ralf
Cheers,
Barth

--
Barthélémy von Haller
address@hidden
CERN PH-AID (ALICE DAQ)

Attachment: libtoolOutput3.tgz
Description: GNU Zip compressed data


reply via email to

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