Discussion:
general reminder
(too old to reply)
Sean Safarpour
2004-01-25 01:51:57 UTC
Permalink
Hello everyone,

This is just a general reminder that if you have any complaints about the
labs, the marking of labs, TAs or anything else relating to the course,
you should email me directly. Do not use the newsgroup for this purpose.
Given the size of this class, I will assume that if one person has a
complaint, many others also have the same issues. Every
complaint that I receive is handled seriously. Therefore, it is not
necessary to clutter up the newsgroup with these postings.

Also, do not assume that some "robot" will be marking the labs. Of course
we will try to automate as much as possible, but there will be a "human"
looking at the failed cases. Furthermore, as a student, I would save my
energy and complaints for after receiving the marks. If you have read the
website, you already know about the remarking procedure.

Again, as TAs we try to be fair not mean.

Thanks,

Sean Safarpour
Head TA
***@eecg.utoronto.ca
Gupta Dharmendra Prasad
2004-01-25 02:08:13 UTC
Permalink
p58.ecf% gcc guess_main.c
/tmp/ccREN8UL.o: In function `main':
/tmp/ccREN8UL.o(.text+0xaf): undefined reference to `human_guess'
/tmp/ccREN8UL.o(.text+0xcd): undefined reference to `computer_guess'
collect2: ld returned 1 exit status


i get this error when i try to use gcc.

and i get the following error when i try to compile.

p58.ecf% make guess
cc guess.c -o guess
guess.c:101:1: warning: no newline at end of file
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o: In function
`_start':
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o(.text+0x18):
undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [guess] Error 1
p58.ecf%



any help would be appreciated...
i made the program in Visual C++ and then tranferred to linux.
thanks
Gupta Dharmendra Prasad
2004-01-25 02:20:02 UTC
Permalink
i was wondering if we are supposed to include a \n in the very last printf
command of the programs so the console starts on the next line.
this applies to guees.c and hangman
thanks
Moayad Fahim Ali
2004-01-25 18:26:14 UTC
Permalink
Hi,

Are you using the Makefile provided to you on the course website? If not,
you should be using that.

Thanks.
Post by Gupta Dharmendra Prasad
p58.ecf% gcc guess_main.c
/tmp/ccREN8UL.o(.text+0xaf): undefined reference to `human_guess'
/tmp/ccREN8UL.o(.text+0xcd): undefined reference to `computer_guess'
collect2: ld returned 1 exit status
i get this error when i try to use gcc.
and i get the following error when i try to compile.
p58.ecf% make guess
cc guess.c -o guess
guess.c:101:1: warning: no newline at end of file
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o: In function
undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [guess] Error 1
p58.ecf%
any help would be appreciated...
i made the program in Visual C++ and then tranferred to linux.
thanks
Continue reading on narkive:
Loading...