From: Tom Flynn (flynnt++at++engr.sgi.com)
Date: 05/03/2002 14:50:47
On Fri, 3 May 2002, Serge Kourdakov wrote:
> Hi
>
> sorry maybe my questions just better suite to another list ...
> but
> As I learnt from this mailing list there will appear Performer 2.5.1 soon
correct...
>
> also there was bug with Performer Linux version ( no successful debug
> compulation of C++ code)
you can compile C++ code debug now...you just also have to compile it
optimized as well :) for example the compile like would look something
like: g++ -g -O blah.C -L/usr/lib/Performer/Debug -lpf -o blah
if your program uses inline's, they will be inlined, otherwise, you should
be able to debug your program.
the reason you have to compile with -O as well is due to numerous problems
with the g++ compiler prior to the gcc-3.0 release. performer 2.5.1 will
have rpms/tgzs for both gcc-2.91 (the compiler we've previously compiled
with) and gcc-3.0.2. With the gcc-3.0.2 compiled performer images, you'll
be able to compile your C++ programs debug without the -O flag.
-tom
-- "Mongooses are famous for their snake-fighting ability, and are almost always victorious because of their speed, agility, and timing and also because of their thick coat."
This archive was generated by hypermail 2b29 : Fri May 03 2002 - 14:50:57 PDT