Re: Trying to get libtool not to add -rpath, since libs are only in a staging directory

2014-12-02 Thread Filipe Brandenburger
Hi Gary, Bob, Thanks for your feedback! In the end, I found Roumen Petrov replied to the list indicating that setting lt_cv_sys_lib_dlsearch_path_spec when calling configure might be able to solve this and indeed it did. http://lists.gnu.org/archive/html/libtool/2014-08/msg4.html By

Re: Trying to get libtool not to add -rpath, since libs are only in a staging directory

2014-08-25 Thread Filipe Brandenburger
a wrapper script and not a binary with an rpath pointing to the stage directory, am I wrong? Cheers, Filipe On Tue, Aug 19, 2014 at 4:33 PM, Filipe Brandenburger filbran...@google.com wrote: Hi, I'm trying to link binaries to libraries that are not installed on the system, but just unpacked

Trying to get libtool not to add -rpath, since libs are only in a staging directory

2014-08-19 Thread Filipe Brandenburger
Hi, I'm trying to link binaries to libraries that are not installed on the system, but just unpacked to a staging directory. Consider this (real) example: 1) Build expat with --libdir=/usr/lib/${platform} 2) Install expat with make install DESTDIR=${stagedir} 3) Configure dbus with