Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MonoDevelop に別の C++ コンパイラを使用するように指示する方法はありますか? OS X に付属するデフォルトの 4.2 ではなく、MacPorts 経由でインストールした最新の g++ 4.7 を使用したいと考えています。
PATH 環境変数を変更して、g++ を含むディレクトリをシステムのディレクトリの前に置くことができます。