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: Re: Mac OS X .dylib not working Date: Fri, 4 Mar 2011 10:47:12 +0100 Message-ID: <9149DD28-B4A2-4D4E-93EE-D40AC8B9E460@telia.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299232059 23098 80.91.229.12 (4 Mar 2011 09:47:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2011 09:47:39 +0000 (UTC) Cc: Guile bug , =?iso-8859-1?Q?Ludovic_Court=E8s?= , bug-libtool@gnu.org To: Bob Friesenhahn Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Mar 04 10:47:34 2011 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 1PvRbh-0004A4-Aj for guile-bugs@m.gmane.org; Fri, 04 Mar 2011 10:47:33 +0100 Original-Received: from localhost ([127.0.0.1]:58513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvRbg-0005ln-R6 for guile-bugs@m.gmane.org; Fri, 04 Mar 2011 04:47:32 -0500 Original-Received: from [140.186.70.92] (port=38332 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvRbW-0005j0-KX for bug-guile@gnu.org; Fri, 04 Mar 2011 04:47:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvRbV-0007gD-Is for bug-guile@gnu.org; Fri, 04 Mar 2011 04:47:22 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:57171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvRbV-0007fz-97; Fri, 04 Mar 2011 04:47:21 -0500 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D65154400296E9B; Fri, 4 Mar 2011 10:47:13 +0100 In-Reply-To: X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.212 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:5279 gmane.comp.gnu.libtool.bugs:7718 Archived-At: On 4 Mar 2011, at 04:00, Bob Friesenhahn wrote: >> So guile-2.0.0 using libltdl.7.dylib of libtool-2.4, can on Mac OS X = 10.6.6 only open a dynamic library if the name of what it actually opens = ends in .so (say by making a soft link using 'ln -s'); if it ends in = .dylib, it cannot open it, even if the full name is given. >>=20 >> See >> http://lists.gnu.org/archive/html/bug-guile/2011-03/msg00008.html >> http://lists.gnu.org/archive/html/guile-devel/2011-03/msg00021.html >=20 > Are you sure that libltdl from libtool-2.4 is being used? =20 I used that - I made a new clean Mac OS X 10.6.6 installation, = everything recompiled. Hans