Closed nforro closed 4 years ago
GCC 10 changed the default from -fcommon to -fno-common, which results in linking errors, since pipe_to_parent symbol is no longer COMMON.
-fcommon
-fno-common
pipe_to_parent
GCC 10 changed the default from
-fcommon
to-fno-common
, which results in linking errors, sincepipe_to_parent
symbol is no longer COMMON.