From owner-freebsd-stable Fri Dec 22 5:51:25 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 05:51:23 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id E984637B400 for ; Fri, 22 Dec 2000 05:51:22 -0800 (PST) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.10.1/8.10.1) with ESMTP id eBMDpFo05282 for ; Fri, 22 Dec 2000 08:51:16 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id IAA22001 for ; Fri, 22 Dec 2000 08:51:14 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id IAA14947 for freebsd-stable@freebsd.org; Fri, 22 Dec 2000 08:51:14 -0500 (EST) Date: Fri, 22 Dec 2000 08:51:14 -0500 (EST) From: Thomas David Rivers Message-Id: <200012221351.IAA14947@lakes.dignus.com> To: freebsd-stable@freebsd.org Subject: gcc profiling support? Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've tried FreeBSD 3.1 and a 4.2 snapshot.. But, when I use a small "hello world" program, and compile it with: gcc -pg hello.c and run the resulting a.out, I don't get the expected gmon.out. Is there some other magic that is needed? Is -pg not supported on -stable? - Thanks - - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message