This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTL Undefined Symbol

Hi, I am encountering a link error when building for Symbian 9.2. I am using the Symbian StlPort.

I am using RVCT 2.2 build 593

Error: L6218E: Undefined symbol _STL::_STLP_alloc_proxy<char*, char, _STL::alloc
ator<char>>::~_STLP_alloc_proxy__sub_object() (referred from HistoryManager.o).

Error: L6218E: Undefined symbol _STL::basic_string<char, _STL::char_traits<char>
, _STL::allocator<char>>::~basic_string__sub_object() (referred from HistoryMana
ger.o).

The symbols basic_string__sub_object() & _STLP_alloc_proxy__sub_object() seem to be compiler generated symbols.

Any ideas?

Thanks.