Package Details: gcc46 4.6.4-4

Git Clone URL: https://aur.archlinux.org/gcc46.git (read-only, click to copy)
Package Base: gcc46
Description: The GNU Compiler Collection (4.6.x)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, custom, LGPL, FDL
Conflicts: gcc46-multilib
Provides: gcc-46
Submitter: anpu
Maintainer: severach
Last Packager: severach
Votes: 15
Popularity: 0.000000
First Submitted: 2012-04-23 22:27 (UTC)
Last Updated: 2022-09-25 03:55 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

MarsSeed commented on 2022-07-06 18:29 (UTC) (edited on 2022-07-11 08:47 (UTC) by MarsSeed)

Btw, I think (lib)isl is not mandatory for the gcc compiler. It was only added recently to Arch repo, to be used for gcc 12.

Other gcc4* packages on AUR seem to not use lib(isl).

So the easiest solution to revive this - if needed, that is -, would be to remove isl from its depends and to disable the corresponding build option.

MarsSeed commented on 2022-06-27 15:23 (UTC)

Is this still needed?

Its dependency isl15 is missing its source (404), and also it should be named libisl15 now.

ftschindler commented on 2018-07-31 12:04 (UTC)

Dear all,

thanks for reporting! However, I do not require the package anymore and will give up support. Feel free to pick up!

severach commented on 2018-07-18 00:19 (UTC)

See texi patch in gcc46-multilib.

rafajunio commented on 2018-07-16 20:11 (UTC) (edited on 2018-07-16 20:15 (UTC) by rafajunio)

Hi, I can't compile anymore. Even after use this link https://crmullins.com/compiling-gcc-463-on-arch-linux.html the problem from linux-unwind.h persist. From the aur the build stop in the fallow erros (is the first errors in the link): "~/gcc46/src/gcc-4.6.4/gcc/doc/gcc.texi:89: warning: @tex should only appear at the beginning of a line ~/gcc46/src/gcc-4.6.4/gcc/doc/gcc.texi:209: no matching @end tex' ~/gcc46/src/gcc-4.6.4/gcc/doc/gcc.texi:209: no matching@end multitable' ~/gcc46/src/gcc-4.6.4/gcc/doc/gcc.texi:209: no matching `@end titlepage'"

ftschindler commented on 2017-05-22 07:07 (UTC)

Thank you for reporting! cloog-git seems to be a good replacement for isl15 and cloog. However, I still get an error when building the package. Did you change anything else?

ritze commented on 2017-05-19 08:27 (UTC)

Installing cloog-git resolved this problem.

ritze commented on 2017-05-18 10:09 (UTC)

pacman cannot resolve the dependencies: cloog needs isl>=0.18, but gcc46 needs isl15. If I try to build it with current packages of isl (0.18) and cloog (0.18.5) the build process of the gcc46 package will fail.

ftschindler commented on 2015-11-16 09:49 (UTC)

@krnlyng: well, first of all I would investigate to obtain more information. I think you should try to find out wether the gcc-4.6.4 package is broken (i.e. it should install to different locations or be compiled differently), or wether your application needs a newer std library.

krnlyng commented on 2015-11-09 19:57 (UTC)

Hi! I am trying to build an old version of android with this. But it fails like this: https://bpaste.net/show/fe27c61e12ac what can i do?