PDA

View Full Version : autodetected compilers



JimJey
March 29th, 2008, 02:17 AM
I want to use the MonoDevelop IDE to develop C++ applications. I've installed g++ and another "compiler" that actually calls g++ in the end (it passes several additional parameters to gcc).
In MonoDevelop however I just can select g++ as a C++ compiler. Is there any config file that contains the paths to compilers for different languages? (Or some config which says which should be the default compiler) Or isn't there any standard way for an application like MonoDevelop to figure out which compilers are installed on the system?