On 1/24/07, Jeferson Santos <[EMAIL PROTECTED]> wrote: > > When i type "make -C text-utils more" i receive the following message > > make: Entering directory `/mnt/lfs/sources/tmp/util-linux-2.12r/text-utils' > more not made since it requires ncurses or termcap > > But ncurses is installed.
When you run "./configure", what does it say about having ncurses? This is what it said for me on my most recent build: ... You have <term.h> You have ncurses. Using <ncurses.h>. You don't have termcap ... If util-linux doesn't know about ncurses, then you'll have problems. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
