From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 427 invoked by alias); 6 Feb 2002 23:27:49 -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 32747 invoked from network); 6 Feb 2002 23:27:37 -0000 Received: from unknown (HELO mailrelay2.inwind.it) (212.141.54.102) by sources.redhat.com with SMTP; 6 Feb 2002 23:27:37 -0000 Received: from quigonn.inwind.it (62.98.134.24) by mailrelay2.inwind.it (5.5.053) id 3C5BB21D002968A2; Thu, 7 Feb 2002 00:27:23 +0100 Message-Id: <5.1.0.14.0.20020206230345.00aa39c8@popmail.inwind.it> X-Sender: fwyzard@popmail.inwind.it X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 06 Feb 2002 15:27:00 -0000 To: spiralman@softhome.net,gcc-help@gcc.gnu.org From: Andrea 'Fyre Wyzard' Bocci Subject: Re: c++ linking probs after gcc 3.0.3 upgrade In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-SW-Source: 2002-02/txt/msg00060.txt.bz2 At 17.58 05/02/2002 (GMT -0600), Thomas wrote: >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 don't know what's the minimum version of glibc you need to build GCC. There's a page on the site devoted to all the successful GCC builds, pointing to the posts of who managed to do so. So you might have a look if there's anything related to Slackware 7.1. Anyway, I think glibc 2.2.3 or newer will be fine. >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 HTH fwyzard