X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 6 Feb 2004 19:57:06 -0500 Message-Id: <200402070057.i170v6Rn017051@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (RadSurfer AT yahoo DOT com) Subject: Re: Achieving 486 Compatibility References: 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 Compile your program with -g and run it under the debugger (gdb) and it will tell you where the problem is and help you debug it.