[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] GNU tar for solaris
From: |
Paul Eggert |
Subject: |
Re: [Bug-tar] GNU tar for solaris |
Date: |
Mon, 22 Oct 2007 14:45:26 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Chuck Swiger <address@hidden> writes:
> GNU tar compiles from source just fine on Solaris,
Actually, that's not quite true for tar 1.19 due to a last-minute
minor configuration bug in the distribution; see
<http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00013.html>.
You can work around the problem by configuring with something like the
following shell command:
CC='gcc -DCHAR_BIT=8' ./configure
The problem will be fixed in the next tar version.