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=1.1 required=5.0 tests=AWL,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 discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 3EC97BC69 for ; Wed, 28 Mar 2007 22:39:31 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2SKdUnC005750 for ; Wed, 28 Mar 2007 22:39:31 +0200 Received: by ug-out-1314.google.com with SMTP id k3so370560ugf for ; Wed, 28 Mar 2007 13:39:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=jUaDl1dEOZUsZyO17+9sePuUAwSBazUw15AtL9eMRtQkcBdagIfbkIvgxWtk959o5vbcswfPRFga2EpcpP5IrRRYz4KLHwj72/8hRze1n+aRGPkZWTu9lG60VvX3GhJsM1XRk0KBKO4b9dcR820fuhleXkr4zv13euK4SFgBs6M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=Ef9n2dS3NxgKsRux7x34IqgVFk74LE34UqvOE3N6ffOCLuAmHP8d4ihuK1uUkJWTapQsSUhz/h6YB6VsB708xxmF4SVYmxkBza0w3ZX6QlYpbT9E1+UQZ9ouLZR4Eek/iSP4N0sqjLuqOTXgqhK3606SBYzY/qfnAEXNazzYpgw= Received: by 10.67.101.8 with SMTP id d8mr863259ugm.1175114370163; Wed, 28 Mar 2007 13:39:30 -0700 (PDT) Received: from ?192.168.1.34? ( [88.8.239.112]) by mx.google.com with ESMTP id k28sm1467522ugd.2007.03.28.13.39.27; Wed, 28 Mar 2007 13:39:29 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Caml List From: Joel Reymont Subject: No caml_startup in 3.10? Where is it? Date: Wed, 28 Mar 2007 21:39:22 +0100 X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 460AD282.000 on discorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at discorde with ID 460AD282.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; dyld:01 dyld:01 referenced:01 fib:01 caml:02 caml:02 startup:05 startup:05 namespace:07 function:08 cgi:90 example:10 folks:11 trap:11 error:12 Folks, I cannot run the example on this page: http://sciruby.codeforpeople.com/sr.cgi/ProjectIdeas/RubyOCaml I get ruby testfib.rb dyld: NSLinkModule() error dyld: Symbol not found: _caml_startup Referenced from: ./fib.bundle Expected in: flat namespace Trace/BPT trap What is the function that needs to be called instead of caml_startup in 3.10? Thanks, Joel -- http://wagerlabs.com/