[
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: | 2010-03-15 (14:10) |
From: | David Allsopp <dra-news@m...> |
Subject: | RE: [Caml-list] camelia on windows config problem |
Michael Hicks wrote: > I've just been playing with using camelia on Windows, since some > students in my class are using it. > > My problem is that I can't figure out how to configure Camelia to run a > non-Cygwin Ocaml. My installation puts the executables in C:\Program > Files\Objective Caml\bin, and I can redirect the configuration to look > here. But when Camelia tries to run the ocaml toplevel, it complains > that it cannot find pervasives.cmi. This is true when I also configure > the libraries to be in C:\Program Files\Objective Caml\lib\. When I run > ocaml from the terminal, it runs fine (i.e., it's able to find the .cmi > file). > > Any camelia users with ideas about what is going on? Thanks in advance! I don't use Camelia but have you set OCAMLLIB correctly? OCaml itself falls back on configured values if it's missing which might be masking an error? Have a look at the output of ocamlc -where. David