After following the directions I ended up with these errors. I didnt add the copyover.c file instead i put the functions but not the declarations into comm.c at the bottom. I'm not quite sure what to do with this kind of error, never seen it before. Please help.
-----------------------------------------------------------
db.o(.text+0x2dfc): In function `boot_db(bool)':
/home/mud/lotl/marlius/swrip2/src/db.c:807: undefined reference to `copyover_recover()'
tables.o(.text+0x1bf5): In function `skill_function(char*)':
/home/mud/lotl/marlius/swrip2/src/tables.c:270: undefined reference to `do_copyover(char_data*, char*)'
tables.o(.text+0x7413): In function `skill_name(void (*)(char_data*, char*))':
/home/mud/lotl/marlius/swrip2/src/tables.c:1093: undefined reference to `do_copyover(char_data*, char*)'
collect2: ld returned 1 exit status
swrip: No such file or directory
swrip: No such file or directory
chmod g+w swrip
chmod: failed to get attributes of `swrip': No such file or directory
make[1]: *** [swrip] Error 1
make[1]: Leaving directory `/home/mud/lotl/marlius/swrip2/src'
make: *** [all] Error 2
-----------------------------------------------------------
-----------------------------------------------------------
db.o(.text+0x2dfc): In function `boot_db(bool)':
/home/mud/lotl/marlius/swrip2/src/db.c:807: undefined reference to `copyover_recover()'
tables.o(.text+0x1bf5): In function `skill_function(char*)':
/home/mud/lotl/marlius/swrip2/src/tables.c:270: undefined reference to `do_copyover(char_data*, char*)'
tables.o(.text+0x7413): In function `skill_name(void (*)(char_data*, char*))':
/home/mud/lotl/marlius/swrip2/src/tables.c:1093: undefined reference to `do_copyover(char_data*, char*)'
collect2: ld returned 1 exit status
swrip: No such file or directory
swrip: No such file or directory
chmod g+w swrip
chmod: failed to get attributes of `swrip': No such file or directory
make[1]: *** [swrip] Error 1
make[1]: Leaving directory `/home/mud/lotl/marlius/swrip2/src'
make: *** [all] Error 2
-----------------------------------------------------------