Since OSF/1 is not listed in the Makefile for CircleMUD, let me just mention that I had no problems compiling 3.00bpl8 on a DEC 3000 under OSF/1 using #compiler name and flags CC = cc MYFLAGS = -g Everything appears to be working fine for one hour now, want to bet how long that lasts? :) (Referring to the FAQ, POSIX non-blocking I/O related to log-ins is working.) Great job! Incredibly, the number of compile time errors was reduced from one for 2.20 to zero! Bernd --------------------------------------------------------- PS: For completeness, here are the compile time warnings. Guess something is screwed up in my gcc installation. ---------------------------------------------------------- #compiler name and flags CC = gcc MYFLAGS = -g -Wall ---------------------------------------------------------- gcc -c -g -Wall act.wizard.c act.wizard.c: In function `do_set': act.wizard.c:2398: warning: implicit declaration of function `crypt' act.wizard.c:2398: warning: cast to pointer from integer of different size gcc -c -g -Wall interpreter.c interpreter.c: In function `nanny': interpreter.c:1201: warning: implicit declaration of function `crypt' interpreter.c:1201: warning: cast to pointer from integer of different size interpreter.c:1320: warning: cast to pointer from integer of different size interpreter.c:1333: warning: cast to pointer from integer of different size interpreter.c:1507: warning: cast to pointer from integer of different size interpreter.c:1522: warning: cast to pointer from integer of different size gcc -c -g -Wall olc.c olc.c: In function `olc_string': olc.c:293: warning: type mismatch in implicit declaration for built-in function `strlen' gcc -o ../bin/circle comm.o act.comm.o act.informative.o act.movement.o act.obj.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 random.o shop.o spec_assign.o spec_procs.o spell_parser.o spells.o utils.o weather.o /bin/ld: Warning: Linking some objects which contain exception information sections and some which do not. This may cause fatal runtime exception handling problems (last obj encountered without exceptions was /usr/local/lib/gcc-lib/alpha-dec-osf3.2/2.6.3/libgcc.a). ---------------------------------------------------------- #compiler name and flags CC = cc MYFLAGS = -g ---------------------------------------------------------- cc -c -g comm.c /usr/lib/cmplrs/cc/cfe: Warning: comm.c, line 1317: Incompatible pointer type assignment my_signal(30 , reread_wizlists); -------------- --^ /usr/lib/cmplrs/cc/cfe: Warning: comm.c, line 1323: Incompatible pointer type assignment my_signal(31 , unrestrict_game); -------------- --^ /usr/lib/cmplrs/cc/cfe: Warning: comm.c, line 1334: Incompatible pointer type assignment my_signal(26 , checkpointing); -------------- --^ /usr/lib/cmplrs/cc/cfe: Warning: comm.c, line 1337: Incompatible pointer type assignment my_signal(1 , hupsig); ------------- --^ /usr/lib/cmplrs/cc/cfe: Warning: comm.c, line 1338: Incompatible pointer type assignment my_signal(2 , hupsig); ------------- --^ /usr/lib/cmplrs/cc/cfe: Warning: comm.c, line 1339: Incompatible pointer type assignment my_signal(15 , hupsig); -------------- --^
This archive was generated by hypermail 2b30 : 12/18/00 PST