<?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 Problem with Gcc4.2.1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084976#M441352</link>
    <description>I have installed HP-UX 4.2.1 from the following link,&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;When I run the command gcc, it gives me the following error.&lt;BR /&gt;# gcc&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'pthread_mutex_lock' in load module '/opt/hp-gcc64/bin/gcc'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'pthread_mutex_unlock' in load module '/opt/hp-gcc64/bin/gcc'.&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas as to why is it so?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Sreekanth</description>
    <pubDate>Wed, 19 Dec 2007 08:13:22 GMT</pubDate>
    <dc:creator>SreekanthR</dc:creator>
    <dc:date>2007-12-19T08:13:22Z</dc:date>
    <item>
      <title>Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084976#M441352</link>
      <description>I have installed HP-UX 4.2.1 from the following link,&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;When I run the command gcc, it gives me the following error.&lt;BR /&gt;# gcc&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'pthread_mutex_lock' in load module '/opt/hp-gcc64/bin/gcc'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'pthread_mutex_unlock' in load module '/opt/hp-gcc64/bin/gcc'.&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas as to why is it so?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Sreekanth</description>
      <pubDate>Wed, 19 Dec 2007 08:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084976#M441352</guid>
      <dc:creator>SreekanthR</dc:creator>
      <dc:date>2007-12-19T08:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084977#M441353</link>
      <description>What OS version are you using?  Only very old systems like 11.00 without any libc patches are missing the pthread_* stubs.&lt;BR /&gt;&lt;BR /&gt;Get a newer libc patch.</description>
      <pubDate>Wed, 19 Dec 2007 09:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084977#M441353</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-19T09:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084978#M441354</link>
      <description>Thanks for the reply Dennis,&lt;BR /&gt;I'm using HP 11.11&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX bsohpux1 B.11.11 U 9000/800 2413721259 unlimited-user license&lt;BR /&gt;and the patches installed are&lt;BR /&gt;PHCO_22958&lt;BR /&gt;  PHCO_23263&lt;BR /&gt;  PHCO_24173&lt;BR /&gt;  PHCO_24402  -- libc cumulative header&lt;BR /&gt;            file patch&lt;BR /&gt;  PHCO_25311&lt;BR /&gt;  PHCO_25526&lt;BR /&gt;  PHCO_25568&lt;BR /&gt;  PHCO_25831&lt;BR /&gt;  PHCO_26951&lt;BR /&gt;  PHCO_27035&lt;BR /&gt;  PHCO_27036&lt;BR /&gt;  PHCO_27038&lt;BR /&gt;  PHCO_27064&lt;BR /&gt;  PHCO_27100&lt;BR /&gt;  PHCO_27101&lt;BR /&gt;  PHCO_27103&lt;BR /&gt;  PHCO_27185&lt;BR /&gt;  PHCO_27758&lt;BR /&gt;  PHCO_27909&lt;BR /&gt;  PHCO_28160&lt;BR /&gt;  PHCO_28169&lt;BR /&gt;  PHCO_28176&lt;BR /&gt;  PHCO_28192&lt;BR /&gt;  PHCO_28193&lt;BR /&gt;  PHCO_28194&lt;BR /&gt;  PHCO_28998&lt;BR /&gt;  PHCO_29379&lt;BR /&gt;  PHCO_30514&lt;BR /&gt;  PHCO_30598&lt;BR /&gt;  PHCO_31878&lt;BR /&gt;  PHCO_33213&lt;BR /&gt;  PHCO_33214&lt;BR /&gt;  PHCO_33215&lt;BR /&gt;  PHCO_33216&lt;BR /&gt;  PHKL_23290&lt;BR /&gt;  PHKL_23292&lt;BR /&gt;  PHKL_23293&lt;BR /&gt;  PHKL_23294&lt;BR /&gt;  PHKL_23295&lt;BR /&gt;  PHKL_23296&lt;BR /&gt;  PHKL_23297&lt;BR /&gt;  PHKL_23298&lt;BR /&gt;  PHKL_23299&lt;BR /&gt;  PHKL_23300&lt;BR /&gt;  PHKL_23301&lt;BR /&gt;  PHKL_23302&lt;BR /&gt;  PHKL_23303&lt;BR /&gt;  PHKL_23304&lt;BR /&gt;  PHKL_23305&lt;BR /&gt;  PHKL_23306&lt;BR /&gt;  PHKL_23307&lt;BR /&gt;  PHKL_23308&lt;BR /&gt;  PHKL_23309&lt;BR /&gt;  PHKL_23310&lt;BR /&gt;  PHKL_23311&lt;BR /&gt;  PHKL_23312&lt;BR /&gt;  PHKL_23314&lt;BR /&gt;  PHKL_23315&lt;BR /&gt;  PHKL_23316&lt;BR /&gt;  PHKL_23625&lt;BR /&gt;  PHKL_23666&lt;BR /&gt;  PHKL_23810&lt;BR /&gt;  PHKL_23957&lt;BR /&gt;  PHKL_24278&lt;BR /&gt;  PHKL_25506&lt;BR /&gt;  PHKL_26269&lt;BR /&gt;  PHKL_26425&lt;BR /&gt;  PHKL_26743&lt;BR /&gt;  PHKL_27096&lt;BR /&gt;  PHKL_27154&lt;BR /&gt;  PHKL_27155&lt;BR /&gt;  PHKL_27177&lt;BR /&gt;  PHKL_27219&lt;BR /&gt;  PHKL_27757&lt;BR /&gt;  PHKL_28025&lt;BR /&gt;  PHKL_28197&lt;BR /&gt;  PHKL_28569&lt;BR /&gt;  PHKL_28839&lt;BR /&gt;  PHKL_29076&lt;BR /&gt;  PHKL_29300&lt;BR /&gt;  PHKL_29529&lt;BR /&gt;  PHKL_29539&lt;BR /&gt;  PHKL_29567&lt;BR /&gt;  PHKL_29651&lt;BR /&gt;  PHKL_29700&lt;BR /&gt;  PHKL_30100&lt;BR /&gt;  PHKL_30105&lt;BR /&gt;  PHKL_30197&lt;BR /&gt;  PHKL_30257&lt;BR /&gt;  PHKL_30446&lt;BR /&gt;  PHKL_30512&lt;BR /&gt;  PHKL_30992&lt;BR /&gt;  PHKL_31227&lt;BR /&gt;  PHKL_31241&lt;BR /&gt;  PHKL_32089&lt;BR /&gt;  PHKL_32090&lt;BR /&gt;  PHKL_32647&lt;BR /&gt;  PHKL_33338&lt;BR /&gt;  PHKL_33339&lt;BR /&gt;  PHKL_33425&lt;BR /&gt;  PHNE_23288&lt;BR /&gt;  PHNE_23289&lt;BR /&gt;  PHNE_23502&lt;BR /&gt;  PHNE_28799&lt;BR /&gt;  PHNE_30463&lt;BR /&gt;  PHNE_32396&lt;BR /&gt;  PHSS_22898&lt;BR /&gt;  PHSS_25983&lt;BR /&gt;  PHSS_26492&lt;BR /&gt;  PHSS_26493&lt;BR /&gt;  PHSS_32939&lt;BR /&gt;  PHSS_33033&lt;BR /&gt;&lt;BR /&gt;Do you think I still need a newer libc patch, if so I would appreciate if you could point me to one.&lt;BR /&gt;I'm a newbie to HP-UX and would really appreciate any help.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Sreekanth</description>
      <pubDate>Wed, 19 Dec 2007 09:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084978#M441354</guid>
      <dc:creator>SreekanthR</dc:creator>
      <dc:date>2007-12-19T09:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084979#M441355</link>
      <description>I don't have to many good experiences with 64bit gcc-4 on HP-UX 11.11 and below. I stuck to 3.4.6. GNU gcc-4.2.x on 11.23 (both PA-RISC and IPF) works fine.&lt;BR /&gt;&lt;BR /&gt;Even if you get everything working, you can expect runtime errors somewhere down the line.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 19 Dec 2007 09:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084979#M441355</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2007-12-19T09:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084980#M441356</link>
      <description>Hi Merjin,&lt;BR /&gt;&lt;BR /&gt;Thanks for the update, in that case I guess its better for me to go back to gcc 3.4.&lt;BR /&gt;I read that 2 versions of gcc can coexist, but I would like to remove the 4.*. Do you see any problems in there?&lt;BR /&gt;&lt;BR /&gt;Have a good one&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Sreekanth</description>
      <pubDate>Wed, 19 Dec 2007 10:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084980#M441356</guid>
      <dc:creator>SreekanthR</dc:creator>
      <dc:date>2007-12-19T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084981#M441357</link>
      <description>&amp;gt;and the patches installed are&lt;BR /&gt;&lt;BR /&gt;To find out what libc patch you have, use:&lt;BR /&gt;$ what /usr/lib/pa20_64/libc.2&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Do you think I still need a newer libc patch&lt;BR /&gt;&lt;BR /&gt;Yes because you have the problem.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;if so I would appreciate if you could point&lt;BR /&gt;&lt;BR /&gt;PHCO_34275 should work.  The recommended one is PHCO_35743.</description>
      <pubDate>Wed, 19 Dec 2007 10:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084981#M441357</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-19T10:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084982#M441358</link>
      <description>Thanks a ton Dennis for your reply, I installed the patch as mentioned and it now works like a charm.&lt;BR /&gt;&lt;BR /&gt;Really appreciate your help.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Sreekanth</description>
      <pubDate>Wed, 19 Dec 2007 11:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084982#M441358</guid>
      <dc:creator>SreekanthR</dc:creator>
      <dc:date>2007-12-19T11:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084983#M441359</link>
      <description>Installing the patch mentioned by Dennis resolved the problem.</description>
      <pubDate>Wed, 19 Dec 2007 12:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084983#M441359</guid>
      <dc:creator>SreekanthR</dc:creator>
      <dc:date>2007-12-19T12:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Gcc4.2.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084984#M441360</link>
      <description>If you are happy with the answers you have gotten please read the following about assigning points and reopening threads:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#41" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#41&lt;/A&gt;</description>
      <pubDate>Wed, 19 Dec 2007 20:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gcc4-2-1/m-p/5084984#M441360</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-19T20:54:33Z</dc:date>
    </item>
  </channel>
</rss>

