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


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to