This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: [ANNOUNCE] Libgcj in gcc tree availability.
- To: java-discuss at sources dot redhat dot com
- Subject: Re: [ANNOUNCE] Libgcj in gcc tree availability.
- From: Mo DeJong <mdejong at cygnus dot com>
- Date: Mon, 11 Dec 2000 13:18:48 -0800 (PST)
On 11 Dec 2000, Tom Tromey wrote:
> >>>>> "Kevin" == Kevin A Burton <burton@relativity.yi.org> writes:
>
> Kevin> Can I get the ./configure and make instructions that you did to
> Kevin> install this??
>
> I built it last night.
>
> * check out the gcc tree
> * edit the top-level configure.in and change the line that looks like:
> noconfigdirs="target-libjava"
> to read
> noconfigdirs=""
> * create a new build directory and cd there
> * ensure that the only gcc in your PATH is the system gcc
> * configure with `--enable-threads=posix --enable-libstdcxx-v3
> --disable-new-gxx-abi'
> I usually set --prefix to point to a new directory so that the
> new install doesn't interfere with anything else.
> * make
> * make install
>
> Tom
Don't you need to run autoconf after you edit configure.in,
and does autoconf need to be the Cygnus maintainer tools version?
I tried re-running with autoconf 2.13 and it did not work. I would
think it would be easier to have a --enable-libgcj flag
than forcing people to hose around in the configure.in file.
Is that possible?
Mo DeJong
Red Hat Inc