From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18756 invoked by alias); 15 Aug 2012 17:57:44 -0000 Received: (qmail 18741 invoked by uid 22791); 15 Aug 2012 17:57:42 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx-gw-01.oit.duke.edu (HELO mail-gw-01.oit.duke.edu) (152.3.189.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Aug 2012 17:57:28 +0000 Received: from mail-gw-01.oit.duke.edu (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 8F49C3025C34_2BE306B for ; Wed, 15 Aug 2012 17:57:26 +0000 (GMT) Received: from [152.3.76.87] (resolute.egr.duke.edu [152.3.76.87]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mail-gw-01.oit.duke.edu (Sophos Email Appliance) with ESMTPSA id D46003025BD2_2BE2FEF for ; Wed, 15 Aug 2012 17:57:18 +0000 (GMT) Message-ID: <502BE2FC.6030100@duke.edu> Date: Wed, 15 Aug 2012 18:03:00 -0000 From: Ron Stubbs Reply-To: ron.stubbs@duke.edu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Compilation Error References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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/msg00112.txt.bz2 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~