Search Criteria
Package Details: gcc43-multilib 4.3.6-6
Package Actions
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) |
Dependencies (10)
- binutils
- cloogAUR
- elfutils (elfutils-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gmp (gmp-hgAUR)
- mpfr (mpfr-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- flex (flex-gitAUR) (make)
- setconf (make)
Required by (0)
Sources (8)
- 0000-gcc-c11-toplev.diff
- ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.3.6/gcc-core-4.3.6.tar.bz2
- ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.3.6/gcc-fortran-4.3.6.tar.bz2
- ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.3.6/gcc-g++-4.3.6.tar.bz2
- ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.3.6/gcc-java-4.3.6.tar.bz2
- ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.3.6/gcc-objc-4.3.6.tar.bz2
- gcc_pure64.patch
- siginfo_t_fix.patch
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?