Quote:
Originally Posted by thomega
Have you installed CamlPDF? Judging from the message, configure doesn't find it...
|
I found the Camlpdf (although its homepage no longer exists). It builds fine and produces its helloworld pdf.
BUT, How do I install it? There is no make install target in camlpdf and my attempts to copy it to /usr/lib/ocaml did not help. Finally I simply copied ocamlpdf to the irextools dir and the error changed to
Code:
checking for library containing sqlite3_open... -lsqlite3
configure: checking for CamlPDF installation...
/usr/bin/ld: cannot find -lcamlpdf_stubs
collect2: ld returned 1 exit status
Error while building custom runtime system
configure: error: compilation of CamlPDF test program failed
See `config.log' for more details.