<?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: HP-ux 11i v2 support for C Compiler in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601108#M104048</link>
    <description>HI&lt;BR /&gt;&lt;BR /&gt;actually, i dont have the source. I have the compiled program from AIX. &lt;BR /&gt;WHen i run it here is the syntax error am getting:&lt;BR /&gt;&lt;BR /&gt;/home/cgi1 [3]$ cd $DIRCOM&lt;BR /&gt;/sigprod/devcol/dircom [4]$ rep20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/sigprod/txa020/exec/RTSGIP: syntax error at line 2 : `(' unexpected&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please advice</description>
    <pubDate>Thu, 11 Aug 2005 04:17:44 GMT</pubDate>
    <dc:creator>H S Z</dc:creator>
    <dc:date>2005-08-11T04:17:44Z</dc:date>
    <item>
      <title>HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601105#M104045</link>
      <description>Hi Gurus&lt;BR /&gt;&lt;BR /&gt;Correct me if am wrong please&lt;BR /&gt;Am installing a C based program called SIGAGIP 3.0 This program is now live up and running on  a AIX IBM R50 Server. My aim is to end up having SIGAGIP running on hp-ux 11i v2 on a hp rx4640 server. WHat i've done so far is that, i've pulled all files from the AIX to the hp-ux.&lt;BR /&gt;After that, in normal circontances, i should just run a file and everything will be well. But am getting some character errors during that process. I suspect that it has to do with a compatibility. I would like to ask then if hp-ux 11i v2 has by default the C Compiler laoded or I have to get it in myself.&lt;BR /&gt;&lt;BR /&gt;Please ur fast advices are highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Horace</description>
      <pubDate>Wed, 10 Aug 2005 18:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601105#M104045</guid>
      <dc:creator>H S Z</dc:creator>
      <dc:date>2005-08-10T18:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601106#M104046</link>
      <description>Hmm ...&lt;BR /&gt;&lt;BR /&gt;You can't run binaries from one OS on another OS. For HPUX, AIX binary is just "junk" file. You need to get the source of that program and compile it on HPUX. There is nothing you can do with those binaries.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Wed, 10 Aug 2005 18:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601106#M104046</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-10T18:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601107#M104047</link>
      <description>I'll assume that you are moving the source code and by "just run a file" you mean that you execute a script or makefile that actually builds the application from the source code and that you are encountering compiler errors.&lt;BR /&gt;&lt;BR /&gt;Yes, indeed a C compiler is included with every HP-UX box; however, this is referred to as the Bundled C compiler and it is really only intended to build kernels. The Bundled compiler only understands K&amp;amp;R syntax so for any serious development you need to purchase the aCC compiler (C++, ANSI/C) or the HP ANSI C compiler. You can also download and install gcc from any of the HP-UX Porting Centre's.</description>
      <pubDate>Wed, 10 Aug 2005 19:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601107#M104047</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-08-10T19:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601108#M104048</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;actually, i dont have the source. I have the compiled program from AIX. &lt;BR /&gt;WHen i run it here is the syntax error am getting:&lt;BR /&gt;&lt;BR /&gt;/home/cgi1 [3]$ cd $DIRCOM&lt;BR /&gt;/sigprod/devcol/dircom [4]$ rep20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/sigprod/txa020/exec/RTSGIP: syntax error at line 2 : `(' unexpected&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please advice</description>
      <pubDate>Thu, 11 Aug 2005 04:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601108#M104048</guid>
      <dc:creator>H S Z</dc:creator>
      <dc:date>2005-08-11T04:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601109#M104049</link>
      <description>please note that /sigprod/txa020/exec/RTSGIP is the compiled file from AIX</description>
      <pubDate>Thu, 11 Aug 2005 04:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601109#M104049</guid>
      <dc:creator>H S Z</dc:creator>
      <dc:date>2005-08-11T04:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601110#M104050</link>
      <description>If it's already compilied for AIX, there is nothing you can do about it.</description>
      <pubDate>Thu, 11 Aug 2005 04:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601110#M104050</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T04:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601111#M104051</link>
      <description>Why don't you install the same on HP.&lt;BR /&gt;&lt;BR /&gt;Search the net and you will get a Hp installer.</description>
      <pubDate>Thu, 11 Aug 2005 05:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601111#M104051</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-08-11T05:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601112#M104052</link>
      <description>the program runs on Microfocus cobol 3.0&lt;BR /&gt;and i need to know if there is version for Hp-ux 11i v2&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 05:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601112#M104052</guid>
      <dc:creator>H S Z</dc:creator>
      <dc:date>2005-08-11T05:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601113#M104053</link>
      <description>Are these binaries compiled for AIX or they can run on every platform with Microfobus cobol 3.0 installed on them?&lt;BR /&gt;&lt;BR /&gt;I guess you must get HPUX binaries or compile he sources ....</description>
      <pubDate>Thu, 11 Aug 2005 05:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601113#M104053</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T05:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601114#M104054</link>
      <description>is the cobol compiler in the application cd of the hp-ux 11i v2? If yes, if i install it, will it  work?</description>
      <pubDate>Thu, 11 Aug 2005 06:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601114#M104054</guid>
      <dc:creator>H S Z</dc:creator>
      <dc:date>2005-08-11T06:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601115#M104055</link>
      <description>Does anyone know where i can download C Compiler and Cobol 3.0 for HP-UX 11i V2?</description>
      <pubDate>Thu, 11 Aug 2005 07:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601115#M104055</guid>
      <dc:creator>H S Z</dc:creator>
      <dc:date>2005-08-11T07:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601116#M104056</link>
      <description>Microfocus cobol is a 3rd party software that you would have to purchase.  &lt;A href="http://www.microfocus.com" target="_blank"&gt;www.microfocus.com&lt;/A&gt;</description>
      <pubDate>Thu, 11 Aug 2005 08:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601116#M104056</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2005-08-11T08:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: HP-ux 11i v2 support for C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601117#M104057</link>
      <description>I don't where to take the cobol compiler, but I can say it again:&lt;BR /&gt;&lt;BR /&gt;If you don't have the sources of the program, compiler won't help you.</description>
      <pubDate>Thu, 11 Aug 2005 08:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11i-v2-support-for-c-compiler/m-p/3601117#M104057</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T08:00:25Z</dc:date>
    </item>
  </channel>
</rss>

