Alright, this may be a noob question, but here goes anyway: I'm trying to install Qt on an OpenSUSE box. I've fiddled with this kind of thing before, the process is usually straightforward; I untar the file into a folder, go to that folder, type './configure'...

...and the program seems to want to use g++ to compile things. Problem: I don't /have/ g++; I have gcc, which as I understand is more or less the same thing with a different name. This results in an error and the configuration stopping. I've poked around the forums here and found what I think is a similar problem...apparently I need to change some variable called QMAKESPEC somewhere that points to the /mkspecs folder? Where is this variable?

And what would I change it to anyway? The linux-related folders in the /mkspecs folder appear to be: linux-cxx, linux-ecc-64, linux-g++, linux-g++-32, linux-g++-64, linux-icc, linux-icc-32, linux-icc-64, linux-kcc, linux-llvm, linux-lsb-g++, and linux-pgcc. The last one is the only one that's close to being gcc, so is that the one I should be using?