You already had the make command, otherwise you would have got
make: command not found Cheers, Carl. On 28/07/06, Don Gould <[EMAIL PROTECTED]> wrote:
//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
