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 :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=YtZMSDtxeH5Zc3qKCpL9jZpq3MSq8FmNkcRv08KxX7A WV12WvBIagNCL6aqKfvqGTMD1gRH5BhbNrFGb67CvR8S7U0L219NoTgF/C8Cd/TX wdlWpvIllDqJPgDmU988mObleBcLEfBllYkKIKxBK1/LahltXBcUl6oj2/opPAYg = 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 :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=2BviyUq9rIYs+Cvhuhmnc/m3Ifo=; b=L4Zj/Z8/kNX6o2TlX 2a8QNE15F6RQgL3EH/gYmPHIL2tqMXxtrKBrTonVEFlVysUvf/b+1Xbf2hh/C/HS 8xJ0t7br60SiPbUQOYwdVUmK7vf6sWr6DXhdPPGurBsI0ybnNUAj8dEZygc3G1YX 2N6tGf1yiY4RgXZZRX3bFvIgDw= 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=-4.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 Message-ID: <521774BF.3000209@aol.com> Date: Fri, 23 Aug 2013 10:42:07 -0400 From: Tim Prince User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130312 Thunderbird/17.0.4 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: compress / ncompress package for Cygwin References: <52176D9A DOT 3000602 AT inria DOT fr> In-Reply-To: <52176D9A.3000602@inria.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G x-aol-sid: 3039ac1d2942521774c07dd4 X-AOL-IP: 69.133.204.177 On 08/23/2013 10:11 AM, Hubert Garavel wrote: > > 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. > Interesting reading about how compress returned to public domain 9 years ago after being restricted in in various ways for 20 years (and there remain some hidden restrictions). I think it's an exaggeration to say most unix-like systems ignored those restrictions. -- Tim Prince -- 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