Re: can't make menuconfig

2001-01-06 Thread cls/cs
On Sat, Jan 06, 2001 at 09:42:03AM +0100, Sebastiaan wrote: > Hi, > > on a clean system, I install the following packages before compiling the > kernel (Debian way): > kernel-source-2.2.18 kernel-package libc6-dev bin86 libncurses5-dev gcc > fakeroot dpkg-dev > > Perhaps you missed something? >

Re: can't make menuconfig

2001-01-06 Thread Sebastiaan
Hi, on a clean system, I install the following packages before compiling the kernel (Debian way): kernel-source-2.2.18 kernel-package libc6-dev bin86 libncurses5-dev gcc fakeroot dpkg-dev Perhaps you missed something? Greetz, Sebastiaan On Sat, 6 Jan 2001, cls/cs wrote: > debs, > > i'm looki

can't make menuconfig

2001-01-06 Thread cls/cs
debs, i'm looking to roll 2.4.0 for my potato box; but i'm getting ncurses issues. (i have libc6-dev, which prevents my having libc5-dev, which, apparently ncurses needs) suggestions? ia, t. bentley taylor. // running: debian gnu/linux (http://www.debian.org) kernel: 2.2.17 Script sta

Re: Can't "make menuconfig"

1999-11-22 Thread Kent West
Shaul Karl wrote: > > > I can "make config" and "make xconfig" but I can not "make menuconfig". > I think I had something similar (or was it the exact thing) with slink and > 2.0.36 sources. I also believe I saw someone else who reported it to the list > not long ago. > I never solved it and m

Re: Can't "make menuconfig"

1999-11-22 Thread Jean-Yves BARBIER
On Mon, Nov 22, 1999 at 01:57:43AM +0200, Shaul Karl wrote: > > I can "make config" and "make xconfig" but I can not "make menuconfig". > > When I try, I get the following: > > > > westk03:/usr/src/linux# make menuconfig > > rm -f include/asm > > ( cd include ; ln -sf asm-i386 asm) > > make -C scr

Re: Can't "make menuconfig"

1999-11-21 Thread Shaul Karl
> I can "make config" and "make xconfig" but I can not "make menuconfig". > When I try, I get the following: > > westk03:/usr/src/linux# 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-

Re: Can't "make menuconfig"

1999-11-21 Thread Kent West
Salman Ahmed wrote: > > > "KW" == Kent West <[EMAIL PROTECTED]> writes: > KW> I can "make config" and "make xconfig" but I can not "make > KW> menuconfig". When I try, I get the following: > KW> > KW> westk03:/usr/src/linux# make menuconfig rm -f include/asm ( cd > KW> in

SOLVED: Re: Can't "make menuconfig"

1999-11-21 Thread Kent West
Kent West wrote: > > I can "make config" and "make xconfig" but I can not "make menuconfig". > When I try, I get the following: > > westk03:/usr/src/linux# make menuconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts/lxdialog all > make[1]: Entering directory > `/us

Re: Can't "make menuconfig"

1999-11-20 Thread Nathan E Norman
On Sat, 20 Nov 1999, Ribamar FS wrote: : Hello! : : Menuconfig require ncurses! More to the point, it requires libncurses4-dev -- Nathan Norman MidcoNet 410 South Phillips Avenue Sioux Falls, SD mailto:[EMAIL PROTECTED] http://www.midco.net finger [EMAIL PROTECTED] for PGP Key: (

Re: Can't "make menuconfig"

1999-11-20 Thread Frank Copeland
Kent West wrote: >I can "make config" and "make xconfig" but I can not "make menuconfig". >When I try, I get the following: > >westk03:/usr/src/linux# 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

Re: Can't "make menuconfig"

1999-11-20 Thread Brian Servis
*- On 20 Nov, Kent West wrote about "Can't "make menuconfig"" > I can "make config" and "make xconfig" but I can not "make menuconfig". > When I try, I get the following: > > westk03:/usr/src/linux# make menuconfig > rm

Re: Can't "make menuconfig"

1999-11-20 Thread Bob Nielsen
Install libncurses4-dev On Sat, Nov 20, 1999 at 02:17:26PM -0600, Kent West wrote: > I can "make config" and "make xconfig" but I can not "make menuconfig". > When I try, I get the following: > > westk03:/usr/src/linux# make menuconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) >

Re: Can't "make menuconfig"

1999-11-20 Thread Dave Baker
On Sat, 20 Nov 1999, Kent West wrote: > I can "make config" and "make xconfig" but I can not "make menuconfig". > When I try, I get the following: I'm going to make the connection and presume you're trying to compile the kernel. It'd normally help if you say which kernel you're compiling since t

Re: Can't "make menuconfig"

1999-11-20 Thread Ribamar FS
Hello! Menuconfig require ncurses! Kent West escreveu: > > I can "make config" and "make xconfig" but I can not "make menuconfig". > When I try, I get the following: > > westk03:/usr/src/linux# make menuconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts/lxdialog

Re: Can't "make menuconfig"

1999-11-20 Thread Remco van 't Veer
>From Packages.gz: Package: kernel-source-2.0.36 [snip] Suggests: ncurses-dev, tk-dev My apt says: Package ncurses-dev is a virtual package provided by: libncurses4-dev 4.2-3 So you should install libncurses4-dev. HTH, Remco On Sat, Nov 20, 1999 at 14:17, Kent West wrote: > I ca

Re: Can't "make menuconfig"

1999-11-20 Thread Eric G . Miller
You need the ncurses package installed. I believe you need libncurses4-dev (in potato) or ncurses-dev (in slink). -- ++ | Eric G. Milleregm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | +---

Re: Can't "make menuconfig"

1999-11-20 Thread Martin Fluch
-BEGIN PGP SIGNED MESSAGE- On Sat, 20 Nov 1999, Kent West wrote: > I can "make config" and "make xconfig" but I can not "make menuconfig". > When I try, I get the following: > > westk03:/usr/src/linux# make menuconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) [...] > In

Can't "make menuconfig"

1999-11-20 Thread Kent West
I can "make config" and "make xconfig" but I can not "make menuconfig". When I try, I get the following: westk03:/usr/src/linux# 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.2.1/scripts/lxdi