From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aurelien Chanudet Newsgroups: gmane.lisp.guile.user Subject: setting env variable from Guile Date: Thu, 28 Jul 2005 17:55:59 +0200 Message-ID: <45e3b2820507280855788f321@mail.gmail.com> Reply-To: Aurelien Chanudet NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122566568 26748 80.91.229.2 (28 Jul 2005 16:02:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2005 16:02:48 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 28 18:02:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DyAp9-0004Aj-WA for guile-user@m.gmane.org; Thu, 28 Jul 2005 18:01:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyArc-00083p-3v for guile-user@m.gmane.org; Thu, 28 Jul 2005 12:04:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DyAo9-00057D-9v for guile-user@gnu.org; Thu, 28 Jul 2005 12:00:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DyAo4-00053k-Os for guile-user@gnu.org; Thu, 28 Jul 2005 12:00:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyAo4-0004qy-B2 for guile-user@gnu.org; Thu, 28 Jul 2005 12:00:24 -0400 Original-Received: from [64.233.162.206] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DyAvo-0007WI-KP for guile-user@gnu.org; Thu, 28 Jul 2005 12:08:24 -0400 Original-Received: by zproxy.gmail.com with SMTP id v1so287017nzb for ; Thu, 28 Jul 2005 08:56:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pA9LnlB90Rl9wfFnJg8OEJsSxyjOgdvEfiEKtcrNkyteqegdtlhrbEppbVkCYuviNB8D1Ad2Go2sprLXN8i2L4ImSQ9nMoHkcnKqY8VSE/7v2K3O+FL7N2Rjcw49ZlI3Ny0MIMJbEwvl1kp9tg8ZVUjFvf5p1IlAbLcxOD825a4= Original-Received: by 10.36.252.76 with SMTP id z76mr1244723nzh; Thu, 28 Jul 2005 08:55:59 -0700 (PDT) Original-Received: by 10.36.126.20 with HTTP; Thu, 28 Jul 2005 08:55:59 -0700 (PDT) Original-To: guile-user@gnu.org Content-Disposition: inline X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:4656 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4656 Hi all, I have a dynamic library located in a non standard place I'd like to load within guile using "dynamic-link". The dynamic link editor can be told where to look for the library using an environment variable. Is there a way to set up the environnement variable directly _from_ Guile using for instance the "system" primitive ? Thanks, Aurelien _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user