#3481: libncurses.so link required to build util-linux
---------------------+------------------------
 Reporter:  shibata  |      Owner:  lfs-book@…
     Type:  defect   |     Status:  new
 Priority:  normal   |  Milestone:  7.5
Component:  Book     |    Version:  SVN
 Severity:  normal   |   Keywords:
---------------------+------------------------
 While building util-linux-2.24.1 in SVN for the temporary system (step
 5.33), make links using -lncurses. Since the links from ncurses to
 ncursesw are only created in step 6.21 (inside the final system), the
 compilation fails. Creating libncurses.so as a soft link to libncursesw.so
 before step 5.33 solves the problem:
 ln -s libncursesw.so $LFS/tools/lib/libncurses.so

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3481>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to