diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-11 21:40:01 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-11 21:40:01 +0000 |
commit | 24755341b7c56231f48c248cee03276d5a947016 (patch) | |
tree | 72953a5da99cfc0d89f59fd9fff36d8e79f93921 /chapter05 | |
parent | 49ff2b25467a2956312ec928056c70b083aba14d (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tcl.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 981117d24..592823f46 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -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> |