From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31572 invoked by alias); 25 Aug 2010 15:22:40 -0000 Received: (qmail 31562 invoked by uid 22791); 25 Aug 2010 15:22:38 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_GP X-Spam-Check-By: sourceware.org Received: from mail-iw0-f175.google.com (HELO mail-iw0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Aug 2010 15:22:34 +0000 Received: by iwn2 with SMTP id 2so719570iwn.20 for ; Wed, 25 Aug 2010 08:22:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.187.194 with SMTP id cx2mr9363351ibb.165.1282749752907; Wed, 25 Aug 2010 08:22:32 -0700 (PDT) Received: by 10.231.159.194 with HTTP; Wed, 25 Aug 2010 08:22:32 -0700 (PDT) In-Reply-To: <728407.72900.qm@web28510.mail.ukl.yahoo.com> References: <961323.52443.qm@web28502.mail.ukl.yahoo.com> <730386.47129.qm@web28514.mail.ukl.yahoo.com> <4C0E91ED.6050600@andihellmund.com> <895794.48229.qm@web28503.mail.ukl.yahoo.com> <4C228DAC.4000704@andihellmund.com> <947445.22128.qm@web28503.mail.ukl.yahoo.com> <4C23C78C.2040903@andihellmund.com> <339992.16381.qm@web28510.mail.ukl.yahoo.com> <965431.74024.qm@web28505.mail.ukl.yahoo.com> <812334.11661.qm@web28514.mail.ukl.yahoo.com> <979708.56457.qm@web28505.mail.ukl.yahoo.com> <433024.59527.qm@web28514.mail.ukl.yahoo.com> <595700.16932.qm@web28516.mail.ukl.yahoo.com> <4C72DAF3.6080507@andihellmund.com> <728407.72900.qm@web28510.mail.ukl.yahoo.com> Date: Wed, 25 Aug 2010 21:46:00 -0000 Message-ID: Subject: Re: Re : [GCC front end] trying to install sample_fe but fail in make From: Philip Herron To: charfi asma Cc: Andi Hellmund , gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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-08/txt/msg00236.txt.bz2 Hey I am not quite sure what your trying to achieve at the moment if you copy the python front-end folder into a base gcc the resulting compiler won't work since you also need libgpython at the toplevel the runtime library which the generated code needs linked against. So i suggest follow these instructions: $ git clone git://crules.org/git/gcc-dev.git $ git branch test $ git checkout test $ git merge python $ git merge documentation Then try and compile... make sure you can compile gcc normaly from a tarball or something so we can be sure there isn't some error on our side with libmpc checks. You should now have gcalc and gccpy, though i reckon gcalc may fail compilation since the langhooks have have changed slightly, but i'll check and fix it soon, i took a few days off there since friday. Back hacking now though :) Hope this helps, sorry for the late reply. --Phil