Ok, i just installed MonoDevelop and i was trying to play whit it (i really don’t remember much about programing anymore, but i would like to remember something, anyway) everytime i try to compile anything i keep getting this error:
Error: Compiler not found: g++ (test)
can anyone help me solving this? (i’m new at Linux so, please, be gentle LOL)
I’m not sure which version of SUSE you have but if you go into the Install Software applet, then look on the Installed tab. Within the Programming section to the right, you should see a gcc<version>-c++ GNU compiler or something to that effect. I have the gcc43-c++ compiler.
If it’s not installed, then you need to install it. Go to the Available tab and look for the same. The installation will put it in your PATH.
I tried installing gcc44-c++, but it still showed the same error, then i tried the gcc-c++ (without version number) and that apparently solved the issue
I don’t know, however, if this two (gcc-c++ and gcc44-c++) are supposed to work together or if they can conflict with each other.
Any idea if i should let them both or if i should remove one of them?