Hi,

I hope this is in the right section of the forum first of all.

I am trying to setup a kerrighed cluster using Ubuntu 8.04. I have been following this guide: https://wiki.ubuntu.com/EasyUbuntuCl...edClusterGuide

I have ran into an error I can't get passed. I am trying to compile the kernel and add kerrighed to the linux kernel. When I execute the command, ./configure --with-kernel=/usr/src/linux-2.6.20 CC=gcc-3.3 I get 2 errors that it is not able to compile and that it does not recognize the --with-kernel part. I have isntalled gcc-3.3 and the required libraries as well. When I run the command without the CC=gcc-3.3, it runs still gives the error about not recognizing the --with-kernel, but it still runs and finishes.

Any suggestions or assistance will be greatly appreciated.