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

  ./configure --prefix=/opt/x/y
  make
  make install DESTDIR=/some/dir

Cheers,
Ralf


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

Reply via email to