Operating System - HP-UX
1833496 Members
2556 Online
110052 Solutions
New Discussion

Is there a pthread version of Alib (Audio library) for 11.11?

 
SOLVED
Go to solution
Scott Milne
Occasional Contributor

Is there a pthread version of Alib (Audio library) for 11.11?

I installed the developers kit for 11.11 and it came with a version of Alib that is linked against the DCE threads library. DCE threads uses the CMA threads library. The problem is that we are using the pthread library for the rest of our application and the pthread library cannot mix with the cma library. Is there a pthread version of the Audio library out there?
3 REPLIES 3
Floyd Curtis
Frequent Advisor

Re: Is there a pthread version of Alib (Audio library) for 11.11?

Just a thought
There are DCE Dev Tools Server & Client patches PHSS 28387 and PHSS 29964 that both have fixes regarding "audio" - you might consider or look at the patch text.

good luck,
fwc
Robert-Jan Goossens
Honored Contributor

Re: Is there a pthread version of Alib (Audio library) for 11.11?

Hi Scott,

Not sure, but take a look at the HP-UX Developer's Toolkit.

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3394BA

Hope this helps,
Robert-Jan
Mike Stroyan
Honored Contributor
Solution

Re: Is there a pthread version of Alib (Audio library) for 11.11?

Put patches PHSS_28547 and PHSS_28548 on your development system. You will need to require PHSS_28547 on runtime systems.

The PHSS_28547 AudioSubsystem patch includes /opt/audio/lib/libAlibkt.1 (and /opt/audio/lib/pa20_64/libAlibkt.1). The PHSS_28548 Audio DevKit patch includes the symbolic links from libAlibkt.sl names that you will need at link time. These libraries use pthread kernel threading.