View Single Post
  #4  
Old 01-27-2004, 07:01 AM
Mongrel
Hill Giant
 
Join Date: Jul 2003
Location: Germany
Posts: 232
Default

Finally got my app working under dev-cpp, but the profiling doesn't seem to work.

First I tried it manually by adding a -pg to the c++ compiler options like the manual says. But then the linker yelled at me that it can't find "mcount" (unresolved external). A quick search revealed that both "libgmon.a" and "libuser32.a" contain a "mcount".
libuser doesn't work though, but after linking to libgmon the game compiles fine.

Only problem is: There's no output! :(

The menu entry "profile analysis" does ... well ... something, but after running there's no .txt either.

What am I doing wrong?
Reply With Quote