I did put the clan.o in the makefile.... same thing happened.
Steve Boleware wrote:
hey guys ( I really appreciate the help btw),
you're welcome.
<snipped>
interp.o: In function `check_social':
/home/mud/cp/Llandis/src/interp.c:652: undefined reference to `do_seek'
/home/mud/cp/Llandis/src/interp.c:652: undefined reference to `do_promote'
/home/mud/cp/Llandis/src/interp.c:653: undefined reference to `do_outcast'
/home/mud/cp/Llandis/src/interp.c:655: undefined reference to `do_add'
collect2: ld returned 1 exit status
and this is what I did...
I just added the functions do_promote, do_outcast etc (the ones in the
error) in interp.h and interp.c because I noticed there is code for them
in clan.c and it just had no command for it.... but now I get this
error.... any ideas?
Anyone other than me wondering why a: there is no clan.o?
and b: why it says you added the references to those functions _inside_
check_social and not the command structure???
Steve, coding from home and readin emails...