From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26930 invoked by alias); 31 Jul 2013 20:23:08 -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 26895 invoked by uid 89); 31 Jul 2013 20:23:07 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from Unknown (HELO smtp.stanford.edu) (171.67.219.83) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 31 Jul 2013 20:23:06 +0000 Received: from smtp.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 7356B45DE1F; Wed, 31 Jul 2013 13:22:59 -0700 (PDT) Received: from windlord.stanford.edu (windlord.Stanford.EDU [171.67.225.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.stanford.edu (Postfix) with ESMTPS id 32BFE45D77B; Wed, 31 Jul 2013 13:22:59 -0700 (PDT) Received: by windlord.stanford.edu (Postfix, from userid 1000) id F3FB42F66C; Wed, 31 Jul 2013 13:22:58 -0700 (PDT) From: Russ Allbery To: Jonathan Wakely Cc: Matthias Klose , FX , gcc-patches , "gcc\@gcc.gnu.org" , "prosfilaes\@gmail.com" Subject: Re: fatal error: gnu/stubs-32.h: No such file In-Reply-To: (Jonathan Wakely's message of "Wed, 31 Jul 2013 21:14:36 +0100") References: <51F96919.1080806@ubuntu.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Date: Wed, 31 Jul 2013 20:23:00 -0000 Message-ID: <87a9l2fpi5.fsf@windlord.stanford.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2013-07/txt/msg00477.txt.bz2 Jonathan Wakely writes: > On 31 July 2013 20:44, Matthias Klose wrote: >> if you mention distribution specific packages, please add the ones needed for >> some distributions. For Debian/Ubuntu this would be g++-multilib if the >> architecture is multilib'ed, g++ otherwise. > That's not the package that provides gnu/stubs-32.h, is it? I thought > it was something like libc6-dev-i386? Please correct > http://gcc.gnu.org/wiki/FAQ#gnu_stubs-32.h if I'm wrong. gcc-multilib and g++-multilib depend on all the various packages that you need to have. They will, among other things, install libc6-dev-i386. For example, on a current wheezy system, you will see the following dependency chain: gcc-multilib -> gcc-4.7-multilib -> libc6-dev-i386 but also various other things like lib32gcc1. -- Russ Allbery (rra@stanford.edu)