From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roger Mc Murtrie Newsgroups: gmane.lisp.guile.bugs Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results Date: Fri, 11 Jan 2008 10:46:31 +1100 Message-ID: References: <6D512751-B4BD-4E2B-A903-9732A68E7DF4@iinet.net.au> <87zlvept9v.fsf@ossau.uklinux.net> <0CAB0B4F-7CA6-4892-9066-BA9D0CA56EAF@iinet.net.au> <7A68F70F-CCDB-46E7-9B11-D4B564B33F7C@iinet.net.au> <87prw91dwv.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200008805 10592 80.91.229.12 (10 Jan 2008 23:46:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 23:46:45 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jan 11 00:47:07 2008 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.50) id 1JD771-0005hK-OU for guile-bugs@m.gmane.org; Fri, 11 Jan 2008 00:47:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD76e-0005n1-1s for guile-bugs@m.gmane.org; Thu, 10 Jan 2008 18:46:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JD76b-0005mh-Jb for bug-guile@gnu.org; Thu, 10 Jan 2008 18:46:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD76a-0005m9-NR for bug-guile@gnu.org; Thu, 10 Jan 2008 18:46:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD76a-0005m3-EL for bug-guile@gnu.org; Thu, 10 Jan 2008 18:46:36 -0500 Original-Received: from outbound.icp-qv1-irony-out1.iinet.net.au ([203.59.1.108]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JD76Z-0008Ib-Oe for bug-guile@gnu.org; Thu, 10 Jan 2008 18:46:36 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAEM9hkfL2Tu0/2dsb2JhbAAIqXc X-IronPort-AV: E=Sophos;i="4.24,269,1196607600"; d="scan'208";a="273577060" Original-Received: from unknown (HELO [10.0.1.2]) ([203.217.59.180]) by outbound.icp-qv1-irony-out1.iinet.net.au with ESMTP; 11 Jan 2008 08:46:31 +0900 In-Reply-To: <87prw91dwv.fsf@ossau.uklinux.net> X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:3689 Archived-At: On 11/01/2008, at 10:03 AM, Neil Jerram wrote: > > What was the other undefined symbol? I can't remember, but it was something very similar. > Is it possible that the build is still picking up the editline > libraries from /usr/lib It seems quit possible. Is there any way that I can check or prevent editline being used? > > >> So, I then tried configuring with --enable-shared=no. >> This built successfully. > > I don't understand why that worked. Do you? No. But it seems to often work as a last resort for mac builds that otherwise fail. In fact the INSTALL instructions of some packages include it in their ./configure instructions for Mac. > > Regards Roger