Kernel_Killer
October 26th, 2003, 22:18
FreeBSD 4.8

For some reason I'm getting an error from gzip when trying to make a named-xfer file. This is what happens. I go to /usr/src/lib/libisc/ and run:

make cleandir && make cleandir && make depend && make all

returning this error:

gzip -cn assertions.3 > assertions.3.gz
-cn: No such file or directory
*** Error code 1

I upgraded gzip, and that function still won't work. Does anyone know a workaround?

soup4you2
October 26th, 2003, 23:29
tar -cvvpzf assertions.3.tar.gz assertions.3

Kernel_Killer
October 27th, 2003, 02:07
I've tried such a thing, and trying to skip the step. For some reason it still wants to execute the command no matter what.