caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ocamlfind question on cygwin
@ 2009-05-06 15:57 Alan Schmitt
  2009-05-06 16:11 ` [Caml-list] " Dmitry Bely
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Schmitt @ 2009-05-06 15:57 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 1364 bytes --]

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

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-06 18:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-06 15:57 ocamlfind question on cygwin Alan Schmitt
2009-05-06 16:11 ` [Caml-list] " Dmitry Bely
2009-05-06 17:23   ` Alan Schmitt
2009-05-06 18:47     ` Gerd Stolpmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).