From: jae AT Laden1 DOT sun DOT soe DOT clarkson DOT edu (Juergen Erhard) Subject: *.cpp instead of *.cc To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Tue, 12 Dec 1995 19:13:19 +0100 (MET) I've got a problem with djgpp 1.12. It assumes (or gdb does) that the source files end in .cc, but mine all end in .cpp. Now I don't want to change all my files (the names). How do I get gdb to take the filename that is? The best solution would be s.th. w/o me needing to recompile anything. But any solution would be most appreciated. Thanks.