Apps :: missing autoconf.h



I'm trying to compile my modem driver, and have hit a roadblock.

What I do:
install gcc extension using myDSL
copy the driver over to the ramdisk
unpack the driver
enter the driver directory
type make clean
type make 537
come to a dead stop

This message is displayed:
/lib/modules... autoconf.h does not exist
please install kernel source

I tried installing the kernel-source package as well as the kernel-headers package, to no luck.

I looked on the extensions pages, and didn't see anything that would seem to be the answer.

Thanks for any help,

snoop

Do you have apt & dpkg restored? If so, then just try
Code Sample
apt-get install autoconf
and then try compiling.


original here.