From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: GUILE_MAX_HEAP_SIZE Date: Thu, 14 Aug 2008 7:49:48 -0400 Message-ID: <30587741.1218714588114.JavaMail.root@web33> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1218714859 14285 80.91.229.12 (14 Aug 2008 11:54:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2008 11:54:19 +0000 (UTC) Cc: guile-devel@gnu.org To: =?utf-8?Q?Ludovic_Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Aug 14 13:55:10 2008 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 1KTbQ6-0002wV-DG for guile-devel@m.gmane.org; Thu, 14 Aug 2008 13:55:10 +0200 Original-Received: from localhost ([127.0.0.1]:39290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTbPA-0007LI-16 for guile-devel@m.gmane.org; Thu, 14 Aug 2008 07:54:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTbNp-00071n-5M for guile-devel@gnu.org; Thu, 14 Aug 2008 07:52:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTbNn-00070w-6f for guile-devel@gnu.org; Thu, 14 Aug 2008 07:52:48 -0400 Original-Received: from [199.232.76.173] (port=53216 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTbNn-00070q-0J for guile-devel@gnu.org; Thu, 14 Aug 2008 07:52:47 -0400 Original-Received: from mta15.mail.adelphia.net ([68.168.78.77]:35881 helo=mta15.adelphia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTbNj-0005hX-7E; Thu, 14 Aug 2008 07:52:43 -0400 Original-Received: from web33 ([68.168.75.140]) by mta15.adelphia.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20080814115109.UIBG2677.mta15.adelphia.net@web33>; Thu, 14 Aug 2008 07:51:09 -0400 X-Priority: 3 (Normal) Sensitivity: Normal X-detected-kernel: by monty-python.gnu.org: Solaris 8 (2) 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:7432 Archived-At: ---- "Ludovic Court=C3=A8s" wrote:=20 > Han-Wen Nienhuys writes: >=20 > > After switching from the 1.8 branch to master, I get > > > > ./autogen.sh: line 22: gnulib-tool: command not found > > > > > > I'm on Fedora 9. Where do I get gnulib-tool ?=09 >=20 > With "git-clone git://git.sv.gnu.org/gnulib.git". `gnulib-tool' is a > script that will install the right Gnulib modules into your Guile > directory. This should probably be added to HACKING. -Dale