From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: 2 beginner's questions Date: Sun, 26 Sep 1999 08:49:18 +0200 Organization: NetVision Israel Message-ID: References: <37EBD165 DOT 5C0E451C AT sbg DOT ac DOT at> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 938328485 21623 199.203.121.2 (26 Sep 1999 06:48:05 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 26 Sep 1999 06:48:05 GMT X-Sender: eliz AT is In-Reply-To: <37EBD165.5C0E451C@sbg.ac.at> Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 24 Sep 1999, Michael wrote: > 1. How can I get GPROF to work? It always says it can't find "a.out" or > the file I passed as parameter. Try section 13.1 of the FAQ. One problem might be that you invoke "gprof prog" instead of "gprof prog.exe".