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 »

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!

progtologist commented on 2013-04-25 14:10 (UTC)

Fix for PKGBUILD is: options=('!libtool' '!buildflags')

<deleted-account> commented on 2013-04-23 19:44 (UTC)

I removed the fortify-source in /etc/makepkg.conf and it seems to be working now. I did not edit this file myself, so I guess a lot of people will be hitting this. Don't know how to fix from PKGBUILD, though. --- /etc/makepkg.conf +++ #<buffer makepkg.conf> @@ -29,7 +29,7 @@ -CPPFLAGS="-D_FORTIFY_SOURCE=2" +CPPFLAGS=""

xyproto commented on 2013-04-15 14:52 (UTC)

If someone is desperate to compile gcc44, it might work if gcc45 or gcc46 is used to compile it with, as a workaround.

xyproto commented on 2013-04-12 12:50 (UTC)

gcc44 doesn't compile here either. Not entirely sure how to make it compile again.

<deleted-account> commented on 2013-04-11 20:12 (UTC)

I have the same problem in either gcc44 or gcc45. I've upgraded my system to gcc48 with some other packages, not sure it is the factor. When I built gcc45, I forced it to include some headers, like limit.h, sys/state.h ...etc in the specified in "configure"(depend on some FLAGS in default, and --enable-language=c,c++ since object C may cause some error). I also downgrade some packages upgraded together with gcc48. It can pass these errors, but it finally failed since no enough space, and I didn't try again since I need gcc44, not gcc45. I try to do the same thing with gcc44, but different configure file...

xyproto commented on 2013-04-11 13:29 (UTC)

Will try to reproduce the problem.

tritonas00 commented on 2013-04-11 13:18 (UTC)

same problem here, as urys