This will fix the warning, but be careful you may end up with broken
code unless you can guarantee thread safety in some other way.
Godfrey
On 05/09/2005, at 11:05 , Andrew Pinski wrote:
On May 9, 2005, at 1:26 PM, Thane Heninger wrote:
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.