Sorry for not getting back to you sooner, but I was without access for a couple of days.
IIRC, Fedora doesn't have a build-essential package (I could be wrong, as I'm going from memory), but it does have the headers, of course. So using yum:
Code:
# yum -y install linux-headers-`uname -r`
and then
# ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname -r`/build
You'll also have to install tofrodos which may not be in the Fedora repos, so google for it.
cheers,