<?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: C compiler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065016#M602640</link>
    <description>&lt;P&gt;&amp;gt; [...] all the documented features don't work. [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Such as?&amp;nbsp; (Are you _trying_ to make this painful?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The bundled compiler is deliberately crippled, so if you're expecting&lt;BR /&gt;all the features of the for-money compiler to be there, then you may be&lt;BR /&gt;disappointed.&amp;nbsp; (The bundled compiler on IA64 is significantly less&lt;BR /&gt;crippled than the one on PA-RISC, if that makes you feel any better.)&lt;/P&gt;&lt;P&gt;&amp;gt; [...] we are still part of the Partner Ready program [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I know nothing about what that might do for you.&amp;nbsp; If you can get an&lt;BR /&gt;HP[E] compiler that way, then you certainly have my permission.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] I thought the hpux compiler was better then gcc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "better" how?&amp;nbsp; For the money, a free GCC is hard to beat with any&lt;BR /&gt;non-free compiler.&amp;nbsp; If you mean performance of the resulting executable,&lt;BR /&gt;then that might depend on the program.&amp;nbsp; I haven't done any serious&lt;BR /&gt;benchmarking, and I know nothing about your program, so I know nothing&lt;BR /&gt;about that.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 22:17:55 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2019-10-01T22:17:55Z</dc:date>
    <item>
      <title>C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7064970#M602637</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm an ISV and I need to recompile a program the machine we have has an old version of the compiler:&lt;/P&gt;&lt;P&gt;$ cc -V&lt;/P&gt;&lt;P&gt;(Bundled) cc: HP C/aC++ B3910B A.06.12 [Oct 11 2006]&lt;/P&gt;&lt;P&gt;In the past, I was able to download from the OLD DSPP program.&amp;nbsp; Where can I find the most recent verison of the compiler.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 14:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7064970#M602637</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2019-10-01T14:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7064992#M602638</link>
      <description>&lt;P&gt;&amp;gt; [...] I need to recompile a program [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Not much meat on that bone.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] the machine we have [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Is what?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uname -a&lt;/P&gt;&lt;P&gt;&amp;gt; (Bundled) cc: HP C/aC++ B3910B A.06.12 [Oct 11 2006]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The bundled C compiler on HP-UX is intended for building a kernel,&lt;BR /&gt;and is not much good for much else.&amp;nbsp; Are you looking for a newer bundled&lt;BR /&gt;C compiler, or for a useful C compiler?&amp;nbsp; What's the actual problem which&lt;BR /&gt;you're having with the compiler which you have now?&lt;/P&gt;&lt;P&gt;&amp;gt; [...] the OLD DSPP program [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you now in whatever program HPE has for developers?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Where can I find the most recent verison of the compiler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; _Which_ "the compiler", and why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You might also look at GCC.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7064992#M602638</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2019-10-01T18:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7064994#M602639</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have bl860c running hpux 11iv3 of march 2019.&amp;nbsp; We are having difficultier with a function inside of a library that we created few years ago.&amp;nbsp; We are trying to had some debug info, but all the documented features don't work.&amp;nbsp; Yes, we are still part of the Partner Ready program,but they are refering me to Micro Focus to get help.&amp;nbsp; We would required a usefull compiler and I thought the hpux compiler was better then gcc.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7064994#M602639</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2019-10-01T18:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065016#M602640</link>
      <description>&lt;P&gt;&amp;gt; [...] all the documented features don't work. [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Such as?&amp;nbsp; (Are you _trying_ to make this painful?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The bundled compiler is deliberately crippled, so if you're expecting&lt;BR /&gt;all the features of the for-money compiler to be there, then you may be&lt;BR /&gt;disappointed.&amp;nbsp; (The bundled compiler on IA64 is significantly less&lt;BR /&gt;crippled than the one on PA-RISC, if that makes you feel any better.)&lt;/P&gt;&lt;P&gt;&amp;gt; [...] we are still part of the Partner Ready program [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I know nothing about what that might do for you.&amp;nbsp; If you can get an&lt;BR /&gt;HP[E] compiler that way, then you certainly have my permission.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] I thought the hpux compiler was better then gcc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "better" how?&amp;nbsp; For the money, a free GCC is hard to beat with any&lt;BR /&gt;non-free compiler.&amp;nbsp; If you mean performance of the resulting executable,&lt;BR /&gt;then that might depend on the program.&amp;nbsp; I haven't done any serious&lt;BR /&gt;benchmarking, and I know nothing about your program, so I know nothing&lt;BR /&gt;about that.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 22:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065016#M602640</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2019-10-01T22:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065122#M602641</link>
      <description>&lt;P&gt;this is an example of what we are trying to do...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;The -g0 option enables generation of debug information:&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ aCC -g0 program.C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Powergirl&lt;/P&gt;&lt;P&gt;$ cc -DLinux -DHPUX -g0 -c errno.c -oerrno.o&lt;/P&gt;&lt;P&gt;(Bundled) cc: warning 922: "-g0" is unsupported in the bundled compiler, ignored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When I try&lt;/P&gt;&lt;P&gt;$ aCC -DLinux -DHPUX -g0 -c errno.c -oerrno.o&lt;/P&gt;&lt;P&gt;sh: aCC:&amp;nbsp; not found.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 20:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065122#M602641</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2019-10-02T20:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065130#M602642</link>
      <description>&lt;P&gt;&amp;gt; (Bundled) cc: warning 922: "-g0" is unsupported in the bundled&lt;BR /&gt;&amp;gt; compiler, ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; As I said, crippled.&amp;nbsp; "-g0" looks like an HP-C-specific option; gcc&lt;BR /&gt;(gcc) uses different options for debug control.&amp;nbsp; If you wanted to use&lt;BR /&gt;GCC, then you'd need to adjust your builders to deal with the different&lt;BR /&gt;options.&amp;nbsp; I suspect that you'd also need to use the GNU debugger (gdb).&lt;/P&gt;&lt;P&gt;&amp;gt; sh: aCC: not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Either you don't have that compiler installed, or else your PATH&lt;BR /&gt;misses it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you want the HP[E] compiler, then I can't help you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;gt; On Powergirl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Should that mean anything to anyone other than you?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 23:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065130#M602642</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2019-10-02T23:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065188#M602643</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The C Compiler bundled with HP-UX is primarily included for rebuild of the HP-UX kernel.&lt;/P&gt;&lt;P&gt;You need the HP-UX C/C++ Development Environment that includes the latest C compiler.&lt;/P&gt;&lt;P&gt;The product number for this is B9007AA. This is a licensed/purchased product and hence a Per-Socket or Per-Core license applies depending upon the age/model of your server. e.g. for a rx2800i6 with 2 CPU the PN would be:-&lt;/P&gt;&lt;P&gt;1x B9007AA C/C++ Dev LTU&lt;/P&gt;&lt;P&gt;2x B9007AA 404 C/C++ Dev LTU PSL&lt;/P&gt;&lt;P&gt;DSPP has been retired for many years and the trial version of the compiler is no longer available.&lt;/P&gt;&lt;P&gt;The Technology Partner Program (TPP) was created, although it did not directly replace DSPP.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.hpe.com/us/en/alliance/technology.html" target="_blank"&gt;https://www.hpe.com/us/en/alliance/technology.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It may be possible to access HP-UX software, such as the C Compiler depot, if you have the correct Partner registration on the TPP. The above link provides contact information for the TPP program. Access to a depot may be provided via a direct FTP link.&lt;/P&gt;&lt;P&gt;Note that Micro Focus are not resposnible for licensing and distribution of the C Compiler, this is HPE proprietary technology, you were advised incorrectly. Certain HP-UX layered product software e.g. GlancePlus did transfer to Micro Focus.&lt;/P&gt;&lt;P&gt;If you are already registered as a Partner, and have access to the Partner Ready Portal, then registration and access to TPP should be easier, but not necessarily straightforward.&lt;/P&gt;&lt;P&gt;You can purchase the C Compiler from your local HPE Sales Rep or HPE Reseller. If you order the Electronic LTU (E-LTU) (append E to the PN) then once the order is complete you will receive a FTP site from which to directly download the depot.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 09:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7065188#M602643</guid>
      <dc:creator>Hawkeye</dc:creator>
      <dc:date>2019-10-03T09:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7179739#M602644</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to point out that you can download gcc-4.7.2 for&amp;nbsp;&lt;SPAN&gt;HP-UX 11i v3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://ftp.nluug.nl/os/HPUX/itrc/downloads.html" target="_blank"&gt;http://ftp.nluug.nl/os/HPUX/itrc/downloads.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 13:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/7179739#M602644</guid>
      <dc:creator>gbudny</dc:creator>
      <dc:date>2022-12-21T13:52:02Z</dc:date>
    </item>
  </channel>
</rss>

