diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 4a20ad090..f1791b5b9 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -56,6 +56,11 @@ sed -e '$ s/$/0}/' \ -i libmath.h EOF</userinput></screen> + <para>Now fix an error in the code:</para> + +<screen><userinput remap="pre">sed -i "/return (' ')/s/' '/':'/" bc/execute.c</userinput></screen> + + <para>Create temporary symbolic links so the package can find the readline library and confirm that its required libncurses library is available. Even though the libraries are in /tools/lib |