This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
tar problem??
- From: "VallabhaN" <VallabhaN at bristol dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 21 Nov 2002 20:42:05 +0530
- Subject: tar problem??
Hi All,
Can somebody tell is there any known problem of 'tar' command on Linux
machine, like truncating PATH environmental value? I using Linux 7.2 box (Red
Hat) and gcc 3.1
I searched on the web and got one web page saying same thing about 'tar' .
Can somebody confirm this ?
===================================================================================
We need to expand the cfmxinst.bin file that we compressed under Linux. We would
normally use the corresponding tar command in Mac OS X. Unfortunately, the tar
command is an older version (part of the Unix OS) that has some known
deficiencies. One of these affects us: when expanding, tar will truncate any
path names greater than 100 characters. Linux and some other Unix systems use a
later version of tar named: gnutar. We need to acquire this program for Mac OS
X.
http://www.oreillynet.com/lpt/a/2617
==================================================================================
PS: Please CC me all your replies ..as I am not on this list.
Thanks & Regards
-Vallabha