From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 6987EBC0A for ; Thu, 21 Jun 2007 08:43:06 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5L6h5pf018090 for ; Thu, 21 Jun 2007 08:43:06 +0200 Received: by nz-out-0506.google.com with SMTP id s18so428362nze for ; Wed, 20 Jun 2007 23:43:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iZi7dfgsIDDauyj+f6KRhq9lIs0Zp4bUthZaRfINnddg/Iyeaggvjq/X/nANq3asmYQrFxjP+heaBMnHM2uH72zueuZjKss3Ci/Q0uTy15a3+Wydryx0qq/9L8sXU4K0XXhlAsVnyGffxM/rc+gs6iZh2fA+srSYYovK5cyUJLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Vag7VaC0Ei+NqKQqCM0LjM8icpqC5vEQm1vUl3QYTqixBSl9F46iXuY0X5MVslLIZXOf+7eMnGZAEBdRyChmXxeh0trG1YYSsvKua8EbiG5uMUZefP3zgBkr1r8maVVbT773SneZ+h0xq0NcN5sReFrLeyx/v5lDl65ZsNTY0sc= Received: by 10.114.210.2 with SMTP id i2mr1236159wag.1182408181115; Wed, 20 Jun 2007 23:43:01 -0700 (PDT) Received: by 10.114.123.5 with HTTP; Wed, 20 Jun 2007 23:43:01 -0700 (PDT) Message-ID: <90823c940706202343h4dad5c4cy71ce1e2b4d50710e@mail.gmail.com> Date: Thu, 21 Jun 2007 10:43:01 +0400 From: "Dmitry Bely" To: "Caml List" Subject: Re: [Caml-list] windows and C libs In-Reply-To: <20070620.153730.186776178.Christophe.Troestler@umh.ac.be> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070620.153730.186776178.Christophe.Troestler@umh.ac.be> X-j-chkmail-Score: MSGID : 467A1DF9.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 467A1DF9.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; libs:01 christophe:01 troestler:01 christophe:01 troestler:01 umh:01 lib:01 libs:01 lib:01 ocaml:01 ocamllib:01 ocamllib:01 stublibs:01 ocaml:01 -cclib:01 On 6/20/07, Christophe TROESTLER wrote: > WINDOWS USERS: Is there a consensus on windows on where the .lib and > .dll should go? If not, how about to decide that here so efforts to > port libs to windows can set it as the default path. Do you mean .lib/.dll files of some specific OCaml library? They usually go to %OCAMLLIB% and %OCAMLLIB%\stublibs respectively. What's wrong with it? > WIN32 OCAML: When I give a path -- say -cclib "C:\Documents and > Settings\USER\Mes documents\lib\libx.lib" -- containing spaces (but > quoted) to include into a library, it is not well quoted when on uses > the library (to compile a program). I tried "\"...\"" to not avail. > Is there a way around that or must it be considered like a bug? An obvious workaround is to use the short name: C:\Docume~1\USER\Mesdoc~1\lib\libx.lib - Dmitry Bely