Bug 8426 - gprof still expects gmon.out
Summary: gprof still expects gmon.out
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-10-24 04:40 UTC by graphix
Modified: 1999-05-23 01:38 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description graphix 1998-10-24 04:40:01 UTC
A program compiled with -pg and run will generate a file filename.gmon
but gprof still expects gmon.out to exist.

How-To-Repeat: /tmp|Fri10:30pm} cat > test.c
int
main(void) {
  return 0;
}
/tmp|Fri10:30pm} cc -pg -o test test.c
/tmp|Fri10:30pm} ./test
/tmp|Fri10:30pm} gprof test
gmon.out: No such file or directory
/tmp|Fri10:31pm} ls
done_articles  nbcCD7004      nbcbL7057      out            out2           out3           test*          test.c         test.gmon      vi.recover/
Comment 1 jmz freebsd_committer freebsd_triage 1999-05-23 01:38:13 UTC
State Changed
From-To: open->closed