On Wed, Apr 16, 2008 at 04:25:43PM +0530, Kapil Hari Paranjape wrote: > The gc_approx and update_approx binaries fail with the error > message: > Fatal error: cannot load shared library dllpcre_stubs > Reason: dllpcre_stubs.so: cannot open shared object file: No such file > or directory > > I notice that on "arm" the ocaml-base-nox is still an additional > dependency of this package as compared with "i386". Perhaps this > indicates that the package still has some part which is byte-compiled > and that is causing it to fail.
Thanks for the report, I've confirmed it. OCaml doesn't support native-code compilation on ARM as of 3.10.1, so all of the approx executables are bytecode. But the problem is that I wasn't correctly linking gc_approx and update_approx in "custom runtime" mode, because I forgot that they required those DLLs at runtime. -- Eric Cooper e c c @ c m u . e d u -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

