Files
gcc/libjava
Adam Megacz 1e41e84370 exception.cc (_Jv_Throw, [...]): Changed std::abort() to simply abort().
2002-02-11  Adam Megacz <adam@xwt.org>

    * exception.cc (_Jv_Throw, PERSONALITY_FUNCTION): Changed
    std::abort() to simply abort(). Also added "fake" std::abort() so
    we can #include unwind-pe.h without having to link against
    libstdc++-v3.

From-SVN: r49685
2002-02-11 22:28:58 +00:00
..
2001-12-16 22:33:02 +00:00
2002-01-22 22:40:42 +00:00
2001-07-03 22:33:24 +00:00
2001-10-31 00:48:17 +00:00
2000-05-19 17:55:34 +00:00
2002-02-11 00:18:52 +00:00
2002-02-07 03:24:12 +00:00
2002-02-07 03:24:12 +00:00
2002-02-07 03:24:12 +00:00
2000-05-19 17:55:34 +00:00
2000-02-17 22:57:30 +00:00
2002-01-22 00:20:23 +00:00
2002-02-07 18:21:19 +00:00
2002-02-08 14:46:36 +00:00
2002-02-07 18:21:19 +00:00
2001-12-12 20:56:08 +00:00
2002-01-22 22:40:42 +00:00
2000-03-04 21:50:19 +00:00
2000-02-15 09:35:51 +00:00
2001-10-10 22:25:43 +00:00
2002-01-27 22:33:35 +00:00
2001-06-13 10:44:40 -07:00

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