Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!convex!iex!ntvax!canoaf From: canoaf@ntvax.uucp (Augustine Cano) Newsgroups: comp.sys.att Subject: Nethack 3.00 makes stock optimizer blow up; details inside. Message-ID: <1989Aug2.164732.2632@ntvax.uucp> Date: 2 Aug 89 16:47:32 GMT Organization: University of North Texas Lines: 13 Hi everyone, Many thants to those who responded to my posting about the cryptic assembler message "branch offset too remote". From the Unix pc mailing list (I don't get the unix-pc groups here) I gather that other people have had this problem. The files that generate incorrect code are apply.c, do_name.c and read.c. The solution is to compile these without "-O" (ie: cc -I../include -c xxx.c) and then run the makefile as distributed. I hope this saves sombody some time... Augustine Cano canoaf@dept.csci.unt.edu