Re: make menuconfig burp

2000-06-23 Thread Christopher Splinter
* Dave Bateman [EMAIL PROTECTED] wrote: I'm trying to build a kernel and make menuconfig gives the following error: debian:/usr/src/kernel-source-2.2.15# make menuconfig 2.2.15 has had some ugly bugs - you may want to upgrade to 2.2.17pre1. dialog.h:29: curses.h: No such file or directory

Re: make menuconfig burp

2000-06-23 Thread Dave Bateman
root wrote: apt-get install libncurses5-dev Just like magic! thanks !! Dave

error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
hello all, ive never seen this before, ive been compiling kernels on this since 2.0.34. archangel:/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/linux/scripts/lxdialog' gcc -Wall -Wstrict

Re: error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
2.0.34. archangel:/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/linux/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC=curses.h -c

Re: error in make menuconfig

2000-06-12 Thread Mark
On 12/06/00 at 22:27 Chad A. Adlawan spake the following magic words: hello all, ive never seen this before, ive been compiling kernels on this since 2.0.34. archangel:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1

Re: error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
On Mon, Jun 12, 2000 at 08:51:41AM -0700, Rick Younie wrote: loki:/rexxscripts$ dlocate -S string.h libc6-dev: /usr/include/bits/string.h Looks like at least libc6-dev is missing. Lemme know how it goes. it worked ! libc6-dev was the missing package (along with libncurses5-dev).

Re: make menuconfig

2000-03-18 Thread Shaul Karl
what packages must be installed to use make menuconfig? Does not that seems to be related to something specific? Can you post more details? -- Shaul Karl [EMAIL PROTECTED] An elephant is a mouse with an operating system. -- Shaul Karl

Re: make menuconfig

2000-03-18 Thread Bruce Sass
Hmmm, IIRC, the make menuconfig option depends on the ncurses -dev packag. Check the error messages spit out by make menuconfig, then look for the missing file via the form at the bottom of: http://www.debian.org/distrib/packages -- On Fri, 17 Mar 2000, David Densmore wrote: Thanks

Re: make menuconfig

2000-03-18 Thread Nathan E Norman
On Fri, Mar 17, 2000 at 05:38:35PM +, David Wright wrote: Quoting David Densmore ([EMAIL PROTECTED]): what packages must be installed to use make menuconfig? A kernel-source package, its dependencies, recommendations, and suggestions apart from kernel-package, which I'd heartily

make menuconfig

2000-03-17 Thread David Densmore
what packages must be installed to use make menuconfig?

Re: make menuconfig

2000-03-17 Thread David Wright
Quoting David Densmore ([EMAIL PROTECTED]): what packages must be installed to use make menuconfig? A kernel-source package, its dependencies, recommendations, and suggestions apart from kernel-package, which I'd heartily recommend, and bin86, which is needed only on x86 architectures. (i.e

Re: make menuconfig

2000-03-17 Thread David Densmore
Thanks, but I meant what packages are needed for make menuconfig to function, as in when I enter the command the pretty blue menuconfig app starts instead of an error message. In other words, I already have the kernel source installed and can use the make command, the hard to use one where you go

Re: make menuconfig

2000-03-17 Thread Jacob Jovelou
On Fri, 17 Mar 2000, David Densmore wrote: what packages must be installed to use make menuconfig? Install make, automake, autoconf, gcc, g++, ncurses3.4 with all depends. // Jajo -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] /dev/null

Re: make menuconfig

2000-03-17 Thread Ben Collins
On Fri, Mar 17, 2000 at 05:38:35PM +, David Wright wrote: Quoting David Densmore ([EMAIL PROTECTED]): what packages must be installed to use make menuconfig? A kernel-source package, its dependencies, recommendations, and suggestions apart from kernel-package, which I'd heartily

Re: make menuconfig

