The libgcj home pageWhat is it?``libgcj'' is the runtime that goes along with the gcj front end to GCC. libgcj includes parts of the Java Class Libraries, plus glue to connect the libraries to the compiler and the underlying OS. What you getlibgcj eventually builds a couple of libraries (one for the runtime and one for the garbage collector), a ``zip'' version of the class libraries, and a program called ``jv-convert'' which can be used to do character encoding transformations. What is missing?The runtime is not yet fully complete. Parts of the standard class libraries are missing (most notably AWT), though much of the equivalent of JDK 1.2 has been supported. Also, the bytecode interpreter available only on certain platforms. How to build itJust follow the directions for building GCJ. There are a few options you might consider passing to ``configure'':
|
|
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.
These pages are maintained by the GCC team.
For questions related to the use of GCC, please consult these web pages and the GCC manuals. If that fails, the gcc-help@gcc.gnu.org mailing list might help.Copyright (C) Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
Last modified 2006-06-21 |