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