Package Details: gcc44 4.4.7-6

Git Clone URL: https://aur.archlinux.org/gcc44.git (read-only, click to copy)
Package Base: gcc44
Description: The GNU Compiler Collection (4.4.x)
Upstream URL: http://gcc.gnu.org/
Licenses: GPL, custom, LGPL
Conflicts: gcc44-multilib
Submitter: None
Maintainer: severach
Last Packager: severach
Votes: 68
Popularity: 0.000000
First Submitted: 2010-05-28 14:46 (UTC)
Last Updated: 2021-09-30 00:34 (UTC)

Latest Comments

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

agwblack commented on 2015-07-20 14:37 (UTC)

I have the following error: ../../gcc/toplev.c: At top level: ../../gcc/toplev.c:536:1: error: redefinition of ‘floor_log2’ floor_log2 (unsigned HOST_WIDE_INT x) ^ In file included from ../../gcc/toplev.c:58:0: ../../gcc/toplev.h:190:1: note: previous definition of ‘floor_log2’ was here floor_log2 (unsigned HOST_WIDE_INT x) ^ ../../gcc/toplev.c:571:1: error: redefinition of ‘exact_log2’ exact_log2 (unsigned HOST_WIDE_INT x) ^ In file included from ../../gcc/toplev.c:58:0: ../../gcc/toplev.h:196:1: note: previous definition of ‘exact_log2’ was here exact_log2 (unsigned HOST_WIDE_INT x) ^ Makefile:2470: recipe for target 'toplev.o' failed make[3]: *** [toplev.o] Error 1 make[3]: Leaving directory '/tmp/makepkg/gcc44/src/gcc-4.4.7/build/gcc' Makefile:5142: recipe for target 'all-stage1-gcc' failed make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory '/tmp/makepkg/gcc44/src/gcc-4.4.7/build' Makefile:17112: recipe for target 'stage1-bubble' failed make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory '/tmp/makepkg/gcc44/src/gcc-4.4.7/build' Makefile:739: recipe for target 'all' failed make: *** [all] Error 2

dieghen89 commented on 2015-07-10 20:13 (UTC)

I have the following error: ../../gcc/tree-call-cdce.c: At top level: ../../gcc/tree-call-cdce.c:928:3: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] GIMPLE_PASS, ^ In file included from ../../gcc/tree-dump.h:26:0, from ../../gcc/tree-call-cdce.c:39: ../../gcc/tree-pass.h:102:5: note: enum constant defined here GIMPLE_PASS, ^ rm gcc.pod make[3]: Leaving directory '/tmp/makepkg/gcc44/src/gcc-4.4.7/build/gcc' Makefile:5142: recipe for target 'all-stage1-gcc' failed make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory '/tmp/makepkg/gcc44/src/gcc-4.4.7/build' Makefile:17112: recipe for target 'stage1-bubble' failed make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory '/tmp/makepkg/gcc44/src/gcc-4.4.7/build' Makefile:739: recipe for target 'all' failed make: *** [all] Error 2 It seems something related to gcc5, do somebody have this problem too?

xyproto commented on 2013-11-08 15:10 (UTC)

Updated the package and added 'staticlibs' to the options array. Thanks, mauro2.

mauro2 commented on 2013-11-07 22:48 (UTC)

I needed to add 'staticlibs' to options. See https://bbs.archlinux.org/viewtopic.php?pid=1345153

pelluch commented on 2013-05-06 17:41 (UTC)

Nice! Thanks for the work on keeping this package up-to-date and functional, as some software just refuses to update to a new version of gcc.

xyproto commented on 2013-05-06 11:41 (UTC)

Updated the package to enable libgomp.

xyproto commented on 2013-05-05 00:04 (UTC)

pelluch, just leftovers from when I adopted the package, I will look at it.

pelluch commented on 2013-05-04 00:28 (UTC)

Just curious, any reason as to why you use the flag "--disable-libgomp"? This caused a few builds that use omp to fail for me in matlab. Using "--enable-libgomp" works for me, although I have to add rm -rf "$pkgdir/usr/share/info" in the package() function in order to avoid conflicts with the files already there.

xyproto commented on 2013-04-25 17:54 (UTC)

Updated the PKGBUILD, thanks kristianlm2 and progtologist!