Hey guys Got an error after i put in a SWR Copyover Snippet

Posted by Jason on Sun 26 Jan 2003 09:18 AM — 4 posts, 18,290 views.

#0
Hey I got an error any help?
copyover.o(.text+0x7de): In function `copyover_recover':
/home/jatkinson/swreality/swreality/src/copyover.c:182: undefined reference to
_write_to_descriptor'
copyover.o(.text+0x836):/home/jatkinson/swreality/swreality/src/copyover.c:189:
undefined reference to `_init_descriptor'
copyover.o(.text+0x8d7):/home/jatkinson/swreality/swreality/src/copyover.c:203:
undefined reference to `_write_to_descriptor'
copyover.o(.text+0x8ea):/home/jatkinson/swreality/swreality/src/copyover.c:204:
undefined reference to `_close_socket'
copyover.o(.text+0x90d):/home/jatkinson/swreality/swreality/src/copyover.c:208:
undefined reference to `_write_to_descriptor'
copyover.o(.text+0x9b5):/home/jatkinson/swreality/swreality/src/copyover.c:220:
undefined reference to `_load_home'
copyover.o(.text+0x9eb):/home/jatkinson/swreality/swreality/src/copyover.c:221:
undefined reference to `_act'
collect2: ld returned 1 exit status
make[1]: *** [swreality] Error 1
make[1]: Leaving directory `/home/jatkinson/swreality/swreality/src'
make: *** [all] Error 2

CAny you help meplease the compile was going fine till i put the copyover in.
#1
Correction It had nothing to do with the copyover snippet
I've done a number of things to the code to try and fix the problem but nothing seems to work.... I have taken suggestions from this board and yet...... STill nothing :(
USA #2
Since you've installed the snippet have you did a make clean? Also, what exactly have you done to your code in an attempt to fix it? I would reccommend un-doing everything that you have did to your code, except for what the snippet calls for.
#3
well i've tried that to... right now i think i know what it is. I didn't install the libs for cygwin... so uninstalled it all and now in the process of redownloading (another century of waiting) Hope this works