-
mronstrom@mysql.com authored
Common Symbols If you get errors in linking complaining about common symbols ld: common symbols not allowed with MH_DYLIB format Then it means that you've got a global variable in the library which has not been assigned a value. Got this problem with three globals in NdbDaemon.c
64d9f1fe