• mronstrom@mysql.com's avatar
    Snippet from the Internet: · 64d9f1fe
    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
NdbDaemon.c 4.52 KB