<?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: ProC compilation error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437245#M664239</link>
    <description>HI&lt;BR /&gt;   &lt;BR /&gt; It seems you have to install something else &lt;BR /&gt; on the new mashine before trying to complile... I thing is is "gdb".&lt;BR /&gt; Check and compare both mashines and find what is missing on second...&lt;BR /&gt;&lt;BR /&gt;  BR,Stan</description>
    <pubDate>Fri, 12 Jun 2009 09:48:11 GMT</pubDate>
    <dc:creator>Stanimir</dc:creator>
    <dc:date>2009-06-12T09:48:11Z</dc:date>
    <item>
      <title>ProC compilation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437241#M664235</link>
      <description>We have a code which works fine on a 64 bit Itanium machine.&lt;BR /&gt;&lt;BR /&gt;When we try to compile this code on the new Itanium server we get the following error:&lt;BR /&gt;&lt;BR /&gt;Make: Cannot read or get /dwhdb1/oracle/app/oracle/product/10.2.0/ora10gdb export ORACLE_HOME;   /precomp/lib/env_precomp.mk.  Stop.&lt;BR /&gt;&lt;BR /&gt;Both the Itanium machines are :&lt;BR /&gt;&lt;BR /&gt;HP-UX B.11.23 U ia64</description>
      <pubDate>Thu, 11 Jun 2009 06:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437241#M664235</guid>
      <dc:creator>Shreekantha Velankar</dc:creator>
      <dc:date>2009-06-11T06:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: ProC compilation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437242#M664236</link>
      <description>It seems this is all one filename?&lt;BR /&gt;/dwhdb1/oracle/app/oracle/product/10.2.0/ora10gdb export ORACLE_HOME; /precomp/lib/env_precomp.mk.</description>
      <pubDate>Thu, 11 Jun 2009 11:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437242#M664236</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-11T11:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: ProC compilation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437243#M664237</link>
      <description>The attachment contains the make file. When we try to compile any Pro*C code we get the error message.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2009 11:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437243#M664237</guid>
      <dc:creator>Shreekantha Velankar</dc:creator>
      <dc:date>2009-06-11T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: ProC compilation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437244#M664238</link>
      <description>&amp;gt;The attachment contains the make file.&lt;BR /&gt;&lt;BR /&gt;At the top of your file you have:&lt;BR /&gt;ORACLE_HOME=/dwhdb1/oracle/app/oracle/product/10.2.0/ora10gdb   export   $ORACLE_HOME;&lt;BR /&gt;include $(ORACLE_HOME)/precomp/lib/env_precomp.mk&lt;BR /&gt;&lt;BR /&gt;This defines ORACLE_HOME as a macro (not a shell variable) that includes the text to the end of the line: ... export $ORACLE_HOME;&lt;BR /&gt;&lt;BR /&gt;Remove that part.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2009 11:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437244#M664238</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-11T11:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: ProC compilation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437245#M664239</link>
      <description>HI&lt;BR /&gt;   &lt;BR /&gt; It seems you have to install something else &lt;BR /&gt; on the new mashine before trying to complile... I thing is is "gdb".&lt;BR /&gt; Check and compare both mashines and find what is missing on second...&lt;BR /&gt;&lt;BR /&gt;  BR,Stan</description>
      <pubDate>Fri, 12 Jun 2009 09:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437245#M664239</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2009-06-12T09:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: ProC compilation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437246#M664240</link>
      <description>There was an issue in the Oracle HOME path in .profile of the user, we changed it and the code compiled successfully on teh new server.&lt;BR /&gt;&lt;BR /&gt;Thank you all for your help</description>
      <pubDate>Mon, 15 Jun 2009 08:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-compilation-error/m-p/4437246#M664240</guid>
      <dc:creator>Shreekantha Velankar</dc:creator>
      <dc:date>2009-06-15T08:57:14Z</dc:date>
    </item>
  </channel>
</rss>

