This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Tru64 Help


The Morsbergers <morsberger@usa.net> writes:

> I have finally been able to build the GCC / GCJ baseline on Tru64 4.0G os.
> 
> I am getting the following errors while compiling the "Hello World" java
> program. 
> 
> Two different attempts are give below:
> 
> 1) gcj -v --main=Test --encoding=UTF-8 Test.java
> 2) javac Test.java
>    gcj -v --main=Test --encoding=UTF-8 Test.class
> 
> Any ideas on how to fix this is welcome.

This is a symptom of gcj/libjava not being supported on the 3.0 branch and
mainline, since the non-java parts of my patches to enable this haven't
been approved yet, despite two reminders:

	http://gcc.gnu.org/ml/gcc-patches/2001-11/msg01259.html

Perhaps a bit pressure/inquiries from other interested parties would help?

Anyway, I plan to post another reminder to gcc-patches early next week,
maybe the patch finally makes it to 3.0.3 and 3.1.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Email: ro@TechFak.Uni-Bielefeld.DE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]