mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-02 17:45:24 +01:00
Upgrade to bash-3.1. Fix Tcl to work with the new Bash.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
49ff2b2546
commit
24755341b7
@ -27,7 +27,7 @@ First a summary, then a detailed log.</para>
|
||||
<itemizedlist>
|
||||
<!-- <listitem><para>Autoconf &autoconf-version;</para></listitem> -->
|
||||
<listitem><para>Automake &automake-version;</para></listitem>
|
||||
<!-- <listitem><para>Bash &bash-version;</para></listitem> -->
|
||||
<listitem><para>Bash &bash-version;</para></listitem>
|
||||
<listitem><para>Binutils &binutils-version;</para></listitem>
|
||||
<listitem><para>Bison &bison-version;</para></listitem>
|
||||
<!-- <listitem><para>Bzip2 &bzip2-version;</para></listitem> -->
|
||||
@ -114,6 +114,11 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>December 11, 2005 [jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to
|
||||
work with the new bash version. Thanks to Alexander Patrakov and ultimately, Greg Schafer
|
||||
for the fix.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>December 11, 2005 [jhuntwork]: Changed variable used in readline for linking
|
||||
in ncurses. Thanks to Alexander Patrakov for the fix.</para>
|
||||
</listitem>
|
||||
|
@ -38,10 +38,14 @@ run in this chapter (they are not mandatory), these packages
|
||||
are required to run the test suites in <xref
|
||||
linkend="chapter-building-system"/>.</para>
|
||||
|
||||
<para>Tcl's configure script has a syntax error:</para>
|
||||
<screen><userinput>cd unix
|
||||
cp configure configure.orig
|
||||
sed "e;s/relid'/relid/"e; configure.orig > configure</userinput></screen>
|
||||
|
||||
<para>Prepare Tcl for compilation:</para>
|
||||
|
||||
<screen><userinput>cd unix
|
||||
./configure --prefix=/tools</userinput></screen>
|
||||
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
||||
|
||||
<para>Build the package:</para>
|
||||
|
||||
|
@ -28,8 +28,8 @@
|
||||
|
||||
<!ENTITY autoconf-version "2.59">
|
||||
<!ENTITY automake-version "1.9.6">
|
||||
<!ENTITY bash-version "3.0">
|
||||
<!ENTITY bash-doc-version "3.0">
|
||||
<!ENTITY bash-version "3.1">
|
||||
<!ENTITY bash-doc-version "3.1">
|
||||
<!ENTITY binutils-version "2.16.1">
|
||||
<!ENTITY bison-version "2.1">
|
||||
<!ENTITY bzip2-version "1.0.3">
|
||||
|
Loading…
Reference in New Issue
Block a user