On Monday 21 February 2005 04:08 am, Gary V. Vaughan wrote:
> Hallo Bruce!
>
> Cc:ing automake list incase I need to be corrected here...
> Automake generates the -rpath flags for libtool automagically, so you
> shouldn't try to add your own. The key is in how the libraries are linked,
> and whe
Hallo Bruce!
Cc:ing automake list incase I need to be corrected here...
Bruce Korb wrote:
I understand how to invoke
> libtool to create a shell script wrapped executable that finds the right
> library. I do not understand how to tell Automake to do the same thing.
Automake generates the -rpath
On Sun, 20 Feb 2005, Bruce Korb wrote:
This should be really simple. I find it extraordinarily difficult.
I have a project that has a library and an executable. When I
run the executable, it needs to get externals resolved against
the library in the build tree, not the installed version. So far,
Hi,
This should be really simple. I find it extraordinarily difficult.
I have a project that has a library and an executable. When I
run the executable, it needs to get externals resolved against
the library in the build tree, not the installed version. So far,
my various attempts break things