From owner-freebsd-current Mon Feb 20 05:11:19 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id FAA21351 for current-outgoing; Mon, 20 Feb 1995 05:11:19 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id FAA21337 for ; Mon, 20 Feb 1995 05:11:14 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA24395; Tue, 21 Feb 1995 00:05:15 +1100 Date: Tue, 21 Feb 1995 00:05:15 +1100 From: Bruce Evans Message-Id: <199502201305.AAA24395@godzilla.zeta.org.au> To: freebsd-current@freefall.cdrom.com, kuku@gilberto.physik.rwth-aachen.de Subject: Re: mcrt0.o Sender: current-owner@FreeBSD.org Precedence: bulk >This is the second post from my site that didn't appear in the list. >Anyway, I'm repeating: >in proflibs of 0202SNAP mcrt0.o isn't included. I wanted >to profile a program and ld claims that mcrt0.o is missing. >I can't locate mcrt0.o in the -current tree either. >Is it missing or gone? Or am I missing something? FreeBSD doesn't support profiling by `prof' (cc -p ...), so don't attempt to use it. FreeBSD supports profiling by `gprof' (cc -pg ...). Bruce