.exe magic doesn't work with gprof

Krzysztof Duleba krzysan@skrzynka.pl
Wed Jul 20 06:08:00 GMT 2005


.exe magic doesn't work with gprof. Any ideas why?

$ cat foo.c
int main(){
}

$ gcc -pg -g foo.c -o foo.exe

$ ./foo

$ gprof foo
foo: No such file or directory

$ gprof foo.exe
Flat profile:

[...]


Regards
Krzysztof Duleba


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list