LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   make menuconfig error on kernel compile. ncurses related? (https://www.linuxquestions.org/questions/linux-server-73/make-menuconfig-error-on-kernel-compile-ncurses-related-927190/)

mikeyyy2 02-02-2012 10:41 AM

make menuconfig error on kernel compile. ncurses related?
 
Code:

# make menuconfig
make[1]: Warning: File `scripts/basic/.hash.cmd' has modification time 3.3e+03 s in the future
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: Warning: File `scripts/kconfig/.zconf.tab.o.cmd' has modification time 3.3e+03 s in the future
  HOSTLD  scripts/kconfig/mconf
/usr/local/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'acs_map'
/usr/local/bin/ld: note: 'acs_map' is defined in DSO /lib/libtinfo.so.5 so try adding it to the linker command line
/lib/libtinfo.so.5: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/mconf] Error 1
make: *** [menuconfig] Error 2

Ideas? been searching for answer for awhile now....

elucches 02-02-2012 05:28 PM

(Just checking the plug:) Permissions of libtinfo.so.5?


All times are GMT -5. The time now is 02:13 AM.