2000-03-17 Thread Linux Information
You also need ncurses for menuconfig, I think. I can't run it with a pretty standard install (I use xconfig). -Benjamin On Fri, Mar 17, 2000 at 05:38:35PM +, David Wright wrote: Quoting David Densmore ([EMAIL PROTECTED]): what packages must be installed to use make menuconfig

Re: make menuconfig

2000-03-17 Thread Marshal Kar-Cheung Wong
You need one of the ncurses-dev libraries. I guess the one that matches which ever ncurses you have installed right now. Marshal David == David Densmore [EMAIL PROTECTED] writes: Thanks, but I meant what packages are needed for make menuconfig to function, as in when I enter

make menuconfig

2000-03-08 Thread 31
xuvenka:/usr/src/kernel-source-2.2.14# 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.14/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC

make dep failed as did make menuconfig

2000-02-17 Thread Patrick Kirk
Any suggestions on what to install? Still desperately trying to get a PCI card to work. flash:/usr/src/linux# make dep gcc -I/usr/src/linux/include -O2 -fomit-frame-pointer -o scripts/mkdep scripts/m kdep.c make: gcc: Command not found make: *** [scripts/mkdep] Error 127 flash:/usr/src/linux#

Re: make dep failed as did make menuconfig

2000-02-17 Thread Ben Collins
not found make: *** [scripts/mkdep] Error 127 flash:/usr/src/linux# Install these packages: kernel-package gcc binutils libncurses-dev bin86 Then in the kernel source do: make menuconfig # or config, or whatever make-kpkg kernel-image

Make menuconfig dependency not met

2000-01-23 Thread Patrick
Can anyone drop me a line to say what I've forgotten to install? enterprise:/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/linux/scripts/lxdialog' find: /usr/local/lib/: No such file

Re: Make menuconfig dependency not met

2000-01-23 Thread Joseph A. Martin
On Sun, 23 Jan 2000, Patrick wrote: dialog.h:29: curses.h: No such file or directory That line is the crucial line. 'make menuconfig' uses the ncurses library to build the menu interface. Installing the libncurses5-dev package should solve your problem. later, joseph -- the LaterDude ICQ

Re: Make menuconfig dependency not met

2000-01-23 Thread Patrick Kirk
Spot 0n! Thanks.

Kernel, make menuconfig

1999-11-26 Thread Antonio Rodriguez
I am trying to recompile the kernel according to KERNEL HOWTO, when I do make menuconfig it complains that there is no rule. I checked the info make, it tells me that rule is a file that instructs about changes to be made. The same happens with xconfig. This is vague for me, I have not any good

Re: Kernel, make menuconfig

1999-11-26 Thread Martin Fluch
-BEGIN PGP SIGNED MESSAGE- On Fri, 26 Nov 1999, Antonio Rodriguez wrote: I am trying to recompile the kernel according to KERNEL HOWTO, when I do make menuconfig it complains that there is no rule. I checked the info make, it tells me that rule is a file that instructs about changes

Re: Kernel, make menuconfig

1999-11-26 Thread Antonio Rodriguez
Thanks Martin, it is working now Martin Fluch wrote: -BEGIN PGP SIGNED MESSAGE- On Fri, 26 Nov 1999, Antonio Rodriguez wrote: I am trying to recompile the kernel according to KERNEL HOWTO, when I do make menuconfig it complains that there is no rule. I checked the info make

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 scripts/lxdialog all

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 `/usr/src/kernel

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 include ; ln -sf asm-i386

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-2.2.1/scripts

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 file

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 Remco van 't Veer
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/lxdialog

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 all make[1

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

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) make -C

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 -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1

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-source-2.2.1

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:

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/lxdialog

Re: kernel-source: make menuconfig does not run ?

1999-10-24 Thread Shaul Karl
Package: kernel-source Version: N/A Severity: normal [13:57:06 kernel-source-2.2.12]# 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.12/scripts/lxdialog' make[1

Re: kernel-source: make menuconfig does not run ?

1999-10-24 Thread Shaul Karl
Package: kernel-source Version: N/A Severity: normal [13:57:06 kernel-source-2.2.12]# 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.12/scripts/lxdialog' make[1

Re: kernel-source: make menuconfig does not run ?

1999-10-24 Thread Jean-Yves BARBIER
On Sun, Oct 24, 1999 at 09:18:18AM +0200, Shaul Karl wrote: I have no such problems with linux-2.2.13.tar.bz2 (not debinaized). I wonder if there is a problem with kernel-source-2.2.12 ? No: I use a pure slink, not any PB with 2.2.12. JY -- Jean-Yves F. Barbier [EMAIL PROTECTED] Function

kernel-source: make menuconfig does not run ?

1999-10-22 Thread Shaul Karl
Package: kernel-source Version: N/A Severity: normal [13:57:06 kernel-source-2.2.12]# 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.12/scripts/lxdialog' make[1]: Leaving directory `/usr

