From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 5130EBC2F for ; Sat, 27 Nov 2004 09:56:02 +0100 (CET) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iAR8u2ni030684 for ; Sat, 27 Nov 2004 09:56:02 +0100 Received: from warp (chateaudeau-4-82-225-176-25.fbx.proxad.net [82.225.176.25]) by postfix4-1.free.fr (Postfix) with SMTP id D6E541EF3BB for ; Sat, 27 Nov 2004 09:56:01 +0100 (CET) Message-ID: <002201c4d45f$624ece90$19b0e152@warp> From: "Nicolas Cannasse" To: References: <388f6fcd041126221466abac1d@mail.gmail.com> Subject: Re: [Caml-list] Compiling OCaml w/MS VC++ Toolkit 2003 Date: Sat, 27 Nov 2004 09:59:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Miltered: at nez-perce with ID 41A84122.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; cannasse:01 warplayer:01 caml-list:01 ocaml:01 ocaml:01 sdk:01 sdk:01 frisch:01 compiler:01 cannasse:01 compile:01 compile:01 native:02 nicolas:02 nicolas:02 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.0 X-Spam-Level: > 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