This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Starting with gcj - having problems
- To: Heiko Nardmann <h dot nardmann at secunet dot de>
- Subject: Re: Starting with gcj - having problems
- From: Jeff Sturm <jsturm at sigma6 dot com>
- Date: Thu, 02 Mar 2000 11:36:15 -0500
- CC: Java Discuss <java-discuss at sourceware dot cygnus dot com>
- Organization: AppNet
- References: <38BE8306.907DFFDB@secunet.de>
Heiko Nardmann wrote:
> The first time I started gcj it complained about a missing libgcj.spec.
> So I looked with strace
> which paths gcj checked and touched such a file. That's probably not
> sufficient, is it?
No. If you haven't yet, you must also install libgcj along with the
compiler. The base directory (--prefix) must be the same for both.
Release libgcj-2.95.2 corresponds to your compiler. However it is
missing many features, such as java.sql, java.math, java.lang.reflect
and JNI. Some of these have been added in newer snapshots but you must
use a snapshot GCC for these as well. See
http://sourceware.cygnus.com/java/download.html.
--
Jeff Sturm
jsturm@sigma6.com