This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Starting with gcj - having problems


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]