From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile 1.8.5 compile segfault Date: Sun, 21 Sep 2008 11:43:52 +0200 Message-ID: <49dd78620809210243t531d559er3305b31a5a15f3fd@mail.gmail.com> References: <48D4FB4B.20406@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221990251 14437 80.91.229.12 (21 Sep 2008 09:44:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2008 09:44:11 +0000 (UTC) Cc: bug-guile@gnu.org To: tantalum Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Sep 21 11:45: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 1KhLV3-0006JR-Un for guile-bugs@m.gmane.org; Sun, 21 Sep 2008 11:45:06 +0200 Original-Received: from localhost ([127.0.0.1]:48755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhLU2-0002cT-8n for guile-bugs@m.gmane.org; Sun, 21 Sep 2008 05:44:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhLTw-0002cO-3L for bug-guile@gnu.org; Sun, 21 Sep 2008 05:43:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhLTu-0002c7-NF for bug-guile@gnu.org; Sun, 21 Sep 2008 05:43:55 -0400 Original-Received: from [199.232.76.173] (port=40517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhLTu-0002c4-KF for bug-guile@gnu.org; Sun, 21 Sep 2008 05:43:54 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.251]:20286) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhLTu-00019E-5T for bug-guile@gnu.org; Sun, 21 Sep 2008 05:43:54 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so1251841rvb.6 for ; Sun, 21 Sep 2008 02:43:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dYGzpRIm67SPMiGlXJfaU9kQsAre101ZDt+cY8BrCuo=; b=iZ77JiFtBS0adKY7MkYzQ/ucGeiL35xRxEAExQcAYP5Cl4MO36FIY7zwfC109r2gJg rGdyGQvINOnDivezEdbXiUnY+crIMzXZmgJS7rO6sBG27QIToY71wcDyifc7RoSItNMS eu87oj7GJwaMoaUWFBSUbot7o+0a/JCCYHAGc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bSzKbgaIlGHPlzl3hvkDLfsS89uqe92HQeN0gzxie8zsbVNukLrZRjGcxoT0VyYmPU u9hILXMiwhk5nFpxlROfO9Bp40vkV708DWfWA/V9H1N0oO9nbxxJcJHoDK5g0Eau9P5R 2aSROldJmgferu0njm3AdWTKLdBwwHMm2MUH0= Original-Received: by 10.141.162.5 with SMTP id p5mr1185689rvo.113.1221990232983; Sun, 21 Sep 2008 02:43:52 -0700 (PDT) Original-Received: by 10.140.142.15 with HTTP; Sun, 21 Sep 2008 02:43:52 -0700 (PDT) In-Reply-To: <48D4FB4B.20406@gmx.de> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:4014 Archived-At: 2008/9/20 tantalum : > > i meant the version one gets when issuing "git clone > git://git.sv.gnu.org/guile.git". > now trying this again, it wont complete "autoconf configure.in" (i found no > further documentation how to compile except a comment in configure.in) > it runs a second then gives: > > ;; > configure.in:44: error: possibly undefined macro: AM_INIT_AUTOMAKE > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. [...] Guile requires particular versions of the various autotools, which may not be what you have... Could you try the latest branch_release-1-8 snapshot at http://www.ossau.uklinux.net/guile/snapshots ? You'll be able to build that with just the standard ./configure and make sequence. Regards, Neil