From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10064 invoked by alias); 10 Oct 2002 20:38:20 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 10057 invoked from network); 10 Oct 2002 20:38:18 -0000 Received: from unknown (HELO mail2.intermedia.net) (206.40.48.152) by sources.redhat.com with SMTP; 10 Oct 2002 20:38:18 -0000 Received: from wbcom.com (unverified [206.40.48.156]) by mail2.intermedia.net (Rockliffe SMTPRA 4.5.4) with SMTP id for ; Thu, 10 Oct 2002 13:38:18 -0700 Message-ID: <216120-2200210410203058796@wbcom.com> From: "allstargrogg@wbcom.com" To: gcc-help@gcc.gnu.org Subject: Mandrake 9.0 & GCC 3.2 Date: Thu, 10 Oct 2002 13:38:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00109.txt.bz2 I just updated to mandrake 9.0 which included a new version of GCC (3.2) as well as a new version of the libstdc++ (5.0) and it is causing problems. I can't compile c++ programs that I used to be able to. It gives me a warning of deprecated header files and tells me to start including them as instead of . When I try this it then tells me I have to declare cout and cin and endl (I was using iostream.h in this specific program) which made absolutely no sense to me. Also, it did not recognize the void declaration for my main procedure. Is this really the new standard library being implemented, or is this just some fluke that is not correct? Please help. John Grogg