diff options
Diffstat (limited to 'chapter06/ncurses-exp.xml')
-rw-r--r-- | chapter06/ncurses-exp.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index ac9f5fdbc..ed43190e0 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -8,11 +8,6 @@ constructions that are no longer valid in the new C++ standard.</para> <para><userinput>--with-shared:</userinput> This enables the build of the shared ncurses library files.</para> -<para><userinput>mv /lib/*.a /usr/lib :</userinput> This -moves all of the static ncurses library files from /lib to /usr/lib. -/lib should only contain the shared files which are essential to the -system when /usr may not be mounted.</para> - <para><userinput>chmod 755 *.5.2:</userinput> Shared libraries should be executable. Ncurses install routine doesn't set the permissions properly so we do it manually instead.</para> |