Hi:
 
I've a problem when trying to compile my code in CAML. When I use the interpreter (windows interface) every thing is ok and I got no errors. But when I go to MS-Dos and try to execute this command line:
 
C:\CAML\BIN>camlc -o my.exe my.ml
 
I got this error:
Exiting due to signal SIGSEGV
General Protection Fault at eip=00010c18
eax=ffc90000 ebx=00000000 ecx=000002dd edx=ffc90000 esi=00001000 edi=00000009
ebp=000620b4 esp=000620a4 cs=01f7 ds=01ff es=01ff fs=01cf gs=020f ss=01ff
Call frame traceback EIPs:
  0x00010c18
  0x00010b95
  0x000066a0
  0x00004321
  0x00004357
  0x0000824c
  0x00002197
  0x0000e737
 
Wath's the problem? Is a SO error? How can I fix it?
 
Im using CAML Light 0.74.
 
Thanks for all.