Xref: utzoo rec.games.hack:4572 unix-pc.general:3435 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!elroy.jpl.nasa.gov!usc!apple!voder!pyramid!ncc!alberta!news From: dutchyn@alberta.uucp (Chris Dutchyn) Newsgroups: rec.games.hack,unix-pc.general Subject: Nethack on a 3B1 with cc Keywords: assembler dumb don't optimize everything ATT 3b1 cc nethack great Message-ID: <1989Jul29.000637.6113@alberta.uucp> Date: 29 Jul 89 00:06:37 GMT Sender: news@alberta.uucp (News Administrator) Followup-To: unix-pc.general Organization: University of Alberta, Edmonton, Alberta, Canada Lines: 23 I recently got nethack 3.0 to run on my ATT 3B1. It works very well; someone mentioned a problem with garbage when throwing things, but I haven't seen it yet. But, to help any other "hack"ers along, I found that compiling according to the instructions resulted in three errors of the form: aline xxx: branch too remote in the files apply.c, do_move.c, and read.c. In each case, the make stopped. But I manually compiled the files with ( cd src; cc -c {filename} ) ^^^^ ++++ !! NOTICE !! no -O option and they compiled fine. This is on an ATT 3B1 running OS v3.51 and development kit 3.51+ using the stock 'cc'. (I still have to call up manta and get gcc-bin.cpio.Z :-)) Christopher Dutchyn (dutchyn@alberta)