Re: Tune rpath by env. variable

2015-01-20 Thread Gary V. Vaughan
Hi Pavel, On Dec 13, 2014, at 5:58 PM, Pavel Raiskup wrote: > > On Friday 12 of December 2014 11:17:03 Gary V. Vaughan wrote: >> I'll commit a follow on patch, to tweak it like this, later today. > > Thanks for the patch! It is almost perfect. During testing I noted that > there is still one

Re: Tune rpath by env. variable

2015-01-19 Thread Pavel Raiskup
On Tuesday 20 of January 2015 07:40:20 Pavel Raiskup wrote: > > Something like the attachment 0002 would be nice to have pushed. > > This would be nice to have it in git also. The LT_SYS_SEARCH_PATH does > not survive automatic re-autoconf of configure script: Argh :(, sorry. Fixing the example

Re: Tune rpath by env. variable

2015-01-19 Thread Pavel Raiskup
On Saturday 13 of December 2014 18:58:58 Pavel Raiskup wrote: > On Friday 12 of December 2014 11:17:03 Gary V. Vaughan wrote: > > I'll commit a follow on patch, to tweak it like this, later today. > > Thanks for the patch! It is almost perfect. During testing I noted that > there is still one do

Re: Tune rpath by env. variable

2014-12-13 Thread Pavel Raiskup
On Friday 12 of December 2014 11:17:03 Gary V. Vaughan wrote: > I'll commit a follow on patch, to tweak it like this, later today. Thanks for the patch! It is almost perfect. During testing I noted that there is still one dollar sign not substituted with quadrigraph. Patch 0001 attached. Also,

Re: Tune rpath by env. variable

2014-12-12 Thread Gary V. Vaughan
Hi Pavel, On Dec 12, 2014, at 10:02 AM, Pavel Raiskup wrote: > On Thursday 11 of December 2014 23:29:56 Gary V. Vaughan wrote: >> I think it would work better to leave lt_lib_dlsearch_path_spec in the >> generated file as it was before (just the heuristic configure time values), >> and add to the

Re: Tune rpath by env. variable

2014-12-12 Thread Pavel Raiskup
On Thursday 11 of December 2014 23:29:56 Gary V. Vaughan wrote: > I applied your patch with some fairly heavy-handed changes: > > 1. Added a NEWS update. > 2. Simplified the new documentation. > 3. Changed the name of some internal API symbols. > 4. Fixed dollar quoting with quadrigraphs, a

Re: Tune rpath by env. variable

2014-12-11 Thread Gary V. Vaughan
Hi Pavel, > On Dec 10, 2014, at 6:41 PM, Pavel Raiskup wrote: > > On Tuesday 09 of December 2014 19:38:53 Gary V. Vaughan wrote: >>> .. however, maybe you think that quite problematic the share with ltdl.m4 >>> (via sys_lib_dlsearch_path). That is ?clearly? configure-time only >>> variable whic

Re: Tune rpath by env. variable

2014-12-10 Thread Pavel Raiskup
On Tuesday 09 of December 2014 19:38:53 Gary V. Vaughan wrote: > > .. however, maybe you think that quite problematic the share with ltdl.m4 > > (via sys_lib_dlsearch_path). That is ?clearly? configure-time only > > variable which generates variable LT_DLSEARCH_PATH in c-header file. > > We will

Re: Tune rpath by env. variable

2014-12-09 Thread Gary V. Vaughan
> On Dec 9, 2014, at 1:53 PM, Pavel Raiskup wrote: > > On Tuesday 09 of December 2014 11:53:22 Gary V. Vaughan wrote: >>> That makes sense. Ideally, we could make the variable ./configure time >>> sensitive and also sensitive to environment. Something like >>> : ${LT_SYS_LIBRARY_PATH="/configu

Re: Tune rpath by env. variable

2014-12-09 Thread Pavel Raiskup
On Tuesday 09 of December 2014 11:53:22 Gary V. Vaughan wrote: > > That makes sense. Ideally, we could make the variable ./configure time > > sensitive and also sensitive to environment. Something like > > : ${LT_SYS_LIBRARY_PATH="/configure/time/detected/LT_SYS_LIBRARY_PATH"}? > > Great. The on

Re: Tune rpath by env. variable (was: Use ldconfig to generate sys_lib_dlsearch_path_spec)

2014-12-09 Thread Gary V. Vaughan
[remembered to remove Orion from the Cc: list this time as requested] Hi Pavel, > On 9 Dec 2014, at 08:14, Pavel Raiskup wrote: > >> On Monday 08 of December 2014 15:55:22 Gary V. Vaughan wrote: >> [..] >> LT_SYS_LIBRARY_PATH >> [..] > > That LT_SYS_LIBRARY_PATH concept sounds good, thanks! >