Index: [thread] [date] [subject] [author]
  From: StephenByrd <sab11@duke.edu>
  To  : 
  Date: Thu, 04 Feb 1999 02:40:30 GMT

well . . .

My program was working fine.  then i did something wrong.  sadly, i don't know what.  As i mentioned
in class, i'm using a static variable, somehow, something i'm doing with that variable is (i think)
causing a symbol referencing error.
the output is:

 Undefined			first referenced
 symbol  			    in file
_8VarNames.myVars                   vars.o
ld: fatal: Symbol referencing errors. No output written to express

c++filt tells me that the error is
VarNames::myVars

VarNames is the name of the class in which i declare the static variable myVars
anyone have any ideas?
thanks,
Stephen


Index: [thread] [date] [subject] [author]