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

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

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

Then run 'make' again followed by 'make install'

This has all been done as root.

Cheers Don


-- 
Don Gould
www.thinkdesignprint.co.nz - www.tcn.bowenvale.co.nz -
www.bowenvale.co.nz - SkypeMe:  ThinkDesignPrint

Reply via email to