Well I got the paths straightened and configure finds sqlite and I think I have zlib (zlib.h?) installed but I am now receiving an error from the DOS shell of XP: "The NTDVM CPU has encountered an illegal instruction" when configure executes the line
ocamlc -c "cc" -copt "-fPIC -DPIC _DNATIVE -o zlibstubs.o " zlibstubs.c
My research on the error suggests that ocamlc is making a memory request outside the 1MB boundary XP gives 16-bit programs or that ocamlc is trying to directly access hardware. I tried forcing the 32-bit DOS shell and starting cygwin within that but received the same error. If this is indeed a system error I guess I am stuck. Any ideas?
td
|