From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#32087: gcc -m32 can't find stubs-32.h Date: Tue, 10 Jul 2018 15:40:15 +0200 Message-ID: <87601nryyo.fsf@elephly.net> References: <878t6js5do.fsf@elephly.net> <87va9nmi0l.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcst9-0006uT-3v for bug-guix@gnu.org; Tue, 10 Jul 2018 09:41:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcst4-00054E-7v for bug-guix@gnu.org; Tue, 10 Jul 2018 09:41:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45277) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcst4-000548-3h for bug-guix@gnu.org; Tue, 10 Jul 2018 09:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcst3-0005Hy-Qe for bug-guix@gnu.org; Tue, 10 Jul 2018 09:41:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87va9nmi0l.fsf@lassieur.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: David Larsson , 32087@debbugs.gnu.org Cl=C3=A9ment Lassieur writes: > Ricardo Wurmus writes: > >> David Larsson writes: >> >>> I tried to run gcc to compile a simple c program which fails: >> >> Are you using the =E2=80=9Cgcc-toolchain=E2=80=9D package? > > I reproduce that bug with gcc-toolchain. If you=E2=80=99re trying to compile for i686, should you not be using the i= 686 variant of gcc-toolchain? You can build it with guix build --system=3Di686-linux gcc-toolchain (I don=E2=80=99t really know much about this, but we don=E2=80=99t build GC= C with multilib support.) --=20 Ricardo