Date: Sun, 10 Dec 2000 09:38:51 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kai Dietrich cc: djgpp AT delorie DOT com Subject: Re: gprof In-Reply-To: <3A32AF35.C401790@t-online.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 9 Dec 2000, Kai Dietrich wrote: > Is _int_ok a djgpp internal function? (47%) No, there's no _int_ok in libc.a. Perhaps you linked your program with some other third-party library. "nm -A prog.exe | fgrep _int_ok" should print the object module where _int_ok came from.