.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/