CC (v5.4) linking issue with standard STL
Hi Friends,
We are using CC (v5.4) compiler for our C++ code, which use STL , string, iostream related utility.
Compiler version: CC: Forte Developer 7 C++ 5.4 2002/03/09
We are linking using these options "-lsocket -lnsl -lCstd -lCrun -lm -lc -lposix4 -mt -lpthread"
But we are getting following linking error,
===============
ild: (undefined symbol) __type_1 std::copy<std::deque><unsigned,std::allocator><unsigned> >::const_iterator,std::back_insert_iterator<std::deque><unsigned,st d::allocator><unsigned> > > >(__type_0,__type_0,__type_1) -- referenced in the text segment of /disk1/cbsdev/DIAXL/COMMON/obj/libdiacommon.a(AAASessionPool.o)
ild: (undefined symbol) void __rwstd::__rb_tree<unsigned,std::pair><const unsigned,std::map><unsigned,AAAQualifiedAVP_t,std::less><unsigned&g t;,std::allocator<std::pair><const unsigned,AAAQualifiedAVP_t> > > >,__rwstd::__select1st<std::pair><const unsigned,std::map><unsigned,AAAQualifiedAVP_t,std::less><unsigned&g t;,std::allocator<std::pair><const unsigned,AAAQualifiedAVP_t> > > >,unsigned>,std::less<unsigned>,std::allocator<std::pair>< const unsigned,std::map><unsigned,AAAQualifiedAVP_t,std::less><unsigned&g t;,std::allocator<std::pair><const unsigned,AAAQualifiedAVP_t> > > > > >::__deallocate_buffers() -- referenced in the text segment of /disk1/cbsdev/DIAXL/DIAPARSER/obj/libparser.a(AAARuntimeDictionary.o)
=================================
Do we have to link some other standard library for std::map, or std::deque...like these?
Kind Regards,
Nilanjan

