Problem with Dev-C++ profiler analyst

M

Mikycampo

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
 
C

Carl Ribbegaardh

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

Cheers,
Carl
 
C

Charles

Mikycampo said:
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".

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.php?func=detail&aid=897081&group_id=10639&a
tid=110639 for Bug 897081, "Profiling + debugging -> error in makefile" and a
workaround."

Chuck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top