From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31007 invoked by alias); 11 Mar 2009 14:03:32 -0000 Received: (qmail 30749 invoked by uid 22791); 11 Mar 2009 14:03:30 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Mar 2009 14:03:22 +0000 Received: from wpaz17.hot.corp.google.com (wpaz17.hot.corp.google.com [172.24.198.81]) by smtp-out.google.com with ESMTP id n2BE3HcZ026523; Wed, 11 Mar 2009 14:03:18 GMT Received: from smtp.corp.google.com (spacemonkey1.corp.google.com [192.168.120.115]) by wpaz17.hot.corp.google.com with ESMTP id n2BE3Fqr029050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 11 Mar 2009 07:03:15 -0700 Received: from localhost.localdomain.google.com (67-218-107-11.cust.layer42.net [67.218.107.11] (may be forged)) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id n2BE3BmV007647 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 11 Mar 2009 06:03:14 -0800 To: "Koornstra\, Reinoud" Cc: "gcc-help\@gcc.gnu.org" Subject: Re: which glibc to use References: From: Ian Lance Taylor Date: Wed, 11 Mar 2009 14:03:00 -0000 In-Reply-To: (Reinoud Koornstra's message of "Wed\, 11 Mar 2009 05\:02\:05 +0000") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true 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: 2009-03/txt/msg00124.txt.bz2 "Koornstra, Reinoud" writes: > Any other things I need to have before being able to successfully build glibc? I don't routinely build glibc, so I don't know. Note that building a new glibc to replace your system glibc is a job for experts; there are many subtle issues. Building a new glibc for a new system is something handled well by crosstool (http://kegel.com/crosstool). Ian