libtool
[Top][All Lists]
Advanced

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

Re: ld --rpath problem using libtool


From: Ralf Wildenhues
Subject: Re: ld --rpath problem using libtool
Date: Mon, 7 Jan 2008 21:24:33 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Richard,

I agree with your analysis that libtool should add the rpath, from what
I can tell.

* Richard Hacker wrote on Mon, Jan 07, 2008 at 08:59:37AM CET:
> 
>  /bin/sh ../libtool --mode=install /usr/bin/install -c  '_rtcom.la' 
> '/opt/etherlab/lib/python2.5/site-packages/rtcom/_rtcom.la'
> libtool: install: warning: relinking `_rtcom.la'
> (cd /home/rich/msr-gate/rtcom/pyext; /bin/sh ../libtool --tag=CXX 
> --mode=relink g++ -g -O2 -o _rtcom.la -rpath 
> /opt/etherlab/lib/python2.5/site-packages/rtcom -module 
> _rtcom_la-rtcom_wrap.lo ../librtcom.la -lexpat )

Could you please post the output of
  /bin/sh ../libtool --tag=CXX --config

as well as the debug output of the relink command, i.e. of this (both
stdout and stderr):

(cd /home/rich/msr-gate/rtcom/pyext; /bin/sh ../libtool --debug --tag=CXX 
--mode=relink g++ -g -O2 -o _rtcom.la -rpath 
/opt/etherlab/lib/python2.5/site-packages/rtcom -module _rtcom_la-rtcom_wrap.lo 
../librtcom.la -lexpat )

You can gzip large files.

Thanks,
Ralf




reply via email to

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