Closed trofi closed 2 years ago
Thanks! I'm curious what you're using classic dirt for?
I'm afraid I don't use it myself. I only noticed dirt
build failure when was working on moving NixOS to gcc-10
and was fixing various packages that fail to build: https://github.com/NixOS/nixpkgs/pull/110571#issuecomment-1119343199
Aha, thanks for your work !
gcc-10 changed the default from -fcommon to fno-common: https://gcc.gnu.org/PR85678
As a result build fails as:
The change moves globals definitions from .h files to .c files.