From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2539 invoked by alias); 10 Sep 2004 14:45:03 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 1491 invoked from network); 10 Sep 2004 14:43:56 -0000 Received: from unknown (HELO mproxy.gmail.com) (64.233.170.206) by sourceware.org with SMTP; 10 Sep 2004 14:43:56 -0000 Received: by mproxy.gmail.com with SMTP id 79so227024rnk for ; Fri, 10 Sep 2004 07:43:55 -0700 (PDT) Received: by 10.38.89.39 with SMTP id m39mr622272rnb; Fri, 10 Sep 2004 07:43:55 -0700 (PDT) Received: by 10.38.73.80 with HTTP; Fri, 10 Sep 2004 07:43:55 -0700 (PDT) Message-ID: <56c62a89040910074353ed863b@mail.gmail.com> Date: Fri, 10 Sep 2004 14:45:00 -0000 From: Gabriel Tanase Reply-To: gabrielt@cs.tamu.edu To: gcc-help@gcc.gnu.org Subject: gmon.c Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00088.txt.bz2 hello, I am interested to build gcc with a slightly modified gcc/gmon.c file(instead of writing to the results into gmon.out I write the results into gmon.out.PID where PID is the process id of the current process). When I compile the sources(./configure --prefix=/home/gabrielt/gnu ; make; make install or ./configure; make bootstrap; make install) the gmon.c is never compiled. Can anybody point me to some documentation about how I can compile and include a modified gmon.c Thanks, GAbi