This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compress / ncompress package for Cygwin



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]