Re: kernel-source: make menuconfig does not run ?

1999-10-22 Thread Ingo Reimann
On Fri, Oct 22, 1999 at 02:24:58PM +0200, Shaul Karl wrote: Package: kernel-source Version: N/A Severity: normal [13:57:06 kernel-source-2.2.12]# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src

ncurses: kernel make menuconfig complains

1999-10-21 Thread Shaul Karl
the maintainer [EMAIL PROTECTED] or post a message to [EMAIL PROTECTED] for additional assistance. make: *** [menuconfig] Error 139 - -- System Information Debian Release: potato Kernel Version: Linux rakefet 2.2.12 #1 Thu Oct 14 09:29:24 EST 1999 i586 unknown

cannot start make menuconfig

1999-10-13 Thread Bruno Van de Casteele
Hi, i cannot start menconfig for compiling my kernel. I have the 2.2.10 one on a stable, with some unstable packages. copy of errors: In file included from lxdialog.c:22: dialog.h:29: cursus.h: No such file or directory what could be the problem? Bruno Van de Casteele N.P. Puam

Re: cannot start make menuconfig

1999-10-13 Thread Brian Servis
*- On 13 Oct, Bruno Van de Casteele wrote about cannot start make menuconfig Hi, i cannot start menconfig for compiling my kernel. I have the 2.2.10 one on a stable, with some unstable packages. copy of errors: In file included from lxdialog.c:22: dialog.h:29: cursus.h: No such file

Re: cannot start make menuconfig

1999-10-13 Thread Ingo Reimann
On Wed, Oct 13, 1999 at 06:08:21PM +0200, Bruno Van de Casteele wrote: Hi, i cannot start menconfig for compiling my kernel. I have the 2.2.10 one on a stable, with some unstable packages. copy of errors: In file included from lxdialog.c:22: dialog.h:29: cursus.h: No such file or directory

make menuconfig

1999-07-07 Thread G. Crimp
Hi, I tried doing a make menuconfig instead of make config to configure the kernel. Very near the beginning it craps out because of a missing curses.h file. (This is a Deb 2.0 box by the way, kernel 2.0.34) The make script cd's to /usr/src/linux/scripts/lxdialog. curses.h is an include

RE: make menuconfig

1999-07-07 Thread Sean 'Shaleh' Perry
You need ncurses-dev. In Debian a library exists as libfoo or sometimes just foo. To compile something using that library requires the matching libfoo-dev or foo-dev.

Re: make menuconfig

