X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 User-Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT 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 DOT garavel AT inria DOT 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