From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9B5DEBC75 for ; Mon, 21 Feb 2005 17:23:18 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j1LGNITg024953 for ; Mon, 21 Feb 2005 17:23:18 +0100 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA06317; Mon, 21 Feb 2005 17:23:17 +0100 (MET) Received: from hedwig1.umh.ac.be (hedwig2.umh.ac.be [193.190.193.73]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j1LGNHMG024948; Mon, 21 Feb 2005 17:23:17 +0100 Received: from poincare (mail@poincare.swapping.umh.ac.be [10.102.100.42]) by hedwig1.umh.ac.be (8.13.1/8.13.1) with ESMTP id j1LGQqGQ532612; Mon, 21 Feb 2005 17:26:54 +0100 Received: from poincare ([127.0.0.1] helo=localhost ident=trch) by poincare with esmtp (Exim 3.36 #1 (Debian)) id 1D3GL2-0003LG-00; Mon, 21 Feb 2005 17:23:12 +0100 Date: Mon, 21 Feb 2005 17:23:12 +0100 (CET) Message-Id: <20050221.172312.05281297.debian00@tiscali.be> To: caml-bugs@pauillac.inria.fr Cc: caml-list@inria.fr Subject: Re: [Caml-list] [BUG] caml_compare_unordered From: Christophe TROESTLER In-Reply-To: <5ffcbaade4ae1741eb2ed12c5db4cafc@inria.fr> References: <20050220.191640.73315569.Christophe.Troestler@umh.ac.be> <5ffcbaade4ae1741eb2ed12c5db4cafc@inria.fr> Organization: None X-Spook: ARPA Compsec jihad SEAL Team 6 NASA class struggle assassination Maple Chobetsu Semtex X-Blessing: Om Ah Hum Vajra Guru Pema Siddhi Hum X-Operating-System: GNU/Linux (http://www.linux.org/) X-Mailer-URL: http://www.mew.org/ X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.1 (www dot roaringpenguin dot com slash mimedefang) X-Miltered: at concorde with ID 421A0AF6.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 421A0AF5.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 bug:01 christophe:01 troestler:01 damien:01 damien:01 wrote:01 christophe:01 troestler:01 wrote:01 usr:01 ocaml:01 bug:01 ocaml:01 cheers:01 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.5 required=5.0 tests=FROM_ENDS_IN_NUMS autolearn=disabled version=3.0.2 X-Spam-Level: On Mon, 21 Feb 2005, Damien Doligez wrote: > > On Feb 20, 2005, at 19:16, Christophe TROESTLER wrote: > > > In caml/compatibility.h there is the line > > > > #define compare_unordered caml_compare_unordered > > > > but caml_compare_unordered is not present in another header file > > (compare.h is not present in /usr/include/caml/). I am using the > > Debian package of OCaml 3.08.2. > > For reporting bugs, please use our bug tracking system at > < http://caml.inria.fr/bin/caml-bugs >. Yes, but I was waiting for some comments before submitting it as I am not sure whether it is in the OCaml distribution or in the Debian package. Anyway, I have done so. Cheers, ChriS