Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!ucbcad!ucbvax!hplabs!hplabsz!jin From: jin@hplabsz.HPL.HP.COM (Tai Jin) Newsgroups: comp.sources.bugs Subject: Re: nethack problem Message-ID: <648@hplabsz.HPL.HP.COM> Date: Mon, 10-Aug-87 15:07:07 EDT Article-I.D.: hplabsz.648 Posted: Mon Aug 10 15:07:07 1987 Date-Received: Sat, 22-Aug-87 18:28:51 EDT References: <221@mv07.ecf.toronto.edu> Reply-To: jin@hplabsz.UUCP (Tai Jin) Distribution: na Organization: Hewlett-Packard Laboratories Lines: 13 Keywords: nethack In article <221@mv07.ecf.toronto.edu> chowg@ecf.UUCP writes: >I'm trying to get nethack to work on our HP 9000 under System V. >However when the loading is attempted after the make we get an >error message saying that a routine called 'ospeed' which is >supposed to be in the termcap library is not defined. Can >anyone give a solution to this problem? Can ospeed be substituted >by another routine or can the code be altered to remove references >to ospeed? Any help would be appreciated. There is a static declaration of ospeed somewhere in the code. Just unifdef it. ...tai