gcc/libjava
Mark Mitchell c862ac5b38 Mark ChangeLog
From-SVN: r49905
2002-02-20 18:47:42 +00:00
..
doc [multiple changes] 2001-05-20 16:24:41 +00:00
gcj For PR java/2812: 2001-07-18 16:56:42 +00:00
gnu Copied from mainline: 2001-09-29 06:07:30 +00:00
include jvm.h (_Jv_VTable): Handle function descriptors for ia64... 2001-09-21 18:34:48 -07:00
java natClass.cc (_Jv_IsAssignableFrom): Handle the case of an uninitialized target class. 2001-09-30 04:50:39 +01:00
javax/naming InitialContext.java (init): Fix typo. 2001-03-28 01:15:01 +01:00
libltdl Mark ChangeLog 2002-02-20 18:47:42 +00:00
scripts 001-01-07 Anthony Green <green@redhat.com> 2001-01-08 00:27:51 +00:00
sysdep Jumbo patch: 2000-05-19 17:55:34 +00:00
testsuite Mark ChangeLog 2002-02-20 18:47:42 +00:00
COPYING COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes... 2000-12-18 09:12:19 +00:00
ChangeLog Mark ChangeLog 2002-02-20 18:47:42 +00:00
ChangeLog-1999 Rotated ChangeLogs 2000-02-17 22:57:30 +00:00
HACKING This commit was manufactured by cvs2svn to create branch 2001-07-29 10:11:17 +00:00
LIBGCJ_LICENSE All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Makefile.am Makefile.in: Rebuilt. 2001-07-31 21:51:42 +00:00
Makefile.in Makefile.in: Rebuilt. 2001-07-31 21:51:42 +00:00
NEWS Updated the NEWS 2000-02-15 09:35:51 +00:00
README gcj.texi: Change sources.redhat.com reference to gcc.gnu.org. 2001-02-08 01:49:53 +00:00
THANKS Added John Gilmore. 2001-06-13 10:44:55 -07:00
acconfig.h re PR libgcj/3694 (natPlainDatagramSocketImpl.cc doesn't compile in ALPHA OSF1) 2001-08-01 17:49:21 +00:00
acinclude.m4 For PR java/2812: 2001-07-18 16:56:42 +00:00
aclocal.m4 For PR java/2812: 2001-07-18 16:56:42 +00:00
addr2name.awk Jumbo patch: 2000-05-19 17:55:34 +00:00
boehm.cc In gcc/java: 2001-01-08 23:28:56 +00:00
chartables.pl * All files: Updated copyright to reflect Cygnus purchase. 2000-01-19 18:39:27 +00:00
configure re PR bootstrap/4116 (strange path /vol/local/bin/pwd in configure script) 2001-11-23 16:12:36 +00:00
configure.host * configure.host: Don't use -fno-use-divide-subroutine on x86. 2001-06-13 20:56:26 +00:00
configure.in re PR libgcj/3694 (natPlainDatagramSocketImpl.cc doesn't compile in ALPHA OSF1) 2001-08-01 17:49:21 +00:00
defineclass.cc Propagate recent libjava changes from mainline to branch. 2001-03-03 07:28:01 +00:00
exception.cc exception.cc (cstdlib): Replaces stdlib.h. 2001-06-10 13:58:43 -07:00
gij.cc jv-scan.c (version): Update copyright year. 2001-05-23 19:12:41 +01:00
interpret.cc jvm.h (_Jv_VTable): Handle function descriptors for ia64... 2001-09-21 18:34:48 -07:00
jni.cc c-common.c (c_promoting_integer_type_p): Handle ?Imode types. 2001-11-05 19:10:34 +00:00
libgcj-test.spec.in configure: Rebuilt. 2000-03-04 21:50:19 +00:00
libgcj.spec.in For PR java/2812: 2001-07-18 16:56:42 +00:00
libgcjdata.c All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
libtool-version * libtool-version: Updated current. 2001-04-05 15:11:49 +00:00
mauve-libgcj mauve-libgcj: Turned on JDK1.2 and turned off tests for classes that aren't quite 1.2... 2000-12-01 10:04:02 +00:00
name-finder.cc name-finder.cc (_Jv_name_finder::lookup): Check for NULL dli_sname and dli_fname. 2001-10-16 08:45:20 +01:00
no-threads.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
nogc.cc For boehm-gc: 2000-12-30 12:18:39 +00:00
posix-threads.cc [multiple changes] 2001-05-20 16:24:41 +00:00
posix.cc Bring libjava updates from mainline over to branch. 2001-02-17 01:06:45 +00:00
prims.cc [multiple changes] 2001-05-20 16:24:41 +00:00
resolve.cc * resolve.cc (_Jv_PrepareClass): Fix typos in vtable layout. 2001-10-03 09:31:50 +01:00
win32-threads.cc For boehm-gc: 2000-12-30 12:18:39 +00:00

README

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