Posts Tagged ‘ocaml’

Linking ncurses with Ocaml

Tuesday, January 27th, 2009

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