From: Alain Frisch <alain@frisch.fr>
To: David Allsopp <dra-news@metastack.com>
Cc: OCaml List <caml-list@yquem.inria.fr>
Subject: Re: [Caml-list] Building pcre-ocaml on OCaml 3.11.0 on MinGW
Date: Thu, 23 Apr 2009 11:30:46 +0200 [thread overview]
Message-ID: <49F03546.90001@frisch.fr> (raw)
In-Reply-To: <001801c99367$7a56e740$6f04b5c0$@com>
Hi David,
David Allsopp wrote:
> I've just had an enlightening few hours getting pcre-ocaml to compile under
> Windows
>...
> The main thing that's got me puzzled is the renaming of libpcre.dll.a and
> libpcre.a that I have to do to get the thing to link.
Thanks for investigating this issue! The current SVN version of
flexlink prefers XXX.dll.a over XXX.a. We will see whether it solves
more problems than it creates... Of course, it is always possible to
pass explicitly the complete file name instead of -lXXX.
To build and use ocaml-pcre, I've had to remove the "-I /usr/include"
from this line in OCamlMakefile:
CFLAGS_WIN32 := -mno-cygwin -I /usr/include
Otherwise, Cygwin's headers are used instead of mingw's ones (in
/usr/include/mingw), and we get a dependency e.g. to the Cygwin symbol
_ctype_ which is not available on mingw. Have you had to do something
similar?
Alain
next prev parent reply other threads:[~2009-04-23 9:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-20 14:28 David Allsopp
2009-02-20 19:07 ` [Caml-list] " Gerd Stolpmann
2009-04-23 9:30 ` Alain Frisch [this message]
2009-04-23 10:34 ` Gerd Stolpmann
2009-04-23 11:11 ` David Allsopp
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=49F03546.90001@frisch.fr \
--to=alain@frisch.fr \
--cc=caml-list@yquem.inria.fr \
--cc=dra-news@metastack.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