aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bc.xml')
-rw-r--r--chapter06/bc.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml
index f1791b5b9..2b168fbc0 100644
--- a/chapter06/bc.xml
+++ b/chapter06/bc.xml
@@ -56,11 +56,6 @@ 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
@@ -99,7 +94,7 @@ ln -sfv libncurses.so.6 /usr/lib/libncurses.so</userinput></screen>
<para>Compile the package:</para>
-<screen><userinput remap="make">make -j1</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
<para>To test bc, run the commands below. There is quite a bit of output,
so you may want to redirect it to a file. There are a very small percentage