From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3491 invoked by alias); 15 Aug 2012 18:14:34 -0000 Received: (qmail 3474 invoked by uid 22791); 15 Aug 2012 18:14:33 -0000 X-SWARE-Spam-Status: No, hits=1.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-we0-f175.google.com (HELO mail-we0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Aug 2012 18:14:20 +0000 Received: by weyr6 with SMTP id r6so1310568wey.20 for ; Wed, 15 Aug 2012 11:14:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=user-agent:date:subject:from:to:cc:message-id:thread-topic :in-reply-to:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=RTQiMdf66oqnzo3bJll2/nSZLCnjtVKI/PGNpObilnk=; b=VPD8VZwrlmTu9vE2orTQWYyRVhZoX8hKabbp+EUuBmH6uMOZfDrimMV6ddmNpXspgt tEuAYgzbKIiV4lXitO24ui2GCgTU6Ni8IGA1Z3J6p0OxsRKtFSlyNCItZ/sL2GzynWLY nEn8cTL2LRSbyMA+kZsJs8uKioYpeLfB1pe0hJ080vq7Af67KoTzWNcpvFJnKLPnsVlc fAaQbkY2V+X6othOrtg/U6o8na8yrEafvWwrChSuD6Ee2x1xfdrRLLinbTqzq+eufiTb eaiU/ux3d+V5vhAB5C6sRwtbNvJFIKVxvGYzQu8TudTLoTMst9qhG/OBo8Bv2GtWLjeq MPhQ== Received: by 10.180.78.4 with SMTP id x4mr38833165wiw.19.1345054458588; Wed, 15 Aug 2012 11:14:18 -0700 (PDT) Received: from [192.168.0.3] (ra178-1-88-163-20-214.fbx.proxad.net. [88.163.20.214]) by mx.google.com with ESMTPS id fu8sm30065053wib.5.2012.08.15.11.14.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Aug 2012 11:14:16 -0700 (PDT) User-Agent: Microsoft-MacOutlook/14.2.3.120616 Date: Wed, 15 Aug 2012 18:46:00 -0000 Subject: Re: Compilation Error From: B B To: CC: Message-ID: In-Reply-To: <502BE2FC.6030100@duke.edu> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Gm-Message-State: ALoCoQmwTeGAsHlOud34FIhtJGy3jhQ2kbo388sfZpN/yxUUWMRsdftdir0AgWt6Tr1Zl9yTE4XZ 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: 2012-08/txt/msg00114.txt.bz2 I guess for Scientific Linux it's something like yum -y install glibc-devel ...? B. On 8/15/12 7:57 PM, "Ron Stubbs" wrote: >Hi, > >I get the following errors when building gcc-4.8-20120812: >====================================== >In file included from /usr/include/features.h:385:0, > from /usr/include/stdio.h:28, > from ../../.././libgcc/../gcc/tsystem.h:88, > from ../../.././libgcc/libgcc2.c:29: >/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file >or directory > # include > ^ >compilation terminated. >make[5]: *** [_muldi3.o] Error 1 >make[5]: Leaving directory >`/opt/gcc-4.8-20120812/x86_64-unknown-linux-gnu/32/libgcc' >make[4]: *** [multi-do] Error 1 >make[4]: Leaving directory >`/opt/gcc-4.8-20120812/x86_64-unknown-linux-gnu/libgcc' >make[3]: *** [all-multi] Error 2 >make[3]: Leaving directory >`/opt/gcc-4.8-20120812/x86_64-unknown-linux-gnu/libgcc' >make[2]: *** [all-stage1-target-libgcc] Error 2 >make[2]: Leaving directory `/opt/gcc-4.8-20120812' >make[1]: *** [stage1-bubble] Error 2 >make[1]: Leaving directory `/opt/gcc-4.8-20120812' >make: *** [all] Error 2 >======================================== > >Suggestions? > >Thanks, >Ron > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >Ron Stubbs MS CS >Senior Systems Programmer >Research Computing >Pratt School of Engineering >410 Teer Bldg. P.O. Box 90271 >Duke University, Durham, N.C. 27708-0271 >office: (919)660-5339 cell:(919)641-5689 >fax: (919) 613-9156 >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~