[MonoDevelop] Help re: "compiler not found: g++"

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Jul 3 22:35:55 EDT 2009


On Fri, Jul 3, 2009 at 9:10 AM, perfectionist<taharrison at gmail.com> wrote:
>
> I'm new to linux, using ubuntu and have just started trying to compile some
> C++ programs using monodevelop.
>
> I get this error:
> "compiler not found: g++"
>
> I *know* gcc is on my system: it's in /usr/bin/gcc & gcc-4.3
>
> So how do I tell Monodevelop where to find it?

g++ != gcc

gcc is the C compiler, g++ is the C++ compiler.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list