Search Criteria
Package Details: gcc7 7.5.0-2
Git Clone URL: | https://aur.archlinux.org/gcc7.git (read-only, click to copy) |
---|---|
Package Base: | gcc7 |
Description: | The GNU Compiler Collection - C and C++ frontends (7.x.x) |
Upstream URL: | http://gcc.gnu.org |
Licenses: | |
Submitter: | arojas |
Maintainer: | ReyJamonico |
Last Packager: | dviktor |
Votes: | 14 |
Popularity: | 0.089337 |
First Submitted: | 2019-04-08 18:58 |
Last Updated: | 2020-02-21 15:28 |
Dependencies (9)
- libmpc (libmpc-git)
- gcc7-libs=7.5.0-2
- binutils>=2.28 (binutils-tune-bfd-hash, binutils-git)
- binutils (binutils-tune-bfd-hash, binutils-git) (make)
- doxygen (doxygen-git) (make)
- flex (flex-git) (make)
- libmpc (libmpc-git) (make)
- python (python-dbg) (make)
- subversion (make)
Required by (14)
- autowiring (make)
- cntk (make)
- cntk-cuda (make)
- cuda-10.0
- cuda-9.2
- galapix (make)
- gcc7-fortran
- lean-git (make)
- rust-mrustc (make)
- scylla (make)
- tensorflow-model-server-cuda-git (make)
- thundersvm-git (make)
- wxglterm-git (make)
- xmrig-wownero (make)
Latest Comments
1 2 3 Next › Last »
ReyJamonico commented on 2020-08-27 08:22
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
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
@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 librariesborges commented on 2020-07-08 11:49
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
Works perfectly!
dviktor commented on 2020-02-21 21:15
@DAMO238 you're welcome :)
DAMO238 commented on 2020-02-21 20:44
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
Should be fixed now. Binary packages updated as well
Ivellios commented on 2020-02-21 12:53
@dviktor @Ergo I believe the missing patch is: https://github.com/gcc-mirror/gcc/commit/4abc46b51af5751d657764d0c44b8a4aeed06302 since now glibc is 2.31-x
Ivellios commented on 2020-02-21 11:40
@dviktor Still hit error as @Ergo mentioned after using "makechrootpkg -c -r $CHROOT".