From: quacci AT vera DOT com (jon) Newsgroups: comp.os.msdos.djgpp Subject: Re: Any tips on optimizing C code? Date: Mon, 19 May 1997 19:10:14 GMT Organization: Yale University Lines: 16 Message-ID: <3380a569.21002423@news.cis.yale.edu> References: <337fc3cc DOT 7047272 AT news DOT cis DOT yale DOT edu> NNTP-Posting-Host: slip-ppp-node-16.cs.yale.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk [gprof info is at:] >http://www.delorie.com/gnu/docs/binutils-2.8/gprof_toc.html >I'm still not successful at producing a gmon.out file- I think this >has something to do with my RHIDE setup separating the compile and >link in a way such that I don't actually link with any reference to >the needed special output-file option. I'll probably solve this >tommorow when I have a 1/2 hour or so to check. Sure enough, that was all it was. I got my cmon.out file and my profile by not separating compile and link, and all is well. Thanks everyone.