caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* 3.10 and native profiling
@ 2007-03-18  7:54 Peter Halacsy
  2007-03-18 10:01 ` [Caml-list] " Nicolas Pouillard
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Halacsy @ 2007-03-18  7:54 UTC (permalink / raw)
  To: Caml List

hello,
i've installed 3.10 beta compiler (intel mac). But I can't use the  
native code profiling. I can't compile my code.


cat test.ml
let _ =
         let s = "hello" in
         let s2 = "world" in
         Printf.printf "%s, %s" s s2;

$ /usr/local/ocaml/10.0/bin/ocamlopt.opt -p test.ml
Cannot find file std_exit.p.cmx


But using the old compiler, everything works fine

$ /usr/local/ocaml/9.3/bin/ocamlopt.opt -p test.ml
$ ./a.out
hello,world$

peter


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-18 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-18  7:54 3.10 and native profiling Peter Halacsy
2007-03-18 10:01 ` [Caml-list] " Nicolas Pouillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).