This is the mail archive of the java-discuss@sources.redhat.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: Problems compiling with gcj


>>>>> "Mike" == Mike Harrold <mharrold@cas.org> writes:

Mike> [miko@mah21hpc2 src]$ gcj Test.java 
Mike> Test.java:0: Can't find default package `java.lang'. Check the CLASSPATH environment variable and the access to the archives.
Mike> 1 error

This means that gcj can't find (for 2.95) libgcj.zip.

Did you install libgcj with the same --prefix as gcj?
If not then that is the problem.
If so we'll have to look further.

Tom

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