Index: [thread] [date] [subject] [author]
  From: Wen Zhang <zhangw@duke.edu>
  To  : 
  Date: Sun, 17 Jan 1999 23:41:41 -0500

Re: bowling compile error

Please ignore this mail, I did figure out what is problem. Sorry bother 
everyone.

> 
> Can anyone figure out what is problem for the following error message.
> In my cps108/bowling, I simply copy all the file from:
> ~rcduvall/cps108/code/bowling/
> And then I try to do
> make main
> but get error message like:
> 
>  make main
> g++  -g -Wall -I.  -I/afs/acpub/users/o/l/ola/courses/lib -L.  
> -L/afs/acpub/users/o/l/ola/courses/lib  -R 
> /afs/acpub/project/cps/lib:/afs/acpub/users/o/l/ola/courses/lib -o main 
> main.cc -ltapestry
> Undefined                       first referenced
>  symbol                             in file
> TallyScore__C4Gamei                 /var/tmp/cc0JYx_K1.o
> GetFrame__C4Gamei                   /var/tmp/cc0JYx_K1.o
> __4GameUi                           /var/tmp/cc0JYx_K1.o
> SetSkillLevel__4GameUi              /var/tmp/cc0JYx_K1.o
> GetScore__C5Frame                   /var/tmp/cc0JYx_K1.o
> SetName__4GameG6string              /var/tmp/cc0JYx_K1.o
> GetPinCount__C5Framei               /var/tmp/cc0JYx_K1.o
> TakeTurn__4Game                     /var/tmp/cc0JYx_K1.o
> GetName__C4Game                     /var/tmp/cc0JYx_K1.o
> ld: fatal: Symbol referencing errors. No output written to main
> *** Error code 1
> make: Fatal error: Command failed for target `main'
> 
> 
> 


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