Re: Experiments with environments

2012-11-27 Thread Ludovic Courtès
Hi, (I think that’s more a question for guile-u...@gnu.org.) Sjoerd van Leent Privé skribis: > What I like to do is to let the user give a "driver" library and pass > that "driver" library around which implements a certain > procedure. Using the eval procedure together with a small instruction

[PATCH] Fix library search order and don't change LD_LIBRARY_PATH

2012-11-27 Thread Mark H Weaver
Hello all, Apologies for the delay in resolving this issue with LD_LIBRARY_PATH, but we *do* plan to get this fix in 2.0.7. After discussion with Ludovic on IRC, I believe we've reached agreement. I've attached a revised patch that incorporates Ludovic's suggestions. Comments and suggestions sol

Re: [PATCH] Fix library search order and don't change LD_LIBRARY_PATH

2012-11-27 Thread Ludovic Courtès
Hi! Mark H Weaver skribis: > From 83167214083e24a8eeac6b6e04e8035497fff73a Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Tue, 27 Nov 2012 17:44:38 -0500 > Subject: [PATCH] Fix library search order and don't change LD_LIBRARY_PATH > > * libguile/dynl.c (system_extensions_path): New stat

Re: [PATCH] Fix library search order and don't change LD_LIBRARY_PATH

2012-11-27 Thread Bruce Korb
Thank you so much Mark and Ludovic! Regards, Bruce On Tue, Nov 27, 2012 at 2:54 PM, Mark H Weaver wrote: > Hello all, > > Apologies for the delay in resolving this issue with LD_LIBRARY_PATH, > but we *do* plan to get this fix in 2.0.7. After discussion with > Ludovic on IRC, I believe we've rea

Re: [PATCH] Fix library search order and don't change LD_LIBRARY_PATH

2012-11-27 Thread Mark H Weaver
I incorporated Ludovic's suggestions and pushed it to stable-2.0. Thanks for bringing this problem to our attention, Bruce! Mark