Index:
[thread]
[date]
[subject]
[author]
From: Jason Grosland <jcg3@cs.duke.edu>
To :
Date: Mon, 1 Feb 1999 14:28:00 -0500
Re: errors
On Mon, 1 Feb 1999, Nathan Pollak wrote:
> I have been trying for hours to figure out this error message...any ideas?
>
> Undefined first referenced
> symbol in file
> GetValue__t9Evaluator1Zi main.o
> ld: fatal: Symbol referencing errors. No output written to evaluator
> *** Error code 1
> make: Fatal error: Command failed for target `evaluator'
% ~rcduvall/bin/c++filt
GetValue__t9Evaluator1Zi
Evaluator<int>::GetValue(void)
I'm guessing that there is a problem with the GetValue() method of
Evaluator... are your .h and .cc files in sync?
This could also be something that I remember being messed up about
templating, but I'll have to defer to someone else if that's the case...
-Jason
- jcg3@duke.edu shanty.dorm.duke.edu www.duke.edu/~jcg3 -
Index:
[thread]
[date]
[subject]
[author]