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 »

nariox commented on 2013-08-14 21:09 (UTC)

I'm considering adopting this package. I got it to compile by doing two things: - Changing: [code]options=('!libtool')[\code] to [code]options=('!libtool !buildflags') [\code] in the PKGBUILD - Masking out makeinfo with an empty script. Apparently the latest texinfo causes the trouble. I read that I should be able to compile it without the documentation, but I haven't been successful with this yet. My trick is ugly, but worked.

<deleted-account> commented on 2013-05-01 05:59 (UTC)

I've got a different error, but I do suspect the package is pretty old. This might take a while to fix.

fclad commented on 2013-04-30 13:21 (UTC)

Hello, I got the same error. I couldn't fix it for the moment. Thanks

ReedWood commented on 2013-04-04 13:11 (UTC)

I have gcc-4.8 installed, and with this be build of gcc43 failes with if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ -I ../../gcc/doc/include -o doc/cpp.info ../../gcc/doc/cpp.texi; \ fi ../../gcc/doc/cppopts.texi:757: @itemx must follow @item make[3]: *** [doc/cpp.info] Error 1 make[3]: Leaving directory `/tmp/packerbuild-0/gcc43/gcc43/src/gcc-4.3.4/build/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/tmp/packerbuild-0/gcc43/gcc43/src/gcc-4.3.4/build' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/tmp/packerbuild-0/gcc43/gcc43/src/gcc-4.3.4/build' make: *** [all] Error 2 I have checked the file gcc/doc/cppopts.texi and found out, that there is no @item -help in front of @itemx --help. Adding the @item -help did not fix it for me.

gbc921 commented on 2013-03-18 00:20 (UTC)

How to compile this with the patch provided by @aash29? I tried to include it on PKGBUILD similar to the two ones that are already there, but get no success. Sincerely,

<deleted-account> commented on 2012-08-26 09:39 (UTC)

Needs this patch http://pastebin.com/VkgE27Pd See https://bbs.archlinux.org/viewtopic.php?id=144949

erwinkendo commented on 2012-02-28 17:29 (UTC)

Hello I have gcc4.5 installed in my x86_64 system, and I have the following error when installing this package error: error al realizar la transacción (archivos en conflicto) gcc43: /usr/lib/gcc/x86_64-unknown-linux-gnu/lib/libgcc_s.so existe en el sistema de archivos gcc43: /usr/lib/gcc/x86_64-unknown-linux-gnu/lib/libgcc_s.so.1 existe en el sistema de archivos Ocurrieron errores, no se actualizaron paquetes How can I declare in the PKGBUILD not to copy those files in that folder? Thanks