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: Need help compiling libgcj on Solaris for benchmark



> 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

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