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

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to