caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Dominique Martinet" <asmadeus77@gmail.com>
To: "Raj Bandyopadhyay" <rajb@rice.edu>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] OCaml on Windows help
Date: Sun, 14 Oct 2007 13:34:20 +0000	[thread overview]
Message-ID: <b79ece760710140634n8f7103ax92111cd95b1c47d1@mail.gmail.com> (raw)
In-Reply-To: <C1CC90E3-4CE5-45CA-9865-87EA7E0F6DFA@rice.edu>

Hello,

>  > ocamlopt -o test.exe test.ml
> -----------
> 'ml' is not recognized as an internal or external command,
> operable program or batch file
>
> Assembler error, input left in file....
> -------------

The "'ml' is not recognized..." message is a windows message telling
that it is trying to run the test.ml file.
You could try again after renaming ocamlopt into ocamlopt.exe (if it's
not already), windows has _some_ problems with file extensions (and I
recall seeing a few ocaml executable without .exe extension).
You can also try with quotes around "test.ml".

Good luck


  reply	other threads:[~2007-10-14 13:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-14 13:14 Raj Bandyopadhyay
2007-10-14 13:34 ` Dominique Martinet [this message]
2007-10-14 17:55 ` [Caml-list] " David Allsopp

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=b79ece760710140634n8f7103ax92111cd95b1c47d1@mail.gmail.com \
    --to=asmadeus77@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=rajb@rice.edu \
    /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).