caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* (no subject)
@ 2000-05-05 15:55 Frederic van der Plancke
  2000-05-09  9:14 ` your mail Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Frederic van der Plancke @ 2000-05-05 15:55 UTC (permalink / raw)
  To: 'caml-list@inria.fr'

Bonjour,

[french] 
Peut-on compiler OCAML en executables Windows/x86 natifs ?
Quels programmes externes sont nécessaires pour cela ?

[english]
Can OCaml programs be compiled to native Windows(x86) executables ?
What external programs are needed ? Can Microsoft Visual C++ be of
some help ?

Sorry if the answer is well known. I couldn't figure out from the docs.

--
Frédéric van der Plancke <fvdp@decis.be>




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

* Re: your mail
  2000-05-05 15:55 Frederic van der Plancke
@ 2000-05-09  9:14 ` Xavier Leroy
  0 siblings, 0 replies; 2+ messages in thread
From: Xavier Leroy @ 2000-05-09  9:14 UTC (permalink / raw)
  To: fvdp, 'caml-list@inria.fr'

> Can OCaml programs be compiled to native Windows(x86) executables ?

Yes, you can produce standalone Win32 executables, either using the
bytecode compiler ocamlc with the -custom option, or using the
native-code compiler ocamlopt.

> What external programs are needed ? Can Microsoft Visual C++ be of
> some help ?

>From the README.win32 file:

  Linking Caml bytecode with C code (ocamlc -custom) requires the
  Microsoft Visual C++ compiler version 6.

  The native-code compiler (ocamlopt) requires Visual C++ version 6
  and the Microsoft assembler MASM version 6.11 or later.
  MASM can be downloaded for free from Microsoft's Web site;
  see the comp.lang.asm.x86 FAQ for directions, or
  http://www.cs.uu.nl/wais/html/na-dir/assembly-language/x86/microsoft.html

Hope this helps,

- Xavier Leroy




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

end of thread, other threads:[~2000-05-11 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-05 15:55 Frederic van der Plancke
2000-05-09  9:14 ` your mail Xavier Leroy

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