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.


>>>>> "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

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