Re: rpath

2009-12-09 Thread Joakim Tjernlund
Ralf Wildenhues ralf.wildenh...@gmx.de wrote on 08/12/2009 20:13:13:

 From: Ralf Wildenhues ralf.wildenh...@gmx.de
 To: Joakim Tjernlund joakim.tjernl...@transmode.se
 Cc: libtool@gnu.org
 Date: 08/12/2009 20:14
 Subject: Re: rpath

 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

I getting back to this now that my libtool problem seem to be over.
Pondring on DESTDIR, I wonder if there is a way to set a default DESTDIR at
configure time so one does have to remember/type DESTDIR=.. at every make



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


Re: rpath

2009-12-09 Thread Ralf Wildenhues
* Joakim Tjernlund wrote on Thu, Dec 10, 2009 at 12:50:14AM CET:
 Ralf Wildenhues wrote on 08/12/2009 20:13:13:
./configure --prefix=/opt/x/y
make
make install DESTDIR=/some/dir
 
 I getting back to this now that my libtool problem seem to be over.
 Pondring on DESTDIR, I wonder if there is a way to set a default DESTDIR at
 configure time so one does have to remember/type DESTDIR=.. at every make

No, but you can just `export DESTDIR' in your environment.

Cheers,
Ralf


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


Re: rpath

2009-12-09 Thread Joakim Tjernlund
Ralf Wildenhues ralf.wildenh...@gmx.de wrote on 10/12/2009 06:16:40:

 From: Ralf Wildenhues ralf.wildenh...@gmx.de
 To: Joakim Tjernlund joakim.tjernl...@transmode.se
 Cc: libtool@gnu.org
 Date: 10/12/2009 06:16
 Subject: Re: rpath

 * Joakim Tjernlund wrote on Thu, Dec 10, 2009 at 12:50:14AM CET:
  Ralf Wildenhues wrote on 08/12/2009 20:13:13:
 ./configure --prefix=/opt/x/y
 make
 make install DESTDIR=/some/dir
 
  I getting back to this now that my libtool problem seem to be over.
  Pondring on DESTDIR, I wonder if there is a way to set a default DESTDIR at
  configure time so one does have to remember/type DESTDIR=.. at every make

 No, but you can just `export DESTDIR' in your environment.

Yeah, but that isn't going to work in here, too easy to get wrong. I image
I could add something to configure.ac that will allow me to set it at configure
time? Not sure what would work though, any ideas?




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