This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problems with Serializable-String[] in 2.96
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew Haley <aph at cambridge dot redhat dot com>
- Cc: Pete Kelly <ramsfanxxxiv at yahoo dot com>, <java at gcc dot gnu dot org>
- Date: Fri, 13 Sep 2002 16:35:03 -0400 (EDT)
- Subject: Re: Problems with Serializable-String[] in 2.96
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