This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj 3.0.x under SGI MIPS/Irix 6.5???
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Daniel Hartin Pasco <dan at brainmurmurs dot com>
- Cc: gcj list <java at gcc dot gnu dot org>
- Date: Mon, 17 Dec 2001 02:49:31 -0500 (EST)
- Subject: Re: gcj 3.0.x under SGI MIPS/Irix 6.5???
On 16 Dec 2001, Daniel Hartin Pasco wrote:
> Has anyone been able to build gcj from 3.0.1, 3.0.2, or the cvs
> repository under IRIX 6.5? I have been able to do a make bootstrap but
> the actual invocation doesn't work (libgcj.spec not found).
Chances are you aren't building the gcj runtime. Try adding
--enable-libgcj when you configure gcc.
Jeff