From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8820 invoked by alias); 24 Dec 2002 10:21:33 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 8812 invoked from network); 24 Dec 2002 10:21:29 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by 209.249.29.67 with SMTP; 24 Dec 2002 10:21:29 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 18QmBa-0006ev-00 for gcc@gnu.org; Tue, 24 Dec 2002 05:21:18 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18QmAt-0000pF-00 for gcc@gnu.org; Tue, 24 Dec 2002 05:20:36 -0500 Received: from gdr.net1.nerim.net ([62.212.99.186] helo=uniton.integrable-solutions.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18QmAt-0000p9-00 for gcc@gnu.org; Tue, 24 Dec 2002 05:20:35 -0500 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id gBOAETtv003770; Tue, 24 Dec 2002 11:14:29 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id gBOAESkr003769; Tue, 24 Dec 2002 11:14:28 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: "Patrick H. E. Foubet" Cc: gcc@gnu.org Subject: Re: Compilation problem with gcc 3.2 on Mandrake 9.0 References: <3E08404B.1010401@seriane.fr> From: Gabriel Dos Reis In-Reply-To: <3E08404B.1010401@seriane.fr> Organization: Integrable Solutions Date: Tue, 24 Dec 2002 10:14:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, hits=-9.2 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,NOSPAM_INC,REFERENCES, SPAM_PHRASE_00_01,X_AUTH_WARNING version=2.41 X-Spam-Level: X-SW-Source: 2002-12/txt/msg01405.txt.bz2 "Patrick H. E. Foubet" writes: | #include | int main(void) | { | cout << "Hello World !" << endl; This is a FAQ. The C++ standard library is put in the namespace std. Please, consider a recent book on C++ like the third edition of "The C++ Programming Language" by B. Stroustrup. [...] | Is it normal ? Yes. -- Gaby