
17 Jul
2005
17 Jul
'05
2:11 a.m.
"Steve Clamage" <Stephen.Clamage@Sun.COM> wrote in message news:42D12DF3.2040302@sun.com...
Yes. And other things are wrong with the command line. You should remove all of the following: +d -features=rtti -features=except -I"/usr/include" The two -features options are the defaults, and have no effect. The +d disables function inlining, which -g already does. (The -g compiles the program for debugging.) The -I/usr/include can prevent programs from compiling or working as intended.
Doug, It looks as if these changes have not been made to the toolset. Are you its maintainer:-? Thanks, --Beman