Hi,

I had a really big app., I added some of modules with -pg when compiling and linking, something like

gcc -pg -c -std98 ... *.c
gcc -pg -o target *.o

however, when I run
gprof ./target I got an error
gmon.out: No such file or directory.

anyone can help me?

peter