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=2.8 required=5.0 tests=DNS_FROM_RFC_POST,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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id D3791BBAF for ; Wed, 6 Aug 2008 16:38:19 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvEAACdUmUhC+VLulGdsb2JhbACQeT4BAQEBCQMKBxEDlXaGBA X-IronPort-AV: E=Sophos;i="4.31,315,1215381600"; d="scan'208";a="13761829" Received: from wx-out-0506.google.com ([66.249.82.238]) by mail2-smtp-roc.national.inria.fr with ESMTP; 06 Aug 2008 16:38:19 +0200 Received: by wx-out-0506.google.com with SMTP id i30so3608566wxd.15 for ; Wed, 06 Aug 2008 07:38:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=ZCX/0QjkvfOcc8Iy60AFjh61OBTRniOfCIskzakK8TM=; b=kAi/RfLAJGCiV55YeclvAMgboV2y/mCARu3+ltp3lfpBJtxrPyDza/NdJB1cmymDB9 GFfK/ZI+TdBbRMaHcXaghpBnfd9Hx2y166t3f5zJlB5ZMtxY6HPLdo+xEu+56xTmkBFX u0ze3a1xk4tCLgsWVk1qG5/Vw1ArAACV3qwig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=oTrMYMQuC9SUkSwklbxQgcraSIRcMXmfu7XUFAvB3YBMTa+kj348KJVevwXo9ixX0E m+Yfbj6VesNSZe8wGN8hwUa0nS+DKpsuKxckyFKTY2f7WDRPKct03IvTaVMGfdAcJQ80 +slZo3AO30gppiYNqVyMiYnAxFrBya08mparE= Received: by 10.100.153.6 with SMTP id a6mr400976ane.88.1218033498229; Wed, 06 Aug 2008 07:38:18 -0700 (PDT) Received: by 10.100.173.1 with HTTP; Wed, 6 Aug 2008 07:38:18 -0700 (PDT) Message-ID: <74a4f4670808060738s41c8b6ddxc61b8e277228542c@mail.gmail.com> Date: Wed, 6 Aug 2008 10:38:18 -0400 From: "Ben Aurel" Sender: ben.jakbot@gmail.com To: caml-list@yquem.inria.fr Subject: how do you compile MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 63280da9130d8051 X-Spam: no; 0.00; ocamlc:01 cmo':01 compile:01 compile:01 bin:01 bin:01 lazy:02 lazy:02 usefull:02 directory:11 directory:11 source:12 source:12 think:13 though:13 hi If you have a simple source code like lazy_lists.ml what is the best way to compile that in your opinion? I though it would be usefull to have anything but the .ml source code in a bin directory. What do you think of that? If I try that with "ocamlc -o bin/lazy_lists lazy_lists.ml" then, the 'files lazy_lists.cmi' and 'lazy_lists.cmo' are not in the /bin directory. ben