delorie.com/archives/browse.cgi | search |
Date: | Sun, 10 Dec 2000 09:38:51 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Kai Dietrich <toepferei DOT dietrich AT t-online DOT de> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: gprof |
In-Reply-To: | <3A32AF35.C401790@t-online.de> |
Message-ID: | <Pine.SUN.3.91.1001210093707.700J-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |