<?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: Compiling C program in UNIX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699989#M249162</link>
    <description>Hello, You can use either CC (Default C Compiler) or GCC to compile a C program. &lt;BR /&gt;&lt;BR /&gt;1) Save your C program. Say test.c &lt;BR /&gt;&lt;BR /&gt;2) # cc -o test test.c will generate executable of your program in the name of test&lt;BR /&gt;&lt;BR /&gt;3) ./test to execute your program &lt;BR /&gt;&lt;BR /&gt;4) # gcc -o test test.c if you like GCC. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Fri, 30 Dec 2005 00:35:51 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-12-30T00:35:51Z</dc:date>
    <item>
      <title>Compiling C program in UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699988#M249161</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;  I want to Compile a C Program in UNIX, please let me know the procedure.&lt;BR /&gt;&lt;BR /&gt;  Regards,&lt;BR /&gt;&lt;BR /&gt;  Yajuvendra Singh</description>
      <pubDate>Fri, 30 Dec 2005 00:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699988#M249161</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2005-12-30T00:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling C program in UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699989#M249162</link>
      <description>Hello, You can use either CC (Default C Compiler) or GCC to compile a C program. &lt;BR /&gt;&lt;BR /&gt;1) Save your C program. Say test.c &lt;BR /&gt;&lt;BR /&gt;2) # cc -o test test.c will generate executable of your program in the name of test&lt;BR /&gt;&lt;BR /&gt;3) ./test to execute your program &lt;BR /&gt;&lt;BR /&gt;4) # gcc -o test test.c if you like GCC. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 30 Dec 2005 00:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699989#M249162</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-30T00:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling C program in UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699990#M249163</link>
      <description>Hello, Here is a very good tutorial about "Compiling "C" And "C++" Programs On Unix Systems - gcc/g++"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://users.actcom.co.il/~choo/lupg/tutorials/c-on-unix/c-on-unix.html" target="_blank"&gt;http://users.actcom.co.il/~choo/lupg/tutorials/c-on-unix/c-on-unix.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 30 Dec 2005 00:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699990#M249163</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-30T00:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling C program in UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699991#M249164</link>
      <description>Yajuvendra,&lt;BR /&gt;please also note that the default C compiler(cc) installed with the OS is normally only used to compile the OS kernel, so may not be as feature-rich as you want it to be.&lt;BR /&gt;&lt;BR /&gt;For full C compilers, HP produced a ANSI C compiler, which is a licensed/chargeable product.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Dec 2005 03:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699991#M249164</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-12-30T03:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling C program in UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699992#M249165</link>
      <description>Caution when using test.c to compile a program and move it to test:  you may not be running your program.  If you insist on using test, execute it using ./test&lt;BR /&gt;&lt;BR /&gt;Alfons</description>
      <pubDate>Tue, 03 Jan 2006 09:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699992#M249165</guid>
      <dc:creator>Al Langen_1</dc:creator>
      <dc:date>2006-01-03T09:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling C program in UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699993#M249166</link>
      <description>Unless you purchase the ANSI C compiler or aCC (the C++ compiler) or have installed the Gnu C compiler (gcc) then you will only be able to use K &amp;amp; R syntax. The Bundled C compiler only speaks K &amp;amp; R and is really intened for kernel compiles although limited development can be done.</description>
      <pubDate>Tue, 03 Jan 2006 10:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-c-program-in-unix/m-p/3699993#M249166</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-03T10:05:16Z</dc:date>
    </item>
  </channel>
</rss>

