[Mono-osx] C compiler in mono?

Jonathan Pryor jonpryor at vt.edu
Fri Jan 28 13:33:26 EST 2011


On Jan 27, 2011, at 1:33 PM, Wooden wrote:
> ./configure make
...
> configure: error: no acceptable C compiler found in $PATH
> 
> I've installed monodevelop, and I thought it should be able to compile C.

Neither Mono nor MonoDevelop include C compilers.  MonoDevelop will use an existing C compiler to compile C code; if no C compiler is installed, then MonoDevelop won't be able to compile C code either.

You should install the Apple Developer Tools.

 - Jon



More information about the Mono-osx mailing list