LINK problems in PPC

Hi!
I've started porting my game from PC to PPC,
and I have got strange linking errors around
std::exception-s which I don't use direcly (EVC4.0):
inking...
CSCSkin.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
SCGADGETS.OBJ : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
sprite.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
...
Have you ever met this? Is there a solution for that?
Thanks
Lac
I've started porting my game from PC to PPC,
and I have got strange linking errors around
std::exception-s which I don't use direcly (EVC4.0):
inking...
CSCSkin.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
SCGADGETS.OBJ : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
sprite.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
...
Have you ever met this? Is there a solution for that?
Thanks
Lac