<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: pthread support in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769601#M722299</link>
    <description>Per my deleoper, he seems to be alright now.&lt;BR /&gt;I want to thanks everyone for your help.&lt;BR /&gt;&lt;BR /&gt;Developers Reply this morning:&lt;BR /&gt;&lt;BR /&gt;We determined that we did not need the initializers that was causing the problem to be apparent, &lt;BR /&gt;&lt;BR /&gt;A difference in implementation between GNU and Native compilers.&lt;BR /&gt;&lt;BR /&gt;We therefore changed the code, removing the old GNU style interfaces, the Native compiler took care of it.&lt;BR /&gt;&lt;BR /&gt;So we can ignore this problem.  (at this time and hopefully we won't need it later either).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Randy</description>
    <pubDate>Tue, 23 Jul 2002 15:45:52 GMT</pubDate>
    <dc:creator>Randy_9</dc:creator>
    <dc:date>2002-07-23T15:45:52Z</dc:date>
    <item>
      <title>pthread support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769598#M722296</link>
      <description>One of our developers, working on a 10.20&lt;BR /&gt;system (aCC++ A.01.15) is asking me the following question (as if I have a clue), I've&lt;BR /&gt;also attached a file documenting the error he is seeing:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Developers question?&lt;BR /&gt;&lt;BR /&gt;Is there a different lib we should be using for pthread support for Native compiler environment.&lt;BR /&gt;Is C context significant to mangled names (we saw that issue, with SAS, it does)&lt;BR /&gt;We are seeking mangled names that seem not to exist in the CMS lib we use.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help,&lt;BR /&gt;&lt;BR /&gt;Randy</description>
      <pubDate>Mon, 22 Jul 2002 18:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769598#M722296</guid>
      <dc:creator>Randy_9</dc:creator>
      <dc:date>2002-07-22T18:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: pthread support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769599#M722297</link>
      <description>From my entry in perl's README.hpux:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;=head2 Threaded Perl on HP-UX&lt;BR /&gt;&lt;BR /&gt;It is possible to compile a version of threaded Perl on any version of&lt;BR /&gt;HP-UX before 10.30, but it is strongly suggested that you be running on&lt;BR /&gt;HP-UX 11.00 at least.&lt;BR /&gt;&lt;BR /&gt;To compile Perl with threads, add -Dusethreads to the arguments of&lt;BR /&gt;Configure.  Verify that the -D_POSIX_C_SOURCE=199506L compiler flag is&lt;BR /&gt;automatically added to the list of flags.  Also make sure that -lpthread&lt;BR /&gt;is listed before -lc in the list of libraries to link Perl with. The&lt;BR /&gt;hints provided for HP-UX during Configure will try very hard to get&lt;BR /&gt;this right for you.&lt;BR /&gt;&lt;BR /&gt;HP-UX versions before 10.30 require a separate installation of a POSIX&lt;BR /&gt;threads library package. Two examples are the HP DCE package, available&lt;BR /&gt;on "HP-UX Hardware Extensions 3.0, Install and Core OS, Release 10.20,&lt;BR /&gt;April 1999 (B3920-13941)" or the Freely available PTH package, available&lt;BR /&gt;though worldwide HP-UX mirrors of precompiled packages&lt;BR /&gt;(e.g. &lt;A href="http://hpux.tn.tudelft.nl/hppd/hpux/)" target="_blank"&gt;http://hpux.tn.tudelft.nl/hppd/hpux/)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are going to use the HP DCE package, the library used for threading&lt;BR /&gt;is /usr/lib/libcma.sl, but there have been multiple updates of that&lt;BR /&gt;library over time. Perl will build with the first version, but it&lt;BR /&gt;will not pass the test suite. Older Oracle versions might be a compelling&lt;BR /&gt;reason not to update that library, otherwise please find a newer version&lt;BR /&gt;in one of the following patches: PHSS_19739, PHSS_20608, or PHSS_23672&lt;BR /&gt;&lt;BR /&gt;reformatted output:&lt;BR /&gt;&lt;BR /&gt;reformatted output:&lt;BR /&gt;&lt;BR /&gt;  d3:/usr/lib 106 &amp;gt; what libcma-*.1&lt;BR /&gt;  libcma-00000.1:&lt;BR /&gt;     HP DCE/9000 1.5               Module: libcma.sl (Export)&lt;BR /&gt;                                   Date: Apr 29 1996 22:11:24&lt;BR /&gt;  libcma-19739.1:&lt;BR /&gt;     HP DCE/9000 1.5 PHSS_19739-40 Module: libcma.sl (Export)&lt;BR /&gt;                                   Date: Sep  4 1999 01:59:07&lt;BR /&gt;  libcma-20608.1:&lt;BR /&gt;     HP DCE/9000 1.5 PHSS_20608    Module: libcma.1 (Export)&lt;BR /&gt;                                   Date: Dec  8 1999 18:41:23&lt;BR /&gt;  libcma-23672.1:&lt;BR /&gt;     HP DCE/9000 1.5 PHSS_23672    Module: libcma.1 (Export)&lt;BR /&gt;                                   Date: Apr  9 2001 10:01:06&lt;BR /&gt;  d3:/usr/lib 107 &amp;gt;</description>
      <pubDate>Mon, 22 Jul 2002 18:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769599#M722297</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-07-22T18:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: pthread support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769600#M722298</link>
      <description>What library are you linking with?  Under 10.20 you would need to use libcma to get user thread support.&lt;BR /&gt;&lt;BR /&gt;Also make sure you are programming to the 10.20 thread API's.  11.0 and later support POSIX threads which is a later implementation of threads on HP-UX.</description>
      <pubDate>Tue, 23 Jul 2002 11:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769600#M722298</guid>
      <dc:creator>Jeff Billman</dc:creator>
      <dc:date>2002-07-23T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: pthread support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769601#M722299</link>
      <description>Per my deleoper, he seems to be alright now.&lt;BR /&gt;I want to thanks everyone for your help.&lt;BR /&gt;&lt;BR /&gt;Developers Reply this morning:&lt;BR /&gt;&lt;BR /&gt;We determined that we did not need the initializers that was causing the problem to be apparent, &lt;BR /&gt;&lt;BR /&gt;A difference in implementation between GNU and Native compilers.&lt;BR /&gt;&lt;BR /&gt;We therefore changed the code, removing the old GNU style interfaces, the Native compiler took care of it.&lt;BR /&gt;&lt;BR /&gt;So we can ignore this problem.  (at this time and hopefully we won't need it later either).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Randy</description>
      <pubDate>Tue, 23 Jul 2002 15:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-support/m-p/2769601#M722299</guid>
      <dc:creator>Randy_9</dc:creator>
      <dc:date>2002-07-23T15:45:52Z</dc:date>
    </item>
  </channel>
</rss>

