From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Fix library search order and don't change LD_LIBRARY_PATH Date: Tue, 27 Nov 2012 18:23:01 -0500 Message-ID: <87obiiy6ju.fsf@tines.lan> References: <505CF9FC.9060007@gmail.com> <5069022C.9040600@netris.org> <87y5jnn8y4.fsf_-_@tines.lan> <87sj7uy7vm.fsf_-_@tines.lan> <8738zuejpa.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354058598 8967 80.91.229.3 (27 Nov 2012 23:23:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Nov 2012 23:23:18 +0000 (UTC) Cc: Bruce Korb , guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Nov 28 00:23:30 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TdUUz-0004cs-Po for guile-devel@m.gmane.org; Wed, 28 Nov 2012 00:23:29 +0100 Original-Received: from localhost ([::1]:44047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdUUo-0000Eb-Lg for guile-devel@m.gmane.org; Tue, 27 Nov 2012 18:23:18 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdUUl-0000EK-Il for guile-devel@gnu.org; Tue, 27 Nov 2012 18:23:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdUUk-0006CG-KQ for guile-devel@gnu.org; Tue, 27 Nov 2012 18:23:15 -0500 Original-Received: from world.peace.net ([96.39.62.75]:57907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdUUk-0006C3-GX; Tue, 27 Nov 2012 18:23:14 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TdUUe-00027G-EK; Tue, 27 Nov 2012 18:23:08 -0500 In-Reply-To: <8738zuejpa.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 27 Nov 2012 23:59:13 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15264 Archived-At: I incorporated Ludovic's suggestions and pushed it to stable-2.0. Thanks for bringing this problem to our attention, Bruce! Mark