Linker error when using vector's

using SUN C++ I have a problem when I do a push_back on a vector. The linker gives me a undefined symbol error on __cxa_end_catch.

Any ideas, is there a library to include?
Thanks
Chris

Try -lstdc++