caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Vivien Kraus <vivien@planete-kraus.eu>
To: caml-list@inria.fr
Subject: Re: [Caml-list] with oasis, how to create setup.ml.exe ?
Date: Wed, 5 Jul 2017 11:28:44 +0200	[thread overview]
Message-ID: <9f0cfe52-51db-6e38-67b8-1f4dd8949a91@planete-kraus.eu> (raw)
In-Reply-To: <117158f1-e1d0-1121-8c4b-d21911a4d7a4@bioreg.kyushu-u.ac.jp>

Hello,
It is produced by the configure script from DevFiles, and not the
setup.ml script.

See your "configure script", it has a line for this :

if [ ! -e setup.exe ] || [ _oasis -nt setup.exe ] || [ setup.ml -nt
setup.exe ] || [ configure -nt setup.exe ]; then
  ocamlfind ocamlopt -o setup.exe setup.ml || ocamlfind ocamlc -o
setup.exe setup.ml || exit 1
  rm -f setup.cmi setup.cmo setup.cmx setup.o setup.cmt
fi

Regards,

Vivien

Le 05/07/2017 à 10:20, Francois BERENGER a écrit :
> Hello,
> 
> I added AlphaFeatures: compiled_setup_ml
> in my _oasis file, but I don't see this exe being produced.
> 
> Are there some magic words I should pronounce (on the command line)
> to make it appear?
> 
> Which oasis step or invocation of 'ocaml setup.ml' is supposed to
> produce it?
> 
> Thanks,
> F.
> 

  reply	other threads:[~2017-07-05  9:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05  8:20 Francois BERENGER
2017-07-05  9:28 ` Vivien Kraus [this message]
2017-07-05 23:52   ` Francois BERENGER
2017-07-06  7:29     ` Sylvain Le Gall

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=9f0cfe52-51db-6e38-67b8-1f4dd8949a91@planete-kraus.eu \
    --to=vivien@planete-kraus.eu \
    --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).