mirror of git://sourceware.org/git/glibc.git
Update INSTALL with latest versions tested to work.
This commit is contained in:
parent
3c47c83a97
commit
2c8f75f79b
|
@ -1,3 +1,9 @@
|
||||||
|
2016-02-14 Carlos O'Donelll <carlos@redhat.com>
|
||||||
|
|
||||||
|
* manual/install.texi: Latest tested is GCC 5.3, texinfo 6.0, gawk
|
||||||
|
4.1.3, and sed 4.2.2. Remove po2test.sed comments.
|
||||||
|
* INSTALL: Regenerate.
|
||||||
|
|
||||||
2016-02-14 Jakub Jelinek <jakub@redhat.com>
|
2016-02-14 Jakub Jelinek <jakub@redhat.com>
|
||||||
Jonathan Wakely <jwakely@redhat.com>
|
Jonathan Wakely <jwakely@redhat.com>
|
||||||
Carlos O'Donell <carlos@redhat.com>
|
Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
15
INSTALL
15
INSTALL
|
@ -362,7 +362,7 @@ build the GNU C Library:
|
||||||
GCC 4.7 or higher is required. In general it is recommended to use
|
GCC 4.7 or higher is required. In general it is recommended to use
|
||||||
the newest version of the compiler that is known to work for
|
the newest version of the compiler that is known to work for
|
||||||
building the GNU C Library, as newer compilers usually produce
|
building the GNU C Library, as newer compilers usually produce
|
||||||
better code. As of release time, GCC 4.9.2 is the newest compiler
|
better code. As of release time, GCC 5.3 is the newest compiler
|
||||||
verified to work to build the GNU C Library.
|
verified to work to build the GNU C Library.
|
||||||
|
|
||||||
You can use whatever compiler you like to compile programs that use
|
You can use whatever compiler you like to compile programs that use
|
||||||
|
@ -384,14 +384,16 @@ build the GNU C Library:
|
||||||
need this version of the 'texinfo' package. Earlier versions do
|
need this version of the 'texinfo' package. Earlier versions do
|
||||||
not understand all the tags used in the document, and the
|
not understand all the tags used in the document, and the
|
||||||
installation mechanism for the info files is not present or works
|
installation mechanism for the info files is not present or works
|
||||||
differently. As of release time, 'texinfo' 5.2 is the newest
|
differently. As of release time, 'texinfo' 6.0 is the newest
|
||||||
verified to work to build the GNU C Library.
|
verified to work to build the GNU C Library.
|
||||||
|
|
||||||
* GNU 'awk' 3.1.2, or higher
|
* GNU 'awk' 3.1.2, or higher
|
||||||
|
|
||||||
'awk' is used in several places to generate files. Some 'gawk'
|
'awk' is used in several places to generate files. Some 'gawk'
|
||||||
extensions are used, including the 'asorti' function, which was
|
extensions are used, including the 'asorti' function, which was
|
||||||
introduced in version 3.1.2 of 'gawk'.
|
introduced in version 3.1.2 of 'gawk'. As of release time, 'gawk'
|
||||||
|
version 4.1.3 is the newest verified to work to build the GNU C
|
||||||
|
Library.
|
||||||
|
|
||||||
* Perl 5
|
* Perl 5
|
||||||
|
|
||||||
|
@ -401,11 +403,8 @@ build the GNU C Library:
|
||||||
* GNU 'sed' 3.02 or newer
|
* GNU 'sed' 3.02 or newer
|
||||||
|
|
||||||
'Sed' is used in several places to generate files. Most scripts
|
'Sed' is used in several places to generate files. Most scripts
|
||||||
work with any version of 'sed'. The known exception is the script
|
work with any version of 'sed'. As of release time, 'sed' version
|
||||||
'po2test.sed' in the 'intl' subdirectory which is used to generate
|
4.2.2 is the newest verified to work to build the GNU C Library.
|
||||||
'msgs.h' for the test suite. This script works correctly only with
|
|
||||||
GNU 'sed' 3.02. If you like to run the test suite, you should
|
|
||||||
definitely upgrade 'sed'.
|
|
||||||
|
|
||||||
If you change any of the 'configure.ac' files you will also need
|
If you change any of the 'configure.ac' files you will also need
|
||||||
|
|
||||||
|
|
|
@ -405,7 +405,7 @@ GCC 4.7 or newer
|
||||||
GCC 4.7 or higher is required. In general it is recommended to use
|
GCC 4.7 or higher is required. In general it is recommended to use
|
||||||
the newest version of the compiler that is known to work for building
|
the newest version of the compiler that is known to work for building
|
||||||
@theglibc{}, as newer compilers usually produce better code. As of
|
@theglibc{}, as newer compilers usually produce better code. As of
|
||||||
release time, GCC 4.9.2 is the newest compiler verified to work to build
|
release time, GCC 5.3 is the newest compiler verified to work to build
|
||||||
@theglibc{}.
|
@theglibc{}.
|
||||||
|
|
||||||
You can use whatever compiler you like to compile programs that use
|
You can use whatever compiler you like to compile programs that use
|
||||||
|
@ -428,7 +428,7 @@ To correctly translate and install the Texinfo documentation you need
|
||||||
this version of the @code{texinfo} package. Earlier versions do not
|
this version of the @code{texinfo} package. Earlier versions do not
|
||||||
understand all the tags used in the document, and the installation
|
understand all the tags used in the document, and the installation
|
||||||
mechanism for the info files is not present or works differently.
|
mechanism for the info files is not present or works differently.
|
||||||
As of release time, @code{texinfo} 5.2 is the newest verified to work
|
As of release time, @code{texinfo} 6.0 is the newest verified to work
|
||||||
to build @theglibc{}.
|
to build @theglibc{}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
@ -437,6 +437,8 @@ GNU @code{awk} 3.1.2, or higher
|
||||||
@code{awk} is used in several places to generate files.
|
@code{awk} is used in several places to generate files.
|
||||||
Some @code{gawk} extensions are used, including the @code{asorti}
|
Some @code{gawk} extensions are used, including the @code{asorti}
|
||||||
function, which was introduced in version 3.1.2 of @code{gawk}.
|
function, which was introduced in version 3.1.2 of @code{gawk}.
|
||||||
|
As of release time, @code{gawk} version 4.1.3 is the newest verified
|
||||||
|
to work to build @theglibc{}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Perl 5
|
Perl 5
|
||||||
|
@ -448,11 +450,8 @@ installation. We may decide to use it elsewhere in the future.
|
||||||
GNU @code{sed} 3.02 or newer
|
GNU @code{sed} 3.02 or newer
|
||||||
|
|
||||||
@code{Sed} is used in several places to generate files. Most scripts work
|
@code{Sed} is used in several places to generate files. Most scripts work
|
||||||
with any version of @code{sed}. The known exception is the script
|
with any version of @code{sed}. As of release time, @code{sed} version
|
||||||
@code{po2test.sed} in the @code{intl} subdirectory which is used to
|
4.2.2 is the newest verified to work to build @theglibc{}.
|
||||||
generate @code{msgs.h} for the test suite. This script works correctly
|
|
||||||
only with GNU @code{sed} 3.02. If you like to run the test suite, you
|
|
||||||
should definitely upgrade @code{sed}.
|
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue