Closed samoht closed 8 years ago
Hopefully fixed with https://github.com/fdopen/opam-repository-mingw/commit/2b929bbb391db706524d9be67555847c6bf35f3c The culprit is probably https://github.com/fdopen/opam-repository-mingw/commit/2b929bbb391db706524d9be67555847c6bf35f3c#diff-5d37b1330a4be9bf3f496d2ce92a162aR56 If gcc and the cygwin development files are installed and the configure scripts adds the result to the library search path, flexlink will try to link the wrong library.
Perhaps I should install a programs called gcc
,ar
,cpp
, etc. to $(opam config var bin) during installation, in order to hide wrong programs.
See https://ci.appveyor.com/project/avsm/ocaml-github/build/1.0.24#L474
Any idea what that means?