<?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: How to compile something file by HP C/aC++ compiler? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148573#M454145</link>
    <description>Create a file named test.c having the following contents(excluding hashes):&lt;BR /&gt;&lt;BR /&gt;#######&lt;BR /&gt;#include&lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;  printf("Working\n");&lt;BR /&gt;  return(0);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#######&lt;BR /&gt;&lt;BR /&gt;now try tp compile the above file with aCC&lt;BR /&gt;do:&lt;BR /&gt;&lt;BR /&gt;aCC test.c -o test&lt;BR /&gt;&lt;BR /&gt;if it does not give any errors and creates a file named test all is OK.&lt;BR /&gt;&lt;BR /&gt;you can now execute test as:&lt;BR /&gt;&lt;BR /&gt;./test&lt;BR /&gt;&lt;BR /&gt;it should print "Working"&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/STDIO.H&gt;</description>
    <pubDate>Sat, 03 Jan 2009 09:19:02 GMT</pubDate>
    <dc:creator>Srimalik</dc:creator>
    <dc:date>2009-01-03T09:19:02Z</dc:date>
    <item>
      <title>How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148572#M454144</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;i have HP C/aC++ compiler evaluation copy, and i am buy the license of this product and i receiving the 16 HEX digit and 26 HEX digit codeword without CD's, that to activate this copy.&lt;BR /&gt;but my questions how to compile something file by c++ compiler? that to check if the EVL copy it is activated or no?, because i don't, have any experience on this application. &lt;BR /&gt;&lt;BR /&gt;thanks and best regards</description>
      <pubDate>Sat, 03 Jan 2009 08:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148572#M454144</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-03T08:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148573#M454145</link>
      <description>Create a file named test.c having the following contents(excluding hashes):&lt;BR /&gt;&lt;BR /&gt;#######&lt;BR /&gt;#include&lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;  printf("Working\n");&lt;BR /&gt;  return(0);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#######&lt;BR /&gt;&lt;BR /&gt;now try tp compile the above file with aCC&lt;BR /&gt;do:&lt;BR /&gt;&lt;BR /&gt;aCC test.c -o test&lt;BR /&gt;&lt;BR /&gt;if it does not give any errors and creates a file named test all is OK.&lt;BR /&gt;&lt;BR /&gt;you can now execute test as:&lt;BR /&gt;&lt;BR /&gt;./test&lt;BR /&gt;&lt;BR /&gt;it should print "Working"&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/STDIO.H&gt;</description>
      <pubDate>Sat, 03 Jan 2009 09:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148573#M454145</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-03T09:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148574#M454146</link>
      <description>I think this thread is related to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1300041" target="_blank"&gt;https://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1300041&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 03 Jan 2009 09:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148574#M454146</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-03T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148575#M454147</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;this error message it is appeared after execute aCC command,&lt;BR /&gt;# more test.c&lt;BR /&gt;nclude&lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;printf("Working\n");&lt;BR /&gt;return(0);&lt;BR /&gt;}&lt;BR /&gt;# aCC test.c -o test&lt;BR /&gt;Internal Error: Corrupted codeword in file /opt/aCC/newconfig/aCC.cwd.&lt;BR /&gt;&lt;BR /&gt;the last questions &lt;BR /&gt;How i can save text file with ASCII code?&lt;BR /&gt;&lt;BR /&gt;thanks  &lt;BR /&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Sat, 03 Jan 2009 10:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148575#M454147</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-03T10:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148576#M454148</link>
      <description>seems that something is wrong with the codeword. &lt;BR /&gt;&lt;BR /&gt;BTW, the has just before include is required. The first line should be:&lt;BR /&gt;&lt;BR /&gt;#include&lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/STDIO.H&gt;</description>
      <pubDate>Sat, 03 Jan 2009 10:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148576#M454148</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-03T10:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148577#M454149</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;thanks, but How i can save text file with ASCII code?&lt;BR /&gt;because i don't see the ASCII in Encoding option when i save a text file, only ANSI and Unicode and another.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sat, 03 Jan 2009 10:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148577#M454149</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-03T10:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148578#M454150</link>
      <description>&amp;gt;but How i can save text file with ASCII code?&lt;BR /&gt;because i don't see the ASCII in Encoding option when i save a text file, only ANSI and Unicode and another.&lt;BR /&gt;&lt;BR /&gt;Which editor are u using? &lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jan 2009 11:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148578#M454150</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-03T11:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148579#M454151</link>
      <description>If you have the key with you, you can do this instead of using an editor.&lt;BR /&gt;&lt;BR /&gt;On the prompt do:&lt;BR /&gt;&lt;BR /&gt;echo "your key" &amp;gt; /opt/aCC/newconfig/aCC.cwd&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 03 Jan 2009 11:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148579#M454151</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-03T11:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148580#M454152</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;only i want to copy 26 HEX digit ASCII text file to this directory /opt/aCC/newconfig/aCC.cwd, how i do it that?.&lt;BR /&gt;&lt;BR /&gt;and this the output of this command&lt;BR /&gt;&lt;BR /&gt;echo 123456 &amp;gt; /opt/aCC/newconfig/aCC.cwd  &lt;BR /&gt;&lt;BR /&gt;/usr/bin/ksh: /opt/aCC/newconfig/aCC.cwd: cannot create&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sat, 03 Jan 2009 11:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148580#M454152</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-03T11:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148581#M454153</link>
      <description>&amp;gt;how to compile something file by C++ compiler? that to check if the EVL copy it is activated or no?&lt;BR /&gt;&lt;BR /&gt;Use touch to create an empty foo.C file.  Then compile that.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I don't have any experience on this application.&lt;BR /&gt;&lt;BR /&gt;You're using it for a reason, someone should know C++.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Internal Error: Corrupted codeword in file /opt/aCC/newconfig/aCC.cwd.&lt;BR /&gt;&lt;BR /&gt;You don't have the proper codeword setup yet.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;How I can save text file with ASCII code?&lt;BR /&gt;&lt;BR /&gt;Use vi.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;/usr/bin/ksh: /opt/aCC/newconfig/aCC.cwd: cannot create&lt;BR /&gt;&lt;BR /&gt;You need to be root.  The easiest would be to put it in a file then copy it in place.</description>
      <pubDate>Sat, 03 Jan 2009 12:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148581#M454153</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-03T12:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148582#M454154</link>
      <description>I see you assigned some points, did u get aCC working?&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 05 Jan 2009 17:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148582#M454154</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-05T17:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148583#M454155</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;No is still not solve, but i assigned some points, for thread Which asked some questions and received answers to. &lt;BR /&gt;but i still don't know how to save text file with ascii code.&lt;BR /&gt;&lt;BR /&gt;thanks and best regards</description>
      <pubDate>Tue, 06 Jan 2009 05:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148583#M454155</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-06T05:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148584#M454156</link>
      <description>&amp;gt; but i still don't know how to save text&lt;BR /&gt;&amp;gt; file with ascii code.&lt;BR /&gt;&lt;BR /&gt;I don't mean to be unkind, but if you can't&lt;BR /&gt;create a text file, and you can't even _run_&lt;BR /&gt;a C compiler, how did you get the job of&lt;BR /&gt;installing this thing?</description>
      <pubDate>Tue, 06 Jan 2009 05:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148584#M454156</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-06T05:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148585#M454157</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;i said " i don't know how to create text file with ascii encoding" not i can't create a text file.&lt;BR /&gt;and please steven do not chatter excess&lt;BR /&gt;If you learn something take about otherwise silent.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 06 Jan 2009 06:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148585#M454157</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-06T06:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148586#M454158</link>
      <description>&amp;gt;I said "i don't know how to create text file with ascii encoding" not i can't create a text file.&lt;BR /&gt;&lt;BR /&gt;Let's just make it simple, create a standard Unix text file.  (All text files are ascii by default.)</description>
      <pubDate>Tue, 06 Jan 2009 07:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148586#M454158</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-06T07:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148587#M454159</link>
      <description>In what form do you have the codeword? &lt;BR /&gt;1. written in  a file on you filesystem&lt;BR /&gt;2. In an email &lt;BR /&gt;3. written on a piece of paper.&lt;BR /&gt;&lt;BR /&gt;If 1. then just use this command to copy the code word.&lt;BR /&gt; cp &lt;PATH of="" the="" file="" which="" has="" the="" codeword=""&gt; /opt/aCC/newconfig/aCC.cwd&lt;BR /&gt;&lt;BR /&gt;If 2 or 3. then &lt;BR /&gt;use this command&lt;BR /&gt;echo "your codeword here" &amp;gt; /opt/aCC/newconfig/aCC.cwd&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;You need to be root for the above to work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PATH&gt;</description>
      <pubDate>Tue, 06 Jan 2009 09:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148587#M454159</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-06T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148588#M454160</link>
      <description>Hi Srikrishan Malik,&lt;BR /&gt;&lt;BR /&gt;the form of codeword i have it is number 2.&lt;BR /&gt;and i am tried to execute this command before that, but this message is appeared.&lt;BR /&gt;echo 9651*** &amp;gt; /opt/aCC/newconfig/aCC.cwd&lt;BR /&gt;/usr/bin/ksh: /opt/aCC/newconfig/aCC.cwd: cannot create&lt;BR /&gt;may be because the aCC.cwd is a directly. &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 06 Jan 2009 09:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148588#M454160</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-06T09:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148589#M454161</link>
      <description>&amp;gt;echo 9651*** &amp;gt; /opt/aCC/newconfig/aCC.cwd&lt;BR /&gt;/usr/bin/ksh: /opt/aCC/newconfig/aCC.cwd: cannot create&lt;BR /&gt;&lt;BR /&gt;Are you root?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;may be because the aCC.cwd is a directly.&lt;BR /&gt;&lt;BR /&gt;Directory?  Why?  Remove it.</description>
      <pubDate>Tue, 06 Jan 2009 10:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148589#M454161</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-06T10:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148590#M454162</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes i am remove it and now the c++ is activated&lt;BR /&gt;&lt;BR /&gt;very thanks</description>
      <pubDate>Tue, 06 Jan 2009 10:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148590#M454162</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-06T10:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile something file by HP C/aC++ compiler?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148591#M454163</link>
      <description>thanks for all</description>
      <pubDate>Tue, 06 Jan 2009 10:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-something-file-by-hp-c-ac-compiler/m-p/5148591#M454163</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2009-01-06T10:57:06Z</dc:date>
    </item>
  </channel>
</rss>

