Disclaimer: I am a Linux novice.

I installed latest 4.6.3 Qt and tools on OpenSuse 11.2. When I am trying to build an example project in Qt creator I am getting this error: make: g++: Command not found.
However, when I switch to terminal and type: gcc -v I am getting the "Configured with..."... response. Also, I see the gcc is in usr/bin and this directory is in the $PATH.

My understanding of gcc is that g++ is part of gcc installation. But invoking g++ from the command line shows that there is no such command in my system. I can't find g++ with "find" command. However, trying to install "g++" with sudo zypper install g++ does not lead to any change in gcc installation.

May be the following information carries some clues. Originally, when I installed OpenSuse 11.2, there were no gcc or make installed, so I had to install it manually. Now both "make" and "gcc" respond, but g++ does not.

I'll appreciate any help or advise. Thanks.