Re: Unable to find Ncurses libararies/Compile Kernel

2004-04-04 Thread Robert Gingher
Forest,   Don't wade through all the bullshit, you basically have to load the developer's version of ncurses:   apt-get install libncurses5-dev   Regards,   Rob

Re: Unable to find Ncurses libararies/Compile Kernel

2004-01-23 Thread David Z Maze
[EMAIL PROTECTED] (Forest Fisher) writes: > I'm trying to upgrade from the 2.4.18 kernel that installs with the > bf24 flavor to hopefully a 2.6.1 kernel but at the very least, a > 2.4.24 kernel. I put the zipped source code (i.e. > linux-2.6.1.tar.bz2) into the /usr/src directory, checked to mak

Re: Unable to find Ncurses libararies/Compile Kernel

2004-01-23 Thread M . Kirchhoff
Forest Fisher oberlin.edu> writes: > I'm trying to upgrade from the 2.4.18 kernel that installs with the > bf24 flavor to hopefully a 2.6.1 kernel but at the very least, a http://newbiedoc.sourceforge.net/system/kernel-pkg.html --M. Kirchhoff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Unable to find Ncurses libararies/Compile Kernel

2004-01-23 Thread Andreas Janssen
Hello Forest Fisher (<[EMAIL PROTECTED]>) wrote: > [trying to compile a Kernel] > > 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.24/scripts/lxdialog' > /usr/bin/ld: cannot find -lncurses > collect2: ld ret

Unable to find Ncurses libararies/Compile Kernel

2004-01-22 Thread Forest Fisher
I'm trying to upgrade from the 2.4.18 kernel that installs with the bf24 flavor to hopefully a 2.6.1 kernel but at the very least, a 2.4.24 kernel. I put the zipped source code (i.e. linux-2.6.1.tar.bz2) into the /usr/src directory, checked to make sure there were no symlinks, and then did: #tar