From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: two Mac guile patches Date: Fri, 30 Oct 2009 21:15:47 +0000 Message-ID: <87pr847fcs.fsf@ossau.uklinux.net> References: <737F0FA3-95CA-4C7D-AF70-4B40D653C98C@mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256937443 28533 80.91.229.12 (30 Oct 2009 21:17:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2009 21:17:23 +0000 (UTC) Cc: guile-devel To: Ken Raeburn Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Oct 30 22:17:16 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N3yqS-0003r6-0K for guile-devel@m.gmane.org; Fri, 30 Oct 2009 22:17:16 +0100 Original-Received: from localhost ([127.0.0.1]:43776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3yqR-0000Kr-E9 for guile-devel@m.gmane.org; Fri, 30 Oct 2009 17:17:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3yp7-0008SE-B8 for guile-devel@gnu.org; Fri, 30 Oct 2009 17:15:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3yp2-0008Q3-IE for guile-devel@gnu.org; Fri, 30 Oct 2009 17:15:52 -0400 Original-Received: from [199.232.76.173] (port=33681 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3yp2-0008Pl-Dd for guile-devel@gnu.org; Fri, 30 Oct 2009 17:15:48 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:38528) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3yp2-00005a-4K for guile-devel@gnu.org; Fri, 30 Oct 2009 17:15:48 -0400 Original-Received: from arudy (host86-147-112-196.range86-147.btcentralplus.com [86.147.112.196]) by mail3.uklinux.net (Postfix) with ESMTP id A8E6E1F685A; Fri, 30 Oct 2009 21:15:47 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 3BDC338024; Fri, 30 Oct 2009 21:15:47 +0000 (GMT) In-Reply-To: <737F0FA3-95CA-4C7D-AF70-4B40D653C98C@mit.edu> (Ken Raeburn's message of "Thu, 29 Oct 2009 13:51:27 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9612 Archived-At: Ken Raeburn writes: > Two patches here, both relating to the fact that the GNU "libtool" > package is installed as "glibtool" (both in the main OS and in > macports; haven't checked fink), and "/usr/bin/libtool" is a different > tool, from Apple. These both look good to me. Thanks! Neil