From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30718 invoked by alias); 22 Oct 2013 10:22:17 -0000 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 Received: (qmail 30706 invoked by uid 89); 22 Oct 2013 10:22:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Oct 2013 10:22:15 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9MAMEPK017441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 22 Oct 2013 06:22:14 -0400 Received: from zebedee.pink (ovpn-113-93.phx2.redhat.com [10.3.113.93]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9MAMDpc030245; Tue, 22 Oct 2013 06:22:13 -0400 Message-ID: <526651D4.3020202@redhat.com> Date: Tue, 22 Oct 2013 10:22:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130912 Thunderbird/17.0.9 MIME-Version: 1.0 To: GHui CC: gcc-help Subject: Re: Problem with gcc-4.8.2 compile References: <5266365F.30306@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00113.txt.bz2 On 10/22/2013 10:29 AM, GHui wrote: > Thanks for you help. > I have installed gcc-4.4.4-13.el6.x86_64. > I compiled it under the Red Hat Enterprise Linux Server release 6.0. > It seems to find libc.so in /lib64, but it should in /usr/lib64, because of /usr/lib64/libc_nonshared.a. > I don't known how to change the linker to open /usr/lib64/libc.so. Please don't top-post on gcc-help. I'll try it now myself and see what happens. Andrew.