I cannot reproduce the error.

You can try this to get more information: uncomment the "set -x" at the
start of the configure script. Then try to start it like

./configure -bindir /home/thc/local/godi/bin \
            -mandir /home/thc/local/godi/man 
            -sitelib /home/thc/local/godi/lib/ocaml/pkg-lib \
            -config /home/thc/local/godi/etc/findlib.conf

(Of course with the same PATH setting you did for bootstrap_stage2.)

That should output a bit more.

Gerd

Am Freitag, den 31.10.2008, 14:56 +0100 schrieb Guillaume Yziquel:
> Hello, list.
> 
> I've been trying to install godi on a virtual machine, unsing cygwin +
> mingw. However, in bootstrap_stage2, I get the following error:
> 
> ===> Configuring for godi-findlib-1.2.3
> Welcome to findlib version 1.2.3
> Configuring core...
> Cygwin build environment found; using .exe as suffix for binaries
> configure: cannot determine ocaml's standard library directory
> Error: Exec error:
> File /home/thc/local/godi/build/godi/godi-findlib/./../../mk/bsd.pkg.mk,
> Error: Exec error:
> File /home/thc/local/godi/build/godi/godi-findlib/./../../mk/bsd.pkg.mk,
> Error: Command fails with code 1: godi_console
> Failure!
> 
> I guess it's get_stdlib that doesn't work fine...
> 
> > ocaml_core_stdlib=`get_stdlib`
> > if [ ! -d "$ocaml_core_stdlib" ]; then
> >    echo "configure: cannot determine ocaml's standard library
> directory" 1>&2
> >     exit 1
> > fi
> 
> Guillaume Yziquel.
> 
> P.S.: Please keep my address in To: or Cc: when replying. 
> _______________________________________________
> Godi-list mailing list
> [email protected]
> https://godirepo.camlcity.org/mailman/listinfo/godi-list
-- 
------------------------------------------------------------
Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany 
[EMAIL PROTECTED]          http://www.gerd-stolpmann.de
Phone: +49-6151-153855                  Fax: +49-6151-997714
------------------------------------------------------------


_______________________________________________
Godi-list mailing list
[email protected]
https://godirepo.camlcity.org/mailman/listinfo/godi-list

Reply via email to