Date: Tue, 21 Feb 1995 00:05:15 +1100 From: Bruce Evans <bde@zeta.org.au> To: freebsd-current@freefall.cdrom.com, kuku@gilberto.physik.rwth-aachen.de Subject: Re: mcrt0.o Message-ID: <199502201305.AAA24395@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502201305.AAA24395>