IMPORTANT ========= Webcpp 0.7.0 and up now requires gcc 3.0 or later to compile. Some systems may have both gcc 2.9x and gcc3.x installed. The defaullt version of g++ has to be 3. If it is not you can do so by using the following command as root: $ /usr/sbin/gcc_select 3 To find out what version of gcc is installed or is being used by default, type the folowing command: $ gcc -v