./configure
make world
make opt
make install
when I try to start the interactive shell i get:
$ ocaml
Objective Caml version 3.10.0
Fatal error: exception Env.Error(_)
Or when I try to compile a file with only Printf.printf "Hello!" i
get:
$ ocamlopt teste.ml -o teste.exe
Corrupted compiled interface
C:\Arquivos de programas\Objective Caml\lib/pervasives.cmi
Do you have any idea on what can be happening ?
Maybe there's a problem because I also have native ocaml installed ?
(I am forcing the current directory version with ./ocaml though)
Thanks in advance,
weber