gcc/libjava
Tom Tromey 327f248083 re GNATS libgcj/220 (build fails with "only absolute run-paths are allowed" error during linking)
Fix for PR libgcj/220:
	* Makefile.in: Rebuilt.
	* Makefile.am (gij_LDFLAGS): Don't use libstdc++.
	(jv_convert_LDFLAGS): Likewise.
	(libgcj_la_LDFLAGS): Likewise.
	(GCJLINK): New macro.
	(jv_convert_LINK): Use it.
	(gij_LINK): Likewise.
	(libgcj_la_LINK): New macro.
	(libgcjawt_la_LINK): Likewise.

From-SVN: r33706
2000-05-05 16:11:36 +00:00
..
doc
gcj field.h (JvFieldIsRef): Return false for gnu.gcj.RawData field. 2000-05-05 04:46:26 +00:00
gnu/gcj natFirstThread.cc (run): Initialize class before calling main. 2000-04-24 15:07:16 +00:00
include Runtime support for PR gcj/2: 2000-04-27 23:13:31 +00:00
java natClass.cc (isInstance): Use __builtin_expect. 2000-05-05 03:56:14 +01:00
libltdl
scripts
testsuite Test for PR gcj/218: 2000-04-28 08:42:27 +01:00
acconfig.h
acinclude.m4
aclocal.m4
boehm.cc field.h (JvFieldIsRef): Return false for gnu.gcj.RawData field. 2000-05-05 04:46:26 +00:00
ChangeLog re GNATS libgcj/220 (build fails with "only absolute run-paths are allowed" error during linking) 2000-05-05 16:11:36 +00: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 re GNATS libgcj/220 (build fails with "only absolute run-paths are allowed" error during linking) 2000-05-05 16:11:36 +00:00
Makefile.in re GNATS libgcj/220 (build fails with "only absolute run-paths are allowed" error during linking) 2000-05-05 16:11:36 +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
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
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