From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 110577F77F for ; Sun, 1 Mar 2015 14:37:00 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of whitequark@whitequark.org) identity=pra; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of whitequark@whitequark.org designates 176.58.103.125 as permitted sender) identity=mailfrom; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.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@mail.whitequark.org) identity=helo; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="postmaster@mail.whitequark.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A2CgAkFfNU/31nOrBAGoNUgxWJe6F+AQEBAQEBBpJchSVJAoFfAQEBAQEBfIQQAQU4Aj8QBAcYLiELKwYTCIgTAxUJN85dDYUzDCCGBoNwgRyCRIIqB4QrBYpYiQCEH4Mbi3yGCyODcTsxAYJCAQEB X-IPAS-Result: A0A2CgAkFfNU/31nOrBAGoNUgxWJe6F+AQEBAQEBBpJchSVJAoFfAQEBAQEBfIQQAQU4Aj8QBAcYLiELKwYTCIgTAxUJN85dDYUzDCCGBoNwgRyCRIIqB4QrBYpYiQCEH4Mbi3yGCyODcTsxAYJCAQEB X-IronPort-AV: E=Sophos;i="5.09,671,1418079600"; d="scan'208";a="101696097" Received: from fehu.whitequark.org (HELO mail.whitequark.org) ([176.58.103.125]) by mail3-smtp-sop.national.inria.fr with ESMTP; 01 Mar 2015 14:36:59 +0100 Received: by mail.whitequark.org (Postfix, from userid 33) id 3E76811F682; Sun, 1 Mar 2015 13:36:58 +0000 (UTC) To: ygrek X-PHP-Originating-Script: 1000:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 01 Mar 2015 16:36:58 +0300 From: Peter Zotov Cc: OCaml List , caml-list-request@inria.fr In-Reply-To: <20150301200429.7d2c5e2b@kiwi.local.tld> References: <60828FB1-F1FA-404A-AF22-B04339DA05DB@gmail.com> <20150301200429.7d2c5e2b@kiwi.local.tld> Message-ID: <5ced2e657dadae093eb818ab6d9b0d93@whitequark.org> X-Sender: whitequark@whitequark.org User-Agent: Roundcube Webmail/1.1-beta Subject: Re: [Caml-list] How to build a library with c++ stubs On 2015-03-01 15:04, ygrek wrote: > On Fri, 27 Feb 2015 23:40:04 +0100 > Leonardo Laguna Ruiz wrote: > >> Does anyone has an example on how to build a library that uses C++ >> code? > > Here is one - > http://stackoverflow.com/questions/21728826/building-c-code-with-ocamlbuild I submitted an issue to make it better: http://caml.inria.fr/mantis/view.php?id=6798 -- Peter Zotov