Package Base Details: gcc7

Git Clone URL: https://aur.archlinux.org/gcc7.git (read-only, click to copy)
Submitter: arojas
Maintainer: ReyJamonico
Last Packager: ReyJamonico
Votes: 18
Popularity: 0.83
First Submitted: 2019-04-08 18:58 (UTC)
Last Updated: 2022-05-19 15:34 (UTC)

Pinned Comments

Latest Comments

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

ReyJamonico commented on 2020-08-27 08:22 (UTC)

I adopted the gcc7 packages because I currently use them, but if anyone wants to maintain them please tell me.

nigeljordan commented on 2020-08-11 20:56 (UTC) (edited on 2020-08-11 20:56 (UTC) by nigeljordan)

I was sure there was a binary version in a repo somewhere in the comments? Is it removed?

dviktor commented on 2020-07-09 11:25 (UTC)

@borges staticlibs option is only keeps resulting *.a files in final package. I think there should be more tweaks to the GCC compilation/installation steps to create static versions of libraries

borges commented on 2020-07-08 11:49 (UTC) (edited on 2020-07-08 13:55 (UTC) by borges)

Hi! I'm working on some stuff that requires me to statically link all libraries, including libgfortran, so I compiled this package adding "staticlibs" to the options arrays, but even then I get:

$ gfortran-7 -static -static-libgfortran example.f -o example

/usr/bin/ld: cannot find -lgfortran

collect2: error: ld returned 1 exit status

I searched the yay build dir for gcc7, and there's no libgfortran.a to be found. Am I missing something?

DAMO238 commented on 2020-02-21 22:25 (UTC)

Works perfectly!

dviktor commented on 2020-02-21 21:15 (UTC)

@DAMO238 you're welcome :)

DAMO238 commented on 2020-02-21 20:44 (UTC)

Thank you for the fix, testing now and will let you know the results when it completes!

dviktor commented on 2020-02-21 20:35 (UTC)

Should be fixed now. Binary packages updated as well

Ivellios commented on 2020-02-21 12:53 (UTC)

@dviktor @Ergo I believe the missing patch is: https://github.com/gcc-mirror/gcc/commit/4abc46b51af5751d657764d0c44b8a4aeed06302 since now glibc is 2.31-x