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' (from the log: /usr/src/irextools-0.3/conftest.c:19: undefined reference to `_sqlite3_open'). Then it says it can't find -lsqlite3 (from the log: /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lsqlite3). I dont' know if the next error is related to sqlite but the log indicates a failure to compile CamlPDF. I am working in the Cygwin environment, and I have installed windows version of objective Caml and sqlite. Has anyone been successful in getting the program to run in Windows?
|