This is the mail archive of the java-discuss@sources.redhat.com 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: Libgcj doesn't compile.


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

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