bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32087: gcc -m32 can't find stubs-32.h


From: Ludovic Courtès
Subject: bug#32087: gcc -m32 can't find stubs-32.h
Date: Tue, 10 Jul 2018 19:40:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Clément Lassieur <address@hidden> skribis:

> Ricardo Wurmus <address@hidden> writes:
>
>> Clément Lassieur <address@hidden> writes:
>>
>>> Ricardo Wurmus <address@hidden> writes:
>>>
>>>> David Larsson <address@hidden> writes:
>>>>
>>>>> I tried to run gcc to compile a simple c program which fails:
>>>>
>>>> Are you using the “gcc-toolchain” package?
>>>
>>> I reproduce that bug with gcc-toolchain.
>>
>> If you’re trying to compile for i686, should you not be using the i686
>> variant of gcc-toolchain?  You can build it with
>>
>>     guix build --system=i686-linux gcc-toolchain
>
> How would you install that variant?

Currently you’d have to do:

  guix package -i `guix build -s i686-linux gcc-toolchain`

which is not ideal.

>> (I don’t really know much about this, but we don’t build GCC with
>> multilib support.)
>
> This option is in the gcc manual that we package, so I think it should
> be supported.

Yeah.  The problem is that currently we don’t build glibc with multilib
support.  Something for the next ‘core-updates’ cycle if you feel like
working on it!  :-)

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]