From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Ellis Newsgroups: gmane.lisp.guile.bugs,gmane.comp.gnu.libtool.bugs Subject: Re: Mac OS X .dylib not working Date: Thu, 3 Mar 2011 22:41:08 -0500 Message-ID: References: <4D705581.1030701@pogma.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1299210090 26022 80.91.229.12 (4 Mar 2011 03:41:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2011 03:41:30 +0000 (UTC) Cc: Guile bug , =?ISO-8859-1?Q?Ludovic_Court=E8s?= , =?ISO-8859-1?Q?Hans_=C5berg?= , bug-libtool@gnu.org To: "Peter O'Gorman" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Mar 04 04:41:26 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 1PvLtN-0004Mo-OU for guile-bugs@m.gmane.org; Fri, 04 Mar 2011 04:41:25 +0100 Original-Received: from localhost ([127.0.0.1]:33574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvLtN-0003Xm-8c for guile-bugs@m.gmane.org; Thu, 03 Mar 2011 22:41:25 -0500 Original-Received: from [140.186.70.92] (port=45609 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvLtB-0003UZ-FE for bug-guile@gnu.org; Thu, 03 Mar 2011 22:41:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvLtA-0002St-J5 for bug-guile@gnu.org; Thu, 03 Mar 2011 22:41:13 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:38425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvLt7-0002PM-Vz; Thu, 03 Mar 2011 22:41:10 -0500 Original-Received: by wyi11 with SMTP id 11so1983934wyi.0 for ; Thu, 03 Mar 2011 19:41:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=5RIbYYwXY64ELuX2lG3Zf5GLxVv1k71/VRQdW5WVSyY=; b=sjAvQx4ramnNeg8dDrLtccL1+K4lWXMeaGfwrg2+AI1c2taZ6OpHg+mAWJgQuN7vlJ 2zXI3v8iBtlMGDW+43DXdhcss8hzmDkAyGJD22I8ey5JMUoR28lORIEha+I4WmER/SBA +eOOc7k+nkZ2z4UPhckoU5D8zxNKylv/IutmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=XGtXiVTqDhpOhzk6E/mQhT8QcgdpquDJSf7Rv+raQTBOB++rMYUxD8+/ZkEgsdpEJ5 5f15DBKNAHG9TiG82e4Vvb1WEhaeOLdNp+dHSqoDLaZ8fcgxAzgVWUEH8aXODQmKPpV4 LmAx8NMBvoZppBEd5vq3DlzpqcMycIC69H9cQ= Original-Received: by 10.227.140.67 with SMTP id h3mr95523wbu.80.1299210068284; Thu, 03 Mar 2011 19:41:08 -0800 (PST) Original-Received: by 10.227.134.82 with HTTP; Thu, 3 Mar 2011 19:41:08 -0800 (PST) In-Reply-To: <4D705581.1030701@pogma.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 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:5275 gmane.comp.gnu.libtool.bugs:7714 Archived-At: On Thu, Mar 3, 2011 at 9:59 PM, Peter O'Gorman wrote: > > However, I can see the point that libltdl should try .dylib as well as .so > for lt_dlopenext on Mac OS X. I will come up with a patch for that. > > Peter Thanks, Peter. I'll be happy to test it. Cheers, Mike