Browse thread
Compiling latest cvs version of ocaml on cygwin
- George Necula
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | George Necula <necula@e...> |
| Subject: | Compiling latest cvs version of ocaml on cygwin |
I am trying to compile the latest cvs version of ocaml sources on cygwin. I get the following error messag: cd camlp4; make all make[1]: Entering directory `/cygdrive/c/Programs/ocaml-cvs-cygwin/camlp4' ../boot/ocamlrun -I ../otherlibs/unix -I ../otherlibs/win32unix ../ocaml -I ../stdlib -I ../otherlibs/unix build/build.ml Cannot load required shared library dllunix. Reason: dynamic loading not supported on this platform. Reference to undefined global `Unix' Does anybody know if there is an easy fix? BTW, I need the cvs version because of some fixes that did not make it in 3.09.3 Thanks, George