[Bug 6920] Compiling busybox (make menuconfig) if ncurses is in nonstandard path
bugzilla at busybox.net
bugzilla at busybox.net
Wed Feb 26 15:00:28 UTC 2014
https://bugs.busybox.net/show_bug.cgi?id=6920
--- Comment #8 from dusan.halicky at gmail.com 2014-02-26 15:00:27 UTC ---
(In reply to comment #7)
> HOST_LOADLIBES
This one finds ncurses, but fails on linking:
$ make HOSTCFLAGS=-I/opt/ncurses/5.9-1/include/ncurses menuconfig
This one doesn't find ncurses:
$ make HOSTCFLAGS=-I/opt/ncurses/5.9-1/include/ncurses
HOST_LOADLIBES="-L/opt/ncurses/5.9-1/lib -ltinfo -lncurses" menuconfig
What is entire make command?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list