From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <5764c029b688c1c0d24a2e97cd764f@gmail.com> 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 8F4C87EE4B for ; Tue, 1 Oct 2013 14:40:06 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of 5764c029b688c1c0d24a2e97cd764f@gmail.com) identity=pra; client-ip=209.85.215.182; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="5764c029b688c1c0d24a2e97cd764f@gmail.com"; x-sender="5764c029b688c1c0d24a2e97cd764f@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of 5764c029b688c1c0d24a2e97cd764f@gmail.com designates 209.85.215.182 as permitted sender) identity=mailfrom; client-ip=209.85.215.182; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="5764c029b688c1c0d24a2e97cd764f@gmail.com"; x-sender="5764c029b688c1c0d24a2e97cd764f@gmail.com"; 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-ea0-f182.google.com) identity=helo; client-ip=209.85.215.182; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="5764c029b688c1c0d24a2e97cd764f@gmail.com"; x-sender="postmaster@mail-ea0-f182.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlUGADbCSlLRVde2m2dsb2JhbABagh+BIMMDFg4BAQEBAQYLCwkUKIJsARscAgMSEBYWGAMCAQIBEREBBQEiDQgCh28BAw8EmyODA4xSgwqEJwoZJw1kiQABBQyNdoV4A5d/hjOJXEGETw X-IPAS-Result: AlUGADbCSlLRVde2m2dsb2JhbABagh+BIMMDFg4BAQEBAQYLCwkUKIJsARscAgMSEBYWGAMCAQIBEREBBQEiDQgCh28BAw8EmyODA4xSgwqEJwoZJw1kiQABBQyNdoV4A5d/hjOJXEGETw X-IronPort-AV: E=Sophos;i="4.90,1013,1371074400"; d="scan'208";a="28695918" Received: from mail-ea0-f182.google.com ([209.85.215.182]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 01 Oct 2013 14:40:06 +0200 Received: by mail-ea0-f182.google.com with SMTP id o10so3360754eaj.41 for ; Tue, 01 Oct 2013 05:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=Sml6UgDKWztMfET7qX4a8F8uT8EnbMAhOYJNqEFcOvU=; b=vueTU1hMDdr3+n06fxkO33/J8+dedL2NrLxoc2zPCht9CDN+YHMN4En5naE4bYgr+r ARReYFsh8txJV6h5sHk9mJcsiUBYGZnNDQY1HJHHr5kLMmaHKikhTTLZ/IxLxEw/OLUV cvj0aGoPUp/QpLOWp06ziEU2ZQ6ZM1QqBshKNjYk412ShtpQ8z6Lfz1cf7M1oWaOniUF l6Ip5OwVmQ2V9wQqd2Py2IR6qdpIM2910liWE+0mB2nVGCsl4m91a9kIUo6x8MSA6EPh ZCJXV21GNRI2LtOhkJkghGUNyXiaM1sS3EGCLXuj0iOT81pN0SdpueTyc1CAHKqW+Yh5 ujlg== X-Received: by 10.14.100.138 with SMTP id z10mr2595405eef.74.1380631205645; Tue, 01 Oct 2013 05:40:05 -0700 (PDT) Received: from [172.27.6.175] ([213.106.240.92]) by mx.google.com with ESMTPSA id x47sm12820866eea.16.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 05:40:05 -0700 (PDT) Message-ID: <524AC2A5.8040300@gmail.com> Date: Tue, 01 Oct 2013 13:40:05 +0100 From: Matej Kosik <5764c029b688c1c0d24a2e97cd764f@gmail.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: caml-list X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Caml-list] mktop, threads and batteries: inconsistent assumptions Dear all, I have started to use ocamlmktop, but I noticed an odd thing. These things work: ocamlfind mktop -o top -thread -package threads -linkpkg ocamlfind mktop -o top -vmthread -package threads -linkpkg ocamlfind mktop -o top -thread -package threads,batteries -linkpkg but this doesn't: ocamlfind mktop -o top -vmthread -package threads,batteries -linkpk File "/tmp/findlib_initl73e59e.ml", line 1, characters 0-1: Error: Files /usr/lib/ocaml/batteries/batteries.cma(BatRMutex) and /usr/lib/ocaml/vmthreads/threads.cma(Thread) make inconsistent assumptions over interface Thread (I have tried Ocaml provided by Debian as well as GODI) I would like to ask, if this is something to be expected (?)