This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.


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

Re: Can't compile egcs on sgi (long)


>>>>> "Jonah" == Jonah Michaud <vector@rhythm.com> writes:

Jonah> Hi, I've given up trying to build libgcj on solaris for the
Jonah> moment.

I forgot... what is wrong?  Solaris builds ought to work.

Jonah> Now I'm trying on sgi but I can't even seem to build egcs.  If
Jonah> someone who has succeeded could tell me exactly what version to
Jonah> use or what to type that would be great.

Generic egcs bugs should be reported to the egcs list.

Jonah> cfe: Warning 624: ../../../gcc/java/xref.h, line 33: Trailing comma in
Jonah> enumerator list
Jonah>    XREF_NONE = 0,

This looks like a bug in our part of egcs.  This we can fix.
However, as it is just a warning, I'd recommend simply ignoring it.

Jonah> cfe: Error: ./parse.y, line 6324: Syntax Error
Jonah>         }
Jonah>         ^

Add a `break;' just before the close brace.

The SGI compiler seems to be quite pedantic.

Jonah> ld: FATAL 112: cannot link old 32-bit object with -n32 link:
Jonah> ../libiberty/libiberty.a(pexecute.o).

You'll definitely have to take this up on the egcs list.

Tom