On Monday 27 April 2009 16:58:24 jnbut...@jnbutler.com wrote: > I searched the FAQ, Errata, and the mailing list but did not find > anything about this error I'm getting while compiling > util-linux-ng-2.14.1. Everything else up to this point configured > and compiled successfully. Thanks for any help you can provide. You may want to revisit ncurses. You warning about term.h missing could be due to a problem with the ncurses install. Maybe run configure again and make sure that it detects ncurses.h.
You should see something like: checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for initscr in -lncursesw... no checking for initscr in -lncurses... yes Regards, Trent. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page