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 96F3DBC69 for ; Wed, 28 Mar 2007 22:44:53 +0200 (CEST) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2SKirKv006598 for ; Wed, 28 Mar 2007 22:44:53 +0200 Received: by mu-out-0910.google.com with SMTP id w9so3467264mue for ; Wed, 28 Mar 2007 13:44:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=lVUoUXkEZD8Oc79hMWiwk08rhjW2itkEs2dXfyLXE7sc1/0amViKfFEYcyXVqEZ/dg7J435ftobzdI8c0nI5DlvOjCUd+X6KYK7ndkIgXTmOMWWJ5RBOpnoEjouIeBLOsHfySaRVzJHBSEsMhzSgmzzmxPHDgMf1GE/QzrA5aZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=dGnCRsKuVG8nioQzMXXFeh1QPg5YYEwjXgbJRZW51667unheXh52CPrWenX69+9UYU4NTDz5zWmb81o20mjwsY9K9+mSesw35BnSe0yHNMisTD/2NxV+b0Tr5O/Jz9Qe8+23bgsdkdvlJCQaxUfN9utxr9ADn14WoVXjn2d83PQ= Received: by 10.82.163.13 with SMTP id l13mr19697853bue.1175114691466; Wed, 28 Mar 2007 13:44:51 -0700 (PDT) Received: from ?192.168.1.34? ( [88.8.239.112]) by mx.google.com with ESMTP id k24sm27847089nfc.2007.03.28.13.44.49; Wed, 28 Mar 2007 13:44:50 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Joel Reymont Subject: Re: No caml_startup in 3.10? Where is it? Date: Wed, 28 Mar 2007 21:44:47 +0100 To: Caml List X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 460AD3C5.000 on discorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at discorde with ID 460AD3C5.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; libasmrun:01 libasmrun:01 libcamlrun:01 libcamlrun:01 ocaml:01 dyld:01 dyld:01 28,:98 2007,:98 wrote:01 referenced:01 grep:01 grep:01 fib:01 caml:02 I followed the instructions [1] on Ubuntu Edgy and got the same error. The symbols do exist which makes the problem more baffling. nm libasmrun.a |grep startup libasmrun.a(startup.o): 000003dd T _caml_startup nm libcamlrun.a |grep startup libcamlrun.a(startup.o): 00000aa2 T _caml_startup_code Can someone with Ocaml 3.9.x run through the example to see if it's a 3.10 issue? Thanks, Joel [1] http://sciruby.codeforpeople.com/sr.cgi/ProjectIdeas/RubyOCaml On Mar 28, 2007, at 9:39 PM, Joel Reymont wrote: > ruby testfib.rb > dyld: NSLinkModule() error > dyld: Symbol not found: _caml_startup > Referenced from: ./fib.bundle > Expected in: flat namespace > > Trace/BPT trap -- http://wagerlabs.com/