Date: Mon, 15 Apr 1996 12:51:47 +0200 (IST) From: Eli Zaretskii To: Wolfram Brenig Cc: djgpp AT delorie DOT com Subject: Re: v2.x and class-complex In-Reply-To: <199604150721.AA01971@sun17.thp.Uni-Koeln.DE> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 15 Apr 1996, Wolfram Brenig wrote: > library. Workaround: compile with `-O'. > --------------------------------------------------------------- > Does this *really* imply that I cannot write GDB-debuggable programs > containing complex numbers using DJGPP V2.x ? Can too! With gcc, -O and -g do not exclude one another, so you can compile with both and have a program that is both optimized *and* debuggable. That assumes that your problem is indeed solved when you use optimization switches.