View Single Post
Old 01-15-2009, 04:19 PM   #19
Viacheslav
Connoisseur
Viacheslav doesn't litterViacheslav doesn't litter
 
Posts: 59
Karma: 136
Join Date: Dec 2008
Device: iRex DR1000
Quote:
Originally Posted by thomega View Post
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.
Viacheslav is offline   Reply With Quote