Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpmcaa!marco From: marco@hpmcaa.mcm.hp.com (Marco Dalla-Gasperina) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Binary for umoria3 Message-ID: <140009@hpmcaa.mcm.hp.com> Date: 25 May 90 15:15:43 GMT References: <140008@hpmcaa.mcm.hp.com> Organization: HP McMinville Division Lines: 25 Previously I wrote- > >Hello, > >Recently the newest version of Moria was posted on comp.sources.games. Has >anyone successfully compiled it? I seem to be missing main.c (or the module >which contains main). It is also required that I have pccurses which I >do not. I did find a pd version, but there is an undefined symbol when >I try to link it. > >When it is successfully compiled and linked, could someone posted >it? > >thanks, >Marco Dalla Gasperina I managed to find main.c (in part 26) and found the errant symbol in my pd version of curses. However, the default stack size of 2k by the linker is too small. I set it to 16k and have not had a stack overflow yet. Last night I did get an "integer divide by 0" error after descending down to level 3 (ie. immediately after the ">" command). Is there a recommended stack size? marco