View Single Post
Old 07-06-2002, 11:45 PM   #5
Shadow
New Member
 
Join Date: Jul 2002
Posts: 12
Shadow is on a distinguished road
Send a message via AIM to Shadow
Well, i sent all the code to my one friend. He uses linux OS, and he said it compiles fine for him. He sent me the updated code, and heres what it gets to now.

I cut the stuff above tablesave.c It compiles fine before that, just did this to save space

gcc -c -Wall -O -g -ggdb -Dunix -Dlinux -DNOCRYPT -DOLD_RAND tablesave.c
gcc -c -Wall -O -g -ggdb -Dunix -Dlinux -DNOCRYPT -DOLD_RAND update.c
gcc -c -Wall -O -g -ggdb -Dunix -Dlinux -DNOCRYPT -DOLD_RAND whohtml.c
rm -f unholy
gcc -O -g -ggdb -o unholy act_comm.o act_enter.o act_info.o act_move.o act_obj.o
act_wiz.o alias.o auction.o ban.o bit.o cmdedit.o comm.o const.o db.o db2.o eff
ects.o fight.o flags.o gedit.o handler.o healer.o hedit.o interp.o lookup.o magi
c.o mem.o mob_cmds.o mob_prog.o music.o note.o olc.o olc_act.o olc_save.o skills
.o pedit.o quest.o recycle.o remort.o save.o scan.o sedit.o skedit.o special.o s
tars.o string.o subway.o tables.o tablesave.o update.o whohtml.o
make: *** [unholy] Error 1

Still not sure what the problem is. Dont know what to do now to check whats wrong since it has to do with making the actual exe....
Shadow is offline   Reply With Quote