caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Native Win32 Ocaml with Visual C++ toolkit
@ 2004-04-23 10:43 Alain.Frisch
  2004-04-23 11:09 ` Nicolas Cannasse
  0 siblings, 1 reply; 6+ messages in thread
From: Alain.Frisch @ 2004-04-23 10:43 UTC (permalink / raw)
  To: Caml list

Hello list,

I'd like to give a try to the native Win32 port for OCaml.

1. Is the free (as in free beer) Visual C++ 2003 toolkit enough for
   ocamlopt ?

2. I'm stuck at step 0: installing MASM. Could anyone give me an exact URL
   where I could find it ?


Cheers,

Alain

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Caml-list] Native Win32 Ocaml with Visual C++ toolkit
@ 2004-04-29 14:36 Alain.Frisch
  0 siblings, 0 replies; 6+ messages in thread
From: Alain.Frisch @ 2004-04-29 14:36 UTC (permalink / raw)
  To: Caml list

Hello caml-list,

This is a report on my attempt to make ocamlopt work with the C compiler
from the (free of charge) Visual C++ toolkit.

The toolkit can be downloaded from:

[1] http://msdn.microsoft.com/visualc/vctoolkit2003/

It contains the C compiler and the MS linker.

Then you need to find the Microsoft Assembler:
despite all the information found on the page

[2] http://users.easystreet.com/jkirwan/pctools.html

I couldn't find a way to fetch the ML.EXE and ML.ERR files.
First, the URl for the Visual C++ processor pack (which
contains MASM) download page is now:

[3] http://msdn.microsoft.com/vstudio/downloads/tools/ppack/download.aspx

According to [2], it would be enough to run the install program,
and find the ML.EXE/ML.ERR files somewhere on the disk while the
program complains that VC++ is not installed (when you click Ok,
the program would erase the files). Unfortunately, I couln't find
the temporary files on my disk. Maybe the latest versions are less
stupid.

At that point, the ML.EXE/ML.ERR files arrived magically on the hard
drive, probably because of a worm, or some security hole in OE.


Two .LIB were still missing: advapi32.lib and uuid.lib. I could
find them in the Microsoft Core SDK. To download this SDK, you can follow
the link "Microsoft Windows Platform SDK" from [1]. The download is
around 200 Mb and the SDK takes 500 Mb after installation. You need
only the two tiny files advapi32.lib and uuid.lib.


So, finally, except the Visual C++ toolkit itself, you only need 4 files:
ml.exe, ml.err, advapi32.lib and uuid.lib. And you can compile your
favorite hello.ml with ocamlopt. I still haven't found an official way to
get ml.exe and ml.err.


-- Alain

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


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

end of thread, other threads:[~2004-04-29 14:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-23 10:43 [Caml-list] Native Win32 Ocaml with Visual C++ toolkit Alain.Frisch
2004-04-23 11:09 ` Nicolas Cannasse
2004-04-23 14:46   ` Alain.Frisch
2004-04-23 14:51     ` Nicolas Cannasse
2004-04-26  1:57     ` Jacques GARRIGUE
2004-04-29 14:36 Alain.Frisch

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