diff options
author | unknown <mronstrom@mysql.com> | 2004-05-13 19:49:10 +0200 |
---|---|---|
committer | unknown <mronstrom@mysql.com> | 2004-05-13 19:49:10 +0200 |
commit | 5ab40f3a7db7254841efc41648e18807d8037f0d (patch) | |
tree | 5074e4dec9a73e579eb43e0c5f81a50bf9da9302 /BitKeeper | |
parent | cbefc5f154d899fc86703a879e96f27a8502a557 (diff) | |
download | mariadb-git-5ab40f3a7db7254841efc41648e18807d8037f0d.tar.gz |
Snippet from the Internet:
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
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index c89c60287fd..c50e3e7ff4e 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -106,6 +106,7 @@ monty@tik. monty@tik.mysql.fi monty@tramp.mysql.fi monty@work.mysql.com +mronstrom@mysql.com mwagner@cash.mwagner.org mwagner@evoq.mwagner.org mwagner@work.mysql.com |