This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ problem on RS/6000
- From: Tom Tromey <tromey at redhat dot com>
- To: "Martyn Honeyford" <MARTYNH at uk dot ibm dot com>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 08 Feb 2002 07:18:41 -0700
- Subject: Re: GCJ problem on RS/6000
- References: <OF549ED3A8.7FE8473B-ON80256B5A.003627BE@portsmouth.uk.ibm.com>
- Reply-to: tromey at redhat dot com
>>>>> "Martyn" == Martyn Honeyford <MARTYNH@uk.ibm.com> writes:
Martyn> The bottom line seems to be that GCJ *should* work on AIX,
Martyn> although the "java collection of packages" is not enabled in
Martyn> the top level configure. Not too sure what this configure
Martyn> point means - does this mean that he will need to alter the
Martyn> configure script in some way ?
My reading is that this means that some of the issues have been solved
(the GC port, the libffi port), but others have not (the "$" issue).
I believe the configury note means that if you download and configure
gcc for AIX, it won't build libgcj.
Martyn> Presumably all this applies to the latest cvs version, so his
Martyn> best bet is probably to get that?
It is his best bet if he is willing to try to solve the remaining
problems. Otherwise I think he'll simply be frustrated.
Tom