Thanx.
I made the mentioned modification on C::B, but still no results.
The line that we're talkin' about is:
m_Options.AddOption(_("Profile code when executed"), "-pg", _("Profiling"), "-pg - lgmon");
which is in plugins/compilergcc/compilerMINGW.cpp at line number: 82
Currently this line in my C::B looks like:
m_Options.AddOption(_("Profile code when executed"), "-pg", _("Profiling"), "-pg");
The error message that I get with the newly compiled C::B is the same, as in the previous post.