caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Markus Mottl <markus@oefai.at>
To: Mary Fernandez <mff@research.att.com>
Cc: caml-list@inria.fr, markus@oefai.at
Subject: Re: [Caml-list] native code compilation of pcre
Date: Mon, 19 Jul 2004 12:19:31 +0200	[thread overview]
Message-ID: <20040719101931.GA9889@fichte.ai.univie.ac.at> (raw)
In-Reply-To: <1090002403.3979.141.camel@lt-mff.research.att.com>

On Fri, 16 Jul 2004, Mary Fernandez wrote:
> I am able to link and use pcre.cmo/x just fine
> but want to create a library in which the pcre_stubs
> is linked statically into pcre.cmxa and then subsequent
> links into other libraries do not require pcre_stubs.

You just need to compile PCRE that way (see INSTALL-file):

  make STATIC=y

This will create a library which has pcre_stubs linked statically into
the library.

Regards,
Markus

-- 
Markus Mottl          http://www.oefai.at/~markus          markus@oefai.at

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      reply	other threads:[~2004-07-19 10:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-16 18:26 Mary Fernandez
2004-07-19 10:19 ` Markus Mottl [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=20040719101931.GA9889@fichte.ai.univie.ac.at \
    --to=markus@oefai.at \
    --cc=caml-list@inria.fr \
    --cc=mff@research.att.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;
as well as URLs for NNTP newsgroup(s).