From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id E246FBB83 for ; Sun, 28 May 2006 23:20:41 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k4SLKfIc006763 for ; Sun, 28 May 2006 23:20:41 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id XAA06987 for ; Sun, 28 May 2006 23:20:40 +0200 (MET DST) Received: from irma.motion-twin.com (ns0.motion-twin.com [213.186.50.39]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k4SLKeFn006760 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Sun, 28 May 2006 23:20:40 +0200 Received: from [82.225.176.25] (helo=[192.168.0.1]) by irma.motion-twin.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.54) id 1FkSgh-0006D4-PS for caml-list@inria.fr; Sun, 28 May 2006 23:20:39 +0200 Message-ID: <447A156A.3070905@motion-twin.com> Date: Sun, 28 May 2006 23:26:02 +0200 From: Nicolas Cannasse User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: caml-list@inria.fr Subject: Mac x86 shared libraries Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 447A1429.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 447A1428.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; cannasse:01 ncannasse:01 motion-twin:01 compiler:01 ocaml:01 dllunix:01 unix':01 ocaml:01 cvs:01 undefined:01 supported:01 nicolas:02 nicolas:02 dynamic:03 library:03 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Hi, One of the users of the haXe compiler (http://haxe.org) is trying to run the install script on a new Macbook. He gets the following error : ocaml install.ml Cannot load required shared library dllunix. Reason: dynamic loading not supported on this platform. Reference to undefined global `Unix' He checked on OCaml CVS and same error. Any idea ? Nicolas