gcc/libjava
Bryce McKinlay 51becdd6ae Oops, typo in last change.
From-SVN: r34008
2000-05-19 03:46:09 +01:00
..
doc
gcj field.h (JvFieldIsRef): Return false for gnu.gcj.RawData field. 2000-05-05 04:46:26 +00:00
gnu/gcj Oops, typo in last change. 2000-05-19 03:46:09 +01:00
include ppc-signal.h: New file. 2000-05-16 14:38:21 +00:00
java Thread.java: Declare `data' as Object, not RawData. 2000-05-18 11:08:25 +01:00
libltdl
scripts
testsuite * lib/libjava.exp (bytecompile_file): Use exec, not system. 2000-05-18 17:17:55 +00:00
acconfig.h JVMPI changes... 2000-04-02 15:34:17 +00:00
acinclude.m4
aclocal.m4
boehm.cc Forgot this file when checking in my last change. 2000-05-07 00:32:52 +01:00
ChangeLog From Gregory R. Warnes <warnes@biostat.washington.edu>: 2000-05-19 00:50:34 +01:00
ChangeLog-1999
chartables.pl
configure re GNATS libgcj/15 (_REENTRANT should be defined more consistently) 2000-04-21 20:46:11 +00:00
configure.host
configure.in re GNATS libgcj/15 (_REENTRANT should be defined more consistently) 2000-04-21 20:46:11 +00:00
COPYING
defineclass.cc
exception.cc
gij.cc
interpret.cc
jni.cc * jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'. 2000-04-20 17:39:30 +00:00
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.spec.in re GNATS gcj/218 (Java executables can abort trying to access a null pointer in a leaf function) 2000-04-28 16:11:56 +00:00
libgcjdata.c
libtool-version
Makefile.am Makefile.in: Rebuilt. 2000-05-07 16:02:00 +00:00
Makefile.in Makefile.in: Rebuilt. 2000-05-07 16:02:00 +00:00
mauve-libgcj ObjectStreamException.java: New file. 2000-04-11 09:21:53 +00:00
name-finder.cc
NEWS
no-threads.cc
nogc.cc JVMPI changes... 2000-04-02 15:34:17 +00:00
posix-threads.cc posix-threads.cc (_Jv_MutexLock): Moved back to posix-threads.h. 2000-04-09 05:41:56 +00:00
prims.cc natClass.cc (isInstance): Use __builtin_expect. 2000-05-05 03:56:14 +01:00
README
resolve.cc
THANKS Makefile.in: Rebuilt. 2000-04-03 18:07:45 +00:00
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://sourceware.cygnus.com/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://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?database=java