From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11552 invoked by alias); 25 Jun 2013 09:14:24 -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 11413 invoked by uid 89); 25 Jun 2013 09:14:23 -0000 X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_GC 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; Tue, 25 Jun 2013 09:14:22 +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; Tue, 25 Jun 2013 11:14:18 +0200 From: Bucher Fabio To: "java@gcc.gnu.org" Subject: compile multiple java files Date: Tue, 25 Jun 2013 09:14:00 -0000 Message-ID: <17B34E365AFABC468216733E4B4CC75492AD8193@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-06/txt/msg00014.txt.bz2 Hi I have another problem. I have a small project with 4 classes. I will compi= le this with: gcj --main=3DMultiThreadTest -I/home/fabio/eclipse-workspace/workspace-gcj/= GCJ_Threading_Test/src/ch/ntb/inf/fabio/gcj/ MultiThreadTest.java ThreadPoo= l.java Calcula.java Logger.java -o tada It gives me this error: /tmp/ccUNvvnJ.o: In function `main': ccbV7AOD.i:(.text+0x24): undefined reference to `MultiThreadTest::class$' What does this error means? Thank you Fabio Bucher