Patrick Reuter wrote: > > Hi, > > I downloaded the new cygwin version, and now I can not anymore compile > all my C++ projects, because my gcc changed to version 3.2. and I get > the following error message: > > /usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning > This fi > le includes at least one deprecated or antiquated header. Please > consider using > one of the 32 headers found in section 17.4.1.2 of the C++ standard. > Examples in > clude substituting the <X> header for the <X.h> header for C++ includes, > or <sst > ream> instead of the deprecated header <strstream.h>. To disable this > warning us > e -Wno-deprecated. > > Furthermore, all STL classes like include <vector> don't work anymore. > > Somebody could please help me? > > 1.) How could I get gcc 3.2 fully compatible to 2.95 ??
Try gcc-2. Chances are that the upgrade will have left 2.95 available as gcc-2. I can't say for sure because I explicitly acquired both versions some while ago. > 2.) Or how could I reinstall my old version from cygwin (installed about > 8 months ago) where the gcc was 2.95 ?? > HTH Don Sharp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/