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]

Re: Configuring Java Libraries for mips-sgi-irix6.5's -mabi=64


Tom Tromey wrote:

> >>>>> "Jeffrey" == Jeffrey Oldham <oldham@codesourcery.com> writes:
>
> Jeffrey> 1) In the short term, how do I turn off building the Java libraries on
> Jeffrey>    mips-sgi-irix6.5?
>
> Don't configure with `java' enabled.
> I.e., don't use `--enable-languages=java'.

On the mainline, someone commented out the "build_by_default=no" in
gcc/java/config-lang.in, so I suppose you'd have to do something like
"--enable-languages=c++" to not build Java. Another option is to add ${libgcj} to
the noconfigdirs definition for your platform in the top-level configure.in. But
really, the best solution is to figure out what C++ does differently and make sure
that GCJ does the same!

BTW, I'm curious to know how you got around the "evecvp: args list too long"
linking problem that others have reported on Irix 6.5?

regards

  [ bryce ]



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