From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Compiling from GIT Date: Wed, 9 Feb 2011 19:39:41 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297353353 7143 80.91.229.12 (10 Feb 2011 15:55:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 15:55:53 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Feb 10 16:55:49 2011 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.69) (envelope-from ) id 1PnYrz-0000yL-QV for guile-bugs@m.gmane.org; Thu, 10 Feb 2011 16:55:48 +0100 Original-Received: from localhost ([127.0.0.1]:52937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnYrz-0004H5-2h for guile-bugs@m.gmane.org; Thu, 10 Feb 2011 10:55:47 -0500 Original-Received: from [140.186.70.92] (port=49216 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnEx8-0006XS-W3 for bug-guile@gnu.org; Wed, 09 Feb 2011 13:39:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnEx7-0005Lp-Gu for bug-guile@gnu.org; Wed, 09 Feb 2011 13:39:46 -0500 Original-Received: from smtp-out11.han.skanova.net ([195.67.226.200]:43145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnEx7-0005Lh-2k for bug-guile@gnu.org; Wed, 09 Feb 2011 13:39:45 -0500 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out11.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D0756AC013E8FF1 for bug-guile@gnu.org; Wed, 9 Feb 2011 19:39:42 +0100 X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.200 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:5103 Archived-At: > I made a new system installation, and now the GIT version does not = generate 'configure'. I thought one should just run ./autogen.sh; = however, this fails, because autoconf (called via autoreconf in this = script) cannot find gettext.m4, which is in /usr/local/share/aclocal/, = which should be copied into ./m4/. I was able to fix this problem by copying the files to m4 (cp = /usr/local/share/aclocal/* m4/). For some reason, autoconf does not copy = them. However, when compiling it, and also guile-1.9.15, I get segmentation = fault (as below) in the compiler (Mac OS X 10.6.6 x86-64 Xcode 3.2.5). = This does not happen in a somewhat older guile-1.9.8. Hans libtool: compile: gcc -std=3Dgnu99 -DHAVE_CONFIG_H = -DBUILDING_LIBGUILE=3D1 -I.. -I.. -I../lib -I../lib = -I/usr/local/lib/libffi-3.0.9/include -I/usr/local/include = -I/usr/local/include -D_THREAD_SAFE -Wall -Wmissing-prototypes = -Wdeclaration-after-statement -Wundef -Wswitch-enum -fvisibility=3Dhidden = -I/usr/local/include -g -O2 -MT libguile_2.0_la-vm.lo -MD -MP -MF = .deps/libguile_2.0_la-vm.Tpo -c vm.c -fno-common -DPIC -o = .libs/libguile_2.0_la-vm.o vm.c:907: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [libguile_2.0_la-vm.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2