From: pavenis AT lanet DOT lv To: "aicha aicha" , djgpp AT delorie DOT com Date: Tue, 9 May 2000 14:25:43 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: probleme Message-ID: <39181FE7.19036.22CC7B@localhost> In-reply-to: <20000509104538.95627.qmail@hotmail.com> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9 May 2000, at 3:45, aicha aicha wrote: > Salut!! > I've a problem. > I want to build a compiler for Java so I took the source of the GNU > but when I want to compile a program in Java in DOS i have this message: > gcc.exe installation problem, cannot exec 'jc1' : No such file or directory > Have You installed Java compiler You built? At least for me gcc founds jc1.exe without problems. However I have done no real testing of GNU Java compiler and most likely it's broken (eg. I was not able to build libgcj-2.95.1). As result it's not in DJGPP distribution. So be prepared for some hacking if You want to get it working. Things to do: get gcj working port and build libgcj Andris