vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, maybe that problem was posted on group but i could find any ... i've installed the newest ncurses and err like that occurs ... i found on debian sites that it's problem with ncurses5-dev but there isnt any package for slack with that name... thx for answer Pyrax # make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux-2.4.22/scripts/lxdialog' /usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init': elf-init.oS(.text+0xd): undefined reference to `__init_array_end' elf-init.oS(.text+0x12): undefined reference to `__init_array_start' elf-init.oS(.text+0x23): undefined reference to `__init_array_start' /usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_fini': elf-init.oS(.text+0x32): undefined reference to `__fini_array_end' elf-init.oS(.text+0x37): undefined reference to `__fini_array_start' elf-init.oS(.text+0x5b): undefined reference to `__fini_array_start' collect2: ld returned 1 exit status >> Unable to find the Ncurses libraries. >> >> You must have Ncurses installed in order >> to use 'make menuconfig' make[1]: *** [ncurses] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.22/scripts/lxdialog' make: *** [menuconfig] Error 2 |
| |||
| In article <bqdefd$t0a$1@nemesis.news.tpi.pl>, Pyras wrote: > i've installed the newest ncurses and err like that occurs ... i found on How did you "install" ncurses? Obviously not correctly. > debian sites that it's problem with ncurses5-dev but there isnt any package > for slack with that name... Indeed, but a bit of looking around your CD would have located one with a very similar name. BTW, if you had installed the default choices in Slackware's "D" and "L" series, you would not have had this problem. (There, I narrowed down your search considerably.) -- /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net or put "not-spam" or "/dev/rob0" in Subject header to reply |
| |||
| > How did you "install" ncurses? Obviously not correctly. i've upgradepkg ncurses from slack 8.0 eith new package ncurses from slack 9.1 ... > > > debian sites that it's problem with ncurses5-dev but there isnt any package > > for slack with that name... > > Indeed, but a bit of looking around your CD would have located one with > a very similar name. BTW, if you had installed the default choices in > Slackware's "D" and "L" series, you would not have had this problem. > (There, I narrowed down your search considerably.) > -- > /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net > or put "not-spam" or "/dev/rob0" in Subject header to reply |
| |||
| > > How did you "install" ncurses? Obviously not correctly. > > i've upgradepkg ncurses from slack 8.0 eith new package ncurses from slack > 9.1 ... isn't the one in 9.1 compiled with a newer (and backwards incompatible) gcc + glibc ? that might explain why it doesn't work |
| |||
| "PRX" <pperko@adrenalina.pl> wrote in message news:bqf102$bc8$1@atlantis.news.tpi.pl... > > How did you "install" ncurses? Obviously not correctly. > > i've upgradepkg ncurses from slack 8.0 eith new package ncurses from slack > 9.1 ... isn't the one in 9.1 compiled with a newer (and backwards incompatible) gcc + glibc ? that might explain why it doesn't work |
| |||
| "PRX" <pperko@adrenalina.pl> wrote in message news:<bqf102$bc8$1@atlantis.news.tpi.pl>... > > How did you "install" ncurses? Obviously not correctly. > > i've upgradepkg ncurses from slack 8.0 eith new package ncurses from slack > 9.1 ... > > uninstall the pkg and get sourcess from here http://www.gnu.org/software/ncurses/ncurses.html and compile it then try again if problem occurs again try reintalling kernel sources > > > > > > debian sites that it's problem with ncurses5-dev but there isnt any > package > > > for slack with that name... > > > > Indeed, but a bit of looking around your CD would have located one with > > a very similar name. BTW, if you had installed the default choices in > > Slackware's "D" and "L" series, you would not have had this problem. > > (There, I narrowed down your search considerably.) > > -- > > /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net > > or put "not-spam" or "/dev/rob0" in Subject header to reply |
| |||
| I've installed newest GCC and then i get new error :-) # make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux-2.4.22/scripts/lxdialog' /usr/bin/ld: unrecognized option '--eh-frame-hdr' /usr/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status >> Unable to find the Ncurses libraries. >> >> You must have Ncurses installed in order >> to use 'make menuconfig' make[1]: *** [ncurses] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.22/scripts/lxdialog' make: *** [menuconfig] Error 2 |
| ||||
| reinstalled binutils and it's working now thanx greetz from Poland :P "PRX" <pperko@adrenalina.pl> wrote in message news:bqi07g$pgl$1@nemesis.news.tpi.pl... > I've installed newest GCC and then i get new error :-) > > # make menuconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts/lxdialog all > make[1]: Entering directory `/usr/src/linux-2.4.22/scripts/lxdialog' > /usr/bin/ld: unrecognized option '--eh-frame-hdr' > /usr/bin/ld: use the --help option for usage information > collect2: ld returned 1 exit status > > >> Unable to find the Ncurses libraries. > >> > >> You must have Ncurses installed in order > >> to use 'make menuconfig' > > make[1]: *** [ncurses] Error 1 > make[1]: Leaving directory `/usr/src/linux-2.4.22/scripts/lxdialog' > make: *** [menuconfig] Error 2 > > > |