Problems with Serializable-String[] in 2.96

Jeff Sturm jsturm@one-point.com
Fri Sep 13 13:35:00 GMT 2002


On Fri, 13 Sep 2002, Andrew Haley wrote:
> Pete Kelly writes:
>  > Thanks for testing and replying so quickly.  Sorry for
>  > the "newbie" question, but do you recommend building
>  > all of gcc or just gcj?
>
> You can't really build gcj on its own.  Build gcc with
> "--enable-threads=posix".

But you don't need to build all languages; c,c++,java are the minimum for
gcj, i.e.

<path-to-gcc-source>/configure --enable-languages=c++,java
--enable-threads=posix

avoids building fortran, objc, ada, etc. frontends.

Jeff



More information about the Java mailing list