Bob Tanner wrote:
On Thursday 14 April 2005 04:29 pm, John A Meinel wrote:
yep.
And make sure that
type -a pc-tar
type -a pc-diff
etc
All only return the one entry in your path. Just in case it is finding
some old version.
...
$ type -a pc-tar
pc-tar is /usr/local/bin/pc-tar
pc-tar is /usr/local/bin/pc-tar
2 entries same location?
That just means you have /usr/local/bin in your path twice.
Try just creating and extracting a tarball with pc-tar.
pc-tar cvf myfile.tar somedirectory/
mkdir tmp
cd tmp
pc-tar xvf ../myfile.tar
Just to make sure that tar works by itself. It's possible that it has
some dependency that I'm not aware of.
John
=:->
signature.asc
Description: OpenPGP digital signature
_______________________________________________
Gnu-arch-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-arch-users
GNU arch home page:
http://savannah.gnu.org/projects/gnu-arch/