G++ not found

Basically, subj.
I did build-essentials. g++ in console works perfectly fine, and is of latest edition. I'm using Ubuntu 12.10 and Eclipse Juno with CDT.
I've tried everything - PATH variables in Project settings and Environment settings of Eclipse has everything it needs. I've got all possible includes. I tried also to install Eclipse C++ IDE and it showed the same "g++ not found".
I have no f*** clue where to look else.

Here is my
1
2
3
4
5
6
7
8
9
10


omar05105@ubuntu:~$ echo $PATH
/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

and

omar05105@ubuntu:~$ which is g++
/usr/bin/g++


Restarting and rebooting didn't help either. Did anyone encountered something like that?
g++ in console works perfectly fine
then the problem is with the configuration of the IDE.
Try the default one (kill all the config files) or post the one that you are using.
Topic archived. No new replies allowed.