View Single Post
Old 11-25-2008, 02:37 PM   #5
adi
Enthusiast
adi began at the beginning.
 
Posts: 34
Karma: 36
Join Date: Oct 2008
Device: irex digital reader
Quote:
Originally Posted by thomega View Post
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.
adi is offline   Reply With Quote