From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg <haberg-1@telia.com> Newsgroups: gmane.lisp.guile.user Subject: Re: [darwin] building shared libraries (.so) instead of dynamic libraries. Date: Sun, 3 Oct 2010 18:06:05 +0200 Message-ID: <9CBA42F6-436C-4992-82B8-9C06C284D965@telia.com> References: <CD1D248F-C0F3-4AE1-A39B-0E75F4A74E65@ntlworld.com> <m3pqvrin7f.fsf@unquote.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1286122160 29946 80.91.229.12 (3 Oct 2010 16:09:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Oct 2010 16:09:20 +0000 (UTC) Cc: guile-user@gnu.org, dev.admin@ntlworld.com To: Andy Wingo <wingo@pobox.com> Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Oct 03 18:09:18 2010 Return-path: <guile-user-bounces+guile-user=m.gmane.org@gnu.org> Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from <guile-user-bounces+guile-user=m.gmane.org@gnu.org>) id 1P2R7k-0006XJ-Oy for guile-user@m.gmane.org; Sun, 03 Oct 2010 18:09:17 +0200 Original-Received: from localhost ([127.0.0.1]:55075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2R7j-0000PX-LQ for guile-user@m.gmane.org; Sun, 03 Oct 2010 12:09:15 -0400 Original-Received: from [140.186.70.92] (port=56417 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2R4i-0007K4-Vl for guile-user@gnu.org; Sun, 03 Oct 2010 12:06:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <haberg-1@telia.com>) id 1P2R4h-0005y8-I7 for guile-user@gnu.org; Sun, 03 Oct 2010 12:06:08 -0400 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:40005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <haberg-1@telia.com>) id 1P2R4h-0005xn-Cp for guile-user@gnu.org; Sun, 03 Oct 2010 12:06:07 -0400 Original-Received: from h131n2-fre-d2.ias.bredband.telia.com (78.72.157.131) by smtp-out21.han.skanova.net (8.5.124.10) (authenticated as u26619196) id 4C7E106500CD046D; Sun, 3 Oct 2010 18:06:02 +0200 In-Reply-To: <m3pqvrin7f.fsf@unquote.localdomain> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions <guile-user.gnu.org> List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/guile-user>, <mailto:guile-user-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/guile-user> List-Post: <mailto:guile-user@gnu.org> List-Help: <mailto:guile-user-request@gnu.org?subject=help> List-Subscribe: <http://lists.gnu.org/mailman/listinfo/guile-user>, <mailto:guile-user-request@gnu.org?subject=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:8198 Archived-At: <http://permalink.gmane.org/gmane.lisp.guile.user/8198> On 3 Oct 2010, at 12:29, Andy Wingo wrote: >> The version is 1.8.7 and the i've installed >> it into /usr/local/gnu/lib. > > Is /usr/local/gnu/lib in your equivalent of $LD_LIBRARY_PATH? I know > that darwin has something different, but I don't know what it is. Mac OS X 10.5.8: /usr/local/lib/libguile-srfi-srfi-1-v-3.3.dylib In the past, there was the problem that it could not open dynamic libraries ending on .dylib - had to be .so. Guile calls libtools that is doing these lookups.