From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19550 invoked by alias); 31 Mar 2008 08:09:09 -0000 Received: (qmail 19535 invoked by uid 22791); 31 Mar 2008 08:09:07 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.245) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 31 Mar 2008 08:08:49 +0000 Received: by an-out-0708.google.com with SMTP id c3so374810ana.104 for ; Mon, 31 Mar 2008 01:08:43 -0700 (PDT) Received: by 10.100.140.15 with SMTP id n15mr15177186and.87.1206950922721; Mon, 31 Mar 2008 01:08:42 -0700 (PDT) Received: by 10.100.11.19 with HTTP; Mon, 31 Mar 2008 01:08:42 -0700 (PDT) Message-ID: Date: Mon, 31 Mar 2008 08:09:00 -0000 From: "Vivek Katakam" To: gcc-help@gcc.gnu.org Subject: C++ compiler not installed MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes 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-03/txt/msg00323.txt.bz2 Hi All, I tried to install gcc and it was successful. But when i tried to compile the following CPP program, I am getting the error g++ -Wno-deprecated -I/usr/include host/frdaemon/daemon.cpp -o svfrd -lcurl g++: host/fr_log/logger.cpp: C++ compiler not installed on this system .. .. I am having the following versions of gcc and g++ installed on the system. bash-2.05# g++ --version g++ (GCC) 4.0.3 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. bash-2.05# gcc --version gcc (GCC) 4.0.3 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. The Operating system is solaris9 (ultra_Sparc) Thanks and Regards, Vivek