<?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 with HPC/ANSI C in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517907#M728583</link>
    <description>man cc for cc specific options.&lt;BR /&gt;man ld for cc options passed to ld</description>
    <pubDate>Tue, 17 Apr 2001 17:25:41 GMT</pubDate>
    <dc:creator>Christopher Caldwell</dc:creator>
    <dc:date>2001-04-17T17:25:41Z</dc:date>
    <item>
      <title>Compiling with HPC/ANSI C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517905#M728581</link>
      <description>We are trying to recompile an application using the HP C/ANSI C compiler under HP-UX 10.2.  The application was originally compiled with the HP C compiler under HP-UX 9.03.  We are passing options using the -Wx arg1[,arg2,...,argn] option where x is the compiler (suffix ccom).  Where can I find documentation of what the options are?  I searched the HP documentation and came out empty.  I really need some help here as I cannot move forward until this issue is solved.</description>
      <pubDate>Tue, 17 Apr 2001 17:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517905#M728581</guid>
      <dc:creator>Alain Coutu</dc:creator>
      <dc:date>2001-04-17T17:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with HPC/ANSI C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517906#M728582</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Try this :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/dev/index.html" target="_blank"&gt;http://docs.hp.com/hpux/dev/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 17 Apr 2001 17:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517906#M728582</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-04-17T17:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with HPC/ANSI C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517907#M728583</link>
      <description>man cc for cc specific options.&lt;BR /&gt;man ld for cc options passed to ld</description>
      <pubDate>Tue, 17 Apr 2001 17:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517907#M728583</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-04-17T17:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with HPC/ANSI C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517908#M728584</link>
      <description>I had already look though the documentation online and available with the compiler.  I may have misstated my question.  I'm trying to find the documentation for the options passed using arg1, arg2,...argn of the -Wx arg1[,arg2,...,argn] compile option</description>
      <pubDate>Tue, 17 Apr 2001 17:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517908#M728584</guid>
      <dc:creator>Alain Coutu</dc:creator>
      <dc:date>2001-04-17T17:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with HPC/ANSI C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517909#M728585</link>
      <description>-Wx,arglist    Pass the comma-separated argument[s] in arglist to subprocess x.  The -W option specification allows additional, implementation-specific options to be recognized by the compiler driver.&lt;BR /&gt;&lt;BR /&gt;The x can assume one of the following values:&lt;BR /&gt;&lt;BR /&gt;d    Driver&lt;BR /&gt;p    Preprocessor&lt;BR /&gt;c    Compiler&lt;BR /&gt;a    Assembler&lt;BR /&gt;l    Linker&lt;BR /&gt;&lt;BR /&gt;So to find out what options are available, you have to check the man page for x.  Example: for the linker (l)&lt;BR /&gt;man ld&lt;BR /&gt;&lt;BR /&gt;I use&lt;BR /&gt;cc -Wl,+vnocompatwarnings&lt;BR /&gt;to suppress compatibility warnings&lt;BR /&gt;&lt;BR /&gt;You'll find +vnocompatwarnings documented in the man page for ld.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2001 21:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517909#M728585</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-04-17T21:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with HPC/ANSI C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517910#M728586</link>
      <description>The option we used is -Wc,-Nd3500,-Ns7000 -Wp,&lt;BR /&gt;-H250000.  They do say that some of these arguments are implementation specific.  Also, the example in the cc +help does mention that&lt;BR /&gt;-Wp, -H250000 increase the define table size. But for -Wc, I look everywhere I could think of but couldn't find any references or descriptions of the arguments.  Is there another place I could look or is it a lost cause?  This option was used under HP-UX 9.03 using HP C/ANSI C version and we are trying to recompile under HP-UX 10.2 using HP C/ANSI C version 10.32.30.</description>
      <pubDate>Thu, 19 Apr 2001 12:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517910#M728586</guid>
      <dc:creator>Alain Coutu</dc:creator>
      <dc:date>2001-04-19T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with HPC/ANSI C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517911#M728587</link>
      <description>Alain,&lt;BR /&gt;&lt;BR /&gt;You can try checking the man pages and/or help entries for the assembler (as), linker (ld), and/or C preprocessor (cpp).  These will give you appropriate options to use for -Wa, -Wl, and -Wp, respectively.  You can also find information on -Wc options via the ANSI C online help (cc +help).&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Apr 2001 11:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-hpc-ansi-c/m-p/2517911#M728587</guid>
      <dc:creator>Kenneth Platz</dc:creator>
      <dc:date>2001-04-23T11:59:38Z</dc:date>
    </item>
  </channel>
</rss>

