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 4AD21BB91 for ; Thu, 27 Jan 2005 12:25:30 +0100 (CET) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by concorde.inria.fr (8.13.0/8.13.0) with SMTP id j0RBPTDd007343 for ; Thu, 27 Jan 2005 12:25:30 +0100 Received: (qmail invoked by alias); 27 Jan 2005 11:25:29 -0000 Received: from J1274.j.pppool.de (EHLO [192.168.2.10]) (85.74.18.116) by mail.gmx.net (mp021) with SMTP; 27 Jan 2005 12:25:29 +0100 X-Authenticated: #20477425 From: Micha To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] compiling error... Date: Thu, 27 Jan 2005 12:25:36 +0100 User-Agent: KMail/1.7 References: <200501271116.40676.micha-1@fantasymail.de> <8AD11A63-704E-11D9-9012-000D9345235C@inria.fr> In-Reply-To: <8AD11A63-704E-11D9-9012-000D9345235C@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501271225.36800.micha-1@fantasymail.de> X-Y-GMX-Trusted: 0 X-Miltered: at concorde with ID 41F8CFA9.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 donnerstag:01 damien:01 -pg:01 asmrun:01 libasmrunp:01 ...:98 januar:98 doligez:01 guess:02 compiling:02 library:03 complain:04 profiling:05 profiling:05 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.0 X-Spam-Level: Am Donnerstag, 27. Januar 2005 11:31 schrieb Damien Doligez: > The -pg flag is rather useful for the profiling version of the library. > I guess technically you could omit it, but don't complain if you can't > profile your programs afterward. I didn't realize, that there is an extra profiling version of asmrun. Now I just added "-fno-omit-frame-pointer" as the last CC option to that target. Now only libasmrunp.a has the frame-pointer included. Michael