Xref: news-dnh.mv.net comp.os.msdos.djgpp:779 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!mv!news.sprintlink.net!howland.reston.ans.net!news.nic.surfnet.nl!sun4nl!cs.vu.nl!samegen From: samegen AT cs DOT vu DOT nl (Megens SA) Subject: GCC: Debug info bug? Nntp-Posting-Host: galei.cs.vu.nl Sender: news AT cs DOT vu DOT nl Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Date: Wed, 5 Jul 1995 07:01:58 GMT Lines: 21 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Hi! I'm trying to convert my Borland C++ CPP files to DJGPP and ran into the following problem (I'm using version 2.6.3 of GCC and 2.5.2 of AS): It seems C++ files will always have the .CC extension in the debug-info of an object/executable file. So if a source file has the extension .CPP (like my Borland C++ files) and I want to debug, the debugger can not find the appropiate files; it's looking for .CC files. I looked for command-line options that might fix it, but I haven't had any luck yet. I know there's a very simple solution: rename all CPP files to .CC, but I still want to know if it's possible to use other extensions than .CC. Thanks in advance for any info. DGreetings, SAM Program Manager of DVision Software Group