Quote:
Originally Posted by thomega
configure doesn't find the CamlPDF library. You have to invoke it with
./configure --with-ocaml-sqlite3=build --with-camlpdf=build
in order to instruct it to download the sources of OCaml-SQLite3 (SQLite3 bindings for O'Caml, not part of SQLite3) and CamlPDF.
BTW:
./configure --help
explains that, but my suggestion to
./configure --help
./configure [options]
make
at the end of INSTALL are apparently not persuasive enough  .
|
Thanks. I did not see that --with-ocaml-... accepts a build option. Now everything build correctly.
However, unless I again did something stupid, the makefile does not install the binaries into $binbir directory.