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 / partial success Date: Tue, 19 Feb 2008 08:15:40 +0100 Organization: Schuler Pressen GmbH & Co. KG Message-ID: <47BA821C.5050503@tammer.net> References: <47B2A8DF.9070004@tammer.net> <87tzkd8bvz.fsf@gnu.org> <87ejbh8ben.fsf@gnu.org> <47B2D88F.1040505@tammer.net> <87ir0tvx6e.fsf@inria.fr> <47B3EF9A.4090400@tammer.net> <87r6fgndap.fsf@gnu.org> <47B92174.5070300@tammer.net> <87ve4mu0ig.fsf@gnu.org> <47B95664.4070007@tammer.net> <87zltyr1mh.fsf@gnu.org> <47B98F83.6080700@tammer.net> <87bq6eqrqs.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 1203405375 4964 80.91.229.12 (19 Feb 2008 07:16:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 07:16:15 +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 Tue Feb 19 08:16:39 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 1JRMiQ-0000yn-Do for guile-bugs@m.gmane.org; Tue, 19 Feb 2008 08:16:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRMhv-0000e0-Hc for guile-bugs@m.gmane.org; Tue, 19 Feb 2008 02:16:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRMhs-0000cF-G5 for bug-guile@gnu.org; Tue, 19 Feb 2008 02:16:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRMhm-0000Vz-US for bug-guile@gnu.org; Tue, 19 Feb 2008 02:15:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRMhm-0000Vt-OX for bug-guile@gnu.org; Tue, 19 Feb 2008 02:15:54 -0500 Original-Received: from ifw.schulergroup.com ([212.87.143.254]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRMhh-00019C-Sn; Tue, 19 Feb 2008 02:15:50 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ifw.schulergroup.com (Postfix) with ESMTP id 08A4AD030396; Tue, 19 Feb 2008 08:15:47 +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 09861-09; Tue, 19 Feb 2008 08:15:44 +0100 (CET) Original-Received: from saturn.schuler.de (unknown [153.3.1.198]) by ifw.schulergroup.com (Postfix) with ESMTP id 3D400D03038A; Tue, 19 Feb 2008 08:15:44 +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 m1J7FeXW019469; Tue, 19 Feb 2008 08:15:40 +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: <87bq6eqrqs.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:3802 Archived-At: Hello, Ludovic Court=E8s wrote: > Hi, > [...] > =20 > >>> So what does "grep inline config.log" show?! >>> >>> =20 >> There is a "inline" but this version is not compatible... >> =20 > > Note that this does not answer my question. :-) > > =20 I know... >> The "inline" produces the following error: >> >> "strings.c", line 132.10: 1506-780 (S) Reference to "scm_double_cell" >> with internal linkage is not allowed within inline definition of >> "scm_i_take_stringbufn". >> =20 > > Yes, this is fixed in the forthcoming 1.8.4 (hopefully released later > today). > > =20 This sounds great, then it should work without the __inline__ hack. >> /* Define to 1 if you have the `hstrerror' function. */ >> #define HAVE_HSTRERROR 1 >> =20 > > Then you should only get a warning at compilation-time about > `hstrerror ()' being undeclared, but the build process should continue > and Guile should link fine. > > I'm reluctant to adding a `#define _USE_IRS' without any compelling > reason, since (i) the leading underscore makes it look like an internal > macro, and (ii) I don't know what it's really supposed to do. > > =20 Yes and no, IBM XL C/C++ continues but gcc 4.2.2 stops due to the -Wall switch... gmake[3]: Entering directory `/daten/source/guile-1.8.3/libguile' /usr/bin/bash ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_= H=20 -I. -I.. -I.. -I.. -fno-strict-aliasing -Wall -Wmissing-prototypes=20 -Werror -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo -c -o net_db.lo net_db= .c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fno-strict-aliasing -Wall=20 -Wmissing-prototypes -Werror -MT net_db.lo -MD -MP -MF .deps/net_db.Tpo=20 -c net_db.c -DPIC -o .libs/net_db.o cc1: warnings being treated as errors net_db.c: In function 'scm_resolv_error': net_db.c:112: warning: implicit declaration of function 'hstrerror' The easiest solution wold be an AIX note in the INSTALL: n.1. AIX with IBM Compiler ... n.2. AIX with gcc 4.x ... and the setting for the extended stack "(debug-set! stack 80000)" should=20 also be mention. > Thanks, > Ludovic. > > > =20 Bye Rainer