<?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.h file missing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913955#M719863</link>
    <description>hi,&lt;BR /&gt;before HP 11 threading architecture was provided in form of dce threads based on cma.&lt;BR /&gt;So you'll be able to find 'pthread.h' in your $(DCE)/include folder most probably /opt/dce/include.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;yogi</description>
    <pubDate>Sun, 02 Mar 2003 10:29:49 GMT</pubDate>
    <dc:creator>yogiraj</dc:creator>
    <dc:date>2003-03-02T10:29:49Z</dc:date>
    <item>
      <title>pthread.h file missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913950#M719858</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using HP Ansi C compiler on HPUX 10.20. When i am compiling my application, i am getting error "Can't open include file 'pthread.h'". I think pthread.h file will come with compiler, but i searched the include directory but not able to found. Can any one please tell me where pthread.h file resides. Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Sreedhar Gupta</description>
      <pubDate>Wed, 26 Feb 2003 16:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913950#M719858</guid>
      <dc:creator>Sreedhar Gupta</dc:creator>
      <dc:date>2003-02-26T16:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: pthread.h file missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913951#M719859</link>
      <description>I see mine under:&lt;BR /&gt;&lt;BR /&gt;/usr/include/sys/pthread.h&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Feb 2003 16:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913951#M719859</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-02-26T16:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: pthread.h file missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913952#M719860</link>
      <description>Thanks for reply. &lt;BR /&gt;But it is missing in my system. Can you please tell me where can i get it? It is very urgent.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Sreedhar Gupta</description>
      <pubDate>Thu, 27 Feb 2003 04:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913952#M719860</guid>
      <dc:creator>Sreedhar Gupta</dc:creator>
      <dc:date>2003-02-27T04:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: pthread.h file missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913953#M719861</link>
      <description>Frankly I didn't install anything on that machine - it was here when I started working.&lt;BR /&gt;&lt;BR /&gt;You can check also /usr/include/pthread.h, but I guess you already did it. On my machine I have both, but one is just a simple #include of another.&lt;BR /&gt;&lt;BR /&gt;But - if you do'nt have the header - do you have the library? (in my case /usr/lib/libpthread.sl)&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 11:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913953#M719861</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-02-27T11:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: pthread.h file missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913954#M719862</link>
      <description>The pthread.h file can be loaded by installing &lt;BR /&gt;DCE-CoreTools bundle from the 10.20 COre OS cdrom.&lt;BR /&gt;&lt;BR /&gt;You can install them go get that required header file.&lt;BR /&gt;&lt;BR /&gt;check it up&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 27 Feb 2003 12:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913954#M719862</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-27T12:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: pthread.h file missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913955#M719863</link>
      <description>hi,&lt;BR /&gt;before HP 11 threading architecture was provided in form of dce threads based on cma.&lt;BR /&gt;So you'll be able to find 'pthread.h' in your $(DCE)/include folder most probably /opt/dce/include.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;yogi</description>
      <pubDate>Sun, 02 Mar 2003 10:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-h-file-missing/m-p/2913955#M719863</guid>
      <dc:creator>yogiraj</dc:creator>
      <dc:date>2003-03-02T10:29:49Z</dc:date>
    </item>
  </channel>
</rss>

