This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
undefined reference to `__static_initialization_and_destruction_0(int, int)'
- From: "Max Bowsher" <maxb at ukf dot net>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Sun, 15 Jun 2003 16:59:33 +0100
- Subject: undefined reference to `__static_initialization_and_destruction_0(int, int)'
I'm trying to compile MySQL server on Cygwin, and getting undefined
references to `__static_initialization_and_destruction_0(int, int)'
I've discovered that this is an internal gcc symbol, but I'm not fluent
enough in gcc internals to understand how an undefined reference to it can
occur.
Does anyone have any hints on how I could further debug this?
Thanks,
Max.