From: Peter Jolly <peter@jollys.org>
To: Roger Levy <rlevy@inf.ed.ac.uk>
Cc: caml-list <caml-list@inria.fr>
Subject: Re: [Caml-list] Building PCRE-OCaml on Win32
Date: Thu, 27 Oct 2005 21:16:55 +0100 [thread overview]
Message-ID: <436135B7.3070607@jollys.org> (raw)
In-Reply-To: <4361306F.9060208@inf.ed.ac.uk>
Roger Levy wrote:
> Installing library with ocamlfind
> ocamlfind install pcre META pcre.mli pcre.cmi pcre.cma pcre.cmxa pcre.a
> libpcre_stubs.a dllpcre_stubs.so
> ocamlfind: dllpcre_stubs.so: No such file or directory
This is your problem. It is attempting to install a .so file, which
_cannot_ exist, since (a) Cygwin uses .dll for shared libraries rather
than .so, and (b) the Cygwin port of OCaml does not support shared
libraries in any case.
Rebuild PCRE for static linking only, and it should install happily.
next prev parent reply other threads:[~2005-10-27 20:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-27 19:54 Roger Levy
2005-10-27 19:58 ` [Caml-list] " Gerd Stolpmann
2005-10-27 20:06 ` Roger Levy
2005-10-27 20:16 ` Peter Jolly [this message]
2005-10-27 21:30 ` Roger Levy
2005-11-08 2:44 ` Igor Pechtchanski
-- strict thread matches above, loose matches on Subject: below --
2004-05-13 22:32 HENRIKSON, JEFFREY
2004-05-11 19:43 brian donovan
2004-05-12 17:25 ` Markus Mottl
2004-05-15 12:31 ` Eugene Kotlyarov
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=436135B7.3070607@jollys.org \
--to=peter@jollys.org \
--cc=caml-list@inria.fr \
--cc=rlevy@inf.ed.ac.uk \
/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