From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Building guile 1.8.6 on Tru64 5.1b Date: Wed, 22 Apr 2009 00:55:40 +0200 Message-ID: <87hc0hliqb.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1240354565 17251 80.91.229.12 (21 Apr 2009 22:56:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Apr 2009 22:56:05 +0000 (UTC) Cc: guile-user@gnu.org To: Didier Godefroy Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Apr 22 00:57:24 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LwOu1-0006D9-Qj for guile-user@m.gmane.org; Wed, 22 Apr 2009 00:57:22 +0200 Original-Received: from localhost ([127.0.0.1]:47896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwOsc-0004g4-MZ for guile-user@m.gmane.org; Tue, 21 Apr 2009 18:55:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwOsY-0004fz-Te for guile-user@gnu.org; Tue, 21 Apr 2009 18:55:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwOsT-0004fn-Ht for guile-user@gnu.org; Tue, 21 Apr 2009 18:55:49 -0400 Original-Received: from [199.232.76.173] (port=35882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwOsT-0004fk-9P for guile-user@gnu.org; Tue, 21 Apr 2009 18:55:45 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:54572) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LwOsS-0007fJ-Lz for guile-user@gnu.org; Tue, 21 Apr 2009 18:55:45 -0400 X-IronPort-AV: E=Sophos;i="4.38,431,1233529200"; d="scan'208";a="28061191" Original-Received: from reverse-83.fdn.fr (HELO nixey) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 22 Apr 2009 00:55:42 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 =?iso-8859-1?Q?Flor=E9al?= an 217 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu In-Reply-To: (Didier Godefroy's message of "Tue, 21 Apr 2009 22:53:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7252 Archived-At: Didier Godefroy writes: > on 4/21/09 10:41 PM, Ludovic Court=E8s at ludo@gnu.org uttered the follow= ing: > >> Didier Godefroy writes: >>=20 >>> gcc 4.0.2 >>=20 >> Then it must be this bug: >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D19699 . > > Is there any workaround for it that could be put in the source to avoir s= uch > issues? Using `--disable-error-on-warning' is the best solution here. You could try upgrading GMP also, in case it helps. Thanks, Ludo'.