472,146 Members | 1,363 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

Undefined symbol: ._STL:: on AIX platform

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
Jul 22 '05 #1
0 1684

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by John Graat | last post: by
8 posts views Thread by Scott J. McCaughrin | last post: by
2 posts views Thread by el prinCipante | last post: by
8 posts views Thread by pavan734 | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.