deploying libraries and executables from a staging area

2006-09-19 Thread Noel Yap
What are the proper incantations to deploy libraries and executables from a staging area (such that the rpath correctly points to the deployment area)? The following doesn't seem to work: ./libtool --mode=install install ${la} ${destination}/lib/${l} ./libtool --mode=finish

Re: deploying libraries and executables from a staging area

2006-09-19 Thread Noel Yap
On 9/19/06, Albert Chin <[EMAIL PROTECTED]> wrote: On Tue, Sep 19, 2006 at 03:32:58PM -0700, Noel Yap wrote: > What are the proper incantations to deploy libraries and executables > from a staging area (such that the rpath correctly points to the > deployment area)? > >

Re: deploying libraries and executables from a staging area

2006-09-20 Thread Noel Yap
This makes things /much/ clearer. Thanks, Noel On 9/19/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Noel, Albert, * Albert Chin wrote on Wed, Sep 20, 2006 at 05:36:45AM CEST: > On Tue, Sep 19, 2006 at 05:18:08PM -0700, Noel Yap wrote: > > On 9/19/06, Albert Chin &l

Re: deploying libraries and executables from a staging area

2006-09-20 Thread Noel Yap
Actually, one more question. I need to install the binaries into /some/read-only/dir, but need the rpath to point to /some/read-write/dir. How can this be done? Thanks, Noel On 9/20/06, Noel Yap <[EMAIL PROTECTED]> wrote: This makes things /much/ clearer. Thanks, Noel On 9/19/06

Re: deploying libraries and executables from a staging area

2006-09-20 Thread Noel Yap
On 9/20/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: * Noel Yap wrote on Wed, Sep 20, 2006 at 07:22:41PM CEST: > > I need to install the binaries into /some/read-only/dir, but need the > rpath to point to /some/read-write/dir. How can this be done? This isn't enough infor

Re: deploying libraries and executables from a staging area

2006-09-21 Thread Noel Yap
On 9/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Thanks for the detailed definitions and notes. They help a lot. Now, please answer the crucial missing questions: 1) Does the stuff (programs and libraries) you are building in your package depend upon installed libraries that are not y