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 concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 29A16BC6C for ; Thu, 29 Mar 2007 00:26:12 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2SMQBE0021705 for ; Thu, 29 Mar 2007 00:26:11 +0200 Received: by ug-out-1314.google.com with SMTP id k3so396690ugf for ; Wed, 28 Mar 2007 15:26:11 -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=tTgS9isNRxmCM4ZhY2tnpUugdNOr0a8xrSwnvRXeCFV6rJ6x+dO7JK1ECzJmVNyIAZSPIu1XCM8M0Pc7H5n9qOXpA8VLxqMr7EDD3Bf50E/pD2bCe54CCnBFedqRWxNSEB3gH3OIS94PKtShMC/hZdwxeAx3KAbL4jqqpFcyCf0= 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=ZByKRKnK/AQZarng0vN2tIbADBXhddi+WKsafEqPpxzisrrAAJAT71tCqwcRTZghSGWkLbdeW7TkIrWAKIak1dTMfNnNZBrWbYoXjp9/ckGczcSnhK7gAN7+Zf0KIvjd6PFua/Iuj5Q2qrKMmyUd8xfdU9TGrKxTnKraJIpy6yQ= Received: by 10.67.115.15 with SMTP id s15mr703859ugm.1175120771087; Wed, 28 Mar 2007 15:26:11 -0700 (PDT) Received: from ?192.168.1.34? ( [88.8.239.112]) by mx.google.com with ESMTP id w40sm1179135ugc.2007.03.28.15.26.09; Wed, 28 Mar 2007 15:26:10 -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: <8B2DAA75-7D59-4433-9D6F-5385216B43D7@gmail.com> Content-Transfer-Encoding: 7bit From: Joel Reymont Subject: Re: No caml_startup in 3.10? Where is it? Date: Wed, 28 Mar 2007 23:26:06 +0100 To: Caml List X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 460AEB83.001 on concorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at concorde with ID 460AEB83.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; makefile:01 -lcurses:01 libasmrun:01 libasmrun:01 libcamlrun:01 libcamlrun:01 foot:98 28,:98 2007,:98 wrote:01 grep:01 grep:01 caml:02 caml:02 startup:05 It's a foot in mouth kind of an issue, or wrong instructions to be precise. The makefile generated by Ruby's mkmf needs to use libfib.a and it also needs -lcurses on Linux. On Mar 28, 2007, at 9:44 PM, Joel Reymont wrote: > 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 -- http://wagerlabs.com/