<?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 pthread_getsequence_np in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-getsequence-np/m-p/4308630#M683043</link>
    <description>I am using the Migration Environment v1.4 to port software from Tru64 to HP-UX 11i v3 (11.31). The software is written &lt;BR /&gt;in C++. &lt;BR /&gt;&lt;BR /&gt;I am having problems whith the routine&lt;BR /&gt;pthread_getsequence_np.&lt;BR /&gt;I have received this error from the compiler.&lt;BR /&gt;&lt;BR /&gt;identifier "pthread_getsequence_np" is undefined&lt;BR /&gt;&lt;BR /&gt;I have included &lt;PTHREAD.H&gt; and I am using the&lt;BR /&gt;-pthread and the -AA option in the Makefile.&lt;BR /&gt;The compiler is cxx that uses the aCC.&lt;BR /&gt;I know that The pthread_getsequence_np routine is in the Tru64 UNIX Migration Environment for HP-UX.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance. &lt;BR /&gt;&lt;/PTHREAD.H&gt;</description>
    <pubDate>Tue, 18 Nov 2008 16:00:37 GMT</pubDate>
    <dc:creator>Berardi Angelo</dc:creator>
    <dc:date>2008-11-18T16:00:37Z</dc:date>
    <item>
      <title>pthread_getsequence_np</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-getsequence-np/m-p/4308630#M683043</link>
      <description>I am using the Migration Environment v1.4 to port software from Tru64 to HP-UX 11i v3 (11.31). The software is written &lt;BR /&gt;in C++. &lt;BR /&gt;&lt;BR /&gt;I am having problems whith the routine&lt;BR /&gt;pthread_getsequence_np.&lt;BR /&gt;I have received this error from the compiler.&lt;BR /&gt;&lt;BR /&gt;identifier "pthread_getsequence_np" is undefined&lt;BR /&gt;&lt;BR /&gt;I have included &lt;PTHREAD.H&gt; and I am using the&lt;BR /&gt;-pthread and the -AA option in the Makefile.&lt;BR /&gt;The compiler is cxx that uses the aCC.&lt;BR /&gt;I know that The pthread_getsequence_np routine is in the Tru64 UNIX Migration Environment for HP-UX.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance. &lt;BR /&gt;&lt;/PTHREAD.H&gt;</description>
      <pubDate>Tue, 18 Nov 2008 16:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-getsequence-np/m-p/4308630#M683043</guid>
      <dc:creator>Berardi Angelo</dc:creator>
      <dc:date>2008-11-18T16:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: pthread_getsequence_np</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-getsequence-np/m-p/4308631#M683044</link>
      <description>&amp;gt;identifier "pthread_getsequence_np" is undefined&lt;BR /&gt;&lt;BR /&gt;It means what it says, it's not declared.  You need to use some magic -D or -I for your migration.&lt;BR /&gt;&lt;BR /&gt;You might first do a grep for pthread_getsequence_np in the include path for &lt;BR /&gt;your Migration Environment.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;-pthread&lt;BR /&gt;&lt;BR /&gt;This isn't a valid option for aC++, so I assume that cxx translates it to -mt.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I know that The pthread_getsequence_np routine is in&lt;BR /&gt;&lt;BR /&gt;They must be hiding it pretty well.  :-)</description>
      <pubDate>Tue, 18 Nov 2008 16:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-getsequence-np/m-p/4308631#M683044</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-18T16:13:02Z</dc:date>
    </item>
  </channel>
</rss>

