caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* pervasives.cmi is not a compiled interface
@ 2008-09-11 10:20 Joel Reymont
  2008-09-11 10:44 ` pervasives.cmi is not a compiled interface (solved) Joel Reymont
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Reymont @ 2008-09-11 10:20 UTC (permalink / raw)
  To: caml-list

This must be a simple issue but I can't figure it out.

I built ocaml from source using 'make world.opt'.

I'm using ocamlbuild as my build system.

cat build.sh
#!/bin/sh

ocamlbuild -classic-display $*

./build.sh src/test.byte

/usr/local/bin/ocamlopt.opt -I /usr/local/lib/ocaml/ocamlbuild  
unix.cmxa /usr/local/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa  
myocamlbuild.ml /usr/local/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o  
myocamlbuild
+ /usr/local/bin/ocamlopt.opt -I /usr/local/lib/ocaml/ocamlbuild  
unix.cmxa /usr/local/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa  
myocamlbuild.ml /usr/local/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o  
myocamlbuild
/usr/local/lib/ocaml/pervasives.cmi is not a compiled interface
Command exited with code 2.

What am I doing wrong?

	Thanks, Joel

--
wagerlabs.com






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

end of thread, other threads:[~2008-09-11 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-11 10:20 pervasives.cmi is not a compiled interface Joel Reymont
2008-09-11 10:44 ` pervasives.cmi is not a compiled interface (solved) Joel Reymont
2008-09-11 13:02   ` [Caml-list] " Nicolas Pouillard

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).