From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69616 invoked by alias); 27 Jul 2016 08:22:10 -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 69571 invoked by uid 89); 27 Jul 2016 08:22:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:i686, dhouston@staffmail.ed.ac.uk, dhoustonstaffmailedacuk X-HELO: mail-yw0-f182.google.com Received: from mail-yw0-f182.google.com (HELO mail-yw0-f182.google.com) (209.85.161.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 27 Jul 2016 08:21:58 +0000 Received: by mail-yw0-f182.google.com with SMTP id r9so50571424ywg.0 for ; Wed, 27 Jul 2016 01:21:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aLdln1iI5T+ypbIo0vXtxqxzKOxpDfjY9EiTpEtBHPw=; b=gqqKhMXn1J3Y+z+PRqbA5+6BhBgiiLRpqhXs9Q/YdR02+4GcSfn44iweuxiePeDdAQ T3FwH6+0jUkN4vCzU+8DgsVe0gFBMLX6kyEJp0CD0Bzfp1w+lWYPxYuyYmXQE6Ii2Hr5 fsQcelcS/Rbn0vBI0viU7h4oFADlziqw7bMAl9Od6V+qqHrd6op78Py+5HzJdejXtInt rhQEX8NZo+ut03OPcyvpiZ4IKPgNMZn+LBjyAa026BPCyZXCdX7mjlohzruTUEY3PVJu Mv6pG+IYGaezgmWlyrtEjOusmcAkcbcuuOqVBj4kC98KVPENp2GoOfJ7v+jM6PHRuw79 RVzQ== X-Gm-Message-State: AEkoous8SfdXi8WnANyjW0evMFsZ23SHiLTryU+QTjBWxzyGKJTSeNssR8dJJSdXECNjiwVvMBnwGRzghahfKw== X-Received: by 10.129.163.6 with SMTP id a6mr23581221ywh.89.1469607716565; Wed, 27 Jul 2016 01:21:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.66.12 with HTTP; Wed, 27 Jul 2016 01:21:56 -0700 (PDT) In-Reply-To: References: <20160727084755.73846m6y070c2lss@www.staffmail.ed.ac.uk> From: Jonathan Wakely Date: Wed, 27 Jul 2016 08:33:00 -0000 Message-ID: Subject: Re: Problems building gcc To: Douglas Houston Cc: gcc-help Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00072.txt.bz2 On 27 July 2016 at 09:20, Jonathan Wakely wrote: > On 27 July 2016 at 08:47, Douglas Houston wrote: >> /usr/bin/ld: crt1.o: No such file: No such file or directory >> collect2: ld returned 1 exit status >> configure: error: I suspect your system does not have 32-bit developement >> librar >> ies (libc and headers). If you have them, rerun configure with >> --enable-multilib >> . If you do not have them, and want to build a 64-bit-only compiler, rerun >> confi >> gure with --disable-multilib. > > https://gcc.gnu.org/wiki/FAQ#gnu_stubs-32.h P.S. for Scientific Linux the missing package that provides the 32-bit dev environment is glibc-devel.i686