------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=132601 pfee talk21 com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | ------- Additional Comments From pfee talk21 com 2007-04-24 00:25 ------- Thank you Jens for the change which made it into KDevelop 3.4. The "compiling" detection now works for SunStudio's "CC" compiler. However, the "linking" detection was omitted from your change. Looking at the source for KDevelop 3.4.0, could line 90 be changed from: ActionFormat( i18n("linking"), 1, 2, "(gcc|cc|c\\+\\+|g\\+\\+)\\S* (?:\\S* )*-o ([^\\s;]+)"), to: ActionFormat( i18n("linking"), 1, 2, "(gcc|CC|cc|c\\+\\+|g\\+\\+)\\ S* (?:\\S* )*-o ([^\\s;]+)"), That is, add "CC|". Thanks, Paul