Connecting Tech Pros Worldwide Help | Site Map

Problem with Dev-C++ profiler analyst

  #1  
Old July 22nd, 2005, 07:49 AM
Mikycampo
Guest
 
Posts: n/a
When i tried to perform a profiler analysis, the makefile.win
automatically created, contains an error: the line g++.exe ... -pg-g3
doesn't work fine. It sounds like it needs to write "-pg -g3" not
"-pg-g3".

Can someone help me???

Grazie, Michele
  #2  
Old July 22nd, 2005, 07:49 AM
Carl Ribbegaardh
Guest
 
Posts: n/a

re: Problem with Dev-C++ profiler analyst


Do you have debug info turned on?
I've noticed that debug and profiling modes are incompatible.

Cheers,
Carl

"Mikycampo" <mikycampo@supereva.it> wrote in message
news:f5ef7f48.0402240045.72fface1@posting.google.c om...[color=blue]
> When i tried to perform a profiler analysis, the makefile.win
> automatically created, contains an error: the line g++.exe ... -pg-g3
> doesn't work fine. It sounds like it needs to write "-pg -g3" not
> "-pg-g3".
>
> Can someone help me???
>
> Grazie, Michele[/color]


  #3  
Old July 22nd, 2005, 07:55 AM
Charles
Guest
 
Posts: n/a

re: Problem with Dev-C++ profiler analyst


"Mikycampo" <mikycampo@supereva.it> wrote in message
news:f5ef7f48.0402240045.72fface1@posting.google.c om...[color=blue]
> When i tried to perform a profiler analysis, the makefile.win automatically[/color]
created, contains an error: the line g++.exe ... -pg-g3 doesn't work fine. It
sounds like it needs to write "-pg -g3" not "-pg-g3".

It's a known bug which has just been fixed (but not yet released). Colin closed
the bug report yesterday. See
http://sourceforge.net/tracker/index...oup_id=10639&a
tid=110639 for Bug 897081, "Profiling + debugging -> error in makefile" and a
workaround."

Chuck


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
python-dev Summary for 2006-01-16 through 2006-01-31 Steven Bethard answers 0 April 29th, 2006 05:05 AM
multiple inheritance Mark answers 47 April 6th, 2006 06:55 PM
Call for LAMP Standardization -- Installations/User-Group Admin Google Mike answers 12 July 17th, 2005 02:49 PM