Quote:
Originally Posted by tjdean256
Trying to compile irextools 0.3 in Windows XP, but am receiving errors in the configure step. Configure first complains about an undefined reference to 'sqlite3_open'
|
That means that it doesn't find SQLite3 for a C test program, O'Caml isn't involved yet. Have you tried to set the LDFLAGS environment variable?
Quote:
Originally Posted by tjdean256
I dont' know if the next error is related to sqlite but the log indicates a failure to compile CamlPDF.
|
That's separate. CamlPDF doesn't need SQLite3. Have you installed zlib? AFIAK, that's the only library CamlPDF uses.