"I'm guessing there is perhaps a parmeter I can set in the makefile to disable using __cxa_guard_acquire, but I'm not sure what it'd be..."
If you have "-thread" in the Makefile, try removing it. If you don't have "-thread" try adding it on the gcc line.
botman