hey, I am working on trying to compile and install ndiswrapper on Mandrake community 10.0... when I did 'make' command for ndiswrapper i got this error:
make[1]: Entering directory `/home/phizzy/tmp/ndiswrapper-1.0/driver'
make -C /lib/modules/2.6.3-7mdk/build SUBDIRS=/home/phizzy/tmp/ndiswrapper-1.0/driver \
NDISWRAPPER_VERSION=1.0 \
EXTRA_VERSION= modules
make[2]: Entering directory `/usr/src/linux-2.6.3-7mdk'
CC scripts/empty.o
gcc: installation problem, cannot exec `cc1': No such file or directory
make[3]: *** [scripts/empty.o] Error 1
make[2]: *** [scripts] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.3-7mdk'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/phizzy/tmp/ndiswrapper-1.0/driver'
make: *** [all] Error 2
**it appears this (gcc: installation problem, cannot exec `cc1': No such file or directory) is what halts the completion of the process.
any ideas on how to overcome this error?
Thanks!
- phizzy