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: Wed, 13 Apr 2011 13:42:05 +0200 Message-ID: <874o62s7hu.fsf@rapitore.luna> References: <4D9DCE98.5080808@gentoo.org> <87y63gj765.fsf@rapitore.luna> <87aafusesz.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 1302694849 30285 80.91.229.12 (13 Apr 2011 11:40:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2011 11:40:49 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 13 13:40:43 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 1Q9yR8-0004W3-K0 for guile-bugs@m.gmane.org; Wed, 13 Apr 2011 13:40:42 +0200 Original-Received: from localhost ([::1]:56928 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9yR7-0006aC-Nx for guile-bugs@m.gmane.org; Wed, 13 Apr 2011 07:40:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9yR0-0006Zf-7O for bug-guile@gnu.org; Wed, 13 Apr 2011 07:40:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9yQu-0005nb-Tr for bug-guile@gnu.org; Wed, 13 Apr 2011 07:40:34 -0400 Original-Received: from relay-pt1.poste.it ([62.241.4.164]:38435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9yQu-0005n3-O6 for bug-guile@gnu.org; Wed, 13 Apr 2011 07:40:28 -0400 Original-Received: from rapitore.luna (93.147.76.254) by relay-pt1.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4DA4D9F1000865C7 for bug-guile@gnu.org; Wed, 13 Apr 2011 13:39:52 +0200 X-Loop: marco@maggi.it.invalid X-Mailer: GNU Emacs In-Reply-To: <87aafusesz.fsf@rapitore.luna> (Marco Maggi's message of "Wed, 13 Apr 2011 11:04:12 +0200") Original-Lines: 14 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:5464 Archived-At: Marco Maggi wrote: > I still get the Stack overflow problem though with the > stable-2.0 branch. > > Snapshot guile-2.0.0.179-c89b.tar.gz builds successfully > if I use the "--without-threads" option, but fails in the > same way when I do not use the option. It looks like it is the darn CFLAGS variable: if I set it on the command line of "configure" I get the overflow error, if I leave it alone everything goes. It should be user configurable, as a de facto standard. -- Marco Maggi