Package Details: gcc43 4.3.6-8

Git Clone URL: https://aur.archlinux.org/gcc43.git (read-only, click to copy)
Package Base: gcc43
Description: The GNU Compiler Collection (4.3.x)
Upstream URL: http://gcc.gnu.org
Licenses: GPL-2.0-only, LGPL-2.1-only, GPL-3.0-only, LGPL-3.0-only
Conflicts: gcc43-multilib
Submitter: None
Maintainer: severach
Last Packager: severach
Votes: 40
Popularity: 0.000000
First Submitted: 2009-05-27 20:56 (UTC)
Last Updated: 2025-01-17 02:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

nariox commented on 2014-08-30 01:34 (UTC)

@piussj2: (você é brasileiro também?) The problem might be due to the recent updates to gcc 4.9 or 4.9.1. Can you try changing the "make" command from the PKGBUILD into "make bootstrap"? That will cause gcc4.3 to "build itself". Sorry, I'm away from my build server. Do you have anything special in your /etc/makepkg.conf?

piussj2 commented on 2014-08-29 23:58 (UTC)

I have a problem. I compile the package with success, but I can't compile anything with. Por example, I tried to compile amarok1 from aur, and it gives: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for kde-config... /opt/kde/bin/kde-config checking where to install... /opt/kde (as requested) checking for style of include used by make... GNU checking for gcc... gcc-4.3 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. ==> ERRO: Uma falha ocorreu em build(). Abortando... So I tried to downgrade gcc43, and however, did nothing effect. Anyone have any suggestions?

madmack commented on 2014-02-13 22:46 (UTC)

@nariox *-8 worked perfectly. Thanks for the prompt fix :)

nariox commented on 2014-02-13 21:42 (UTC)

@madmack Sorry, it was my slip. I added a patch from 4.4 that I shouldn't have. I've updated the package now.

nariox commented on 2013-11-06 22:32 (UTC)

@wcentauri @RazZziel I've just sent a new version. See if it works for you. (;

wcentauri commented on 2013-11-03 22:31 (UTC)

I have an i386 arch and encountered the same problem as RazZziel. I fixed the issue by applying this patch (http://pastebin.com/VkgE27Pd) appearing in this forum thread (https://bbs.archlinux.org/viewtopic.php?id=144949). After that, I found the line mv "$pkgdir"/usr/lib/gcc/$CHOST/lib* "$pkgdir/usr/lib/gcc/$CHOST/$pkgver/" to be problematic and commented it out. Package built successfully after the above mods.

nariox commented on 2013-09-25 20:00 (UTC)

RazZziel, what is your arch? I've just recompiled fine on amd64. i686? armv7h?

RazZziel commented on 2013-09-21 09:19 (UTC)

Doesn't build for me: /tmp/yaourt-tmp-raziel/aur-gcc43/src/gcc-4.3.6/build/./gcc/xgcc -B/tmp/yaourt-tmp-raziel/aur-gcc43/src/gcc-4.3.6/build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -g -fkeep-inline-functions -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c ../../../libgcc/../gcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS In file included from ../../../libgcc/../gcc/unwind-dw2.c:338: ../../../libgcc/../gcc/config/i386/linux-unwind.h: In function ‘x86_fallback_frame_state’: ../../../libgcc/../gcc/config/i386/linux-unwind.h:142: error: field ‘info’ has incomplete type

nariox commented on 2013-08-15 18:35 (UTC)

It's working now. No documentation is generated. I'm wondering whether I should add texinfo-legacy so that documentation is compiled. Regardless, hope everyone is happy with this package now (;