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: custom, GPL-2.0-only, LGPL-2.1-only, GPL-3.0-only, LGPL-3.0-only
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: 2025-01-17 02:42 (UTC)

Latest Comments

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

GordonGR commented on 2013-03-16 22:05 (UTC)

It is. I can build all kind of programs, apart from gcc. I will reinstall base-devel and run a memory check tomorrow, for good measure, but I seriously doubt that's the issue. Thanks for looking into it, in any case.

xyproto commented on 2013-03-16 22:01 (UTC)

And base-devel is installed too? Are you able to test it on a different installation?

GordonGR commented on 2013-03-16 21:53 (UTC)

I doubt it. Just to be sure, I rebooted to a clean session, opened a console and nothing else and ran makepkg. It failed to the same point.

xyproto commented on 2013-03-16 15:27 (UTC)

GordanGR, are you out of memory?

GordonGR commented on 2013-03-16 13:56 (UTC)

Not building for me -- log here: https://dl.dropbox.com/u/4361965/gcc44-4.4.7-2-x86_64-build.log I think it's the same problem I have with gcc44 multilib, by the way. Both packages used to build fine until some time ago, I can't understand :S

xyproto commented on 2013-03-15 10:57 (UTC)

Thank you, vladmihaisima. Updated the package.

<deleted-account> commented on 2013-03-14 22:46 (UTC)

With texinfo 5.0-1 it fails with the following error: 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:761: @itemx must follow @item make[3]: *** [doc/cpp.info] Error 1 Workaround (will not generate some docs): - add the following line in the PKGBUILD before configure (currently line 43) sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ../gcc/configure - comment or remove the for loop in package() (currently lines 70-73)

xyproto commented on 2012-11-14 01:39 (UTC)

Updated to 4.4.7.

xyproto commented on 2012-02-26 14:43 (UTC)

TamCore, works fine here. Have you installed base-devel first? https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started Are all packages up to date?

TamCore commented on 2012-02-26 11:38 (UTC)

/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.6/libstdc++.so when searching for -lstdc++ /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.6/libstdc++.a when searching for -lstdc++ /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.6/libstdc++.so when searching for -lstdc++ /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.6/libstdc++.a when searching for -lstdc++ /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.6/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.6/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.6/libgcc.a when searching for -lgcc /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.6/libgcc.a when searching for -lgcc /usr/bin/ld: cannot find -lgcc When compiling an 32bit project. Any suggestions?