[
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: | -- (:) |
| From: | Dmitry Bely <dmitry.bely@g...> |
| Subject: | Re: [Caml-list] ocamlfind question on cygwin |
On Wed, May 6, 2009 at 7:57 PM, Alan Schmitt <alan.schmitt@polytechnique.org> wrote: > 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 Probably your ocamlfind is a mingw (native Win32) application, and so you cannot use cygwin paths (/home/...). - Dmitry Bely