On 19 December 2016 at 22:12, Khem Raj <[email protected]> wrote: > its detecting ncurses > > checking ncursesw... (v6) yes > checking ncursesw/ncurses.h usability... yes > checking ncursesw/ncurses.h presence... yes > checking for ncursesw/ncurses.h... yes > checking for ncurses.h... (cached) yes > checking for use_default_colors in -lncursesw... yes > checking for resizeterm in -lncursesw... yes >
checking ncursesw... no checking for initscr in -lncursesw... yes checking ncursesw/ncurses.h usability... yes checking ncursesw/ncurses.h presence... yes checking for ncursesw/ncurses.h... yes checking for ncurses.h... (cached) yes checking for use_default_colors in -lncursesw... yes checking for resizeterm in -lncursesw... yes My guess is that it finds your host ncurses, whereas my build machine has the bare minimum of headers installed on the host. Can you look at config.log to verify this? Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
