Re: Compilation prob

1999-09-20 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On Mon, 20 Sep 1999, David Blackman wrote: > Also, teh HOWTO is too old to tell you about make menuconfig(menu based) > or make xconfig(x windows based) try them, you'lll like them. And for Debian, look into the kernel-package package. You don't have to worry

Re: Compilation prob

1999-09-20 Thread Marcin Owsiany
On Mon, Sep 20, 1999 at 01:53:36PM +0200, Menno Scholten wrote: > Hi there, > > I don't know if this te right place to ask this question, but I'll try > anyway :) > > I am having a little trouble compiling the new Kernel. I did everything > according to the manual ( HOWTO ) and after "make config

Re: Compilation prob

1999-09-20 Thread Alex V. Toropov
>Make[1]: Entering directory '/usr/src/linux/arch/i386/boot' >as86 -0 -a o bootsect.o bootsect.s >Make[1]: as86: Command not found >Make[1]: *** [bootsect.o] Error 127 >Make[1]: Leaving directory '/usr/src/linux/arch/i386/boot' >Make: *** [zImage] Error 2 > >I figured out what this means, but I do

Re: Compilation prob

1999-09-20 Thread David Blackman
Also, teh HOWTO is too old to tell you about make menuconfig(menu based) or make xconfig(x windows based) try them, you'lll like them. --dave On Mon, 20 Sep 1999, Menno Scholten wrote: > Hi there, > > I don't know if this te right place to ask this question, but I'll try > anyway :) > > I am

Re: Compilation prob

1999-09-20 Thread David Blackman
You need to install the bin86 package. (it's on the cd)_ --dave On Mon, 20 Sep 1999, Menno Scholten wrote: > Hi there, > > I don't know if this te right place to ask this question, but I'll try > anyway :) > > I am having a little trouble compiling the new Kernel. I did everything > according

Re: Compilation prob

1999-09-20 Thread Shao Zhang
Hi Menno, To compile the kernel you need the bin86 package, you can get it as normal using "apt-get install bin86" or by downloading the package from the debian homepage and installing it with "dpkg -i bin86*.deb". Also (and someone plz correct me if I'm wrong) but for compiling the 2.2 kernel y

Re: Compilation prob

1999-09-20 Thread J.H.M. Dassen \(Ray\)
On Mon, Sep 20, 1999 at 13:53:36 +0200, Menno Scholten wrote: > as86 -0 -a o bootsect.o bootsect.s > Make[1]: as86: Command not found Install the "bin86" package. HTH, Ray -- UNFAIR Term applied to advantages enjoyed by other people which we tried to cheat them out of and didn't manage. See al

Compilation prob

1999-09-20 Thread Menno Scholten
Hi there, I don't know if this te right place to ask this question, but I'll try anyway :) I am having a little trouble compiling the new Kernel. I did everything according to the manual ( HOWTO ) and after "make config", "make dep", and "make clean" the kernel started compiling with "make zImage