This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
RE: Need help compiling libgcj on Solaris for benchmark
- To: java-discuss@sourceware.cygnus.com
- Subject: RE: Need help compiling libgcj on Solaris for benchmark
- From: Drury Tim <Tim_Drury@bscc.bls.com>
- Date: Mon, 7 Jun 1999 14:16:01 -0400
> Are you compiling .class or .java files? gcj can compile both.
.class
>
> If the problem is in the .class file parser, you may be able to
> compile your .java to .class by using javac, and then compile .class
> to .o using gcj.
aries:/users/tim/java/bench> gcj JDBCOracleBench.class
gcj: libgcj.spec: No such file or directory
> You *must* install the compiler and libgcj: this is essential for
> correct operation. Why can you not "gmake install"?
Since the build failed using "gmake", when I run "gmake install"
it tries to finish building libgcj, which won't build because of
that internal error.
-tim