Re: new libtool version makes troble

2009-12-08 Thread Joakim Tjernlund
Ralf Wildenhues wrote on 08/12/2009 20:57:17: > > Hello Joakim, > > * Joakim Tjernlund wrote on Tue, Dec 08, 2009 at 03:23:39PM CET: > > > > We just upgraded libtool from 1.5.26 to 2.2.6 and our build > > broke. Our host requires 2.2.6 so keeping the old appears difficult. > > > > Even though we o

Re: new libtool version makes troble

2009-12-08 Thread Ralf Wildenhues
Hello Joakim, * Joakim Tjernlund wrote on Tue, Dec 08, 2009 at 03:23:39PM CET: > > We just upgraded libtool from 1.5.26 to 2.2.6 and our build > broke. Our host requires 2.2.6 so keeping the old appears difficult. > > Even though we only run autoreconf manually in our project, the new libtool >

Re: rpath

2009-12-08 Thread Ralf Wildenhues
Hello Joakim, * Joakim Tjernlund wrote on Tue, Dec 08, 2009 at 09:44:57AM CET: > > rpath gets set to /usr/local/lib but this is wrong for me. > I am crosscompiling and point builddir to /some/dir and install > into /some/dir/opt/x/y so I want rpath to point to /opt/x/y > What controls rpath in li

new libtool version makes troble

2009-12-08 Thread Joakim Tjernlund
We just upgraded libtool from 1.5.26 to 2.2.6 and our build broke. Our host requires 2.2.6 so keeping the old appears difficult. Even though we only run autoreconf manually in our project, the new libtool slipped into the project and the build broke. I can fix this by rerunning autoreconf -i -f i

Re: dlopening the C runtime library

2009-12-08 Thread Paolo Bonzini
Right. dlsym(RTLD_NEXT, "open") will give you the one that you shadowed; this might not be the real symbol yet as there may be other wrappers loaded, and it might not be the one from libc as applications are allowed to provide their own definitions of symbols and have them take precedence. Tha

Re: rpath

2009-12-08 Thread Mike Frysinger
On Tuesday 08 December 2009 03:44:57 Joakim Tjernlund wrote: > rpath gets set to /usr/local/lib but this is wrong for me. > I am crosscompiling and point builddir to /some/dir and install > into /some/dir/opt/x/y so I want rpath to point to /opt/x/y > What controls rpath in libtool? what did you s

rpath

2009-12-08 Thread Joakim Tjernlund
rpath gets set to /usr/local/lib but this is wrong for me. I am crosscompiling and point builddir to /some/dir and install into /some/dir/opt/x/y so I want rpath to point to /opt/x/y What controls rpath in libtool? ___ http://lists.gnu.org/mailman/lis