Undefined symbols for architecture armv7 when using STL

Hello,

I am using std:stack in one of my classes and this result in a link error in xcode: Undefined symbols for architecture armv7

Any ideas of what can be wrong?

Cheers
Tom

Solved. It turns out the problem was that my static variable was defined in the header file instead of the c++ file.