vazhavandan:
riderplus wrote:
>
> wolfi323;2638269 Wrote:
>> What output do you get when you run “g++” in a terminal window?
>>
>> /usr/bin/g++ is part of the package “gcc-g++” which you already was
>> advised to install and apparently did install, so g++ should be found.
>
> Here:
>
> Code:
> --------------------
> linuxnohost:~$ g++
> g++: fatal error: no input files
> compilation terminated.
>
> --------------------
>
>
> So everything seems to be fine, except for the two errors I told you
> about. Why does eclipse fail to compile that Hello World program?
>
>
I think there is some kind of command discovery issue as described here
Program "g++ not found in path" in Eclipse Juno CDT in Ubuntu - Stack Overflow
–
GNOME 3.10.2
openSUSE 13.1 (Bottle) (x86_64) 64-bit
Kernel Linux 3.11.6-4-desktop
Hi, I added the path as shown in the link, now I don’t get any errors, but I can’t see any output!!! It’s really amazing…when I press on view Console, it should print “Hello world”, but it doesn’t print anything…so weird…