Operating System - HP-UX
1833811 Members
3704 Online
110063 Solutions
New Discussion

runtime error with gcc library

 
minglei yuan
Occasional Contributor

runtime error with gcc library

I compiled a my c++ program with a third-party library using gcc3.2 on HP11. Everything is fine until I execute the program. It throws out a error as:
/usr/lib/dld.sl: Unresolved symbol: _ZNSt23__malloc_alloc_templateILi0EE26__malloc_alloc_oom_handlerE

I try to find this symbol in all library files but whould not figure it out. I know this symbol should come from gcc libraries.

Anybody has any good suggestions?

Thanks a lot