[8473] in Athena Bugs
rt 7.3P: /source/config
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Oct 24 22:42:38 1991
Date: Thu, 24 Oct 91 22:42:30 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bugs@Athena.MIT.EDU
System name: pit-manager
Type and version: RTPC-ROMPC 7.3P
Display type: apa16
megapel
What were you trying to do?
Build a profiled binary using SimpleProgram from
/source/config, by running "make CDEBUG=-pg"
What's wrong:
CDEBUG doesn't get used on the command line that actually
compiles the object files, which means that the right things
to make the program profiled when linking don't happen.
What should have happened:
CDEBUG should be used on the linking command line as well on
the object-file-building command lines.
jik