This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

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


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