From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23126 invoked by alias); 13 May 2013 07:13:03 -0000 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 Received: (qmail 23030 invoked by uid 89); 13 May 2013 07:13:02 -0000 X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail-server.ntb.ch (HELO mail-server.ntb.ch) (146.136.1.75) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 13 May 2013 07:13:01 +0000 Received: from MAIL-SERVER.ntb.ch ([146.136.1.75]) by mail-server.ntb.ch ([146.136.1.75]) with mapi id 14.02.0342.003; Mon, 13 May 2013 09:12:58 +0200 From: Bucher Fabio To: "java@gcc.gnu.org" Subject: Main-File Date: Mon, 13 May 2013 07:13:00 -0000 Message-ID: <17B34E365AFABC468216733E4B4CC754777B9F22@mail-server.ntb.ch> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00004.txt.bz2 Hi When I invoke gcj, which file from the source code is the main or starter f= ile? Is it toplev.c or gcc.c; or am I completly wrong? Thanks for your help and best regards Fabio Bucher