This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: undefined symbol error message
- From: Jeff Sturm <jsturm at one-point dot com>
- To: myriam <mabramso at gmu dot edu>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 23 Jan 2002 16:06:22 -0500 (EST)
- Subject: Re: undefined symbol error message
On 23 Jan 2002, myriam wrote:
> Undefined first referenced
> symbol in file
> Tdlvq::class$ /tmp/ccAOJcih.o
A guess... does Tdlvq.java have a package declaration? If so, you must
specify the fully-qualified class name with --main=.
Jeff