From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32458 invoked by alias); 29 Nov 2004 13:29:44 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 31975 invoked from network); 29 Nov 2004 13:29:04 -0000 Received: from unknown (HELO mail2.codesourcery.com) (66.160.135.55) by sourceware.org with SMTP; 29 Nov 2004 13:29:04 -0000 Received: (qmail 28794 invoked from network); 29 Nov 2004 13:29:04 -0000 Received: from support.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.10) by mail2.codesourcery.com with SMTP; 29 Nov 2004 13:29:04 -0000 Received: (qmail 10311 invoked from network); 29 Nov 2004 13:29:03 -0000 Received: from localhost (HELO wren.home) (paul@127.0.0.1) by mail.codesourcery.com with SMTP; 29 Nov 2004 13:29:03 -0000 From: Paul Brook Organization: CodeSourcery To: gcc@gcc.gnu.org Subject: Re: Mainline in regression-fix mode after Thanksgiving Date: Mon, 29 Nov 2004 13:53:00 -0000 User-Agent: KMail/1.7.1 Cc: Richard Earnshaw , Mark Mitchell , Toon Moene References: <200411230026.iAN0QqeO005220@sirius.codesourcery.com> <41AAA2CD.3020003@codesourcery.com> <1101722142.1585.4.camel@pc960.cambridge.arm.com> In-Reply-To: <1101722142.1585.4.camel@pc960.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291329.01550.paul@codesourcery.com> X-SW-Source: 2004-11/txt/msg01119.txt.bz2 On Monday 29 November 2004 09:55, Richard Earnshaw wrote: > Whilst on the issue of g77 vs g95. I still regard the fact that you > have to build and install (in a system directory) a non-standard build > of a non-standard library (gmp with mpf) as a major build bug. This > makes it impossible for folks who don't have root access on their > machines to build and install the fortran compiler unless they are > prepared to set LD_LIBRARY_PATH (or whatever) every time they want to > run the resulting compiler. Not impossible. It should work if you build/link a static libgmp.a. I agree it's a problem though. Paul