I want to know how the configuration command “make menuconfig” to make use of ncurses library?
Does it mean the binary of make is linked with ncurses so file? If so, we can’t use make command when we don’t have ncurses library.
What’s the whole picture here, about make menuconfig using ncurses library?
It runs a program,
scripts/kconfig/mconfwhich is written inC.I don’t think it is compiled on the fly (as @tangrs suggests) since the objects and executables in my directory are months before my last use of it.