This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: java-array.h with 19991129 snapshot
- To: Stephane Conversy <Stephane dot Conversy at lri dot fr>
- Subject: Re: java-array.h with 19991129 snapshot
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Wed, 01 Dec 1999 00:00:49 +1300
- CC: java-discuss at sourceware dot cygnus dot com
- References: <3843910F.B7B60A55@lri.fr>
Stephane Conversy wrote:
> it seems it doesn't exist.
> I made a link from srcdir/libjava/gcj/array.h to
> builddir/..../libjava/include/java-array.h
> and it works.
>
> I had a problem with gjc which said
>
> gcj: specs file malformed after 218 characters
>
> I removed the *jc1 line in libgjc.a and it worked.
>
> I'm using gcj 2.95.2, do I have to take a more recent one ?
Yes. You can't compile the latest gcc with a "plain" 2.95.2. You can
either get a patch for gcc 2.95.2 from
http://waitaki.otago.ac.nz/~bryce/gcj/ or get the latest gcc snapshot.
> Does the most recent one handles inner class def ?
Not in the source parser, but it should handle .class files generated by
jikes or javac.
> Or in othere words, will it be able to compile swing classes (I can be
> plain wrong, but I couldn't with the one I have)
I don't think anyone has tried compiling the swing classes yet.
regards
[ bryce ]