This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Update install document to require GNU tar 1.14


	While testing GCC 4.1 RC1, I discovered that GNU tar 1.13 corrupts
some long filenames and cannot untar the distribution.  This patch updates
the documentation to require at least version 1.14 of GNU tar.  I know
that 1.15.1 works.

David

	* doc/install.texi: Require GNU tar version 1.14.

Index: install.texi
===================================================================
--- install.texi	(revision 111412)
+++ install.texi	(working copy)
@@ -284,7 +284,7 @@
 
 You must have GNU make installed to build GCC@.
 
-@item GNU tar version 1.12 (or later)
+@item GNU tar version 1.14 (or later)
 
 Necessary (only on some platforms) to untar the source code.  Many
 systems' @command{tar} programs will also work, only try GNU


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]