On 11/12/08, Gerd Stolpmann <[EMAIL PROTECTED]> wrote: > > Am Dienstag, den 11.11.2008, 02:56 -0800 schrieb sleeping dragon: <snip> >> GODI fails while building findlib, with the same error as reported in >> this post here: >> >> https://godirepo.camlcity.org/pipermail/godi-list/2006-January/002064.html > > There should be a file ocargs.log in the same directory where findlib is > being built. This file contains the real error message. > > It is hard to say anything about this issue without knowing this. Back > in 2006, the problem was a missing compiler switch for compiling the > extract_args program, and so the program could not be started on some > platforms. Today it is probably something different.
Thank you! It was entirely my fault - $OCAMLLIB was set to the wrong value (my system's setup, nothing to do with GODI). After seeing the error message in ocargs.log (something about a corrupted .cma file), I set OCAMLLIB=/prefix/godi/lib/ocaml/std-lib and it worked (with a complete rebuild in the middle, because I had last build the MinGW version, and I expect I'll have more luck with the Cygwin-dependent one for now). Thankyou very much for your time, and for creating this excellent build system. :) -- --jude hungerford. _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
