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 411B7BB91 for ; Thu, 27 Jan 2005 11:16:16 +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 j0RAGFk6029645 for ; Thu, 27 Jan 2005 11:16:15 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA16942 for ; Thu, 27 Jan 2005 11:16:14 +0100 (MET) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by nez-perce.inria.fr (8.13.0/8.13.0) with SMTP id j0RAGETq007361 for ; Thu, 27 Jan 2005 11:16:14 +0100 Received: (qmail invoked by alias); 27 Jan 2005 10:16:13 -0000 Received: from J1274.j.pppool.de (EHLO [192.168.2.10]) (85.74.18.116) by mail.gmx.net (mp024) with SMTP; 27 Jan 2005 11:16:13 +0100 X-Authenticated: #20477425 From: Micha To: caml-list@inria.fr Subject: compiling error... Date: Thu, 27 Jan 2005 11:16:40 +0100 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501271116.40676.micha-1@fantasymail.de> X-Y-GMX-Trusted: 0 X-Miltered: at concorde with ID 41F8BF6F.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 41F8BF6E.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; gcc:01 -pg:01 exited:01 non-zero:01 -pg:01 asmrun:01 cflags:01 gcc:01 ...:98 incompatible:01 compiling:02 compiling:02 src:95 profiling:05 opt: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: when compiling (make opt) the ocaml-sources I get this error: gcc: -pg and -fomit-frame-pointer are incompatible make[1]: *** [startup.p.o] Fehler 1 make[1]: Leaving directory `/home/micha/src/ocaml-3.08.2/asmrun' make: *** [runtimeopt] Fehler 2 Command exited with non-zero status 2 is the -pg flag neccessary or can I remove it? Why should there be profiling code in asmrun? my cflags (gcc 3.4.1) are: -march=athlon-xp -O3 -fomit-frame-pointer -mfpmath=sse -maccumulate-outgoing-args -pipe Michael