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
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
>
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
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
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
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 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