From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: compile fixen Date: Tue, 11 Oct 2005 13:20:29 +0200 Message-ID: <1129029629.19772.42.camel@localhost.localdomain> References: <1128886863.12910.77.camel@localhost.localdomain> <87k6gmxtdl.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1129031827 30502 80.91.229.2 (11 Oct 2005 11:57:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 11:57:07 +0000 (UTC) Cc: mvo@gnu.org, guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Oct 11 13:56:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPIka-0006jr-Ch for guile-devel@m.gmane.org; Tue, 11 Oct 2005 13:56:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPIkZ-0001gv-HQ for guile-devel@m.gmane.org; Tue, 11 Oct 2005 07:56:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPICV-000051-I5 for guile-devel@gnu.org; Tue, 11 Oct 2005 07:21:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPICT-0008WQ-Kf for guile-devel@gnu.org; Tue, 11 Oct 2005 07:21:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPICS-0008WJ-SL for guile-devel@gnu.org; Tue, 11 Oct 2005 07:21:41 -0400 Original-Received: from [195.10.6.12] (helo=mx1.es6.egwn.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EPICS-0003le-QS for guile-devel@gnu.org; Tue, 11 Oct 2005 07:21:40 -0400 Original-Received: from server09.fr4.egwn.net (server09.fr4.egwn.net [62.39.85.79]) by mx1.es6.egwn.net (Postfix) with ESMTP id 59D234F827B for ; Tue, 11 Oct 2005 13:21:36 +0200 (CEST) Original-Received: (qmail 25643 invoked from network); 11 Oct 2005 11:21:36 -0000 Original-Received: from core.fluendo.com (HELO videoscale.fluendo.lan) (195.10.6.237) by server09.fr4.egwn.net with SMTP; 11 Oct 2005 11:21:36 -0000 Original-To: Kevin Ryde In-Reply-To: <87k6gmxtdl.fsf@zip.com.au> X-Mailer: Evolution 2.4.0 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:5264 Archived-At: On Mon, 2005-10-10 at 07:39 +1000, Kevin Ryde wrote: > Andy Wingo writes: > > > > Also the build stopped when building the texinfo files, because I had no > > version.texi. I had to make stamp-vti in the doc/ref and doc/tut dirs to > > make the version.texi files, > > That shouldn't be necessary, they're ordinary makefile targets > (generated by automake). Maybe automake needed a re-run for changes > in the texi files? Not sure what happened exactly; running autogen.sh should have run automake and thus created the files. I have made a fresh checkout here at work, on a different machine (SMP x86-64) and guile just doesn't build. At first building with CFLAGS=-g -O2 I got some kind of deadlock in guile after a memoization error, and now building with CFLAGS=-g I get a segfault making guile-procedures.texi, in gc-mark.c:411. So guile doesn't build at all on this 64-bit box. Any idea why? Regards, -- Andy Wingo http://wingolog.org/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel