-
Archives
-
Meta
Tag Archives: ocaml
Linking ncurses with Ocaml
Just a quick reminder to myself to remember to pass a -linkpkg flag on all when compiling sources using linked c libraries. ocamlfind ocamlc -package unix,curses -linkpkg -o scr scr.ml