Trying to build our kext in Tiger, we ran into a snag with undefined
symbols for ___cxa_guard_acquire and ___cxa_guard_release when we
tried the kextload. Those symbols couldn't be found in any source text
for the build. Searching the assembly code, we found the symbols as
being near a line which had a statically included class instantiation.