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
Tags: development, 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
Tags: development, ocaml