* cp-tree.def (SCOPE_STMT): Take one operand.
[official-gcc.git] / libjava / README
blobd3fa1565045c4b2942398ed0dfd68ead1254385e
1 This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
2 libgcj provides a partial implementation of the Java Class Libraries.
4 libgcj is free software.  See the file COPYING.LIB for copying permission.
7 DOCUMENTATION
8 =============
10 All documentation, including detailed installation and usage instructions,
11 can be found on the gcj web pages at the following URL:
13                 http://sourceware.cygnus.com/java/
16 QUICK INSTALLATION
17 ==================
19   > mkdir build
20   > cd build
21   > ../libgcj/configure --enable-java-gc=<GC TYPE> \
22     --enable-threads=<THREADS TYPE>
23   > make
24   > make install
26 where:
28 <GC TYPE> specifies the Garbage Collection library to be used by libgcj. 
29 Currently the only supported value is "boehm".
31 <THREADS TYPE> specifies the threads library to be used by libgcj. Currently 
32 the possible values are "posix" and "none". This value must be the same as
33 the value used when configuring gcc itself.
35 Consult the gcj web pages for additional "configure" arguments.
37 NOTE: libgcj can not be configured/built in the source directory. You must
38 create a separate build directory. 
41 BUGS
42 ====
44 Please submit bug reports to the following URL:
46         http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?database=java