Hi,

I am trying to build my Ocaml toplevel for CIL. I am using CIL as a library and what I normally do to compile CIL together with my code is:

ocamlopt -c -I obj/x86_DARWIN/ main_new2.ml
ocamlopt -ccopt -Lobj/x86_DARWIN/ -o main /opt/local/lib/ocaml/ unix.cmxa /opt/local/lib/ocaml/str.cmxa obj/x86_DARWIN/cil.cmxa main_new2.cmx

Who can I do it to make my own toplevel?

Thanks in advanced.
 Regards,

---------------------
André Passos

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to