caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Alain Frisch <frisch@clipper.ens.fr>
To: Gerd Stolpmann <info@gerd-stolpmann.de>
Cc: ocaml <caml-list@inria.fr>
Subject: Re: [Caml-list] How to use pcre (3)
Date: Fri, 7 Sep 2001 00:14:20 +0200 (MET DST)	[thread overview]
Message-ID: <Pine.GSO.4.04.10109070005110.3937-100000@clipper.ens.fr> (raw)
In-Reply-To: <01090623430915.02716@ice>

On Thu, 6 Sep 2001, Gerd Stolpmann wrote:

> ocamlfind makes only a difference if the pcre installation contains a so-called
> META file

This is not the case for the pcre distribution, but it is easy to add this
file after the installation. On the system where I'm in charge of
installing ocaml and related software for many users, I find it
comfortable to findlib-ize all the packages. For instance, a META file
for Pcre is:

version = "4.2.7"
requires = ""
archive(byte) = "pcre.cma"
archive(native) = "pcre.cmxa"

(I do the same for instance for lablgtk)

Of course, it would be easier if all the packages were findlib compliant 
(it's usually strightforward to add the installation/desinstallation
rules and the META file) ...

-- 
  Alain Frisch

-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


      parent reply	other threads:[~2001-09-06 22:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-06 13:03 [Caml-list] How to use pcre Johann Spies
2001-09-06 13:29 ` Markus Mottl
2001-09-06 13:44   ` Johann Spies
2001-09-06 14:21   ` [Caml-list] How to use pcre (2) Johann Spies
2001-09-06 14:45     ` Markus Mottl
2001-09-06 19:51       ` [Caml-list] How to use pcre (3) Johann Spies
2001-09-06 21:12         ` Nicolas George
2001-09-06 21:23         ` Markus Mottl
2001-09-07  6:59           ` Johann Spies
2001-09-06 21:28         ` Gerd Stolpmann
2001-09-06 21:55           ` Markus Mottl
2001-09-06 22:14           ` Alain Frisch [this message]

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=Pine.GSO.4.04.10109070005110.3937-100000@clipper.ens.fr \
    --to=frisch@clipper.ens.fr \
    --cc=caml-list@inria.fr \
    --cc=info@gerd-stolpmann.de \
    /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;
as well as URLs for NNTP newsgroup(s).