Date: Wed, 17 Oct 2001 11:22:27 -0400 Message-Id: <200110171522.f9HFMRK21292@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Wed, 17 Oct 2001 16:24:12 +0200 (IST)) Subject: Re: MAKEing Turbo Vision 1.1.3 References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > It is very dangerous to compare C++ code compiled by GCC 3.x and any > older version. GCC 3.x now supports much more of the C++ standard than > older versions did; since Standard C++ is a *monstrously* large and > complex language, it should come as no surprise that full support for it > comes at a price. Try disabling exception handling, unwinding, and rtti; they add a lot to programs.