Author: dnicholson
Date: 2007-07-24 18:12:40 -0600 (Tue, 24 Jul 2007)
New Revision: 8244
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/ncurses.xml
Log:
Remove extra ncurses symbolic link
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2007-07-25 00:11:04 UTC (rev 8243)
+++ trunk/BOOK/chapter01/changelog.xml 2007-07-25 00:12:40 UTC (rev 8244)
@@ -40,6 +40,11 @@
<para>2007-07-24</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Fix the Ncurses' library install to remove a
+ symbolic link before writing a linker script to that location.
+ Reported by Lieven De Keyzer.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Created LFS 6.3-rc-1.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/chapter06/ncurses.xml
===================================================================
--- trunk/BOOK/chapter06/ncurses.xml 2007-07-25 00:11:04 UTC (rev 8243)
+++ trunk/BOOK/chapter06/ncurses.xml 2007-07-25 00:12:40 UTC (rev 8244)
@@ -128,7 +128,8 @@
<filename class="libraryfile">-lcurses</filename> at build time are still
buildable:</para>
-<screen><userinput>echo "INPUT(-lncursesw)" >/usr/lib/libcursesw.so
+<screen><userinput>rm -vf /usr/lib/libcursesw.so
+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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page