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.
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
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
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