Index: [thread] [date] [subject] [author]
  From: Brain Robert Appel <bra@ee.duke.edu>
  To  : 
  Date: Mon, 18 Jan 1999 19:50:20 -0500

Re: bowling compile error

what was the error? or is it that we just aren't supposed to compile
just figure out what the general code is doing?

Wen Zhang wrote:

> 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]