<?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 Program doesn't want to execute in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638968#M851541</link>
    <description>I have written some C++ application's on my Linux macines with the standard libary's. So I copied it over to my HP-UX11 system and now I can't execute it there even if I change the permissions to execute.&lt;BR /&gt;&lt;BR /&gt;Can someone please tell me why this happens and how to fix it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Daniel</description>
    <pubDate>Fri, 04 Jan 2002 11:02:47 GMT</pubDate>
    <dc:creator>Daniel Fourie</dc:creator>
    <dc:date>2002-01-04T11:02:47Z</dc:date>
    <item>
      <title>Program doesn't want to execute</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638968#M851541</link>
      <description>I have written some C++ application's on my Linux macines with the standard libary's. So I copied it over to my HP-UX11 system and now I can't execute it there even if I change the permissions to execute.&lt;BR /&gt;&lt;BR /&gt;Can someone please tell me why this happens and how to fix it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Daniel</description>
      <pubDate>Fri, 04 Jan 2002 11:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638968#M851541</guid>
      <dc:creator>Daniel Fourie</dc:creator>
      <dc:date>2002-01-04T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Program doesn't want to execute</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638969#M851542</link>
      <description>You cant't run binaries from a LINUX (I guess INTEL Hardware based) box on you HP (PA RISC Hardware)&lt;BR /&gt;They are not compatibel.&lt;BR /&gt;&lt;BR /&gt;You need to re-compile the application on HP/UX  and re-try.&lt;BR /&gt;&lt;BR /&gt;Reagrds&lt;BR /&gt;rainer&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 11:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638969#M851542</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2002-01-04T11:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Program doesn't want to execute</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638970#M851543</link>
      <description>Moreover, STL on LINUX will be different on HP-UX because even when the sources are the same, preprocessor changes the code that is compiled and you always end up with different code&lt;BR /&gt;compiled (gcc vs. aCC). &lt;BR /&gt;The Compilers are different, there are different headers in /usr/include,&lt;BR /&gt;... You have no chance to compile the same thing the same way on your two targets.&lt;BR /&gt;G'd luck&lt;BR /&gt;t++&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 11:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638970#M851543</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-01-04T11:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Program doesn't want to execute</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638971#M851544</link>
      <description>Linux and HP-UX are not binary compatible with each other. You have to bring the source code to HP-UX and complie program to create executable binary on HP-UX&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 11:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638971#M851544</guid>
      <dc:creator>Suhas_3</dc:creator>
      <dc:date>2002-01-04T11:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Program doesn't want to execute</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638972#M851545</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you need to install CC;&lt;BR /&gt;It can be found on a applications CD.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 04 Jan 2002 11:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638972#M851545</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-01-04T11:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Program doesn't want to execute</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638973#M851546</link>
      <description>Where can I find this CC compiler, cause the one I have got executes with cc and this one is only for ANSI-C not C++</description>
      <pubDate>Fri, 04 Jan 2002 12:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638973#M851546</guid>
      <dc:creator>Daniel Fourie</dc:creator>
      <dc:date>2002-01-04T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Program doesn't want to execute</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638974#M851547</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take a look,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1743,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1743,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon &lt;BR /&gt;&lt;BR /&gt;This one is from Steven</description>
      <pubDate>Fri, 04 Jan 2002 12:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638974#M851547</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-01-04T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Program doesn't want to execute</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638975#M851548</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sorrie ANSI C:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_name=C%2FANSI%20C&amp;amp;group_image=cat_featured.gif&amp;amp;group_type=family" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_name=C%2FANSI%20C&amp;amp;group_image=cat_featured.gif&amp;amp;group_type=family&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 04 Jan 2002 12:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-doesn-t-want-to-execute/m-p/2638975#M851548</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-01-04T12:56:34Z</dc:date>
    </item>
  </channel>
</rss>

