Subject: Re: java compiler, anyone?
To: None <port-mac68k@netbsd.org>
From: justin grammens <justin@imationstudio.com>
List: port-mac68k
Date: 12/16/1998 13:37:57
John,
I found on a freeBSD newsgroup someone who created a bogus wchar.h file
that didn't do anything and *supposedly* it compiled fine. Now, if this
will work on netBSD is debatable. I have tried to compile the jikes source
with an empty wchar.h file, but I keep running out of virtual memory. I'm
running netBSD 1.3.2 on a Quadra 800 with 24 MB of ram and 160 MB free disk
space. If you get a binary compiled please let me know!!!!
-justin


At 11:54 PM 12/15/98 -0500, you wrote:
>> If you are looking for a java *compiler* and not a java *VM* you may want
>> to look at IBM's Jikes on (iirc) {www.}alphaworks.ibm.com. They have just
>> jumped on the opensource bandwaggon - the thing is said to build on L*nux,
>> so I don't see why it shouldn't build on NetBSD.
>
>I started looking at Jikes with the idea of building it on my NetBSD/sparc
>system. The big problem seems to be that the Jikes code is heavily
>dependant on the Unicode support in Linux. Specifcally, most files try
>to #include <wchar.h> as well as make calles to wcslen(), neither of
>which seem to be supported on NetBSD (1.3.2, at least).
>
><<<John>>>
>