Date: Sun, 9 Apr 2000 08:52:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: beyonddeath cc: djgpp AT delorie DOT com Subject: Re: ok ive got a problem in my code help? In-Reply-To: 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 Fri, 7 Apr 2000, beyonddeath wrote: > ok i used symify on it and it says its on lines which dont exist and > in functions that dont exist ex. > _main+26 > when my main function is not even on that line (16-23 is the lines its > on) "+26" is not the line number, it's an offset in bytes from the beginning of the main function. The symify program should have put the line information right next to _main+26. If it didn't, it's probably because you didn't compile with the -g switch.