View Single Post
Old 01-22-2009, 12:00 PM   #34
tjdean256
Zealot
tjdean256 is on a distinguished road
 
Posts: 138
Karma: 70
Join Date: Jan 2009
Location: Louisiana
Device: irex dr1000s; Pocket edge
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
tjdean256 is offline   Reply With Quote