Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-Id: <200004152047.PAA02016@hp2.xraylith.wisc.edu> To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: mingw utilties question In-reply-to: Your message of "Sat, 15 Apr 2000 16:34:28 EDT." <20000415163428 DOT A19376 AT cygnus DOT com> Date: Sat, 15 Apr 2000 15:47:52 -0500 From: Mumit Khan Chris Faylor writes: > I've been meaning to ask if there are reliable mingw versions of tar.exe > and gzip.exe that could be used in setup.exe. I tried downloading a gzip.exe > but it kept dying with pipe errors. I couldn't find a non-cygwin tar anywher > e. > > Anyone have any pointers? I have a complete set, but not really Mingw, but statically linked against glibc 2.1.2. The advantage is that it's all "binary mode", so that all the usual problems with binary pipes etc are not an issue. It'll choke on symlinks (it'll *try* to copy, but fails most of the time due to ordering issues in archives, something that is quite well known), and for hardlinks create real ones if it can or just copy if it can't (depending on underlying FS type). Unfortunately, the sizes are large due to static linking (tar is about 430k and gzip 330k). Would that work? ftp://ftp.xraylith.wisc.edu/pub/khan/private/gw32/ and get the targz-static-gw32.zip file. I can probably come up with Mingw version as well without too much trouble which will have the advantage of smaller sizes. Regards, Mumit