1999-07-07 Thread Matthew Dalton
Do you have the ncurses package installed? The menuconfig program needs it. G. Crimp wrote: Hi, I tried doing a make menuconfig instead of make config to configure the kernel. Very near the beginning it craps out because of a missing curses.h file. (This is a Deb 2.0 box

Re: make menuconfig

1999-07-07 Thread Andrei Ivanov
: curses.h: No such file or directory make[1]: *** [lxdialog.o] Error 1 make[1]: Leaving directory /usr/src/kernel-source-2.0.34/scripts/lxdialog' make: *** [menuconfig] Error 2 Did a find on the entire file system and it didn't turn up anywhere. Any idea why I wouldn't have it on my system

Re: make menuconfig

1999-07-07 Thread Brian Servis
*- On 6 Jul, G. Crimp wrote about make menuconfig Hi, I tried doing a make menuconfig instead of make config to configure the kernel. Very near the beginning it craps out because of a missing curses.h file. (This is a Deb 2.0 box by the way, kernel 2.0.34) The make script cd's

Re: make menuconfig

1999-07-07 Thread G. Crimp
On Tue, Jul 06, 1999 at 04:26:18PM -0700, G. Crimp wrote: Hi, I tried doing a make menuconfig instead of make config to configure the kernel. Very near the beginning it craps out because of a missing curses.h file. (This is a Deb 2.0 box by the way, kernel 2.0.34) The make script

Re: make menuconfig (potato)

1999-06-01 Thread Bob Nielsen
On Mon, May 31, 1999 at 01:17:58PM +0930, John Pearson wrote: On Sat, May 29, 1999 at 04:48:49PM -0700, Bob Nielsen wrote On Sat, May 29, 1999 at 06:03:04PM -0500, Brad wrote: On Sat, 29 May 1999, Bob Nielsen wrote: Why are the menuconfig boxes now shown with ascii characters (*, |,

Re: make menuconfig (potato)

1999-05-31 Thread John Pearson
On Sat, May 29, 1999 at 04:48:49PM -0700, Bob Nielsen wrote On Sat, May 29, 1999 at 06:03:04PM -0500, Brad wrote: On Sat, 29 May 1999, Bob Nielsen wrote: Why are the menuconfig boxes now shown with ascii characters (*, |, etc.) instead of real lines as in earlier versions? What's

Re: make menuconfig (potato)

1999-05-30 Thread add|ct|on
: Johan Pettersson [EMAIL PROTECTED] To: debian-user@lists.debian.org Sent: Saturday, May 29, 1999 4:35 AM Subject: make menuconfig (potato) Hello! I have uppgraded from slink to potato (I now understand the word unstable=) And downloaded kernel 2.2.9. But when I type menuconfig I have got

Re: make menuconfig (potato)

1999-05-30 Thread Bob Nielsen
On Sat, May 29, 1999 at 06:03:04PM -0500, Brad wrote: On Sat, 29 May 1999, Bob Nielsen wrote: Why are the menuconfig boxes now shown with ascii characters (*, |, etc.) instead of real lines as in earlier versions? What's your TERM environment variable set to? On my system, if it's

make menuconfig (potato)

1999-05-29 Thread Johan Pettersson
Hello! I have uppgraded from slink to potato (I now understand the word unstable=) And downloaded kernel 2.2.9. But when I type menuconfig I have got following error mess. rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory

Re: make menuconfig (potato)

1999-05-29 Thread Brad
On Sat, 29 May 1999, Johan Pettersson wrote: Hello! I have uppgraded from slink to potato (I now understand the word unstable=) And downloaded kernel 2.2.9. But when I type menuconfig I have got following error mess. rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C

Re: make menuconfig (potato)

1999-05-29 Thread Bob Nielsen
On Sat, May 29, 1999 at 01:55:37PM -0500, Brad wrote: On Sat, 29 May 1999, Johan Pettersson wrote: Hello! I have uppgraded from slink to potato (I now understand the word unstable=) And downloaded kernel 2.2.9. But when I type menuconfig I have got following error mess. rm -f

Re: make menuconfig (potato)

1999-05-29 Thread Brad
On Sat, 29 May 1999, Bob Nielsen wrote: Why are the menuconfig boxes now shown with ascii characters (*, |, etc.) instead of real lines as in earlier versions? What's your TERM environment variable set to? On my system, if it's linux, rxvt, or xterm-debian it uses color and lines. vt100 goves

ld: warning / not elf file? /make menuconfig

1999-01-08 Thread pjintel
startup problems netscape: '/usr/local/netscape/plugins/cpPack1.jar.old' is not an ELF file ERROR: Not an ELF file Cant load plugin /usr/local/netscape/plugins/cpPack1.jar.old. Ignored. Netscape startups but will anyone explain how i can solve this? 3)make menuconfig Installing 2.0.36, I got

Re: ld: warning / not elf file? /make menuconfig

1999-01-08 Thread Vaibhav Shandilya
this? 3)make menuconfig Installing 2.0.36, I got this error: There seems to be a problem with the lxdialog companion utility which is built prior to running Menuconfig. Usually this is an indicator that you have upgraded/downgraded your ncurses libraries and did not remove the old ncurses

