« Return to Thread: "ocaml_beginners"::[] Conditional compilation

"ocaml_beginners"::[] ocamlopt -p & gprof

by Onur Ozyer :: Rate this Message:

Reply to Author | View in Thread

I want to use gprof to profile the perf.


I add the "-p" to ocamlopt, where the sources aer
compiled and ML library is linked. "ocamlopt" works
succesfully.

However, at the last step, where the executables are
linked, I'm having this error:

    Cannot find file std_exit.p.cmx

I don't have a file with "*std_exit*" Does anyone know
why it coud be happening ?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

 « Return to Thread: "ocaml_beginners"::[] Conditional compilation