From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29006 invoked by alias); 30 Sep 2007 18:31:34 -0000 Received: (qmail 28827 invoked by uid 48); 30 Sep 2007 18:31:25 -0000 Date: Sun, 30 Sep 2007 18:31:00 -0000 Message-ID: <20070930183125.28826.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/33570] Just tried to compile a java source code with gcc java In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-09/txt/msg02516.txt.bz2 ------- Comment #1 from tromey at gcc dot gnu dot org 2007-09-30 18:31 ------- Compiling java source with "gcc" is not really supported. Instead use the gcj driver, which reads libgcj.spec and thus gets the proper options passed to jc1. -- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID Summary|Just tried to compile a java|Just tried to compile a java |source code with gcc java |source code with gcc java http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33570