X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3C5A7C29.E36B9BDA@esmertec.com> Date: Fri, 01 Feb 2002 12:29:45 +0100 From: Mark Stolz Organization: esmertec inc. X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: Update of DJGPP port of GCC-3.0.3 References: <3C5A8D00 DOT 11190 DOT 967BC4 AT localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 32 NNTP-Posting-Host: 195.141.71.130 X-Trace: 1012562485 newsfeed.sunrise.ch 7465 195.141.71.130 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com pavenis AT lanet DOT lv wrote: > > On 1 Feb 2002 at 10:54, Mark Stolz wrote: > > > > > > > pavenis AT lanet DOT lv 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 don't know. Perhaps not. > > It perhaps would be not so difficult to build Java compiler (I really did it > for gcc-2.95.X, but not tested, of course). The main problem is with libgcj > Agreed. The GCJ docs discuss porting the thread layer, the file handling layer, and the signal handling layer. Of these, I think that threading and signal support would be the most challenging since DOS doesn't provide support for either (there might also be some DPMI issues, too). Hmm . . . I think I'll have to take a look at the sources and see what would be involved. --Mark