On Thu, May 19, 2011 at 09:19:26PM +0800, haihao shen wrote:
> I installed OCaml 3.11.2 via "./configure && make world && make bootstrap &&
> make opt && make opt.opt && sudo make install", and then installed CIL via
> "./configure && make && sudo make install".
> 
> However, when I executed the command "ocamlfind ocamlopt -package cil", the
> error mesage was omitted: ocamlfind: Package `cil' not found. However, the
> command "ocamlfind ocamlopt -package unix" was sucessful. I am wondering
> whether I missed some configure to during installation. Is there any
> suggestion for this issue?

You need to do "sudo make install-findlib" (make install does not invoke
ocamlfind by default).

Regards,
-- 
Gabriel

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to