From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9223 invoked by alias); 27 Nov 2001 17:59:39 -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 9170 invoked from network); 27 Nov 2001 17:59:35 -0000 Received: from unknown (HELO libra.hadassah.org.il) (199.203.166.142) by hostedprojects.ges.redhat.com with SMTP; 27 Nov 2001 17:59:35 -0000 Received: from hadassah.org.il (172.16.3.133) by libra.hadassah.org.il (MX V5.2-X AnGr) with ESMTP for ; Tue, 27 Nov 2001 19:58:09 +0200 Message-ID: <3C03D3F2.DFE24F48@hadassah.org.il> Date: Tue, 20 Nov 2001 07:49:00 -0000 From: Gabi Bakray Organization: Hadassah University Hospital X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: "gcc-help@gcc.gnu.org" Subject: gcc won't compile Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00174.txt.bz2 Hi, I installed gcc3.0.1 SPARC/Solaris 8 binary freeware package. g++ compiles a "helo world" program just fine, but when I try to run gcc I get a very long error message starting with: /var/tmp/ccY1oxXs.o: In function `main': /var/tmp/ccY1oxXs.o(.text+0x1ac): undefined reference to `std::cout' . . . What's wrong? Sincerely, Gabi Barkay From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabi Bakray To: "gcc-help@gcc.gnu.org" Subject: gcc won't compile Date: Tue, 27 Nov 2001 09:59:00 -0000 Message-ID: <3C03D3F2.DFE24F48@hadassah.org.il> X-SW-Source: 2001-11/msg00257.html Message-ID: <20011127095900.U1y_QaLGz-31OFGlbAlVELDXl0Xm7dN8BPj062aXvbk@z> Hi, I installed gcc3.0.1 SPARC/Solaris 8 binary freeware package. g++ compiles a "helo world" program just fine, but when I try to run gcc I get a very long error message starting with: /var/tmp/ccY1oxXs.o: In function `main': /var/tmp/ccY1oxXs.o(.text+0x1ac): undefined reference to `std::cout' . . . What's wrong? Sincerely, Gabi Barkay