From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rainer Tammer Newsgroups: gmane.lisp.guile.bugs Subject: Re: stack overflow Date: Wed, 13 Feb 2008 12:46:23 +0100 Organization: Schuler Pressen GmbH & Co. KG Message-ID: <47B2D88F.1040505@tammer.net> References: <47B2A8DF.9070004@tammer.net> <87tzkd8bvz.fsf@gnu.org> <87ejbh8ben.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1202903211 28776 80.91.229.12 (13 Feb 2008 11:46:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2008 11:46:51 +0000 (UTC) Cc: bug-guile@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Feb 13 12:47:13 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 1JPG52-00075p-9y for guile-bugs@m.gmane.org; Wed, 13 Feb 2008 12:47:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPG4Y-0003WI-Bj for guile-bugs@m.gmane.org; Wed, 13 Feb 2008 06:46:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPG4T-0003Vh-A3 for bug-guile@gnu.org; Wed, 13 Feb 2008 06:46:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPG4R-0003V5-Oi for bug-guile@gnu.org; Wed, 13 Feb 2008 06:46:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPG4R-0003V2-Mk for bug-guile@gnu.org; Wed, 13 Feb 2008 06:46:35 -0500 Original-Received: from ifw.schulergroup.com ([212.87.143.254]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPG4N-0003QV-U4; Wed, 13 Feb 2008 06:46:32 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ifw.schulergroup.com (Postfix) with ESMTP id 42D3FD030399; Wed, 13 Feb 2008 12:46:31 +0100 (CET) Original-Received: from ifw.schulergroup.com ([127.0.0.1]) by localhost (ifw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00294-06; Wed, 13 Feb 2008 12:46:30 +0100 (CET) Original-Received: from saturn.schuler.de (unknown [153.3.1.198]) by ifw.schulergroup.com (Postfix) with ESMTP id 34583D03038A; Wed, 13 Feb 2008 12:46:30 +0100 (CET) Original-Received: from [153.3.21.50] (rt.schuler.de [153.3.21.50]) by saturn.schuler.de (8.12.11.20060308/8.12.7/SuSE Linux 0.6) with ESMTP id m1DBkOAw030252; Wed, 13 Feb 2008 12:46:24 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 In-Reply-To: <87ejbh8ben.fsf@gnu.org> X-Virus-Scanned: by amavisd-new X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:3792 Archived-At: Hello, Ludovic Court=E8s wrote: > Hi, > > ludo@gnu.org (Ludovic Court=E8s) writes: > > =20 >> CFLAGS=3D"-the-option-that-enables-optimizations" ./configure >> =20 > > It seems that `-qtune=3Dauto' would make it. > > =20 I added -qtune=3Dauto but this did not solve the problem... I will try other optimization settings... > Best of all, we could directly use `AX_CC_MAXOPT' to solve this: > > http://autoconf-archive.cryp.to/ax_cc_maxopt.html > > Thanks, > Ludovic. > > > > =20 Bye Rainer