From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27676 invoked by alias); 3 Apr 2006 15:41:16 -0000 Received: (qmail 27668 invoked by uid 22791); 3 Apr 2006 15:41:16 -0000 X-Spam-Check-By: sourceware.org Received: from exprod6og10.obsmtp.com (HELO exprod6og10.obsmtp.com) (64.18.1.22) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 03 Apr 2006 15:41:13 +0000 Received: from source ([192.150.20.142]) by exprod6ob10.obsmtp.com ([64.18.5.12]) with SMTP; Mon, 03 Apr 2006 08:41:10 PDT Received: from inner-relay-3.eur.adobe.com (inner-relay-3b [10.128.4.236]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id k33FfG46025150; Mon, 3 Apr 2006 08:41:16 -0700 (PDT) Received: from fe1.corp.adobe.com (fe1.corp.adobe.com [10.8.192.70]) by inner-relay-3.eur.adobe.com (8.12.10/8.12.9) with ESMTP id k33Fevs0014534; Mon, 3 Apr 2006 08:41:08 -0700 (PDT) Received: from namail3.corp.adobe.com ([10.8.192.66]) by fe1.corp.adobe.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 3 Apr 2006 08:41:06 -0700 Received: from 10.32.16.88 ([10.32.16.88]) by namail3.corp.adobe.com ([10.8.192.66]) via Exchange Front-End Server namailhost.corp.adobe.com ([10.8.192.72]) with Microsoft Exchange Server HTTP-DAV ; Mon, 3 Apr 2006 15:41:05 +0000 User-Agent: Microsoft-Entourage/11.2.3.060209 Date: Mon, 03 Apr 2006 15:41:00 -0000 Subject: Re: Can I compile a C program targeting a Java Virtual Machine? From: John Love-Jensen To: Daniel Oliveira Costa Lemos , MSX to GCC Message-ID: In-Reply-To: <20060403151417.83081.qmail@web53105.mail.yahoo.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-04/txt/msg00008.txt.bz2 Hi Daniel, > Good Morning! I like to now if I can compile a C > source targeting a Java Virtual Machine. I Searth in > Google and fond a comercial compiler how do it. I > think will be good if GCC can do it. IMO, not really a GCC question, per se. Here's a C compiler that makes Java Bytecode for a JVM: http://www.axiomsol.com/ HTH, --Eljay