Message-ID: <34FC6BF0.6B8185E0@gmx.net> Date: Tue, 03 Mar 1998 21:45:36 +0100 From: Robert Hoehne Organization: none provided MIME-Version: 1.0 To: dyoon AT home DOT com CC: DJGPP Mailing list Subject: Re: Rhide Debugger References: <34FB36D1 DOT 5803 AT home DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Dan wrote : > In addition to all the other answers ... > (breakpoint at line 63 in file blaster.cpp " probably this is your problem. You have named your file blaster.cpp but (because of a bug in gcc) in the object file (and then in the executable) there is information only for blaster.cc. A solution should be to rename the file to blaster.cc and then it should work. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************