The Chapter 6 ncurses instructions in the LFS dev book have this construction:

for lib in curses ncurses form panel menu ; do \
        rm -vf /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 ; \
done

That "rm /usr/lib/lib..." line is not needed. If any of those files exist, they will be replaced on the next command (echo "INPUT"...) anyway.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to