Hi, just looking at the state of the ongoing ocaml transition: building camlzip fails on bc architectures, and the failure occurs here in upstream's Makefile:
include $(shell ocamlfind ocamlc -where)/Makefile.config with message Makefile:26: /Makefile.config: No such file or directory This indicates to me that the "ocamlfind ocamlc -where" does not work as expected on bc architectures in 4.08 (it worked fine on 4.05). Unfortunately I have no time now to investigate further, maybe someone has an idea what has to be done. -Ralf.

