Hi ,

  When i download coreutils-8.22.tar.xz , it gets downloaded as
coreutils-8.22.tar.tar.
So , I get this error,

 tar -xf coreutils-8.22.tar.tar
tar: directory checksum error
Is the tar file correct?

Regards,
Jayanthio

On Wed, Jan 15, 2014 at 4:30 PM, Pádraig Brady <p...@draigbrady.com> wrote:

> On 01/16/2014 12:17 AM, jayanthi radhakrishnan wrote:
> > Thanks Padraig.
> > Where can i find the source code for comm command?
> > Also , do you have any instructions on where to download the gcc and how
> to install on windows / Solaris?
>
> For solaris you should be able to download the latest (8.22) coreutils
> release
> and compile it using standard mechanisms. Something like:
>
>  tar -xf coreutils-8.22.tar.xz
>  cd coreutils-8.22
>  ./configure && make
>  su -
>  make install
>
> For windows your best bet is to use the cygwin package
> which google suggests is at version 8.15, but should
> handle your issue at least.
>
> cheers,
> Pádraig.
>

Reply via email to