From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id q1H6m2m9029582 for ; Fri, 17 Feb 2012 07:48:02 +0100 X-IronPort-AV: E=Sophos;i="4.73,434,1325458800"; d="scan'208";a="131768625" Received: from laubervilliers-153-53-15-167.w217-128.abo.wanadoo.fr (HELO [192.168.1.171]) ([217.128.142.167]) by mail4-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 17 Feb 2012 07:47:56 +0100 From: "Alan Schmitt" To: caml-list Date: Fri, 17 Feb 2012 07:47:57 +0100 Message-ID: <74F89B4A-9C34-4A33-8DAA-8A12CF9EF03B@polytechnique.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; markup=markdown Content-Transfer-Encoding: 8bit X-Mailer: MailMate Trial (1.4r2702) Subject: Re: [Caml-list] state of native dynlink on os x Hello, Following a suggestion by Daniel Bünzli, I used the minimum example from http://caml.inria.fr/mantis/view.php?id=5093 then I can see that native dynlink does work. However two questions remain. I get `ld: warning: -read_only_relocs cannot be used with x86_64` each time I link natively. Does this mean I should reopen http://caml.inria.fr/mantis/view.php?id=4863 (the patch there is applied to my version of caml)? Also, when running why3, I get some undefined symbols (_camlRandom, _camlParsing, _camlString). Where are these symbols defined? Thanks, Alan