From: "MONATE Benjamin 205998" <Benjamin.MONATE@cea.fr>
To: "Nathaniel Gray" <n8gray@gmail.com>,
"Caml Mailing List" <caml-list@yquem.inria.fr>
Subject: Re : Findlib fails to build on OS X Leopard
Date: Thu, 17 Jul 2008 07:56:46 +0200 [thread overview]
Message-ID: <5EFD4D7AC6265F4D9D3A849CEA921919014194@LAXA.intra.cea.fr> (raw)
In-Reply-To: <aee06c9e0807161817s217d7b4ax6875043567db3e04@mail.gmail.com>
Hi,
> 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//" || ...
We had the same problem in Frama-C configure.in files and fixed it by replacing
this test by
OCAMLLIB=`ocamlc -where | tr -d '\\r'`
Hope this helps,
Benjamin
next prev parent reply other threads:[~2008-07-17 5:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-17 1:17 Nathaniel Gray
2008-07-17 5:56 ` MONATE Benjamin 205998 [this message]
2008-07-23 14:48 ` [Caml-list] " Gerd Stolpmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5EFD4D7AC6265F4D9D3A849CEA921919014194@LAXA.intra.cea.fr \
--to=benjamin.monate@cea.fr \
--cc=caml-list@yquem.inria.fr \
--cc=n8gray@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox