X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3c5cc456@news.starhub.net.sg> From: Rob Kramer Subject: Re: ANNOUNCE: Update of DJGPP port of GCC-3.0.3 Newsgroups: comp.os.msdos.djgpp Date: Sun, 03 Feb 2002 13:00:32 +0800 References: <200201311454 DOT g0VEsDl11888 AT delorie DOT com> <3C5A65D6 DOT C61D57C4 AT esmertec DOT com> Lines: 19 User-Agent: KNode/0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit NNTP-Posting-Host: 202.156.251.166 X-Trace: 3 Feb 2002 13:02:14 +0800, 202.156.251.166 Organization: StarHub Internet Pte Ltd To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mark Stolz wrote: >> Currently C, C++, Fortran and Objective C compilers are supported >> for DJGPP. Java compiler is not ported and is not included > > Is anyone working on porting the Java compiler? I've been half-toying > with the idea of getting a Java running on DOS (a couple of partial > implementation exist) and GCC/DJGPP seems is a possible starting point. I tried porting the Kaffe VM to dos back in 96 or so, but that was a bit too ambitious for my skills back then :). Perhaps you could port the compiler to DOS, but if you want it to compile to native code you'd still need support for threading and networking I guess (which were my main obstacles back then). A dos hosted compiler that would just compile to java bytecodes would be much easier, but also rather pointless. Cheers! Rob