gcc/libjava
Andrew Haley fb13499ff7 Fix misapplied patch.
From-SVN: r61601
2003-01-22 17:50:38 +00:00
..
doc
gcj Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. 2003-01-20 06:46:28 +00:00
gnu natGC.cc (fillPolygon): New method. 2003-01-15 23:53:49 +00:00
include x86_64-signal.h: Add simple handler for x86_64 32-bit mode. 2003-01-22 17:47:04 +00:00
java natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3. 2003-01-21 21:16:46 +00:00
javax
libltdl
org
scripts
sysdep
testsuite jacks.xfail: All 8.4.3 tests and 9.4-modifier-10 now pass. 2003-01-21 18:50:28 +00:00
acconfig.h
acinclude.m4
aclocal.m4
addr2name.awk
boehm.cc
ChangeLog x86_64-signal.h: Add simple handler for x86_64 32-bit mode. 2003-01-22 17:47:04 +00:00
ChangeLog-1999
ChangeLog-2001
configure dwarf2-signal.h: Remove x86_64. 2003-01-14 13:51:15 +00:00
configure.host Fix misapplied patch. 2003-01-22 17:50:38 +00:00
configure.in dwarf2-signal.h: Remove x86_64. 2003-01-14 13:51:15 +00:00
COPYING
defineclass.cc
exception.cc
gij.cc
HACKING
interpret.cc
jni.cc
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.spec.in
libtool-version
Makefile.am Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. 2003-01-20 06:46:28 +00:00
Makefile.in Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. 2003-01-20 06:46:28 +00:00
mauve-libgcj
NEWS
no-threads.cc
nogc.cc
posix-threads.cc
posix.cc
prims.cc
README
resolve.cc
THANKS
verify.cc
win32-threads.cc
win32.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