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 11:31:34 -0500 (EST)
- Subject: Re: gcj 3.0.x under SGI MIPS/Irix 6.5???
On 17 Dec 2001, Daniel Hartin Pasco wrote:
> ../gcc-3.0.2/configure --enable-libgcj --enable-threads=posix
> --enable-shared=true
OK. (This will build all languages, right?)
> Well, first off, has anybody been able to run gcj (ANY version) under
> IRIX? I have an Octane running Irix 6.5.12.
I know somebody's built on Irix before, but I don't recall any
success/failure reports in the recent past. (I've never seen an Irix box
myself, let alone used one...)
If you list the directories in <build-dir>/<target-dir> you should see at
least boehm-gc, libffi, libjava, libstdc++-v3 and zlib for a good libgcj
build. These directories will appear in TARGET_CONFIGDIRS in the
top-level Makefile. If not, there may be something wrong in the configure
machinery.
Oh, and make sure that boehm-gc, libffi, libjava and zlib are in your
GCC source distribution. They may have been pruned out to save space.
Jeff