I've been reading through some of the posts, and although one of them seems to be alike to my problem, I am unaware if that is still the problem. I'm trying to make DBS2.0 with Cygwin, here's the error.
It's been a loong time(like, I've forgotten almost everything) since I've coded, and I've never had to put a MUD up on my machine.
Quote:
Vengeance@user1 ~/dbs/src
$ make
make dbs
make[1]: Entering directory `/home/Vengeance/dbs/src'
rm -f dbsaga
gcc -o dbsaga act_comm.o act_info.o act_move.o act_obj.o act_wiz.o ban.o board.
o boards.o bounty.o build.o clans.o colorize.o comm.o comments.o const.o db.o de
ity.o editor.o fight.o finger.o grub.o handler.o hashstr.o hiscores.o hotboot.o
house.o ibuild.o ident.o imm_host.o interp.o magic.o makeobjs.o malloc.o mapout.
o marry.o misc.o mpxset.o mud_comm.o mud_prog.o new_fun.o pfiles.o planes.o plan
et.o player.o polymorph.o rare.o requests.o reset.o save.o services.o shops.o sk
ills.o skills_android.o skills_dbs.o space.o special.o stat_obj.o tables.o track
.o update.o dns.o -lcrypt -DMCCP -lm -lz
fight.o: In function `damage':
/home/Vengeance/dbs/src/fight.c:2545: undefined reference to `_floorl'
/home/Vengeance/dbs/src/fight.c:2558: undefined reference to `_floorl'
collect2: ld returned 1 exit status
make[1]: *** [dbs] Error 1
make[1]: Leaving directory `/home/Vengeance/dbs/src'
make: *** [all] Error 2
Vengeance@user1 ~/dbs/src
$ make
make dbs
make[1]: Entering directory `/home/Vengeance/dbs/src'
rm -f dbsaga
gcc -o dbsaga act_comm.o act_info.o act_move.o act_obj.o act_wiz.o ban.o board.
o boards.o bounty.o build.o clans.o colorize.o comm.o comments.o const.o db.o de
ity.o editor.o fight.o finger.o grub.o handler.o hashstr.o hiscores.o hotboot.o
house.o ibuild.o ident.o imm_host.o interp.o magic.o makeobjs.o malloc.o mapout.
o marry.o misc.o mpxset.o mud_comm.o mud_prog.o new_fun.o pfiles.o planes.o plan
et.o player.o polymorph.o rare.o requests.o reset.o save.o services.o shops.o sk
ills.o skills_android.o skills_dbs.o space.o special.o stat_obj.o tables.o track
.o update.o dns.o -lcrypt -DMCCP -lm -lz
fight.o: In function `damage':
/home/Vengeance/dbs/src/fight.c:2545: undefined reference to `_floorl'
/home/Vengeance/dbs/src/fight.c:2558: undefined reference to `_floorl'
collect2: ld returned 1 exit status
make[1]: *** [dbs] Error 1
make[1]: Leaving directory `/home/Vengeance/dbs/src'
make: *** [all] Error 2
It's been a loong time(like, I've forgotten almost everything) since I've coded, and I've never had to put a MUD up on my machine.