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: [ANNOUNCE] Libgcj in gcc tree availability.


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

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