Anonymous
2002-09-10 02:05:00
I am unable to get NetHack 3.3.1 port to work on MacOS X 10.2. After I run it through the terminal using the "/usr/games/nethack" command I receive an error. It seems that the _ospeed symbol was not defined. I have also tried compiling the source and I get several symbols (including the _ospeed symbol) which are not defined. Has anyone successfully installed NetHack on 10.2? If so, is there a work around to this error message? Thanks.
Anonymous
2002-09-11 02:00:00
I compiled the latest release (3.4.0) from source I got from nethack.org. The Makefiles generated with "sh sys/unix/setup.sh" worked for me except I had to change -ltermlib to -lcurses in src/Makefile
Anonymous
2002-09-12 21:20:00
Thanks! It compiled perfectly with that fix.
jstrout
2003-03-13 19:38:00
So is somebody going to update the forked.net archive? If I have to go to the original source and compile it myself, of what use is forked.net?