Line 72 of configure, you use (in the cflags) -warn-error,A This means your build is not compatible with future versions of OCaml. Suggested fix: change to -warn-error,a
Line 72 of configure, you use (in the cflags) -warn-error,A
This means your build is not compatible with future versions of OCaml.
Suggested fix: change to -warn-error,a