Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ho95b.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!ho95b!wcs From: wcs@ho95b.UUCP (Bill Stewart) Newsgroups: net.games.hack Subject: Re: Hack on SVR2 Message-ID: <402@ho95b.UUCP> Date: Fri, 3-May-85 22:38:42 EDT Article-I.D.: ho95b.402 Posted: Fri May 3 22:38:42 1985 Date-Received: Sat, 4-May-85 02:23:42 EDT References: <1132@hound.UUCP> Organization: AT&T Bell Labs, Holmdel NJ Lines: 31 Steve Pearse had the following problems when making hack 1.0.2 on a vax SVR2: _index hack.rumors.o =====>> There's a #define in config.h about this. The "index()" function =====>> is named "strchr" in System III and System V Rel *. ld *command line*: can't find library libtermlib.a symbol in file _tgetent hack.termcap.o _tgetstr hack.termcap.o _tgetflag hack.termcap.o _tgetnum hack.termcap.o _tgoto hack.termcap.o _tputs hack.termcap.o _ospeed hack.termcap.o ld fatal: Symbol referencing errors. No output written to hack =====>> You need termcap, not terminfo. You'll have to get it from a System V =====>> Release 0 system. You may have it named -ltermcap, if people have =====>> tried to port other termcap software to your system. You'll have to read the config.h file carefully. Also, on 3B's the characters are unsigned, so you may have to use short int's where it asks you. Bill -- Bill Stewart 1-201-949-0705 AT&T Bell Labs, Room 4K-435, Holmdel NJ {ihnp4,allegra,cbosgd,vax135}!ho95c!wcs