Re: Bug#984243: Help: mothur: ftbfs with GCC-11

2021-11-08 Thread Hamid Nassiby
Hi all, The problem can be fixed following these steps: 1. Revert the commit ff8928540e0d720b8a08ee4227c1bbadc2c1e733 (now, that is the last commit). 2. Apply this patch: >--- a/Makefile >+++ b/Makefile >@@ -118,8 +118,8 @@ endif ># > OBJECTS=$(patsubst %.cpp,%.o,$(wildcard $(addsuffix *.cpp,$

Re: Something for our Advent calendar (Was: Bug#976254: rnahybrid: Does not build from source "multiple definition of")

2020-12-02 Thread Hamid Nassiby
o be placed in a common block, __attribute__((__common__)) can be used to force > that behavior even in code compiled without -fcommon. As a workaround, legacy C code where all tentative definitions should be placed into a common block can be compiled with -fcommon. Regards, Hamid Nassiby On Wed,