Message-Id: <3.0.6.32.19991108140117.007fe2d0@dce03.ipt.br> X-Sender: csrabak AT dce03 DOT ipt DOT br X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 08 Nov 1999 14:01:17 -0200 To: djgpp AT delorie DOT com From: "Cesar S. Rabak" Subject: Re: mcount, and gprof In-Reply-To: References: <3822A1C4 DOT 73D19A86 AT mpx DOT com DOT au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 At 16:53 07/11/99 +0200, Eli Zaretskii wrote: > [snipped] >To know what version of DJGPP you have installed, chdir to the DJGPP >lib subdirectory and then run the following command: > > strings libc.a | find "DJGPP libc built" > >(This assumes DOS version of FIND!) > If you have the GNU find ahead on your path, as most DJGPP'ers should have :-) you may consider strings libc.a | grep "DJGPP libc built" just my 0.019999