From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11687 invoked by alias); 7 Jun 2010 14:28:43 -0000 Received: (qmail 11664 invoked by uid 22791); 7 Jun 2010 14:28:42 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_BG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from n23.bullet.mail.ukl.yahoo.com (HELO n23.bullet.mail.ukl.yahoo.com) (87.248.110.140) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 07 Jun 2010 14:28:33 +0000 Received: from [217.12.4.214] by n23.bullet.mail.ukl.yahoo.com with NNFMP; 07 Jun 2010 14:28:30 -0000 Received: from [87.248.110.108] by t1.bullet.ukl.yahoo.com with NNFMP; 07 Jun 2010 14:28:30 -0000 Received: from [127.0.0.1] by omp213.mail.ukl.yahoo.com with NNFMP; 07 Jun 2010 14:28:30 -0000 Received: (qmail 42143 invoked by uid 60001); 7 Jun 2010 14:28:30 -0000 Message-ID: <284878.42130.qm@web28506.mail.ukl.yahoo.com> Received: from [132.166.132.113] by web28506.mail.ukl.yahoo.com via HTTP; Mon, 07 Jun 2010 14:28:29 GMT References: <961323.52443.qm@web28502.mail.ukl.yahoo.com> <7c01c91296c0beecfe4d6761073628bb-EhVcXl1CTQJeRwgeDAw3AF9BdAJSS1xcXV9EBF41WEVGVFENQV5+BEtdXjBeQ0IHWVxaSF9d-webmailer2@server04.webmailer.hosteurope.de> <285937.98277.qm@web28506.mail.ukl.yahoo.com> Date: Mon, 07 Jun 2010 16:11:00 -0000 From: charfi asma Subject: Re : Re : [GCC front end] trying to install sample_fe but fail in make To: mail@andihellmund.com Cc: gcc-help@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2010-06/txt/msg00081.txt.bz2 ----- Message d'origine ---- De : Andi Hellmund =C0 : charfi asma Cc : mail@andihellmund.com; gcc-help@gcc.gnu.org Envoy=E9 le : Lun 7 juin 2010, 15h 34min 37s Objet : Re: Re : [GCC front end] trying to install sample_fe but fail in m= ake Hello, okay, that's not good. Usually, when working on a front-end, I disable the bootstrapping (using --disable-bootstrap) option to accelerate the build to get the new front-end as fast as possible. Even though the Make-lang.in of sample_fe isn't complete, it should be able to handle the bootstrap case Ok I will try to make without bootstrap (I used make bootstrap cause I red = in http://gcc.gnu.org/install/build.html in building a native compiler sect= ion that it is recommended to enable bootstrap because the compiler will be= tested more completely and could also have a better performance. If you however insist on using 4.1.0, I could prepare sample_fe for this version? I used this version because I have a mandriva 2006. I tried to install gcc4= .4.2 but when configuring it, it generates errors concerning GMP and MPFR (= require 4.1+ of GMP and 2.3.2+ of MPFR) I installed the MPFR2.4.2 without pb and a 4.1.3.2 of GMP (an rpm: libgmp a= nd gmp-devel) but gcc4.4.2 requires GMP4.2 I tried to install GMP4.2.2 (rpm) I get this errors: dependences required: libc.so.6 (GLIBC_2.4) rtld( GNU_HASH) When I install GMP 4.1.3.2 I did not get a pb. (that's why I tried to insta= ll an old version of gcc that did not require GMP 4.2) I tried to configure with --with-gmp but I did not find where the gmp is in= stalled whereis gmp gives /usr/include/gmp.h=20 which gmp returns no gmp in (/usr/bin: /sbin: /usr/sbin: /usr/local/bin....= ..) what do you suggest? I am not an expert in handling linux distribution and = install directories :( thank you very much for your help Asma