This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

.exe magic doesn't work with gprof


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]