728x90
HOSTLD scripts/kconfig/mconf
scripts/kconfig/mconf.o: In function `show_help':
mconf.c:(.text+0x7e1): undefined reference to `stdscr'
scripts/kconfig/mconf.o: In function `main':
mconf.c:(.text+0x1256): undefined reference to `initscr'
mconf.c:(.text+0x125d): undefined reference to `stdscr'
scripts/kconfig/lxdialog/checklist.o: In function `print_arrows':
checklist.c:(.text+0x41): undefined reference to `wmove'
checklist.c:(.text+0x61): undefined reference to `acs_map'
checklist.c:(.text+0x69): undefined reference to `waddch'
checklist.c:(.text+0x7b): undefined reference to `waddnstr'
...
Solution
sudo apt-get install libncurses5-dev
728x90
'Programming > linux왕초보' 카테고리의 다른 글
ssh사용 시 diffie-hellman-group1-sha1 관련 (0) | 2018.01.30 |
---|---|
pthread min, max priority on linux (0) | 2017.06.12 |
use vim like as source insight (0) | 2016.04.06 |
[ubuntu] change default shell (0) | 2016.03.22 |
GDB를 사용한 CORE 파일의 분석 (0) | 2016.02.05 |
Caching your GitHub password in Git (0) | 2016.01.08 |
Serial ports usage on Linux (0) | 2016.01.08 |
process 종료 (0) | 2015.05.28 |
fork (0) | 2015.05.26 |
Linux SSD 최적화 (0) | 2015.04.17 |