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,gmane.comp.gnu.libtool.bugs Subject: Mac OS X .dylib not working Date: Mon, 1 Feb 2010 15:26:53 +0100 Message-ID: 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: ger.gmane.org 1265034544 778 80.91.229.12 (1 Feb 2010 14:29:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Feb 2010 14:29:04 +0000 (UTC) Cc: bug-guile@gnu.org To: bug-libtool@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Feb 01 15:29:01 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 1NbxGu-0002t5-5T for guile-bugs@m.gmane.org; Mon, 01 Feb 2010 15:29:00 +0100 Original-Received: from localhost ([127.0.0.1]:35314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbxGt-00027q-HZ for guile-bugs@m.gmane.org; Mon, 01 Feb 2010 09:28:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbxF9-0001fM-2e for bug-guile@gnu.org; Mon, 01 Feb 2010 09:27:11 -0500 Original-Received: from [199.232.76.173] (port=59288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbxF8-0001f4-DT for bug-guile@gnu.org; Mon, 01 Feb 2010 09:27:10 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbxF3-0001zk-Tv for bug-guile@gnu.org; Mon, 01 Feb 2010 09:27:10 -0500 Original-Received: from pne-smtpout2-sn1.fre.skanova.net ([81.228.11.159]:53178) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbxEw-0001xj-Jz; Mon, 01 Feb 2010 09:26:59 -0500 Original-Received: from h131n2-fre-d2.ias.bredband.telia.com (78.72.157.131) by pne-smtpout2-sn1.fre.skanova.net (7.3.140.3) (authenticated as u26619134) id 4B5C67720010F9B2; Mon, 1 Feb 2010 15:26:55 +0100 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:4483 gmane.comp.gnu.libtool.bugs:7234 Archived-At: [I'm not on this list, so please cc me.] On Mac OS X (trying it on 10.5.8 PPC G4), guile-1.8.7 cannot open dynamic library files with name extensions .dylib, but only if they are renamed using .so instead. On the Bug-Guile list they say it just calls libltdl, in the libtool package. I have installed latest of both, but the problem persists: libtool --version ltmain.sh (GNU libtool) 2.2.6b guile --version Guile 1.8.7 Hans