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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 636D4BC57 for ; Tue, 16 Mar 2010 20:22:42 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArMBAAV3n0tQW+UMmWdsb2JhbACbBBUBAQEBAQgLCgcTIrsIhHgEgxo X-IronPort-AV: E=Sophos;i="4.49,651,1262559600"; d="scan'208";a="46983570" Received: from lo.gmane.org ([80.91.229.12]) by mail3-smtp-sop.national.inria.fr with ESMTP; 16 Mar 2010 20:22:41 +0100 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NrcLf-00011n-Qw for caml-list@inria.fr; Tue, 16 Mar 2010 20:22:39 +0100 Received: from elehack.net ([216.243.177.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Mar 2010 20:22:39 +0100 Received: from michael by elehack.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Mar 2010 20:22:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Michael Ekstrand Subject: Re: Error linking with library: Ancient. Date: Tue, 16 Mar 2010 14:22:27 -0500 Message-ID: References: <4B9FD823.2070707@inescporto.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: elehack.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Lightning/1.0b1 Thunderbird/3.0.3 In-Reply-To: <4B9FD823.2070707@inescporto.pt> X-Enigmail-Version: 1.0.1 X-Spam: no; 0.00; ocaml:01 ocaml:01 0.8:98 wrote:01 compile:01 heap:01 gmp:02 data:02 structures:02 linking:02 module:03 library:03 hint:04 michael:07 michael:07 On 03/16/2010 02:12 PM, Hugo Ferreira wrote: > I am using ocamlbuild to compile and link the Ancient module. > I have a link error. I have tried to change the command line directly > with no success. I have used the exact same options for the GMP and CuDD > libraries and don't understand why it shouldn't work with Ancient also. > > Can anyone give me a hint? Based on the error message and your previous post, it looks to me like this is caused by trying to build Ancient 0.8 against OCaml 3.11; I believe you need Ancient 0.9[1]. In 3.11, OCaml changed some of its heap management data structures. - Michael 1. http://merjis.com/developers/ancient