From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11176 invoked by alias); 5 Feb 2002 23:59:11 -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 11090 invoked from network); 5 Feb 2002 23:59:10 -0000 Received: from unknown (HELO softhome.net) (66.54.152.27) by sources.redhat.com with SMTP; 5 Feb 2002 23:59:10 -0000 Received: from there ([208.180.217.244]) by softhome.net with esmtp; Tue, 05 Feb 2002 16:57:24 -0700 From: Thomas Reply-To: spiralman@softhome.net To: gcc-help@gcc.gnu.org Subject: c++ linking probs after gcc 3.0.3 upgrade Date: Tue, 05 Feb 2002 15:59:00 -0000 X-Mailer: KMail [version 1.3.2] Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-ID: X-Mime-Autoconverted: from 8bit to 7bit by courier 0.36.1 X-SW-Source: 2002-02/txt/msg00051.txt.bz2 ok, i upgraded to gcc 3.0.3, first by compiling from source, and then i got a bunch of undefined references to functions and whatnot in iostream.h (endl, cout, etc). then i installed the gcc 3.0.3 slackware package (im running slackware 7.1, but ive upgraded it a lot), and now i get all those errors, plus undefined references to "__builtin_delete" and the like. im assuming im linking to the wrong librarys or something, but im not sure. do i have to install a new version of libc? i remember reading the gcc 3.x cant compile libc. i tried doing a "make uninstall" in my source tree, but i get an error that that isnt supported in that tree. if you need more info, just tell me thanks in advance thomas spiralman@softhome.net