From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Didier Godefroy Newsgroups: gmane.lisp.guile.user Subject: Re: Building guile 1.8.6 on Tru64 5.1b Date: Wed, 22 Apr 2009 10:11:54 +0200 Message-ID: References: <87hc0hliqb.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1240388001 24863 80.91.229.12 (22 Apr 2009 08:13:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2009 08:13:21 +0000 (UTC) Cc: guile-user@gnu.org To: Ludovic =?ISO-8859-1?B?Q291cnTocw==?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Apr 22 10:14:41 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 1LwXbL-0005dY-T3 for guile-user@m.gmane.org; Wed, 22 Apr 2009 10:14:40 +0200 Original-Received: from localhost ([127.0.0.1]:52038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwXZw-0008FT-II for guile-user@m.gmane.org; Wed, 22 Apr 2009 04:13:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwXZ9-00084S-3u for guile-user@gnu.org; Wed, 22 Apr 2009 04:12:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwXZ3-00080U-It for guile-user@gnu.org; Wed, 22 Apr 2009 04:12:22 -0400 Original-Received: from [199.232.76.173] (port=49789 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwXZ3-0007zy-2X for guile-user@gnu.org; Wed, 22 Apr 2009 04:12:17 -0400 Original-Received: from orbhost.com ([207.218.123.239]:1094 helo=orbhost.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwXYy-0005b5-Hf; Wed, 22 Apr 2009 04:12:12 -0400 Original-Received: from [192.168.1.20] (73.37.195-77.rev.gaoland.net [77.195.37.73]) by orbhost.net (8.13.7/8.13.7) with ESMTP id n3M8C2JY319861; Wed, 22 Apr 2009 04:12:10 -0400 (EDT) User-Agent: Microsoft-Entourage/12.17.0.090302 Thread-Topic: Building guile 1.8.6 on Tru64 5.1b Thread-Index: AcnDIf84MFpJkRg0KESbt1z6pLMotQ== In-Reply-To: <87hc0hliqb.fsf@gnu.org> 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:7253 Archived-At: >>>> gcc 4.0.2 >>> >>> Then it must be this bug: >>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19699 . >> >> Is there any workaround for it that could be put in the source to avoir such >> issues? > > Using `--disable-error-on-warning' is the best solution here. You could > try upgrading GMP also, in case it helps. I did that. But when using gcc 4.0.2 to compile, I need to use the gmp 4.1.4 because of dependencies (mpfr also), that gcc 4.0.2 was a binary install, as well as gmp 4.1.4 and others who all depend on each other, so I'm stuck with those versions. When I finally can get gcc 4.3.3 compiled, I will regain the freedom of using other updated packages. In the mean time I'm trying to recompile using cc instead of gcc, and I have a fresh install of gmp 4.2.4 and configure doesn't think that gmp is newer than 4.1 so I'm stuck again with that. How can I get configure to get that gmp version right? -- Didier Godefroy mailto:dg@ulysium.net