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

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

ftschindler commented on 2015-09-02 12:44 (UTC)

@maleadt: could you try to build the package with `export LD_PRELOAD=/usr/lib/libstdc++.so.6`, perhaps this is related?

maleadt commented on 2015-08-29 15:02 (UTC)

Package doesn't build because of ar using the LLVMGold.so bfd plugin (part of llvm-libs), yielding "version `GLIBCXX_3.4.21' not found". Tried rebuilding llvm-libs, but that doesn't seem the issue. Temporarily pacman -Rdd'ing llvm-libs (what could go wrong...) gets me past the error.

ftschindler commented on 2014-05-23 17:01 (UTC)

Updated to 4.6.4-3: * fixed https://github.com/ftalbrecht/aur/issues/3

maleadt commented on 2014-05-23 15:53 (UTC)

Since the recent addition of -fstack-protector-strong to makepkg.conf, which gcc 4.6 doesn't recognize, the bootstrapping fails. Maybe CFLAGS and CXXFLAGS should be unset before the build?

ftschindler commented on 2014-02-27 22:38 (UTC)

Dear all, since I need this package I am adopting it (at least for the time being). It currently builds and works for me. Please report any problems you encounter!

anpu commented on 2014-01-10 10:04 (UTC)

I guess my maintainence was a bit on the lousy side at all times, but lately I find myself unable to do any work on it at all. So I set this package free to maybe find another, better maintainer.

airanver commented on 2014-01-04 05:35 (UTC)

Hi it does not work in i686,can you fix it ,thanks a lot!

nocko commented on 2013-11-09 21:55 (UTC)

Fix for the error I described. Please update PKGBUILD https://bbs.archlinux.org/viewtopic.php?pid=1345153

nocko commented on 2013-11-09 14:27 (UTC)

When compiled and installed, I cannot produce any executables. I get the following error in the linker: /usr/bin/ld: cannot find -lgcc collect2: ld returned 1 exit status Searching the /usr/lib/gcc tree for libgcc.[a|so] turns up only libgcc_s.so . Copying the libgcc.a from the final gcc46 build directory to /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.4/lib doesn't help either. Advice?

<deleted-account> commented on 2013-08-07 11:37 (UTC)

@spinach : you don't have enough memory(swap+RAM). In fact /tmp is of type tmpfs. So you can create a build dir in your home and then you can replace "/tmp/yaourt-tmp-spinach/" by a symbolic link on the build dir.