Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-spam!ames!ucbcad!ucbvax!decvax!gsg!lew From: lew@gsg.UUCP (Paul Lew) Newsgroups: comp.unix.questions,comp.unix.xenix Subject: compress program on SCO Xenix Message-ID: <198@gsg.UUCP> Date: Fri, 6-Mar-87 12:12:59 EST Article-I.D.: gsg.198 Posted: Fri Mar 6 12:12:59 1987 Date-Received: Sun, 8-Mar-87 06:59:26 EST Organization: General Systems Group, Inc., Salem, NH Lines: 16 Keywords: SCO, Xenix, compress, port Xref: mnetor comp.unix.questions:1331 comp.unix.xenix:147 Question: Anyone installed compress on SCO Xenix yet? Problem: Compress is not doing anything, it runs but terminated with the file unchanged. There are some #ifdef M_XENIX in the code but it may not be tested. Environment: IBM-PC/AT runs SCO Xenix version 2.1.3 compress version 4.0 85/07/30 12:50:00 joe Release Build History: $ cc -s -o compress compress.c /bin/ld: Common area longer than 65535 bytes $ cc -Ml -s -o compress compress.c #use large model $ ln compress uncompress $ ln compress zcat There was no error in any of the above 3 steps.