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: Daniel Hartin Pasco <dan at brainmurmurs dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: gcj list <java at gcc dot gnu dot org>
- Date: 17 Dec 2001 07:58:15 -0800
- Subject: Re: gcj 3.0.x under SGI MIPS/Irix 6.5???
- References: <Pine.LNX.4.10.10112170248070.20203-100000@mars.deadcafe.org>
Thanks for the tip, Jeff. I did include "--enable-libgcj" in the
configure line. Here's what I used:
../gcc-3.0.2/configure --enable-libgcj --enable-threads=posix
--enable-shared=true
Well, first off, has anybody been able to run gcj (ANY version) under
IRIX? I have an Octane running Irix 6.5.12.
I'm going to kick off another build so that I can supply a trace with my
next post.
-Daniel
On Sun, 2001-12-16 at 23:49, Jeff Sturm wrote:
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