Package Details: gcc47 4.7.4-2

Git Clone URL: https://aur.archlinux.org/gcc47.git (read-only, click to copy)
Package Base: gcc47
Description: The GNU Compiler Collection (4.7.x)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, custom, LGPL, FDL
Submitter: mosra
Maintainer: severach
Last Packager: severach
Votes: 21
Popularity: 0.000000
First Submitted: 2013-06-06 16:22 (UTC)
Last Updated: 2021-09-28 19:22 (UTC)

Latest Comments

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

leugenea commented on 2014-12-04 20:32 (UTC)

Fails to build: collect2 of ld, Makefile:1841

mosra commented on 2014-07-24 17:15 (UTC)

Updated and fixed. Sorry for the delay.

eleftg commented on 2014-07-02 12:19 (UTC)

GCC 4.7.4 Released https://lists.gnu.org/archive/html/info-gnu/2014-06/msg00010.html

anntzer commented on 2014-06-03 21:11 (UTC)

Builds fine now, I don't know what changed though. Sorry for the false alert.

maleadt commented on 2014-06-02 13:58 (UTC)

Builds fine in here with only the -fstack-protector patch.

anntzer commented on 2014-05-22 09:16 (UTC)

This currently fails to build "as is" (and including the -fstack-protector patch). 1/ package() fails in gcc-build/Makefile, line 3327, complaining about the non-existence of fixincludes. I solved the problem by brute force: $ cp -r src/gcc-build/{build-x86_64-unknown-linux-gnu/,}fixincludes but more likely the "do not apply fixincludes patch" is simply not getting applied. 2/ package() fails again in the same Makefile, line 11159, complaining about the non-existence of x86_64-unknown-linux-gnu/libstdc++-v3. Haven't figured out that one yet.

hzy199411 commented on 2014-05-22 04:10 (UTC)

I think you should add following line(which from gcc46-multilib): # Doesn't like -fstack-protector-strong CFLAGS=${CFLAGS//-fstack-protector-strong/-fstack-protector} export CFLAGS CXXFLAGS=${CXXFLAGS//-fstack-protector-strong/-fstack-protector} export CXXFLAGS Then it can be built correctly

mosra commented on 2014-01-23 22:36 (UTC)

Fixed, thanks for noticing.

sl1pkn07 commented on 2014-01-21 00:50 (UTC)

need ad in options=() 'staticlibs' to maintain .a files. if no, fail build programs by linker not found -lgcc greetings