<?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: Need gcc version for HP_UX 11 where thread-model = posix in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608977#M104334</link>
    <description>The 11.11 source code will not compile cleanly on an 11.00 machine.  I will need to try to get binaries for this.  I will try The Written Word, as suggested.</description>
    <pubDate>Tue, 23 Aug 2005 09:56:39 GMT</pubDate>
    <dc:creator>Maribeth Romeo</dc:creator>
    <dc:date>2005-08-23T09:56:39Z</dc:date>
    <item>
      <title>Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608960#M104317</link>
      <description>&lt;P&gt;I am running gcc version 3.4.2. When I do a 'gcc -v' it tells me that my threading model is single. I have a mulit-threaded application. Do I need to upgrade to a version of gcc where thread-model = posix? If so, where can I find depots (not source code!!) that have this feature already turned on? Thanks. Please point me directly to the downloadable file(s) and not to a general website.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-------------------------------&lt;BR /&gt;&lt;BR /&gt;P.S. This Thread has been moved from HP-UX --&amp;gt; General to HP-UX --&amp;gt; Languages &amp;amp; Scripting - Forum Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 09:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608960#M104317</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2012-01-30T09:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608961#M104318</link>
      <description>Here is wher you can get the most recent version of gcc for hpux (as well as many other apps for the hpux environment)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.4.3/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.4.3/&lt;/A&gt;</description>
      <pubDate>Mon, 22 Aug 2005 15:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608961#M104318</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-22T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608962#M104319</link>
      <description>The link does not work.  Can you check it and repost.  Thanks. Also, do you know if this depot has --enable-threads=posix turned on?</description>
      <pubDate>Mon, 22 Aug 2005 15:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608962#M104319</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2005-08-22T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608963#M104320</link>
      <description>This appears to be for HP-UX 11.11.  I am running 11.00</description>
      <pubDate>Mon, 22 Aug 2005 15:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608963#M104320</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2005-08-22T15:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608964#M104321</link>
      <description>going throught the on line man page at the site, ther is a -pthreads option for multithreading.&lt;BR /&gt;&lt;BR /&gt; I was able to click on the link and get to the site.  There is a mirror site available in the UK as well, but I do not have that link off hand.</description>
      <pubDate>Mon, 22 Aug 2005 15:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608964#M104321</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-22T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608965#M104322</link>
      <description>There are three versions to download from the site: 11.11, 11,23 and a general HPUX version.  I believe the last one will suit your needs&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 15:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608965#M104322</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-22T15:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608966#M104323</link>
      <description>Nope. It is also an 11.11 version.  Looks like this website doesn't support before 11.11 anymore.  Look at this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/answers/5-4.html" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/answers/5-4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 15:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608966#M104323</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2005-08-22T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608967#M104324</link>
      <description>Found this site - it has 11.0 binaries as a link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gcc.gnu.org/install/binaries.html" target="_blank"&gt;http://gcc.gnu.org/install/binaries.html&lt;/A&gt;</description>
      <pubDate>Mon, 22 Aug 2005 15:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608967#M104324</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-22T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608968#M104325</link>
      <description>That's closer. Those are version 3.0.1 from 2001. Still not really what I need.</description>
      <pubDate>Mon, 22 Aug 2005 15:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608968#M104325</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2005-08-22T15:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608969#M104326</link>
      <description>Try this one&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.thewrittenword.com/packages/by-name/gcc-3.4.3/" target="_blank"&gt;ftp://ftp.thewrittenword.com/packages/by-name/gcc-3.4.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You might have to dod refresh to connect - but does list an 11.00 3.4.3 gcc</description>
      <pubDate>Mon, 22 Aug 2005 15:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608969#M104326</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-22T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608970#M104327</link>
      <description>These you have to pay for, which is not feasible until I know something will work.</description>
      <pubDate>Tue, 23 Aug 2005 07:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608970#M104327</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2005-08-23T07:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608971#M104328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can try 3.4.3 version gcc at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.4.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.4.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh &lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 07:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608971#M104328</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-23T07:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608972#M104329</link>
      <description>This version is for 11.11, and I am running 11.00.  They are not compatible.</description>
      <pubDate>Tue, 23 Aug 2005 07:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608972#M104329</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2005-08-23T07:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608973#M104330</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the bottom there is source code tarred/Gzipped file is provided in the same link. Using this you can compile for 11.0.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh</description>
      <pubDate>Tue, 23 Aug 2005 07:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608973#M104330</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-23T07:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608974#M104331</link>
      <description>Maribeth:&lt;BR /&gt;&lt;BR /&gt;Out of my experience, none of the C-compilers at the HP-UX porting archive are threaded ;)&lt;BR /&gt;&lt;BR /&gt;There is a working gcc for 11.00 at the The Written Word, and it does NOT cost anything.&lt;BR /&gt;I've used it myself on my old 755 running 11.00&lt;BR /&gt;&lt;BR /&gt;I don't have direct outgoing ftp access, so I can't point You directly to the file. (also You seem that unwilling to search for Yourself, I don't want to break the IT policies here Your to look it up for You.)&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 09:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608974#M104331</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-08-23T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608975#M104332</link>
      <description>The written word also supplies a full CD set of Opensource software for HP-UX and other OS, which *is* supported and thus something You have to pay for.&lt;BR /&gt;&lt;BR /&gt;If You buy the CDs and it wouldn't work on Your system, You can rest assured, probably someone will go to great lengths to fix it for You.</description>
      <pubDate>Tue, 23 Aug 2005 09:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608975#M104332</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-08-23T09:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608976#M104333</link>
      <description>The 11.11 source code will not compile cleanly on an 11.00 machine.  I will need to try to get binaries for this.  I will try The Written Wors, as suggested.</description>
      <pubDate>Tue, 23 Aug 2005 09:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608976#M104333</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2005-08-23T09:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608977#M104334</link>
      <description>The 11.11 source code will not compile cleanly on an 11.00 machine.  I will need to try to get binaries for this.  I will try The Written Word, as suggested.</description>
      <pubDate>Tue, 23 Aug 2005 09:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608977#M104334</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2005-08-23T09:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need gcc version for HP_UX 11 where thread-model = posix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608978#M104335</link>
      <description>ftp://packages/by-architecture/hppa1.1-hp-hpux11.00/gcc-3.4.3/gcc-3.4.3.depot.tar.Z&lt;BR /&gt;&lt;BR /&gt;florian</description>
      <pubDate>Tue, 23 Aug 2005 10:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-gcc-version-for-hp-ux-11-where-thread-model-posix/m-p/3608978#M104335</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-08-23T10:53:51Z</dc:date>
    </item>
  </channel>
</rss>

