ocaml-installer icon indicating copy to clipboard operation
ocaml-installer copied to clipboard

ocamlmklib and flexlink

Open wintersteiger opened this issue 9 years ago • 0 comments

Not sure this is an installer issue, or a general ocaml issue. I installed 32-bit ocaml via the installer package and it seems ocamlmklib and flexlink aren't fully compatible:

 > ocamlmklib -g -o stuff -I stuff -L stuff
flexlink: unknown option `-g'.
...

> which ocamlmklib
/cygdrive/c/OCaml/bin/ocamlmklib
> which flexlink
/cygdrive/c/OCaml/bin/flexlink
> ocamlmklib -version
ocamlmklib, version 4.02.3

wintersteiger avatar Feb 15 '16 15:02 wintersteiger