Package Details: gcc43-multilib 4.3.6-6

Git Clone URL: https://aur.archlinux.org/gcc43-multilib.git (read-only, click to copy)
Package Base: gcc43-multilib
Description: The GNU Compiler Collection for multilib (4.3.x)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, LGPL
Conflicts: gcc43
Provides: gcc43
Submitter: severach
Maintainer: severach
Last Packager: severach
Votes: 0
Popularity: 0.000000
First Submitted: 2016-01-05 02:43 (UTC)
Last Updated: 2021-09-29 23:28 (UTC)

Latest Comments

DarkShadow44 commented on 2022-12-12 17:24 (UTC)

Still compiled fine with multilib. Although I had to run sudo ln -s /usr/lib32 /lib32 so 32bit programs work, not sure why I didn't have a /lib32 folder.

DarkShadow44 commented on 2021-10-15 18:10 (UTC)

What compile errors? I just changed it to --enable-multilib and it compiled just fine.

severach commented on 2021-10-15 14:50 (UTC)

--disable-multilib # to be enabled when multilib compile errors are fixed

Find me a patch that makes this work.

DarkShadow44 commented on 2021-10-14 23:15 (UTC)

Is this the right package if I want to compile 32bit programs with old gcc? Because -m32 doesn't work, while it does work with gcc47-multilib. Is there something I'm missing?