Date: Wed, 2 Aug 1995 16:05:50 +0300 (IDT) From: Eli Zaretskii To: P McBride Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Curses Library and DJGPPV2 On Wed, 2 Aug 1995, P McBride wrote: > I am trying to compile a program which uses the curses library > using DJGPPV2. Things compile and link just great, but the > programs bomb. I am using the PDCURS22 from DJGPP. I recompiled > the library with V2. I didn't use PDCurses with v2.0 yet, but doesn't the stack traceback point you to the place where the program bombs? If you compile everything (including PDCurses) with -g, you can use the symify program to translate the traceback to human-readable output which will tell you the source filename and line number where it crashed. Then you can see if that happens in PDCurses or elsewhere. The DJGPP FAQ list gives you some more usage info on the symify program (see sections 9.5 and 9.6).