diff options
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> |