From: Drew Newsgroups: comp.os.msdos.djgpp Subject: new install question for 3.21 Date: Wed, 05 Feb 2003 09:58:18 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: X-Newsreader: Forte Agent 1.92/32.572 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse AT supernews DOT com Lines: 35 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hey Gang: I just upgraded from the old 2.72 version of DJGPP to the newest version 3.21. All my exisiting C and C++ programs compile and run fine but I get an information message that I never got before when I compile. The message is:f In file included from c:/djgpp/lang/cxx/3.21/backward/iostream.h:31, from maketree.cpp:6: c:/djgpp/lang/cxx/3.21/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider usin g one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. The program still runs fine....I'm just not sure how to correct this message. If I just say #include , the compile generates lots of errors as it doesn't find cout and the functions. Should I just use the command flags to suppress it or what? Thanks! Drew