View Single Post
Old 03-10-2009, 07:48 PM   #3
Sargas
New Member
 
Join Date: Mar 2009
Posts: 20
Sargas is on a distinguished road
Thumbs up Re: Having a few issues that need fixed before I can compile WHO CAN HELP?:>

Thanks for the imput, this is the exact read out I am getting. hopfully not to spammy

test ! -f dmserver || mv dmserver dms.old
gcc -g -pipe -DUSE_profile=0 -o dmserver main.o Heap.o Opinion.o Sound.o Trap.o act.comm.o act.info.o act.move.o act.obj1.o act.obj2.o act.offensive.o act.other.o act.social.o act.wizard.o array.o board.o casino.o channels.o cmdtab.o comm.o constants.o db.o db.mobile.o db.object.o db.player.o db.relate.o db.utility.o db.world.o editor.o engine.o enginit.o englogic.o engmobs.o engprecall.o events.o fight.o find.o handler.o hash.o hero.o interpreter.o limits.o list.o magic.o magicutils.o memory.o mobact.o modify.o multiclass.o newsaves.o page.o parse.o periodic.o recept.o ringlog.o sblock.o shop.o signals.o skills.o smart_mobs.o block.o spec_assign.o spec_astral.o spec_breath.o spec_dm.o spec_mobs.o spec_obj.o spec_rooms.o spec_utils.o spell_parser.o spells.o spelltab.o sstring.o statistic.o stats.o strstr.o track.o utility.o util_num.o util_str.o weather.o whod.o -lcrypt
englogic.o: In function `logic_new_skill_saves':
/home/sargas/src/englogic.c:101: undefined reference to `exp'
newsaves.o: In function `NewSkillSave':
/home/sargas/src/newsaves.c:43: undefined reference to `exp'
collect2: ld returned 1 exit status
make: *** [dmserver] Error 1

does that help?
thanks
Sargas is offline   Reply With Quote