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 CC5D0BC57; Fri, 19 Nov 2010 13:14:23 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqkAAJv45UyAAtnFkWdsb2JhbACiWhUBAQIJCwoHEQUdtCmIaYVLBIRa X-IronPort-AV: E=Sophos;i="4.59,222,1288566000"; d="scan'208";a="67495830" Received: from smtp02.srv.cs.cmu.edu ([128.2.217.197]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 19 Nov 2010 13:14:22 +0100 Received: from stratocaster.home (c-67-165-52-114.hsd1.pa.comcast.net [67.165.52.114]) (authenticated bits=0) by smtp02.srv.cs.cmu.edu (8.13.6/8.13.6) with ESMTP id oAJCEIvv022338 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Fri, 19 Nov 2010 07:14:19 -0500 (EST) Received: from ecc by stratocaster.home with local (Exim 4.72) (envelope-from ) id 1PJPr8-0004em-Ep; Fri, 19 Nov 2010 07:14:18 -0500 Date: Fri, 19 Nov 2010 07:14:18 -0500 From: Eric Cooper To: caml-list@yquem.inria.fr, caml-list@inria.fr Subject: Re: [Caml-list] help with ocaml makefiles Message-ID: <20101119121418.GA17642@localhost> Mail-Followup-To: caml-list@yquem.inria.fr, caml-list@inria.fr References: <20101118074328.GA17295@yeeloong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101118074328.GA17295@yeeloong> User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: mimedefang-cmuscs on 128.2.217.197 X-Spam: no; 0.00; ocaml:01 makefiles:01 0100,:01 ocaml:01 runtime:01 recompile:01 makefiles:01 ocamlrund:01 wrote:01 caml-list:01 thu:05 debug:05 install:05 file:11 build:13 On Thu, Nov 18, 2010 at 08:43:28AM +0100, rixed@happyleptic.org wrote: > Each time I need more debug information for the ocaml runtime itself > (which hopefully is not often) I recompile Ocaml adding various "-g" > and "-O0" here and there in some makefiles. See the description of how to build "ocamlrund" in the INSTALL file. -- Eric Cooper e c c @ c m u . e d u