Hi Everyone,<div>  When I compile llvm 2.8 with the option --disable-optimized --enable-assertions on </div><div>Leopard with Ocaml 3.11, I get the following fatal error when it starts to build </div><div>the ocaml docs.</div>
<div><br></div><div><div>llvm[1]: Installing HTML documentation</div><div>llvm[1]: Building ocamldoc documentation</div><div>llvm[3]: Documenting llvm.odoc</div><div>llvm[3]: Documenting llvm_bitreader.odoc</div><div>llvm[3]: Documenting llvm_bitwriter.odoc</div>
<div>llvm[3]: Documenting llvm_analysis.odoc</div><div>llvm[3]: Documenting llvm_target.odoc</div><div>llvm[3]: Documenting llvm_executionengine.odoc</div><div>llvm[4]: Documenting llvm_scalar_opts.odoc</div><div>Fatal error: exception Failure("There are two interfaces of module Llvm_analysis.")</div>
<div>make[1]: *** [regen-ocamldoc] Error 2</div><div>make: *** [install] Error 1</div></div><div><br></div><div>This error does not happen when I install in Release mode or Debug mode. It only happens </div><div>when building llvm with Debug+Asserts enabled. Thanks.</div>
<div><br></div><div>George</div>