[
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 (23:52) |
From: | Sachin Shah <zakaluka@g...> |
Subject: | [Caml-list] Compiling OCaml w/MS VC++ Toolkit 2003 |
From: Sachin Shah <zakaluka@gmail.com> Date: Sat, 27 Nov 2004 07:28:07 -0800 Subject: Re: [Caml-list] Compiling OCaml w/MS VC++ Toolkit 2003 To: Nicolas Cannasse <warplayer@free.fr> Hello, > 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). I have, in fact, seen that. And, ml.exe is part of the processor pack listed in Alain's report. The way to extract it is: (1) Download vcpp5.exe (2) vcpp5.exe is only a cab file. You can extract the contents with any decent program (I used WinRAR). From the resulting folder, it is easy to pick out 'ml.exe' and 'ml.err'. So, all that is stopping me now is this problem with creating the stdlib.lib library. Does anyone know of a command I can manually run from within the 'stdlib' folder to create the library? Thanks for the quick reply, Sachin.