From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: Mac OS X .dylib Date: Sat, 30 Jan 2010 20:52:36 +0100 Message-ID: <2297C01B-B713-42E4-94E1-F196A14FCA5C@math.su.se> References: <87pr4rcuby.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1264881168 14506 80.91.229.12 (30 Jan 2010 19:52:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Jan 2010 19:52:48 +0000 (UTC) Cc: bug-guile@gnu.org To: ludo@gnu.org (=?ISO-8859-1?Q?Ludovic_Court=E8s?=) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Jan 30 20:52:44 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NbJN6-0007oP-6e for guile-bugs@m.gmane.org; Sat, 30 Jan 2010 20:52:44 +0100 Original-Received: from localhost ([127.0.0.1]:37739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbJN5-0001Ru-Mp for guile-bugs@m.gmane.org; Sat, 30 Jan 2010 14:52:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbJN1-0001RK-SE for bug-guile@gnu.org; Sat, 30 Jan 2010 14:52:39 -0500 Original-Received: from [199.232.76.173] (port=55108 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbJN1-0001Qh-JB for bug-guile@gnu.org; Sat, 30 Jan 2010 14:52:39 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbJN0-0006P3-E1 for bug-guile@gnu.org; Sat, 30 Jan 2010 14:52:39 -0500 Original-Received: from pne-smtpout2-sn2.hy.skanova.net ([81.228.8.164]:63640) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbJN0-0006Ov-3O; Sat, 30 Jan 2010 14:52:38 -0500 Original-Received: from h131n2-fre-d2.ias.bredband.telia.com (78.72.157.131) by pne-smtpout2-sn2.hy.skanova.net (7.3.140.3) (authenticated as u26619134) id 4B5C677E000DEC21; Sat, 30 Jan 2010 20:52:36 +0100 In-Reply-To: <87pr4rcuby.fsf@gnu.org> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4480 Archived-At: On 30 Jan 2010, at 19:37, Ludovic Court=E8s wrote: > The abstraction over file name extensions is handled by Libtool=92s > libltdl, used in =91libguile/dynl.c=92. Which version of Libtool/ltdl = are > you using? I took down the latest stable before trying to compile guile: libtool --version ltmain.sh (GNU libtool) 2.2 > Did you try adding the directory where the =91.dylib=92 is to > $DYLD_LIBRARY_PATH? No, all was installed with standard './configure && make && make =20 install', without tweaks. If you want me try something, please let me know. Hans