Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ocamldep -modules a.ml > a.ml.depends
  2. + ocamldep -modules a.ml > a.ml.depends
  3. cygwin warning:
  4. MS-DOS style path detected: T:\cygwin\lib\ocaml/ld.conf
  5. Preferred POSIX equivalent is: /usr/lib/ocaml/ld.conf
  6. CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  7. Consult the user's guide for more details about POSIX paths:
  8. http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
  9. ocamlc -c -dtypes -o a.cmo a.ml
  10. ocamlc a.cmo -o a.byte
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement