On Thu, May 10, 2001 at 09:20:29AM +0200, Ulrich Wiederhold wrote: > Hello, > I updated for some reasons to debian unstable (3 weeks ago). > After that I couldn?t compile anything. I always get the folloing error, > I could?t solve with the help of different mailinglists yet, and it?s > really annoying. > home:/usr/src/kernel-source-2.4.4# make menuconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts/lxdialog all > make[1]: Entering directory > `/usr/src/kernel-source-2.4.4/scripts/lxdialog' > /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > 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/kernel-source-2.4.4/scripts/lxdialog' > make: *** [menuconfig] Error 2 > > > Ncurses is installed. > I checked out many things yet, reinstalled all packages, made updates to > actuel verions (the last update was 5 mins ago).
Run "make mrproper". The lxdialog program needs to be recompiled. I would hardly call this one program "anything", since I'm sure other programs can be compiled. Ben -- -----------=======-=-======-=========-----------=====------------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

