Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!styx!lll-lcc!unisoft!jef From: jef@unisoft.UUCP (Jef Poskanzer) Newsgroups: net.sources Subject: PHOON, first bug report. Message-ID: <169@unisoft.UUCP> Date: Fri, 21-Nov-86 11:54:33 EST Article-I.D.: unisoft.169 Posted: Fri Nov 21 11:54:33 1986 Date-Received: Fri, 21-Nov-86 20:28:31 EST Reply-To: jef@unisoft.UUCP (Jef Poskanzer) Organization: Paratheo-Anametamystikhood Of Eris Esoteric, Ada Lovelace Cabal Lines: 27 A minor bug in PHOON, first pointed out by David Eppstein . To fix, in phoon.c replace the line: atflridx = atflridx % atflrlen; by: atflridx = ( atflridx + 1 ) % atflrlen; Also, Mark Hilliard says: "Help, while trying to compile phoon my system died while trying to load ranlib.a. Since I dont have this lib I was wandering what it is and where I can get it. I am running a 7300 (SYS5.3)" Mark, ranlib is not a library, it's a program required on BSD systems to add a table of contents to libraries. On System V, you don't need it, so just comment it out of the Makefile and you should be fine. Jef Poskanzer, UniSoft Systems, Berkeley unisoft!jef@ucbvax.Berkeley.Edu ...ucbvax!unisoft!jef (415)644-1230 -- Jef Poskanzer, UniSoft Systems, Berkeley unisoft!jef@ucbvax.Berkeley.Edu ...ucbvax!unisoft!jef (415)644-1230