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 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 9B3D4BBAF for ; Wed, 6 May 2009 17:58:00 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.40,303,1238968800"; d="sig'?scan'208";a="39550468" Received: from charm.inrialpes.fr ([194.199.25.104]) by mail4-relais-sop.national.inria.fr with ESMTP/TLS/AES128-SHA; 06 May 2009 17:58:00 +0200 Message-Id: From: Alan Schmitt To: caml-list@inria.fr Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-152--822214654" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: ocamlfind question on cygwin Date: Wed, 6 May 2009 17:57:53 +0200 X-Pgp-Agent: GPGMail 1.2.0 (v56) X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; schmitt:01 schmitt:01 ocamlfind:01 cygwin:01 mingw:01 ocamlfind:01 cygwin:01 lib:01 ocaml:01 mkdir:01 lib:01 ocaml:01 destdir:01 mkdir:01 bigarray:01 X-Attachments: type="application/pgp-signature" name="PGP.sig" name="PGP.sig" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-152--822214654 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hello, I'm trying to debug some installation issue on godi/mingw, and it seems to be a problem with ocamlfind using a cygwin console. When I try: $ ocamlfind install lwt -destdir "/home/Administrateur/godi/lib/ocaml/ pkg-lib" META ocamlfind: Bad configuration: Cannot mkdir /home/Administrateur/godi/ lib/ocaml/pkg-lib\lwt because a path component does not exist or is not a directory The problem seems to be the '\'. But trying (by putting an additional '/' at the end of destdir): $ ocamlfind install lwt -destdir "/home/Administrateur/godi/lib/ocaml/ pkg-lib/" META ocamlfind: Bad configuration: Cannot mkdir /home/Administrateur/godi/ lib/ocaml/pkg-lib/lwt because a path component does not exist or is not a directory It's even stranger: the path looks correct, and the parent directory exists: $ ls /home/Administrateur/godi/lib/ocaml/pkg-lib/ bigarray findlib nethttpd netsys rpc-auth-dh str camlp4 godi-script nethttpd-for-netcgi1 num rpc-generator stublibs cgi netcgi1 nethttpd-for-netcgi2 num-top shell threads cryptgps netcgi2 netplex pcre smtp unix dynlink netcgi2-plex netshm pop ssl equeue netclient netstring rpc stdlib Is there something that I am missing here? Thanks, Alan --Apple-Mail-152--822214654 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) iEYEARECAAYFAkoBs4YACgkQNIAqM4hFUWin5gCfZvNY2cTXK3de83hz0U+JpA2k cUIAni2zsw2gRFPkKLAsmkt9Toz8N6xn =ww3u -----END PGP SIGNATURE----- --Apple-Mail-152--822214654--