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