gcc/libjava
Tom Tromey 878885b411 [multiple changes]
2000-03-15  Tom Tromey  <tromey@cygnus.com>

	* java/io/natFileDescriptorWin32.cc (winerr): Now static.

	* prims.cc (win32_exception_handler): Reformatted.

	* include/win32-threads.h (_Jv_HaveCondDestroy): New define.
	(_Jv_HaveMutexDestroy): Likewise.

2000-03-15 Jon Beniston <jb7216@bristol.ac.uk>

	* java/io/natFileDescriptorWin32.cc: New file.
	* java/io/natFileWin32.cc: New file.
	* java/net/natInetAddress.cc: Added conditional inclusion of
	Windows / Winsock headers.
	* java/net/natPlainDatagramSocketImpl.cc: Added conditional
	inclusion of Windows / Winsock headers.
	* java/net/natPlainSocketImpl.cc: Added conditional inclusion of
	Windows / Winsock headers.
	* include/win32-signal.h: New file.
	* include/win32-threads.h: New file.
	* win32-threads.cc: New file.
	* exception.cc (win32_get_restart_frame): New function.
	* prims.cc (win32_exception_handler): New function.
	(main_init) Performs Winsock initialisation.
	(main_init) Installs exeception handler.

From-SVN: r32567
2000-03-15 22:03:19 +00:00
..
doc
gcj
gnu/gcj
include [multiple changes] 2000-03-15 22:03:19 +00:00
java [multiple changes] 2000-03-15 22:03:19 +00:00
libltdl
scripts
testsuite * libjava.compile/pr176.java: New file, for PR gcj/176. 2000-03-15 16:36:44 +00:00
acconfig.h
acinclude.m4
aclocal.m4
boehm.cc
ChangeLog [multiple changes] 2000-03-15 22:03:19 +00:00
ChangeLog-1999
chartables.pl
configure
configure.host
configure.in
COPYING
defineclass.cc
exception.cc [multiple changes] 2000-03-15 22:03:19 +00:00
gij.cc
interpret.cc
jni.cc jni.cc (mangled_name): Fixed assertion. 2000-03-14 21:59:54 +00:00
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.spec.in
libgcjdata.c
libtool-version
Makefile.am AlgorithmParameterGeneratorSpi.java: New file. 2000-03-10 02:43:57 +00:00
Makefile.in AlgorithmParameterGeneratorSpi.java: New file. 2000-03-10 02:43:57 +00:00
mauve-libgcj
name-finder.cc
NEWS
no-threads.cc
nogc.cc
posix-threads.cc
prims.cc [multiple changes] 2000-03-15 22:03:19 +00:00
README
resolve.cc
THANKS
win32-threads.cc [multiple changes] 2000-03-15 22:03:19 +00: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://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