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: Fwd: Status of gcj/java on PPC Linux?


>>>>> "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

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