Browse thread
[Caml-list] Can't find Pervasives.cmi (3.07, MinGW, Win2000)
-
Tom Hawkins
-
Alan Schmitt
-
Tom Hawkins
- Alan Schmitt
- Jason Hickey
-
Tom Hawkins
- Xavier Leroy
-
Alan Schmitt
[
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: | Alan Schmitt <alan.schmitt@p...> |
| Subject: | Re: [Caml-list] Can't find Pervasives.cmi (3.07, MinGW, Win2000) |
* Tom Hawkins (tom@launchbird.com) wrote: > I let it pick the default directory, "C:\Program Files\Objective > Caml\", and then I set OCAMLLIB to values such as: > /cygdrive/c/Program\ Files/Objective\ Caml/ > > Again, I'm unclear if OCAMLLIB is needed with win2000. > > I don't think it's a Cygwin directory path problem, because I get the > same error when I run ocamlc from a windows command prompt. Have you tried a path without spaces in it ? I've read that it can cause problems (imagine escaping spaces with backslashes under windows ...). Alan -- The hacker: someone who figured things out and made something cool happen.