|
@@ -121,16 +121,16 @@
|
|
rm -vf /usr/lib/lib${lib}.so ; \
|
|
rm -vf /usr/lib/lib${lib}.so ; \
|
|
echo "INPUT(-l${lib}w)" >/usr/lib/lib${lib}.so ; \
|
|
echo "INPUT(-l${lib}w)" >/usr/lib/lib${lib}.so ; \
|
|
ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a ; \
|
|
ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a ; \
|
|
-done &&
|
|
|
|
|
|
+done
|
|
ln -sfv libncurses++w.a /usr/lib/libncurses++.a</userinput></screen>
|
|
ln -sfv libncurses++w.a /usr/lib/libncurses++.a</userinput></screen>
|
|
|
|
|
|
<para>Finally, make sure that old applications that look for
|
|
<para>Finally, make sure that old applications that look for
|
|
<filename class="libraryfile">-lcurses</filename> at build time are still
|
|
<filename class="libraryfile">-lcurses</filename> at build time are still
|
|
buildable:</para>
|
|
buildable:</para>
|
|
|
|
|
|
-<screen><userinput>echo "INPUT(-lncursesw)" >/usr/lib/libcursesw.so &&
|
|
|
|
-ln -sfv libncurses.so /usr/lib/libcurses.so &&
|
|
|
|
-ln -sfv libncursesw.a /usr/lib/libcursesw.a &&
|
|
|
|
|
|
+<screen><userinput>echo "INPUT(-lncursesw)" >/usr/lib/libcursesw.so
|
|
|
|
+ln -sfv libncurses.so /usr/lib/libcurses.so
|
|
|
|
+ln -sfv libncursesw.a /usr/lib/libcursesw.a
|
|
ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen>
|
|
ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen>
|
|
|
|
|
|
<note>
|
|
<note>
|
|
@@ -140,10 +140,10 @@ ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen>
|
|
of some binary-only application, build them with the following
|
|
of some binary-only application, build them with the following
|
|
commands:</para>
|
|
commands:</para>
|
|
|
|
|
|
-<screen role="nodump"><userinput>make distclean &&
|
|
|
|
|
|
+<screen role="nodump"><userinput>make distclean
|
|
./configure --prefix=/usr --with-shared --without-normal \
|
|
./configure --prefix=/usr --with-shared --without-normal \
|
|
- --without-debug --without-cxx-binding &&
|
|
|
|
-make sources libs &&
|
|
|
|
|
|
+ --without-debug --without-cxx-binding
|
|
|
|
+make sources libs
|
|
cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
|
|
cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
|
|
</note>
|
|
</note>
|
|
|
|
|