Hello Christopher, Thursday, November 01, 2001, 6:02:47 AM, you wrote:
CCC> You'll need more than that list. There was a fundamental change in glibc CCC> that is causing the failure that you're seeing (they moved a few functions CCC> into a non-shared lib and provided weak linkage to those CCC> functions). Update glibc and ncurses as well OR recompile the packages on CCC> that list on your system and it should work. alpha:/# dpkg -la |grep libc6 ii libc6.1 2.2.4-4 GNU C Library: Shared libraries and Timezone ii libc6.1-dev 2.1.3-18 GNU C Library: Development Libraries and Hea ii libgpmg1 1.17.8-18 General Purpose Mouse Library [libc6] alpha:/# ahhhg i have ii libc6.1-dev 2.1.3-18 ... i update and all works fine ;)))) thanks, that are the problem to work much ;)) CCC> C CCC> On Thu, 1 Nov 2001, victor wrote: >> Hello , >> >> i have a problem compiling that kernel. >> i upgraded all the necesary packages listed here >> http://www.debian.org/News/2001/20010415 >> and then i download the kernle source from kernel.org >> after that i got to the linux kernel source >> and make menuconfig >> >> here is the output >> >> rm -f include/asm >> ( cd include ; ln -sf asm-alpha asm) >> make -C scripts/lxdialog all >> make[1]: Entering directory '/usr/src/linux/scripts/lxdialog' >> /lib/libc.so.6.1: undefined reference to 'atexit' >> 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/scripts/lxdialog' >> make: *** [menuconfig] Error 2 >> >> >> i put here the dpkg -la |grep ncurses >> >> ii libncurses4 4.29 Shared libreries for terminal handing >> ii libncurses5 5.2.20010318-3 Shared libreries for terminal handing >> ii libncurses5-db 5.2.20010318-3 Debugging/profiling libraries for ncurses >> ii libncurses5-de 5.2.20010318-3 Developer's libraries and docs for >> ncurses >> ii ncurses-base 5.2.20010318-3 Descriptions of common terminal types >> ii ncurses-bin 5.2.20010318-3 Terminal-related programs and man >> pages >> ii ncurses-term 5.2.20010318-3 Additional terminal type definitions >> ii ncurses3.4 1.99g-8.11 Video terminal manipulation - shared >> librari >> >> i add the last before update from 5.0.6 to 5.2.2 ncurses >> >> can you help me about this :?? >> >> i read also in the README.Menuconfig and Menuconfig of >> /usr/src/linux/scripts that there are some problems . >> i extract all the 5.2.2 ncurses packages to >> a temp dir and copy them manualy to be sure that the headers are ok >> ... >> >> how do you know how to solve that :?? >> >> thanks for all and sorry about my poor english ;) >> -- >> Best regards, >> victor mailto:[EMAIL PROTECTED] >> >> >> -- >> To UNSUBSCRIBE, email to [EMAIL PROTECTED] >> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >> >> >> -- Best regards, victor mailto:[EMAIL PROTECTED]

