You need to install the build-essential metapackage, which includes this. You -might- also need to install gcc-3.4 if you are compiling a kernel module. Code: -------------------- sudo apt-get build-essential sudo apt-get gcc-3.4 -------------------- -- MartinG