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

* Re: [Caml-list] 3.10 and native profiling
  2007-03-18  7:54 3.10 and native profiling Peter Halacsy
@ 2007-03-18 10:01 ` Nicolas Pouillard
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Pouillard @ 2007-03-18 10:01 UTC (permalink / raw)
  To: Peter Halacsy; +Cc: Caml List

On 3/18/07, Peter Halacsy <peter@halacsy.com> wrote:
> 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.

[...]

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

You certainly used the experimental build (./build/fastworld.sh &&
./build/install.sh), since I've fixed that bug some days ago (the CVS
version should works fine).

-- 
Nicolas Pouillard


^ 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).