Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!RCONN@simtel20.ARPA From: RCONN@simtel20.ARPA Newsgroups: net.micro.cpm Subject: UC crc questions Message-ID: <12996@sri-arpa.UUCP> Date: Thu, 30-Aug-84 09:04:00 EDT Article-I.D.: sri-arpa.12996 Posted: Thu Aug 30 09:04:00 1984 Date-Received: Sat, 1-Sep-84 14:25:36 EDT Lines: 15 From: Richard Conn The CRCs generated by UC match those generated by CRC (under ZCPR2 and ZCPR3), Keith's CRCK, and CRC on SIMTEL20. UC was written on UNIX System V to run on System V only (there are many differences between the System V and Berkeley UNIXes in their libraries), and I don't support it under anything other than System V. I question the output you have been receiving since the values are 8 digits long, where the values output by the -c or -C options of UC under System V are only four digits long. If you are running System V, clearly there is a problem with the UC installed there. If you are not running System V, the answer is clear. Keith's solution to use CRCK.C may be best since it is generic (I think). Rick