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, LGPL
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: 2021-09-29 23:28 (UTC)

Latest Comments

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

piussj2 commented on 2014-09-05 19:49 (UTC)

@nariox I found the problem! I made an old installation of arch on virtualbox, for not to break the system, with gcc 4.8.1-3 and both gcc43 as any package that depends on it, compiles and installs normally, both 32, as 64 bits. then the problem is gcc 4.9.

nariox commented on 2014-09-05 04:26 (UTC)

@piussj2: by the way, it seems like the amarok1 PKGBUILD needs to be modified a little for it to work. Check their AUR page.

nariox commented on 2014-09-05 04:24 (UTC)

@piussj2: can you compile simple "hello world" programs with gcc4.3? Or not even those?

piussj2 commented on 2014-09-01 05:22 (UTC)

@nariox: ok! well, for me its same... I have base-devel. strange...

nariox commented on 2014-08-31 01:51 (UTC)

@piussj2: it's probably best to use english here. Funny, I've built gcc43 just now and the executables seem to work. Do you have base-devel installed?

piussj2 commented on 2014-08-30 11:11 (UTC)

@nariox Eu tentei com o make bootstrap, não adiantou. recebo "configure: error: C compiler cannot create executables" I tried with make bootstrap, but its same. I get "configure: error: C compiler cannot create executables"

piussj2 commented on 2014-08-30 03:38 (UTC)

@nariox (sou brasileiro sim XD) Então, eu não tentei com o make bootstrap, vou tentar mais tarde. Eu não modifiquei o makepkg.conf. Translation: I don't tried with make bootstrap, I'll try later. I don't modified the makepkg.conf.

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?