This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
gcj & libgcj
- To: java-discuss at sourceware dot cygnus dot com
- Subject: gcj & libgcj
- From: mark kimsal <chugadie dot geo at yahoo dot com>
- Date: Fri, 18 Aug 2000 13:06:10 -0400
- Reply-To: mark at tapinternet dot com
I'm trying to compile libgcj under linux 2.2.14 on i686 cpu. When I try
to compile libgcj 2.95.1 I get an error during the make
"java:::lang:::System has private constructor and no friends"
And when i compile the snapshot from 08-16 it installs fine, but when i
run it says
"can't find libgcj.spec"
or something similar. I have read all the faqs and docs, I have
searched the mailing list, and I did use the same
--prefix=/home/user/gcc for configuring gcc with java and libgcj. Has
anyone successfully compiled and used gcj?