I've released findlib-1.2.3 (hopefully) fixing this problem.

Gerd

Am Mittwoch, den 16.07.2008, 18:17 -0700 schrieb Nathaniel Gray:
> My colleague is trying to install GODI but it's choking on findlib
> 1.2.2.  Specifically, the command used to locate the std. lib. in
> get_stdlib is not compatible with OS X's sed:
> 
> ocamlc -where | sed "s/\r//" || ...
> 
> The version of sed included with Leopard doesn't support
> backslash-escapes like \r.  Instead, it treats '\r' just like 'r', so
> this turns '/Users/blah/...' into '/Uses/blah/...' and the std. lib.
> can't be found.
> 
> Until this bug is fixed the workaround is to install gnu sed.
> 
> Cheers,
> -n8
> 
-- 
------------------------------------------------------------
Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany 
[EMAIL PROTECTED]          http://www.gerd-stolpmann.de
Phone: +49-6151-153855                  Fax: +49-6151-997714
------------------------------------------------------------


_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to