Operating System - HP-UX
1836747 Members
2980 Online
110109 Solutions
New Discussion

Re: Error of C++ program on HP 11.0on

 
Vinod_6
Occasional Contributor

Error of C++ program on HP 11.0on

HI,

I am getting following error while I run my code on HP 11.0
Code run fine on few of the HP 11.0, but on majority of HP 11.0 m/c it gives following run time error.
I am using aCC: HP ANSI C++ B3910B A.03.30. I checked all aCC files from m/c where code run and m/c where code doesnot work.
it looks same.

Is there any patch for below error....

/usr/lib/dld.sl: Unresolved symbol: __ismt (data) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __thread_mutex_lock (code) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __thread_key_create (code) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __thread_setspecific (code) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __libc_mutex_alloc (code) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __thread_mutex_free (code) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __thread_getspecific (code) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __nw__FUl (code) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __thread_mutex_unlock (code) from /usr/lib/libstd.2

Could anybody know above this error on HP 11.0
Thanks
2 REPLIES 2
Animesh Chakraborty
Honored Contributor

Re: Error of C++ program on HP 11.0on

It may be the "linker tools cumulative patch".
PHSS_21947
You would want to compare this particular patch with other systems.
#swlist PHSS_21947
Did you take a backup?
Steve Steel
Honored Contributor

Re: Error of C++ program on HP 11.0on

Hi


Check for

Patch Name: PHSS_24627

Patch Description: s700_800 11.X HP aC++ -AA runtime libraries (aCC A.03.33)

Creation Date: 01/09/06

Post Date: 01/10/18

Hardware Platforms - OS Releases:
s700: 11.00 11.10
s800: 11.00 11.10


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)