Re: shared libraries, dynamic link path propagation

2006-10-24 Thread Ralf Wildenhues
Hello Harry, Thanks for the bug report. * Harry Kao wrote on Tue, Oct 24, 2006 at 05:52:48PM CEST: > Hello. I'm having a problem that seems very similar to the one > discussed here > > http://lists.gnu.org/archive/html/bug-libtool/2006-01/msg00021.html > > where the dynamic link paths aren't b

shared libraries, dynamic link path propagation

2006-10-24 Thread Harry Kao
Hello. I'm having a problem that seems very similar to the one discussed here http://lists.gnu.org/archive/html/bug-libtool/2006-01/msg00021.html where the dynamic link paths aren't being propagated from shared libraries to programs. I looked at the code and it seems that the -R dependencies ar

Re: Re: 1.5.22 running ldconfig for unknown reason

2006-10-24 Thread Akim Demaille
Yeah, looks like a missed optimization that can be done if --disable-shared. How did you configure, what's ./libtool --features ./libtool --config This is configure.ac: # We don't need static libraries, speed the compilation up. AC_ENABLE_SHARED([no]) AC_PROG_LIBTOOL And the output you dem

Re: 1.5.22 running ldconfig for unknown reason

2006-10-24 Thread Ralf Wildenhues
Hi Akim, Thanks for the report. * Akim Demaille wrote on Tue, Oct 24, 2006 at 11:23:07AM CEST: > > I have not investigated the following, so for a start I would just > like to know whether the following is expected or not (doesn't > seem to be): Yeah, looks like a missed optimization that can b

1.5.22 running ldconfig for unknown reason

2006-10-24 Thread Akim Demaille
VERSION=1.5.22 TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" Hi, I have not investigated the following, so for a start I would just like to know whether the following is expected or not (doesn't seem to be): [EMAIL PROTECTED] ~/src/urbi/kernel1 $ sudo make install -C _build/aibo/src Password: