This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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