From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id CA5E0BBBB for ; Wed, 25 Jan 2006 21:12:30 +0100 (CET) Received: from mail.enyo.de (mail.enyo.de [212.9.189.167]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id k0PKCTee014825 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 25 Jan 2006 21:12:30 +0100 Received: from deneb.vpn.enyo.de ([212.9.189.177] helo=deneb.enyo.de) by mail.enyo.de with esmtp id 1F1r0G-0006hv-E5; Wed, 25 Jan 2006 21:12:28 +0100 Received: from fw by deneb.enyo.de with local (Exim 4.60) (envelope-from ) id 1F1r0E-0001pJ-TM; Wed, 25 Jan 2006 21:12:26 +0100 From: Florian Weimer To: Martin Jambon Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] ocamlopt -a and module order References: <87fynd737p.fsf@mid.deneb.enyo.de> Date: Wed, 25 Jan 2006 21:12:26 +0100 In-Reply-To: (Martin Jambon's message of "Tue, 24 Jan 2006 14:03:57 -0800 (PST)") Message-ID: <87slrcoymt.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Miltered: at concorde with ID 43D7DBAD.003 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocamlopt:01 ocamldsort:01 jambon:01 florian:02 module:03 martin:10 charm:13 thanks:16 that:22 like:25 works:25 can:31 and:36 order:63 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 * Martin Jambon: > ocamldsort can do that. Thanks, works like a charm.