From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3624 invoked by alias); 10 Nov 2009 01:05:59 -0000 Received: (qmail 3616 invoked by uid 22791); 10 Nov 2009 01:05:59 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from bromo.med.uc.edu (HELO bromo.med.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 10 Nov 2009 01:05:55 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id 9CF3EB0061 for ; Mon, 9 Nov 2009 20:05:53 -0500 (EST) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id nAA15rvZ032143 for java@gcc.gnu.org; Mon, 9 Nov 2009 20:05:53 -0500 Date: Tue, 10 Nov 2009 01:05:00 -0000 From: Jack Howarth To: java@gcc.gnu.org Subject: building gcc against eclipse? Message-ID: <20091110010553.GA32119@bromo.med.uc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00020.txt.bz2 In fink, we have been building the gcj ecj1 support by copying the ecj-latest.jar file from ftp://sourceware.org/pub/java into the top level of the gcc source directory. I would like to try building gcc on darwin with the eclipse compiler instead. We have a fink ecj package which provides... /. /sw /sw/bin /sw/bin/ecj /sw/share /sw/share/doc /sw/share/doc/ecj /sw/share/doc/ecj/about.html /sw/share/java /sw/share/java/ecj /sw/share/java/ecj/ecj.jar How exactly does one build the gcj against this ecj compiler? Would creating a symlink in the toplevel gcc directory to /sw/share/java/ecj/ecj.jar be sufficient to cause the installed eclipse compiler to be used for ecj1? Thanks in advance for any advice. Jack