diff options
Diffstat (limited to 'chapter06/bc.xml')
-rw-r--r-- | chapter06/bc.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 7f9373e52..31794bb80 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -45,6 +45,14 @@ <screen><userinput remap="pre">patch -Np1 -i ../&bc-memory-leak-patch;</userinput></screen> + <para>Create a temporary symbolic link 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 + at this point, the system will use /usr/lib at the end of + this chapter.</para> + +<screen><userinput remap="pre">ln -sv /tools/lib/libncursesw.so /usr/lib/libncurses.so</userinput></screen> + <para>Prepare Bc for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |