<?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: Problem compiling with c4gl and gcc in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705460#M903166</link>
    <description>I tried this version &lt;BR /&gt;gcc 3.0.2 for 64-bit 11.0 and 11i &lt;BR /&gt;&lt;BR /&gt;and everything is working fine now&lt;BR /&gt;&lt;BR /&gt;Thank you for your help</description>
    <pubDate>Thu, 18 Apr 2002 15:29:35 GMT</pubDate>
    <dc:creator>Rafael Moran</dc:creator>
    <dc:date>2002-04-18T15:29:35Z</dc:date>
    <item>
      <title>Problem compiling with c4gl and gcc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705454#M903160</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I'm working on a Nclass with 11.00 and Informix 7.31. After installing the gcc 3.0.4 depot and define appropiate variables to compile with gcc instead of cc i try to compile the next sample program:&lt;BR /&gt;&lt;BR /&gt;database bddades&lt;BR /&gt;&lt;BR /&gt;main&lt;BR /&gt;&lt;BR /&gt;display "Hello World"&lt;BR /&gt;&lt;BR /&gt;end main&lt;BR /&gt;&lt;BR /&gt;and I obtain the next errors:&lt;BR /&gt;&lt;BR /&gt;# c4gl hello.4gl&lt;BR /&gt;gcc: +DS2.0: No such file or directory&lt;BR /&gt;gcc: +DA2.0W: No such file or directory&lt;BR /&gt;&lt;COMMAND line=""&gt;: missing '(' after predicate&lt;BR /&gt;&lt;BR /&gt;No a.out is generated only the next files:&lt;BR /&gt;&lt;BR /&gt;hello.c&lt;BR /&gt;hello.ec&lt;BR /&gt;hello.4ec&lt;BR /&gt;&lt;BR /&gt;Anyone can help me please ?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 17 Apr 2002 15:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705454#M903160</guid>
      <dc:creator>Rafael Moran</dc:creator>
      <dc:date>2002-04-17T15:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling with c4gl and gcc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705455#M903161</link>
      <description>+D... options are for HP C compilers only. They're probably embedded in a script that would build after detecting you are on a hppa-2.0w architectur.&lt;BR /&gt;&lt;BR /&gt;Just remove these from the Makefile/script. I don't know if 3.0.2 already supports it, or if it went in with 3.0.4 but you could replace it with the gcc option -mpa-risc-2-0</description>
      <pubDate>Wed, 17 Apr 2002 16:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705455#M903161</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-04-17T16:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling with c4gl and gcc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705456#M903162</link>
      <description>Thank you procura,&lt;BR /&gt;&lt;BR /&gt;I tried it but I still have the error &lt;BR /&gt;&lt;BR /&gt;&lt;COMMAND line=""&gt;: missing '(' after predicate&lt;BR /&gt;&lt;BR /&gt;I revised the c4gl script but none is missing&lt;BR /&gt;Also I didn't modify it ( except removing the +D options )&lt;BR /&gt;&lt;BR /&gt;I attached the c4gl script if you want to take a look.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 17 Apr 2002 16:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705456#M903162</guid>
      <dc:creator>Rafael Moran</dc:creator>
      <dc:date>2002-04-17T16:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling with c4gl and gcc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705457#M903163</link>
      <description>Call the script as 'sh -v c4gl hello.4gl', it's show you what happens.&lt;BR /&gt;&lt;BR /&gt;if you still don't see it, use sh -vx</description>
      <pubDate>Wed, 17 Apr 2002 19:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705457#M903163</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-04-17T19:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling with c4gl and gcc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705458#M903164</link>
      <description>Thank you for your help procura,&lt;BR /&gt;Finally I removed all the installation and installed again the full package and everything is working fine now.&lt;BR /&gt;Also I changed the gcc compiler that was for 32 bits to the gcc 64 bit version.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Apr 2002 14:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705458#M903164</guid>
      <dc:creator>Rafael Moran</dc:creator>
      <dc:date>2002-04-18T14:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling with c4gl and gcc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705459#M903165</link>
      <description>Which version?&lt;BR /&gt;&lt;BR /&gt;See&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x06449f5b3d4fd61190030090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x06449f5b3d4fd61190030090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.tn.tudelft.nl/hppd/hpux/Gnu/gcc-3.0.4/" target="_blank"&gt;http://hpux.tn.tudelft.nl/hppd/hpux/Gnu/gcc-3.0.4/&lt;/A&gt; (32 bit)</description>
      <pubDate>Thu, 18 Apr 2002 15:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705459#M903165</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-04-18T15:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling with c4gl and gcc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705460#M903166</link>
      <description>I tried this version &lt;BR /&gt;gcc 3.0.2 for 64-bit 11.0 and 11i &lt;BR /&gt;&lt;BR /&gt;and everything is working fine now&lt;BR /&gt;&lt;BR /&gt;Thank you for your help</description>
      <pubDate>Thu, 18 Apr 2002 15:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-with-c4gl-and-gcc/m-p/2705460#M903166</guid>
      <dc:creator>Rafael Moran</dc:creator>
      <dc:date>2002-04-18T15:29:35Z</dc:date>
    </item>
  </channel>
</rss>

