From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7307 invoked by alias); 10 Dec 2009 21:50:30 -0000 Received: (qmail 7299 invoked by uid 22791); 10 Dec 2009 21:50:29 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wp154.webpack.hosteurope.de (HELO wp154.webpack.hosteurope.de) (80.237.132.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Dec 2009 21:50:20 +0000 Received: from p5dc323cf.dip.t-dialin.net ([93.195.35.207] helo=[192.168.2.100]); authenticated by wp154.webpack.hosteurope.de running ExIM with esmtpa id 1NIqtt-0002xW-Tr; Thu, 10 Dec 2009 22:50:18 +0100 Message-ID: <4B216D18.5040901@andihellmund.com> Date: Fri, 11 Dec 2009 00:23:00 -0000 From: Andi Hellmund User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Greicy.Costa-Marques@imag.fr CC: "John (Eljay) Love-Jensen" , "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> <20091210175316.143851rlp1356070@webmail.imag.fr> In-Reply-To: <20091210175316.143851rlp1356070@webmail.imag.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00160.txt.bz2 Hey Greicy, have you already tried to build GMP and MPFR as part of gcc just like John suggested? Have you already tried to build your front-end in a Linux environment to check if there's something wrong with MINGW? For the case you don't have a Linux environment in place, you could send me your frond-end code (not the complete gcc source tree) and I'll try it ... Best regards, Andi Greicy.Costa-Marques@imag.fr wrote: > 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 >>> well the result the configure and the make booststrap: >> >> Although this may not be relevant to your issue at hand, have you >> 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 >> subdirectory of your GCC sources named gmp, it will be built together >> with GCC. >> """ >> >> MPFR... >> """ >> Alternatively, if a MPFR source distribution is found in a >> subdirectory of your GCC sources named mpfr, it will be built >> together with GCC. >> """ >> >> In general, I've found this alternative to be better (more reliable) >> 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 questions >> on the MSYS and MinGW forum(s). Not that this forum is an >> inappropriate forum, but there are probably GCC particulars that >> require special understanding to build and use GCC in the MSYS and/or >> MinGW situation. >> >> I do not use MSYS or MinGW*, so I do not have specialized knowledge >> for that situation. >> >> * I have nothing against them, and would definitely use them if I had >> a need for them. >> >>> $ ./../gcc-4.2.4/configure --enable-languages=hello-world >> >> Okay. >> >>> 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. >> >> Sincerely, >> --Eljay >> > >