Undefined symbol: ._STL:: on AIX platform

P

pervinder

Hi,
I have a c++ application which depends on some other libs which uses stlport
When i build the application, it works fine on sun/linux/hp platform.
(provided the .a for the dependency libs)

But it errors out on AIX ( xlC va6) with below errors:-

ld: 0711-317 ERROR: Undefined symbol: ._STL::ios_base::_Loc_init::_Loc_init()
ld: 0711-317 ERROR: Undefined symbol: ._STL::ios_base::Init::Init()
ld: 0711-317 ERROR: Undefined symbol: ._STL::ios_base::_Loc_init::~_Loc_init()
.....
ld: 0711-317 ERROR: Undefined symbol: _STL::cout
ld: 0711-317 ERROR: Undefined symbol: ._STL::locale::locale()
ld: 0711-317 ERROR: Undefined symbol: ._STL::locale::~locale()
ld: 0711-317 ERROR: Undefined symbol: _STL::cerr

ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
gmake: *** [all] Error 2

Regards
~Pervinder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top