Mein Szenario ist das folgende (es hat in clang funktioniert, aber nicht in gcc) liba.hpp: inline int MY_GLOBAL = 0; libother.cpp: (dll) #include "myliba.hpp" void myFunc() { // MYGLOBAL = 28; } someexe.cpp: RunAppThatUsesBothLibAandLibOther(); Das Problem ist, dass die Inline-Variable an...