caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Peter Halacsy <peter@halacsy.com>
To: Caml List <caml-list@inria.fr>
Subject: 3.10 and native profiling
Date: Sun, 18 Mar 2007 08:54:14 +0100	[thread overview]
Message-ID: <9EDCA893-85B5-43A9-A441-EA56CFAA4820@halacsy.com> (raw)

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


             reply	other threads:[~2007-03-18  7:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-18  7:54 Peter Halacsy [this message]
2007-03-18 10:01 ` [Caml-list] " Nicolas Pouillard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9EDCA893-85B5-43A9-A441-EA56CFAA4820@halacsy.com \
    --to=peter@halacsy.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).