[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-11-27 (08:56) |
From: | Nicolas Cannasse <warplayer@f...> |
Subject: | Re: [Caml-list] Compiling OCaml w/MS VC++ Toolkit 2003 |
> Hello all, > > Just joined this list, and it's looking pretty good! In order to use > the latest OCaml, I'm trying to compile it from source using: > > (1) MS Visual C++ Toolkit 2003 > (2) MS Visual Studio .NET SDK > (3) MS Platform SDK for Windows XP SP2 In order to compile native code you need ml.exe (MS asm linker) which I am not sure is included in the above packages. Please check the report from Alain Frisch there : http://caml.inria.fr/archives/200404/msg00823.html (please note that he didn't try to compile ocaml compiler sources as you're doing). Nicolas Cannasse