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 E5DFFBC2F for ; Sun, 28 Nov 2004 00:52:11 +0100 (CET) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iARNqBQJ014847 for ; Sun, 28 Nov 2004 00:52:11 +0100 Received: by wproxy.gmail.com with SMTP id 70so1508580wra for ; Sat, 27 Nov 2004 15:52:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gR15D7Y4YEjZR6rJ77mz+kOSiu26cqjFHY16w410dVpH9qJsQ5ic6wEMfNyHeSo0SGU2AnZMY3LS+Cb0nmCAlvYNSkeNUVU2lSZkHOeT2OO2m7aFnnoP1LtOLn9Dicvu9bXV3ZY39mdOBDmyxyHP/via4GS8SLj1AhPdvtC3Wbs= Received: by 10.54.5.10 with SMTP id 10mr1983601wre; Sat, 27 Nov 2004 15:52:10 -0800 (PST) Received: by 10.54.37.75 with HTTP; Sat, 27 Nov 2004 15:52:10 -0800 (PST) Message-ID: <388f6fcd0411271552371dc8d0@mail.gmail.com> Date: Sat, 27 Nov 2004 15:52:10 -0800 From: Sachin Shah Reply-To: Sachin Shah To: caml-list@yquem.inria.fr Subject: [Caml-list] Compiling OCaml w/MS VC++ Toolkit 2003 In-Reply-To: <388f6fcd04112707287b784e21@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <388f6fcd041126221466abac1d@mail.gmail.com> <002201c4d45f$624ece90$19b0e152@warp> <388f6fcd04112707287b784e21@mail.gmail.com> X-Miltered: at nez-perce with ID 41A9132B.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocaml:01 caml-list:01 ocaml:01 cannasse:01 warplayer:01 frisch:01 compiler:01 stdlib:01 lib:01 compile:01 compile:01 native:02 nicolas:02 caml: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=RCVD_BY_IP autolearn=disabled version=3.0.0 X-Spam-Level: From: Sachin Shah Date: Sat, 27 Nov 2004 07:28:07 -0800 Subject: Re: [Caml-list] Compiling OCaml w/MS VC++ Toolkit 2003 To: Nicolas Cannasse 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.