X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 11 Nov 2008 12:29:04 -0500 Message-Id: <200811111729.mABHT4ZF019503@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Datnhan on Tue, 11 Nov 2008 06:23:12 -0800 (PST)) Subject: Re: How can I compile C++ code (write for Linux) with DJGPP? References: Errors-To: nobody AT delorie DOT com > I guessed the code was written around 1996. The C++ language has evolved quite a bit since then, you may need to get an updated version of the sources. > d:/djgpp/bin/../lib/gcc/djgpp/4.23/../../../../include/cxx/4.23/ > backward/backward_warning.h:32:2: warning: #warning This file includes > at least one deprecated or antiquated header. Please consider using > . To disable this warning use -Wno-deprecated. Have you tried -Wno-deprecated?