Global variables that are defined in different object files need to be initialised
on the Mac. Fixes
ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
osl.o private external definition of common _loglevel (size 4)
/usr/bin/libtool: internal link edit command failed
return msgstr.str + errmsgidx[num];
}
-int loglevel;
+int loglevel = 0;
static void __attribute ((constructor)) init_loglevel(void)
{