Operating System - HP-UX
1752590 Members
2837 Online
108788 Solutions
New Discussion

STLport 5.1.7 giving ld errors about :_HPMutexWrapper

 
Meir242
New Member

STLport 5.1.7 giving ld errors about :_HPMutexWrapper

Hello all
im porting application to use STLport 5.1.7
im using :
aCC: HP C/aC++ B3910B A.06.20
HP-UX hprx02 B.11.31 U ia64
and im getting ld errors like :

ld: Unsatisfied symbol "std::__rw_exception::_C_assign(char const*,unsigned long)" in file /home/bld/DevEnv/products/Core/Debug/lib/libGeneral.a[GeneralUtil.o]
ld: Unsatisfied symbol "std::__rw_exception::_C_assign(char const*,unsigned long)" in file /home/bld/DevEnv/products/Core/Debug/lib/libGeneral.a[GeneralUtil.o]
ld: Unsatisfied symbol "_HPMutexWrapper::lock(void*)" in file /home/bld/DevEnv/products/Core/Debug/lib/libGeneral.a[GeneralUtil.o]
ld: Unsatisfied symbol "_HPMutexWrapper::init(int)" in file /home/bld/DevEnv/products/Core/Debug/lib/libGeneral.a[GeneralUtil.o]

any idea why ?
Thanks
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: STLport 5.1.7 giving ld errors about :_HPMutexWrapper

>I'm porting application to use STLport 5.1.7. I'm using: A.06.20

You either can use STLport with +nostl or use -AA. Your unsats occur because you are NOT using STLport for those sources.