Hi,
Well actually Suse is an rpm based distro so, RhythmAce, you were right first time! However, as its highly KDE oriented it would be 'kpackage' instead of the Gnome one.
Actually, I'm surprised that it doesn't stop with an error after the './configure' as, presumably, the development tools are not installed at all.
You can soon find out if you have gcc installed with :
rpm -qa | grep ^gcc
You should get a few lines for the various compiler rpms. If they are not there you need to install them (i.e. the rpms beginning with 'gcc') plus the 'make' rpm and probably a few others too...
One option that may work with Soosah is to do a custom upgrade install and make sure you select development tools or suchlike. It should leave existing stuff asis - I can't guarantee that though so at your own risk ...
Regards