From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 3957F81792 for ; Wed, 19 Jun 2013 18:32:56 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of adrien@notk.org) identity=pra; client-ip=91.121.71.147; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="adrien@notk.org"; x-sender="adrien@notk.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of adrien@notk.org designates 91.121.71.147 as permitted sender) identity=mailfrom; client-ip=91.121.71.147; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="adrien@notk.org"; x-sender="adrien@notk.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@nautica.notk.org) identity=helo; client-ip=91.121.71.147; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="adrien@notk.org"; x-sender="postmaster@nautica.notk.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao4FAGLcwVFbeUeT/2dsb2JhbABagwmDE2m8GYEAFnSCJAEFI1YQCw4MAgUTDgICDwUYMYglqh+RPYEmjhwHgk0zYQOXQAGRRIMROg X-IPAS-Result: Ao4FAGLcwVFbeUeT/2dsb2JhbABagwmDE2m8GYEAFnSCJAEFI1YQCw4MAgUTDgICDwUYMYglqh+RPYEmjhwHgk0zYQOXQAGRRIMROg X-IronPort-AV: E=Sophos;i="4.87,898,1363129200"; d="scan'208";a="18324203" Received: from nautica.notk.org ([91.121.71.147]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 19 Jun 2013 18:32:55 +0200 Received: by nautica.notk.org (Postfix, from userid 1003) id 2D0C5C009; Wed, 19 Jun 2013 18:32:55 +0200 (CEST) Date: Wed, 19 Jun 2013 18:32:55 +0200 From: Adrien Nader To: David Allsopp Cc: Markus Mottl , OCaml List Message-ID: <20130619163255.GA27108@notk.org> References: <004c01ce6cfa$63423430$29c69c90$@metastack.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [Caml-list] Building pcre-ocaml 7.0.2 on MinGW Hi, I haven't tried anything with pcre but generally-speaking, these foo-config need to die in favor of pkg-config. My linux installation has around 70 of them and they all duplicate the same functionality, usually badly. Hopefully, there is pkg-config support for pcre and the best thing to do is probably to change the bindings to use pkg-config instead of pcre-config. The arguments are the same so it should be fairly painless (you only have to call "pkg-config libpcre" instead of "pcre-config"). Hope this helps, Adrien Nader