From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.bugs Subject: Re: undefined __rl_init_argument on Mac OS 10.4 Date: Tue, 23 Jun 2009 10:49:11 -0400 Message-ID: <20090623144911.7U9AU.190268.root@cdptpa-web02-z02> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1245770024 15495 80.91.229.12 (23 Jun 2009 15:13:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Jun 2009 15:13:44 +0000 (UTC) To: bug-guile@gnu.org, Abdulaziz Ghuloum Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Jun 23 17:13:37 2009 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 1MJ7gl-0000uB-Vl for guile-bugs@m.gmane.org; Tue, 23 Jun 2009 17:13:36 +0200 Original-Received: from localhost ([127.0.0.1]:60562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ7gk-0005V2-UJ for guile-bugs@m.gmane.org; Tue, 23 Jun 2009 11:13:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ7JE-0005hY-GG for bug-guile@gnu.org; Tue, 23 Jun 2009 10:49:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ7JD-0005fz-GT for bug-guile@gnu.org; Tue, 23 Jun 2009 10:49:15 -0400 Original-Received: from [199.232.76.173] (port=60506 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ7JD-0005fi-99 for bug-guile@gnu.org; Tue, 23 Jun 2009 10:49:15 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.122]:56649) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ7JC-00035N-Tf for bug-guile@gnu.org; Tue, 23 Jun 2009 10:49:15 -0400 Original-Received: from cdptpa-web02-z02 ([10.127.132.153]) by cdptpa-smta02.mail.rr.com with ESMTP id <20090623144911714.TLXO11389@cdptpa-smta02.mail.rr.com>; Tue, 23 Jun 2009 14:49:11 +0000 In-Reply-To: X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:4241 Archived-At: Howdy Aziz, ---- Abdulaziz Ghuloum wrote: > Hello, > > I tried building guile 1.9 today and the build fails due to undefined > "__rl_init_argument". This appears to be defined in line 96 of guile- > readline/readline.c and used only once in like 125 of the same file. > Commenting out both lines makes the build proceed, but I don't know > how bad this is. There are also a bunch of warnings about redefined > bindings. A summary of the failed build log is below. That's because the Apple reimplementation of readline is incomplete. The preferred solution is to install gnu readline. On the other hand, I did basically the same as you when I built Guile on my mac mini. Never had a problem with it. -Dale