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 »

xyproto commented on 2011-11-10 12:57 (UTC)

This package has been flagged out of date from 22 Feb 2011 to 10 Nov 2011. Fixed the PKGBUILD and orphaned the package. Sincerely yours, a random TU.

xyproto commented on 2011-11-10 12:28 (UTC)

Please depend on cloog instead of cloog-ppl>=0.15.8

<deleted-account> commented on 2011-11-05 18:40 (UTC)

Moreover: [herbert@myhost ~]$ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /build/src/gcc-4.6.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --enable-multilib --disable-libssp --disable-libstdcxx-pch --enable-checking=release Thread model: posix gcc version 4.6.2 (GCC) [herbert@myhost ~]$ gcc-4.4 -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libdir=/usr/lib --libexecdir=/usr/lib --program-suffix=-4.4 --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++ --enable-__cxa_atexit --disable-libstdcxx-pch --disable-multilib --disable-libgomp --disable-libmudflap --disable-libssp --enable-clocale=gnu --with-tune=generic --with-cloog --with-ppl --with-system-zlib Thread model: posix gcc version 4.4.4 (GCC) [herbert@myhost ~]$ So obviously I have gcc 4.4 -- which I didn't have before -- now, and I also have 4.6.

<deleted-account> commented on 2011-11-05 18:37 (UTC)

I was stupid enough to close the terminal in which makepkg was compiling, so I couldn't check if it compiled correctly. Anyhow, pacman seemed to think so: [herbert@durk gcc44]$ sudo pacman -U gcc44-4.4.4-2-x86_64.pkg.tar.xz Password: resolving dependencies... looking for inter-conflicts... Targets (1): gcc44-4.4.4-2 Total Download Size: 0.00 MB Total Installed Size: 65.60 MB Proceed with installation? [Y/n] Y (1/1) checking package integrity [############################################################################] 100% (1/1) checking for file conflicts [############################################################################] 100% (1/1) installing gcc44 [############################################################################] 100% [herbert@durk gcc44]$ So removing the dependency seems to work PLEASE NOTE: THIS IS NOT FROM ANYONE WHO IS IN ANYWAY OFFICIALLY ASSOCIATED WITH ARCH OR AUR! I AM JUST AN ARCH-USER.

<deleted-account> commented on 2011-11-05 17:43 (UTC)

I could not find anything like cloog-ppl either. I have cloog from the community supported repo's installed: [root@durk herbert]# pacman -Ss cloog core/cloog 0.16.3-1 [installed] Library that generates loops for scanning polyhedra [root@durk herbert]# To install gcc44, I removed the 'cloog-ppl>=0.15.8' entry from 'depends' variable in the PKGBUILD-file, and makepkg is compiling it now. No errors so far. Could someone from the (arch intersect gcc)-community have a look at this? Thank you very much for reading and I will get back on whether makepkg compiled gcc44 successfully!

mrbit commented on 2011-10-28 17:57 (UTC)

cloog-ppl ???????????????

unknown commented on 2011-09-16 07:43 (UTC)

Please orphan so we can update the pkgbuild ourselves.

<deleted-account> commented on 2011-07-03 08:47 (UTC)

I have large problems installing this. I removed the --disable-libgomp flag, as I need OpenMP, but I get the error: Configuring stage 2 in ./intl configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /bin/install -c checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for x86_64-unknown-linux-gnu-gcc... /tmp/yaourt-tmp-martin/aur-gcc44/src/gcc-4.4.4/build/./prev-gcc/xgcc -B/tmp/yaourt-tmp-martin/aur-gcc44/src/gcc-4.4.4/build/./prev-gcc/ -B/usr/x86_64-unknown-linux-gnu/bin/ checking for C compiler default output file name... configure: error: in `/tmp/yaourt-tmp-martin/aur-gcc44/src/gcc-4.4.4/build/intl': configure: error: C compiler cannot create executables See `config.log' for more details. make[2]: *** [configure-stage2-intl] Error 77 make[2]: Leaving directory `/tmp/yaourt-tmp-martin/aur-gcc44/src/gcc-4.4.4/build' make[1]: *** [stage2-bubble] Error 2 make[1]: Leaving directory `/tmp/yaourt-tmp-martin/aur-gcc44/src/gcc-4.4.4/build' make: *** [all] Error 2 ======================================================================================== The config.log from the intl folder can be found on: http://pastebin.com/zXS2xYPR My guess is that the host=x86_64-unkown-linux-gnu might be the problem, but have no idea how to fix it. I also get the exact same error without removing the -disable-libgomp flag, or trying to compiler gcc43 from aur.

<deleted-account> commented on 2011-06-16 15:13 (UTC)

Yes, this works fine by just changing the depend from 'cloog-ppl' to 'cloog' in the PKGBUILD

<deleted-account> commented on 2011-06-14 23:03 (UTC)

you can just use cloog from core http://www.archlinux.org/packages/core/x86_64/cloog/