gcc/libjava
Bryce McKinlay 1f4eb17d51 configure.in: Update boehm-gc include dir for new GC version.
* configure.in: Update boehm-gc include dir for new GC version.
	* configure: Rebuilt.
	* exception.cc: Only include <gc.h>. Remove TRUE/FALSE hacks and
	extern "C" wrapper.
	* boehm.cc: Update includes for new GC version. MAKE_PROC is now
	GC_MAKE_PROC. mark_proc is now GC_mark_proc.
	* posix-threads.cc: Only include <gc.h>. Don't need to wrap with
	extern "C".

From-SVN: r42380
2001-05-21 09:37:04 +01:00
..
doc except.c (choose_personality_routine): Export. 2001-05-13 01:28:18 +00:00
gcj [multiple changes] 2001-05-18 07:29:11 +01:00
gnu [multiple changes] 2001-05-18 07:29:11 +01:00
include posix-threads.h (_Jv_CondInit): 0' used in place of NULL.' 2001-05-18 22:43:00 -07:00
java [multiple changes] 2001-05-18 07:29:11 +01:00
javax/naming
libltdl configure.in: Update boehm-gc include dir for new GC version. 2001-05-21 09:37:04 +01:00
scripts
sysdep
testsuite
acconfig.h
acinclude.m4
aclocal.m4
addr2name.awk
boehm.cc configure.in: Update boehm-gc include dir for new GC version. 2001-05-21 09:37:04 +01:00
ChangeLog configure.in: Update boehm-gc include dir for new GC version. 2001-05-21 09:37:04 +01:00
ChangeLog-1999
chartables.pl
configure configure.in: Update boehm-gc include dir for new GC version. 2001-05-21 09:37:04 +01:00
configure.host
configure.in configure.in: Update boehm-gc include dir for new GC version. 2001-05-21 09:37:04 +01:00
COPYING
defineclass.cc
exception.cc configure.in: Update boehm-gc include dir for new GC version. 2001-05-21 09:37:04 +01:00
gij.cc
HACKING
interpret.cc
jni.cc
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.spec.in
libgcjdata.c
libtool-version
Makefile.am Makefile.in: Rebuilt. 2001-05-18 19:22:05 +00:00
Makefile.in Makefile.in: Rebuilt. 2001-05-18 19:22:05 +00:00
mauve-libgcj
name-finder.cc
NEWS
no-threads.cc
nogc.cc
posix-threads.cc configure.in: Update boehm-gc include dir for new GC version. 2001-05-21 09:37:04 +01:00
posix.cc
prims.cc
README
resolve.cc
THANKS
win32-threads.cc

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/


REQUIREMENTS
============

libgcj must be built with a compatible version of the gcc compiler. libgcj
releases are usually numbered according to their corresponding gcc release.
For example, if this is "libgcj 2.95.3", you need to build it using "gcc
2.95.3".


QUICK INSTALLATION
==================

  > mkdir build
  > cd build
  > ../libgcj/configure --enable-threads=<THREADS_TYPE> --prefix=<DIR>
  > make
  > make install

where:

<THREADS_TYPE> specifies the threads library to be used by libgcj. Currently 
the possible values are "posix" and "none". This value must be the same as
the value used when configuring gcc itself.

<DIR> specifies the installation directory. This should be the same location 
as where gcc is installed.

Consult the gcj web pages for additional "configure" arguments.

NOTE: libgcj can not be built in the same directory as `configure'. You must 
create a separate build directory. 


BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc