On Fri, 28 Jul 2006 15:27:21 +1200
Don Gould wrote:

> On Fri, 2006-07-28 at 15:20 +1200, Hadley Rich wrote:
> > Yay! Something even slightly related to Linux!
> > 
> Oh bite me! :)
> 
> > You are missing a compiler (gcc) by the looks. Try;
> > 
> > apt-get install build-essential
> > 
> Didn't fix it, but yes...
> 
> > You might also want;
> > 
> > apt-get install linux-headers-`uname -r`
> 
> Yes, realised that the first time :)
> 
> 
> ANSWER...
> 
> //Get the 'make' program...
> # apt-get install make

which you had already


> 
> //Load the Linux header files...
> # apt-get install linux-headers-2.6.12-10-386
> 
> //Get the compiler and other useful stuff...
> # apt-get install build-essential

which would have installed make if you didn't already have it form
before

> 
> //Get the gcc-3.4 compiler because ndiswrapper requires it (no idea why)
> and binutils because Neil said to! 
> #apt-get install gcc-3.4 gcc binutils
> 


wasn't binutils installed with build-essential?

> Then run 'make' again followed by 'make install'
> 
> This has all been done as root.
> 
> Cheers Don

you do not usually need to run make as root, only make install

I take it you are making ndiswrapper. Doesn't ubuntu have a binary?


-- 
Nick Rout <[EMAIL PROTECTED]>

Reply via email to