-custom option of ocamlc 4.01.0 on Windows
Denis Setecordas <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
Hello everybody, After I have done the most recent upgrade of OCAML 4.01.0 (sep 2013) on my PC (Windows 7), a lot of piece of my code does not LINK anymore when the -custom option is used. The ocamlc output is some thing like that: ----------------------------------------------------------------------------------------------------------------- ocamlc -custom odot_version.cmo odot_lexer.cmo odot_parser.cmo odot.cmo test.ml -o ../../bin/testodot.exe ** Cannot resolve symbols for C:\OCaml\lib\libcamlrun.a(md5.o): ___chkstk_ms ** Cannot resolve symbols for C:\OCaml\lib\libcamlrun.a(sys.o): ___chkstk_ms ** Cannot resolve symbols for C:\OCaml\lib\libcamlrun.a(freelist.o): ___chkstk_ms File "test.ml", line 1: Error: Error while building custom runtime system makefile:36: recipe for target `../../bin/testodot.exe' failed make: *** [../../bin/testodot.exe] Error 2 ----------------------------------------------------------------------------------------------------------------- I haven´t found report on the same issue in this forum. Somebody heard about compability problems of "ocamlc -custom" option in version ocamlc 4.01.0 for Windows distribution? thanks in advance for the update. Best regards Denis