From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27595 invoked by alias); 14 Aug 2008 12:21:56 -0000 Received: (qmail 27587 invoked by uid 22791); 14 Aug 2008 12:21:55 -0000 X-Spam-Check-By: sourceware.org Received: from qb-out-1314.google.com (HELO qb-out-1314.google.com) (72.14.204.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Aug 2008 12:20:55 +0000 Received: by qb-out-1314.google.com with SMTP id q18so566611qbq.28 for ; Thu, 14 Aug 2008 05:20:55 -0700 (PDT) Received: by 10.180.224.4 with SMTP id w4mr645488bkg.51.1218716454689; Thu, 14 Aug 2008 05:20:54 -0700 (PDT) Received: by 10.180.216.18 with HTTP; Thu, 14 Aug 2008 05:20:54 -0700 (PDT) Message-ID: <966eea5f0808140520t7a80951clb8cfb13fec3c018b@mail.gmail.com> Date: Thu, 14 Aug 2008 12:25:00 -0000 From: Hilfe To: gcc-help@gcc.gnu.org Subject: main in namespace MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00142.txt.bz2 Hi, I use a gcc 2.95.3 and if i but the main function in a namespace the compiler doesn't found the it. Is there fix for this problem? Marco