Closed Poikilos closed 3 years ago
@OldCoder says the multiple redefinition errors (and likely ones in other apps, and C programs in general when compiled in gcc 10) can be resolved by:
CFLAGS="-fcommon" bash ./configure
.o
make
make clean
@OldCoder says the multiple redefinition errors (and likely ones in other apps, and C programs in general when compiled in gcc 10) can be resolved by:
.o
files with the problem from a previousmake
, runmake clean
first.