LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   kernel make [scripts/kconfig/mconf] Error 1 (https://www.linuxquestions.org/questions/slackware-14/kernel-make-%5Bscripts-kconfig-mconf%5D-error-1-a-644972/)

hemi_426 05-26-2008 10:37 PM

kernel make [scripts/kconfig/mconf] Error 1
 
hello guys
this is a fresh installation of salckware 12.0 and i wanted to make some
kernel adjustment so when i tried to #make menuconfig i had those many lines of the following undefined refrences,
first i was missing glibc-devel and i installed it after that i missed ncurses and i installed it too, so i guess i still miss something primary
to get the menuconfig work these are the last lines of my errors list:

Quote:

menubox.c:................................................
menubox.c:(.text+0xefe): undefined reference to `scrollok'
menubox.c:(.text+0xfe3): undefined reference to `delwin'
menubox.c:(.text+0xfee): undefined reference to `delwin'
menubox.c:(.text+0x10d6): undefined reference to `delwin'
menubox.c:(.text+0x10e1): undefined reference to `delwin'
menubox.c:(.text+0x10ea): undefined reference to `stdscr'
scripts/kconfig/lxdialog/menubox.o: In function `print_arrows':
menubox.c:(.text+0x144): undefined reference to `wrefresh'
scripts/kconfig/lxdialog/menubox.o: In function `do_print_item':
menubox.c:(.text+0x31f): undefined reference to `wrefresh'
scripts/kconfig/lxdialog/menubox.o: In function `print_buttons':
menubox.c:(.text+0x3e2): undefined reference to `wrefresh'
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/mconf] Error 1
make: *** [menuconfig] Error 2
the glibc-devel and ncurses help i found them by googling but this i couldnt find something clear about it.
thanx a lot in advance

T3slider 05-26-2008 10:44 PM

glibc-devel doesn't exist in Slackware. In fact, no -devel packages exist for Slackware, since all of the packages in Slackware are vanilla and are not broken up like in many other distros (they all include the development libs). ncurses should also be installed by default in Slackware. Something is obviously wrong in your system. What packages have you installed/uninstalled? Did you do a FULL install, or did you exclude some packages?

If you've borked your glibc (which looks to be the case), see here: http://rlworkman.net/howtos/glibc-recovery

hemi_426 05-26-2008 10:46 PM

i have a full install
and i only installed glibc-devel and ncurses according to previous errors i was getting befor this one

gnashley 05-27-2008 12:36 AM

Maybe tcl/tk is missing?


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