From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=5.0 tests=DNS_FROM_RFC_ABUSE, RCVD_IN_BL_SPAMCOP_NET,SPF_NEUTRAL autolearn=disabled version=3.1.3 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 371BBBB83 for ; Sun, 27 Aug 2006 01:47:37 +0200 (CEST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k7QNlZO4004023 for ; Sun, 27 Aug 2006 01:47:36 +0200 Received: by wx-out-0506.google.com with SMTP id s6so1317986wxc for ; Sat, 26 Aug 2006 16:47:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ts1+wkZtbvO3mH5Ld/H1zS4WGVJ7FYBu7gfPM7PpNDK6WlZP1FrMPoer05qClISzhlpDzMqkJVvTc1DajwVw1hNRHf9WWrNIbL/0KFQUjxkPeS0Lkbz9HbvSM+RXbVU3uFA1VdvI6mBqIpIaHdvW31S6w8YLdURTb2oldCRckEQ= Received: by 10.70.68.9 with SMTP id q9mr6986202wxa; Sat, 26 Aug 2006 16:47:33 -0700 (PDT) Received: by 10.70.84.13 with HTTP; Sat, 26 Aug 2006 16:47:33 -0700 (PDT) Message-ID: Date: Sun, 27 Aug 2006 11:47:33 +1200 From: "Jonathan Roewen" To: "Caml Mailing List" Subject: [Caml-list] mixing dynlink & toplevel... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-j-chkmail-Score: MSGID : 44F0DD98.000 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 44F0DD98.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; dynlink:01 toplevel:01 dynlink:01 toplevellib:01 caml-list:01 undefined:01 cma:01 mixing:07 load:08 ...:90 but:13 use:16 use:16 possible:17 reference:19 Hi, I dunno if this is possible, but: if I use Dynlink, can I later load toplevellib.cma, and use it like normal? At the moment I get undefined reference to global 'Toploop'. Jonathan