Problems with make menuconfig

1998-12-09 Thread Michael Kirchner
i can't start make menuconfig. I get the errormessages: dialog.h:29: curses.h: No such file or directory make[1] *** [lxdialog.o] Error 1 make[1] Leaving directory '/usr/scr/kernel-source-2.0.34/scripts/lxdialog' make: *** [menuconfig] Error 2 Does anybody knows the solutions for the problem

Re: Problems with make menuconfig

1998-12-09 Thread Ralf G. R. Bergs
On Wed, 09 Dec 1998 11:50:33 +0200, Michael Kirchner wrote: dialog.h:29: curses.h: No such file or directory You need to install the ncurses-devel package. -- Ralf G. R. Bergs * Welkenrather Str. 100/102 * 52074 Aachen * Germany +49-241-876892, +49-241-86 (fax) * [EMAIL PROTECTED] * PGP

Re: Problems with make menuconfig

1998-12-09 Thread Helge Hafting
i can't start make menuconfig. I get the errormessages: dialog.h:29: curses.h: No such file or directory make[1] *** [lxdialog.o] Error 1 make[1] Leaving directory '/usr/scr/kernel-source-2.0.34/scripts/lxdialog' make: *** [menuconfig] Error 2 Does anybody knows the solutions

make menuconfig, xconfig

1998-10-08 Thread Jose Antonio Jaria Pano
config , make dep, make clean, make zImage, modules y demas va bien, pero no puedo hacer ni make menuconfig ni en un entorno XWindows justito make xconfig, me da errores de la compilacion del menuconfig y xconfig por que no encuentra algunos ficheros de cabecera. Conclusion: que paquetes me faltan de

Re: [Debian]: Filesysteme bei make config bzw. make menuconfig

1998-10-01 Thread Martin Bialasinski
WF == Werner Fluegel [EMAIL PROTECTED] writes: WF Habe versucht, unter Hamm einen neuen Kernel zu kompilieren. Wo WF sind neuerdings die Filesysteme versteckt? Kein Iso9660, kein WF msdos, kein Vfat. Wie zum Geier soll man dann mit einem neuen Du mußt zuerst die NLS Unterstützung einschalten.

Why make xconfig, but not make menuconfig or make config?

1998-07-02 Thread Jesse Bethel
for menuconfig: make menuconfig; make dep; make clean; make zlilo; make modules; make modules_install As I said, this doesn't work. I've tried doing make mrproper before all this as well, no difference. I'm using kernel 2.0.34, the latest version of gcc (hamm), and I don't know what else would be helpful

Re: Why make xconfig, but not make menuconfig or make config?

1998-07-02 Thread Shaleh
It is time you were introduced to a very nice tool -- kernel-package. This package will make kernel debs for you. This way you only make config then make-kpkg binary. This will leave the normal kernel-header/source/image debs. Save time, effort and hassle. -- Unsubscribe? mail -s

make menuconfig problem

1998-02-21 Thread Charles
Can anyone tell me why I keep getting this message when I try to 'make menuconfig' on my system to try to recompile my kernel. I also get the same basic error message when trying to 'make dep' so therefore I cannot properly recompile my kernel :(( Any suggestions would be appreciated. BTW

make menuconfig problem

1998-02-21 Thread Charles
Disregard previous post please, I have found the source of the problem and have taken care of it. Thanks again for all the help that I have received from the members of this newsgroup. :) Charles -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] .

<    1   2   3   4