From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco Maggi Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-2.0.0 fails to build without threads Date: Fri, 20 May 2011 20:41:04 +0200 Message-ID: <87oc2xdxkv.fsf@rapitore.luna> References: <4D9DCE98.5080808@gentoo.org> <87y63gj765.fsf@rapitore.luna> <87aafusesz.fsf@rapitore.luna> <874o62s7hu.fsf@rapitore.luna> <87y63eqmp3.fsf@rapitore.luna> <87hb9d4o8n.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1305916715 8760 80.91.229.12 (20 May 2011 18:38:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 May 2011 18:38:35 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri May 20 20:38:31 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QNUal-0002YR-Ld for guile-bugs@m.gmane.org; Fri, 20 May 2011 20:38:31 +0200 Original-Received: from localhost ([::1]:45368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNUal-0001RP-41 for guile-bugs@m.gmane.org; Fri, 20 May 2011 14:38:31 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNUai-0001RK-8O for bug-guile@gnu.org; Fri, 20 May 2011 14:38:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNUah-0003TE-FO for bug-guile@gnu.org; Fri, 20 May 2011 14:38:28 -0400 Original-Received: from relay-pt1.poste.it ([62.241.4.164]:55221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNUah-0003TA-9d for bug-guile@gnu.org; Fri, 20 May 2011 14:38:27 -0400 Original-Received: from rapitore.luna (93.147.77.115) by relay-pt1.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4DD5A13E000231DB; Fri, 20 May 2011 20:38:22 +0200 X-Loop: marco@maggi.it.invalid X-Mailer: GNU Emacs In-Reply-To: (Andy Wingo's message of "Fri, 20 May 2011 11:37:45 +0200") Original-Lines: 24 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 62.241.4.164 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5594 Archived-At: Andy Wingo wrote: > Thanks. You seem to be running on system in which the > stack grows up. Is that the case? Check > libguile/scmconfig.h and config.log. Yes, I have: #define SCM_STACK_GROWS_UP 1 /* 0 or 1 */ in "scmconfig.h"; my system is just a i686-pc-linux-gnu. > You mention in your original report: > CFLAGS=3D'-O3 -march=3Di686 -mtune=3Di686' > Are the "3D" things an artifact of some mailing list > encoding thing, or are they a mis-paste? They were just "=" characters, but while pasting them into Emacs from a terminal (?) caused them to be converted to "=3D" for some reason unknown to me. I am fairly sure that that command line came from a build script (bash) I use every time to rebuild Guile and there are no errors in it. -- Marco Maggi