default prefix not honored, gzip 1.3.13, possibly before?

2009-10-14 Thread Zube
A newly installed CentOS 5.3 x86_64 machine, with a mostly unpopulated /usr/local. gzip has never been installed under /usr/local, the only gzip that exists is the local system one (/usr/bin/gzip, a link to /bin/gzip). I run: ./configure gmake gmake install and it drops the install in /usr/bin.

lib/vasnprintf.c line 2387 etc etc

2009-10-14 Thread Paul Lanken
during make of gzip 1.3.13 the following issues are seen on Solaris 8 x86 with Sun Studio 11 C compiler and all recent patches : $ make Making all in lib gmake[1]: Entering directory `/build/gzip/i386/SunOS5.8/generic/lib' GENconfigmake.h GENfcntl.h GENgetopt.h GENmath.h

Extract a .Z file using GZIP.exe

2009-10-14 Thread razwan
How can you extract a UNIX .z file using c# for example "test.txt.Z" I have the following code "process.start("GZip.exe","-d PathName");" How do i set the filepath for the folllowing code sample. I am soo confussed, i want to extract the above file to the same directory in which it resides, any

Re: default prefix not honored, gzip 1.3.13, possibly before?

2009-10-14 Thread Jim Meyering
Zube wrote: > A newly installed CentOS 5.3 x86_64 machine, with a mostly unpopulated > /usr/local. gzip has never been installed under /usr/local, the > only gzip that exists is the local system one (/usr/bin/gzip, a link > to /bin/gzip). > > I run: > > ./configure > gmake > gmake install > > and