From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16948 invoked by alias); 10 Dec 2009 16:53:04 -0000 Received: (qmail 16925 invoked by uid 22791); 10 Dec 2009 16:53:02 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_50,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.imag.fr (HELO shiva.imag.fr) (129.88.30.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Dec 2009 16:52:53 +0000 Received: from trottinette.imag.fr (trottinette.imag.fr [129.88.34.202]) by shiva.imag.fr (8.13.8/8.13.8) with ESMTP id nBAGqhw7001170 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 10 Dec 2009 17:52:43 +0100 Received: from trottinette.imag.fr (localhost.imag.fr [127.0.0.1]) by trottinette.imag.fr (8.13.8/8.13.8/ImagV2.1.feuille) with ESMTP id nBAGrGWC019799; Thu, 10 Dec 2009 17:53:16 +0100 Received: (from apache@localhost) by trottinette.imag.fr (8.13.8/8.13.8/Submit) id nBAGrGOC019798; Thu, 10 Dec 2009 17:53:16 +0100 Received: from tima-dhcp-h58.imag.fr (tima-dhcp-h58.imag.fr [147.171.132.88]) by webmail.imag.fr (Horde Framework) with HTTP; Thu, 10 Dec 2009 17:53:16 +0100 Message-ID: <20091210175316.143851rlp1356070@webmail.imag.fr> Date: Thu, 10 Dec 2009 20:55:00 -0000 From: Greicy.Costa-Marques@imag.fr To: "John (Eljay) Love-Jensen" Cc: "Greicy.Costa-Marques@imag.fr" , "gcc-help@gcc.gnu.org" Subject: RE: How to include a front end to gcc ? References: <20091110120039.17904xf1jt3syevr@webmail.imag.fr> <20091110165607.12354h7x62pk6m1j@webmail.imag.fr> <4AF9BDC1.7050506@andihellmund.com> <20091118143318.17695j76xi25mvtq@webmail.imag.fr>,<94cf76f0911180605q3ec6614cl675463c918c44d40@mail.gmail.com> <204DEA5423F3BF47A6EE88C4E2979EC66BF76562A0@nambx04.corp.adobe.com> <20091203181145.617516741tj0pnwx@webmail.imag.fr>,<20091207160613.40835qozrvolrf1h@webmail.imag.fr> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) 4.2.2 X-MI2S-Agent: webmail 3.2.1 X-IMAG-MailScanner-Information: Please contact MI2S MIM for more information X-MailScanner-ID: nBAGqhw7001170 X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: costam@imag.fr 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: 2009-12/txt/msg00158.txt.bz2 Hi John, I don't know if the problem is the GMP end MPFR, sincerely I'm lost.. And the file Make-lang.in is there in /hello-world (this is my front end). Any tip? sincerely, greicy Makefile:1156: .././../gcc-4.2.4/gcc/hello-world/Make-lang.in: No >> such file or directory > > It appears that gcc-4.2.4/gcc/hello-world/Make-lang.in is missing. Citando "John (Eljay) Love-Jensen" : > Hi Greicy, > >> I installed the GMP end MPFR. The versions are shown below and as=20=20 >> well the result the configure and the make booststrap: > > Although this may not be relevant to your issue at hand, have you=20=20 > tried to let GMP and MPFR be built by GCC? > > As per the alternative having them built together with GCC: > http://gcc.gnu.org/install/prerequisites.html > > GMP... > """ > Alternatively, if a GMP source distribution is found in a=20=20 > subdirectory of your GCC sources named gmp, it will be built=20=20 > together with GCC. > """ > > MPFR... > """ > Alternatively, if a MPFR source distribution is found in a=20=20 > subdirectory of your GCC sources named mpfr, it will be built=20=20 > together with GCC. > """ > > In general, I've found this alternative to be better (more reliable)=20=20 > than having GMP and MPFR pre-built. > >> I work with the windows xp (then I used msys and mingw) > > You may want to consider also asking your GCC configuration=20=20 > questions on the MSYS and MinGW forum(s). Not that this forum is an=20=20 > inappropriate forum, but there are probably GCC particulars that=20=20 > require special understanding to build and use GCC in the MSYS=20=20 > and/or MinGW situation. > > I do not use MSYS or MinGW*, so I do not have specialized knowledge=20=20 > for that situation. > > * I have nothing against them, and would definitely use them if I=20=20 > had a need for them. > >> $ ./../gcc-4.2.4/configure --enable-languages=3Dhello-world > > Okay. > >> Makefile:1156: .././../gcc-4.2.4/gcc/hello-world/Make-lang.in: No=20=20 >> such file or directory > > It appears that gcc-4.2.4/gcc/hello-world/Make-lang.in is missing. > > Sincerely, > --Eljay >