This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Fwd: Status of gcj/java on PPC Linux?
- To: Mark Wielaard <mark at klomp dot org>
- Subject: Re: Fwd: Status of gcj/java on PPC Linux?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 08 Feb 2001 10:02:55 -0700
- Cc: "Kevin B. Hendricks" <khendricks at ivey dot uwo dot ca>, java at gcc dot gnu dot org
- References: <200102081458.f18EwG917362@ashley.ivey.uwo.ca> <20010208174728.B25559@klomp.org>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
>> What parameters to configure should I pass to force the building of
>> all the java requirements during the full gcc build?
Mark> You should configure with --enable-languages=c++,java
Even that might not be enough, if the top-level configure thinks that
java is unbuildable. If it still decides not to build Java, you'll
need to dig through configure/configure.in (you *won't* need autoconf
-- these are not autoconf configure scripts) and find where libgcj is
disabled for your platform.
Tom