This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: problems resolving classes with gcj 3.4.3 - know problem?
- From: Tom Tromey <tromey at redhat dot com>
- To: "wolfgang haefelinger" <ora dot et dot labora at web dot de>
- Cc: <java at gcc dot gnu dot org>
- Date: 14 Dec 2004 11:22:07 -0700
- Subject: Re: problems resolving classes with gcj 3.4.3 - know problem?
- References: <BOEKJIPMFIHCMIBNCAPIMELICDAA.ora.et.labora@web.de>
- Reply-to: tromey at redhat dot com
>>>>> "wolfgang" == wolfgang haefelinger <ora.et.labora@web.de> writes:
wolfgang> I'm trying to compile a larger number (=209) of java
wolfgang> files in one shot. This works fine using SUN's jdk
wolfgang> but I'm running into trouble using gcj.
wolfgang> Here's a typical session
wolfgang> $ gcj -d . -C `find -name \*.java`
wolfgang> ./debug/ParseTreeDebugParser.java:8: error: Can't find default package
wolfgang> `antlr'.
wolfgang> Check the CLASSPATH environment variable and the access to the archives
wolfgang> [..]
What version of gcj are you using? Do you have a small test case? Or
can you reduce the one you have somehow?
Tom