From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: guile-core does not build with gcc-2.95.4 Date: Mon, 14 Jul 2003 08:39:59 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <874r1q2gqo.fsf@zip.com.au> References: <87znjns6gp.fsf@zip.com.au> <87y8z28mlw.fsf@alice.rotty.yi.org> <16145.56324.217251.910553@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1058136068 29468 80.91.224.249 (13 Jul 2003 22:41:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Jul 2003 22:41:08 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 14 00:41:05 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19bpWj-0007eu-00 for ; Mon, 14 Jul 2003 00:41:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19bpXI-0008Lj-MB for guile-devel@m.gmane.org; Sun, 13 Jul 2003 18:41:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19bpWy-00085P-Qb for guile-devel@gnu.org; Sun, 13 Jul 2003 18:41:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19bpWd-0007o2-FQ for guile-devel@gnu.org; Sun, 13 Jul 2003 18:40:59 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19bpUW-0006mY-3u for guile-devel@gnu.org; Sun, 13 Jul 2003 18:38:48 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.3) with ESMTP id h6DMcjZY025686 for ; Mon, 14 Jul 2003 08:38:45 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h6DMcjQg019268 for ; Mon, 14 Jul 2003 08:38:45 +1000 (EST) Original-Received: from localhost (ppp112.dyn228.pacific.net.au [203.143.228.112]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h6DMchnh007819 for ; Mon, 14 Jul 2003 08:38:44 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19bpVg-0000Lr-00; Mon, 14 Jul 2003 08:40:00 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <16145.56324.217251.910553@localhost.localdomain> (Han-Wen Nienhuys's message of "Mon, 14 Jul 2003 00:24:04 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2620 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2620 Han-Wen Nienhuys writes: > > Maybe --std=gnu89 should be added by default for GCC 3.x > compilation. Anyone knowledgeable about autoconf willing to do this? Personally I think it's cleaner to keep such things out of the main configure.in (I think that of -Werror for instance too). Developers can add such stuff easily enough. I like CPPFLAGS for extra flags. CFLAGS is the right place, but one can leave that to configure to establish, and instead insinuate extra stuff by abusing CPPFLAGS. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel