From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26956 invoked by alias); 19 Dec 2007 19:39:10 -0000 Received: (qmail 26944 invoked by uid 22791); 19 Dec 2007 19:39:10 -0000 X-Spam-Check-By: sourceware.org Received: from server265-han.de-nserver.de (HELO server265-han.de-nserver.de) (85.158.176.48) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Dec 2007 19:39:01 +0000 Received: (qmail 13249 invoked from network); 19 Dec 2007 20:38:40 +0100 Received: from 84-75-162-66.dclient.hispeed.ch (HELO linux2.krischik.com) (84.75.162.66) (smtp-auth username martinka, mechanism plain) by server265-han.de-nserver.de (qpsmtpd/0.40) with ESMTPA; Wed, 19 Dec 2007 20:38:39 +0100 Received: from linux2.krischik.com (linux2.krischik.com [192.168.0.2]) by linux2.krischik.com (Postfix) with ESMTP id 1879F18001A7 for ; Wed, 19 Dec 2007 20:34:25 +0100 (CET) From: Martin Krischik To: gcc-help@gcc.gnu.org Subject: Re: GCC does not build gfortran !! Date: Wed, 19 Dec 2007 19:39:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) References: <765852.6744.qm@web51303.mail.re2.yahoo.com> <20071207162437.2vor9b2qpwosgkk0@server265-han.de-nserver.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3345246.Gc8DEb9fOJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200712192034.23093.krischik@users.sourceforge.net> X-User-Auth: Auth by martinka through 84.75.162.66 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00349.txt.bz2 --nextPart3345246.Gc8DEb9fOJ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 1071 Am Samstag 08 Dezember 2007 schrieb NightStrike: > If you put the gmp and mpfr source in subdirectories of the gcc tree, > gcc will build them automatically for you and you don't have to worry > about anything. =A0I do this on 5 different build platforms, and it > works superbly. > > You can put this in a script: > > cd gcc > > wget -qO- ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.2.tar.bz2 | tar xjf - && > mv gmp-4.2.2 gmp > > wget -qO- http://www.mpfr.org/mpfr-current/mpfr-2.3.0.tar.bz2 | tar > xjf - && mv mpfr-2.3.0 mpfr > > > The rest is seemless. =A0You don't even need to use the --with-gmp and > --with-mpfr options. =A0It's wonderful. I finally found some to time to try it. Only - ./configure still tested the= =20 pre installed version of gmp and failed. Since I am not root I can't remove= =20 the pre installed version. So another dead end in the battle with gmp / mpf= r. It think that when GCC 4.3.0 goes live this group will be swamped with gmp = /=20 mpfr related posts. Mark my word. Martin --=20 Martin Krischik mailto://krischik@users.sourceforge.net --nextPart3345246.Gc8DEb9fOJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 194 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQBHaXI/ijwKaHyem9cRAs13AKDyFVjsu627ig/UdcCUsFpfPHXxjwCg3AaL gjR4UWzYQ3wpJk2Tzvpjcog= =p/rY -----END PGP SIGNATURE----- --nextPart3345246.Gc8DEb9fOJ--