I am trying to compile CircleMUD 3.0bp11 on a HPUX 9000 system. Unfortunately, it is giving me some errors. Here is the output when I try and make the source: make ../bin/circle gcc -c -g -O -Wall -fno-strict-prototypes comm.c comm.c: In function `game_loop': comm.c:472: warning: passing arg 2 of `select' from incompatible pointer type comm.c:472: warning: passing arg 3 of `select' from incompatible pointer type comm.c:472: warning: passing arg 4 of `select' from incompatible pointer type comm.c:533: warning: passing arg 2 of `select' from incompatible pointer type comm.c:533: warning: passing arg 3 of `select' from incompatible pointer type comm.c:533: warning: passing arg 4 of `select' from incompatible pointer type comm.c:545: warning: passing arg 2 of `select' from incompatible pointer type comm.c:545: warning: passing arg 3 of `select' from incompatible pointer type comm.c:545: warning: passing arg 4 of `select' from incompatible pointer type gcc -o ../bin/circle comm.o act.comm.o act.informative.o act.movement.o act.item.o act.offensive.o act.other.o act.social.o act.wizard.o ban.o boards.o castle.o class.o config.o constants.o db.o fight.o graph.o handler.o house.o interpreter.o limits. o magic.o mail.o mobact.o modify.o objsave.o olc.o shop.o spec_assign.o spec_procs.o spell_parser.o spells.o utils.o weather.o random.o -lcrypt -lmalloc /bin/ld: Unsatisfied symbols: _fragblocks (data) _heaplimit (data) __morecore (data) _fraghead (data) _chunks_used (data) _heapinfo (data) _chunks_free (data) _heapbase (data) _bytes_free (data) _bytes_used (data) _heapindex (data) collect2: ld returned 1 exit status *** Error code 1 Stop. *** Error code 1 Stop. I ran the configure file but have not been able to figure out what is going on here. Any ideas? Thank you. --------------------------------------------------------------------------- Jerry E. Latimer jerryl@uidaho.edu URL http://www.uidaho.edu/~jerryl/
This archive was generated by hypermail 2b30 : 12/18/00 PST