From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15542 invoked by alias); 7 Jul 2013 14:00:29 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 15531 invoked by uid 89); 7 Jul 2013 14:00:29 -0000 X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-pa0-f46.google.com (HELO mail-pa0-f46.google.com) (209.85.220.46) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 07 Jul 2013 14:00:28 +0000 Received: by mail-pa0-f46.google.com with SMTP id fa11so3553009pad.33 for ; Sun, 07 Jul 2013 07:00:26 -0700 (PDT) X-Received: by 10.66.144.170 with SMTP id sn10mr19096598pab.42.1373205626488; Sun, 07 Jul 2013 07:00:26 -0700 (PDT) Received: from [192.168.10.2] (adsl-99-170-146-238.dsl.pltn13.sbcglobal.net. [99.170.146.238]) by mx.google.com with ESMTPSA id ue9sm18682356pab.7.2013.07.07.07.00.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 07 Jul 2013 07:00:25 -0700 (PDT) Message-ID: <51D97472.8010704@gmail.com> Date: Sun, 07 Jul 2013 14:00:00 -0000 From: Bruce Korb User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Andreas Schwab CC: GCC Subject: Re: fatal error: gnu/stubs-32.h: No such file References: <51D83AAC.4080200@gmail.com> <87y59jo6yq.fsf@igel.home> In-Reply-To: <87y59jo6yq.fsf@igel.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00080.txt.bz2 On 07/06/13 11:53, Andreas Schwab wrote: > Bruce Korb writes: > >> Why is it that configure worked but stubs-32.h was not found? > > This is testing the host compiler which doesn't need that file. You > need to build the target compiler before you can test it. Sorry, I'm still confused. I had a fresh openSuSE distro and I was trying to build GCC from SVN source. If doing that requires the installation of 32 bit development package, then I think I am trying to say that configure should go look for the needed 32 bit dev package and complain. I am hoping that the developer responsible for the code trying to include the header would fiddle the configure script. I confess to trying to avoid that kind of fiddling.