Replies: 2 comments
-
|
Thanks for sharing that. I'll try to get a copy of CentOS 7 and attempt to reproduce this on my end. I'll report back with what I find. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Appreciate you sharing this. After looking into it, I believe the best approach here is to upgrade to a newer compiler. CentOS 7 reached end-of-life on June 30, 2024, so trying to restore some of the _Atomic features to support older GCC versions isn't the right path. I'd strongly recommend updating the compiler. Closing it for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following errors during make in a Centos 7 machine when trying to compile goacces v1.10 and later :
My build configuration:
FYI, everything is working as expected up to v1.9.4 which is the one currently running on the machine.
gcc version 4.8.5 / glibc 2.17-326.el7_9.3
Is Centos7 still a 'supported' distribution? Can I overcome these errors somehow? (btw, I tried removing _Atomic, but got other errors at a later stage)
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions