X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; q=dns; s=default; b=p9J
	ICzCUb3UpoX8y9i5FWx0EI5HIOCM87hpp8LbVaKZfao98t+TLZWHF7NNcd5rIZbO
	73sM0YwN7ghnb5h4rTQRa78xllbsFIN+ybMFtcRSQ8Ako1Rkxu2ImQpULs/KYSXH
	YtogH5WY2GYvV5OZsSkgAc1zFgt5cuUPvH42nPgw=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; s=default; bh=ciyHDkj58
	lhvhRW/RLRz+65jiRw=; b=LOnguImxehI6JUz4iykHxnAR05Tznz4Sn/zrj1NOy
	AmovNfeVBgzf/gYKrawyhYVgvbiyR81GBMVh8MflXBnn0b+KUn5UYBmO3R/N2ZQo
	35TUR3ZuAaQb0zQdtul/G6Vf0Xn5DTJ2QJOqCHSSagqCOiYSkHc7Cy6q1vhRNDnY
	xs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=BAYES_50,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD autolearn=ham version=3.3.2
Message-ID: <52176D9A.3000602@inria.fr>
Date: Fri, 23 Aug 2013 16:11:38 +0200
From: Hubert Garavel <hubert.garavel@inria.fr>
User-Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:17.0) Gecko/17.0 Thunderbird/17.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: compress / ncompress package for Cygwin
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit


Contrary to most Unix-like operating systems, Cygwin does not have
the /bin/compress command installed by default and has no package
to install it on demand. Cygwin has an uncompress command (that relies
on gunzip), but no compress command to make genuine .Z files.

This would be certainly easy to solve, using the work of the Ncompress
project at http://ncompress.sourceforge.net/

My experience is that the code of ncompress-4.2.4.4 compiled perfectly
using a GCC 3 cross-compiler targeted to Mingw:
     $CC_WIN32-gcc -DDOS -D_IBMR2 compress42.c -o compress.exe

It is likely that compiling with Cygwin would be even easier.

-- 
',',',',',',',',',',' Hubert GARAVEL           | Inria - LIG / CONVECS
',',',',',',',',',',' hubert.garavel@inria.fr  | 655, avenue de l'Europe
',',',',',',',',',',' tel: +(33) 4 76 61 52 24 | 38330 Montbonnot St Martin
',',',',',',',',',',' fax: +(33) 4 76 61 52 52 | France
',',',',',',',',',',' http://convecs.inria.fr


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

