This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: link problems under darwin5.2
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 02 Jan 2002 11:05:41 -0700
- Subject: Re: link problems under darwin5.2
- References: <3C33241C.FFD7EE4F@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> /usr/bin/ld: Undefined symbols:
Andreas> java::lang::ref::Reference::class$
Andreas> java::util::jar::Attributes::class$
Were these two classes even compiled?
It looks like they might not have been.
Tom