I've read the other threads taking about SWR problems and the solutions (and I have made appropriate changes/fixes), but I keep having a problem once the compiler begind to link. Here is my output.
$ make
make swrip
make[1]: Entering directory '/cygdrive/c/cygwin/home/wayne/swrip/src'
rm -f swrip
gcc -p -lcrypt -o swrip act_comm.o act_info.o act_move.o act_obj.o act_wiz.o boards.o build.o clans.o comm.o commemts.o const.o db.o fight.o handler.o hashstr.o id.o interp.o magic.o makeobjs.o misc.o mud_comm.o mud_prog.o newarena.o player.o requests.o reset.o save.o shops.o skills.o special.o tables.o track.o update.o space.o space2.o bounty.o swskills.o alias.o grub.o mapper.o -lm
make[1]: *** [swrip] Error 1
make[1]: Leaving directory '/cygdrive/c/cygwin/home/wayne/swrip/src'
make: *** [all} Error 2
I've tried everything I can think of including reinstalling cygwin and I followed every tip to the letter that has been given in previous threads. Please help.
Thanks
$ make
make swrip
make[1]: Entering directory '/cygdrive/c/cygwin/home/wayne/swrip/src'
rm -f swrip
gcc -p -lcrypt -o swrip act_comm.o act_info.o act_move.o act_obj.o act_wiz.o boards.o build.o clans.o comm.o commemts.o const.o db.o fight.o handler.o hashstr.o id.o interp.o magic.o makeobjs.o misc.o mud_comm.o mud_prog.o newarena.o player.o requests.o reset.o save.o shops.o skills.o special.o tables.o track.o update.o space.o space2.o bounty.o swskills.o alias.o grub.o mapper.o -lm
make[1]: *** [swrip] Error 1
make[1]: Leaving directory '/cygdrive/c/cygwin/home/wayne/swrip/src'
make: *** [all} Error 2
I've tried everything I can think of including reinstalling cygwin and I followed every tip to the letter that has been given in previous threads. Please help.
Thanks