Feb 14 1995: LambdaMOO-1.7.8p4.tar.Z via anonymous ftp from ftp.parc.xerox.com:/pub/MOO into /mit/lambdamoo/src. Uncompressed and untarred with no problem. On chia-pet, attach cygnus cd /mit/lambdamoo/src/MOO-1.7.8p4 sh configure got:... ---------------------------------------------------------------------- | The following networking configurations will probably work on your | system; any configuration *not* listed here almost certainly will | *not* work on your system: | | NP_SINGLE NS_BSD/NP_LOCAL NS_BSD/NP_TCP NS_SYSV/NP_LOCAL NS_SYSV/NP_TCP ---------------------------------------------------------------------- using NS_BSD/NP_TCP and not GNU_MALLOC (I couldn't get to build w/gnu-malloc) the only warnings: gcc -g -Wall -Wwrite-strings -O -DMOO -c -o parser.o y.tab.c y.tab.c:15: warning: `static' is not at beginning of declaration y.tab.c: In function `yyparse': y.tab.c:936: warning: implicit declaration of function `free' y.tab.c:947: warning: suggest parentheses around assignment used as truth value y.tab.c:1001: warning: label `yyerrlab' defined but not used y.tab.c:996: warning: label `yynewerror' defined but not used y.tab.c: In function `yygrow': y.tab.c:1563: warning: unused variable `old_stacksize' y.tab.c: In function `yymalloc': y.tab.c:1594: warning: implicit declaration of function `malloc' y.tab.c: In function `yyrealloc': y.tab.c:1603: warning: implicit declaration of function `realloc' rm -f y.tab.c