This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Libgcj doesn't compile.
- To: java-discuss at sources dot redhat dot com
- Subject: Re: Libgcj doesn't compile.
- From: Mo DeJong <mdejong at cygnus dot com>
- Date: Thu, 30 Nov 2000 02:39:40 -0800 (PST)
On Thu, 30 Nov 2000, Torsten =?iso-8859-1?Q?R=FCger?= wrote:
> Alexandre Petit-Bianco wrote:
>
> >
> > Did you forget to configure your tree with `--disable-new-gxx-abi'?
> >
>
> Indeed I did. By tree I figure you mean compiler and lib. That's what
> I've done and it works now. Thanks.
>
> Where can I find a list of these configure options?
> Should't something like that `--disable-new-gxx-abi' be posted to this
> list, if it's essential to build correctly?
Here are the options I am using, they were culled from
various postings to the list.
../egcs/configure --prefix=... \
--enable-shared \
--enable-haifa \
--enable-threads=posix \
--enable-languages=c,c++,java \
--disable-new-gxx-abi
../libgcj/configure --prefix=... \
--enable-java-gc=boehm \
--enable-fast-character \
--enable-threads=posix
cheers
Mo DeJong
Red Hat Inc