GCC 10 and newer defaults to `-fno-common` behavior, which results in multiple definition errors. https://gcc.gnu.org/gcc-10/porting_to.html Would be good to update the makefile or modify the header declarations to use `extern`
GCC 10 and newer defaults to
-fno-commonbehavior, which results in multiple definition errors.https://gcc.gnu.org/gcc-10/porting_to.html
Would be good to update the makefile or modify the header declarations to use
extern