atom feed1 message in org.freebsd.freebsd-currentRe: mcrt0.o
FromSent OnAttachments
Bruce EvansFeb 20, 1995 5:04 am 
Subject:Re: mcrt0.o
From:Bruce Evans (bd@zeta.org.au)
Date:Feb 20, 1995 5:04:56 am
List:org.freebsd.freebsd-current

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