<?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: 32 applications in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536271#M222365</link>
    <description>Just a random question from a networking rather than compiler guy - are you compiling C or C++?  IIRC, aCC on PA-RISC isn't _really_ meant to compile C code</description>
    <pubDate>Thu, 05 May 2005 11:58:25 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2005-05-05T11:58:25Z</dc:date>
    <item>
      <title>32 applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536264#M222358</link>
      <description>Hi,&lt;BR /&gt;I am trying to compile my 32 bit application. But somehow the libdld.sl in the pa20_64 directory gets used and I get Unresolved symbol errors at run-time.&lt;BR /&gt;&lt;BR /&gt;How can resolve these symbol errors ?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2005 23:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536264#M222358</guid>
      <dc:creator>Anand_56</dc:creator>
      <dc:date>2005-05-02T23:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: 32 applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536265#M222359</link>
      <description>What is the compile line. Are you sure you are not using 64 bit compilation flag like +DD64 or +DA2.0W</description>
      <pubDate>Tue, 03 May 2005 00:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536265#M222359</guid>
      <dc:creator>Amit Agarwal_1</dc:creator>
      <dc:date>2005-05-03T00:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: 32 applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536266#M222360</link>
      <description>I have not set the +DA2.0W for sure. &lt;BR /&gt;to give you the details, I am compiling a Oracle 10g Pro*C app. The 10g installation contains a lib and lib32 folder. lib contains the 64 bit libraries. So I have set my SHLIB_PATH to lib32. but this seems insuffcient and pa20_64/libdld.sl gets used. &lt;BR /&gt;&lt;BR /&gt;hope this helps you to help me..&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Anand.</description>
      <pubDate>Tue, 03 May 2005 01:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536266#M222360</guid>
      <dc:creator>Anand_56</dc:creator>
      <dc:date>2005-05-03T01:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: 32 applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536267#M222361</link>
      <description>Check and see if the 32 bit compiler is even installed.&lt;BR /&gt;&lt;BR /&gt;That could be the problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 May 2005 02:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536267#M222361</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-03T02:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: 32 applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536268#M222362</link>
      <description>I think, according to HP docs the aCC could be used to compile 32-bit or 64 bit applications. Only difference to be noted is that the pa20_64 folder contains 64-bit libraries. So the SHLIB_PATH variable needs to be set appropriately to compile either 32-bit or 64-bit applications. &lt;BR /&gt;&lt;BR /&gt;Is the cc trying to use the libs in the pa20_64 folder and causing this problem ?&lt;BR /&gt;&lt;BR /&gt;The pa20_64 folder is present in 3 places:&lt;BR /&gt;&lt;BR /&gt;1. /usr/ccs/lib&lt;BR /&gt;2. /usr/lib&lt;BR /&gt;3. /opt/aCC/lib &lt;BR /&gt;&lt;BR /&gt;Are libs inside the pa20_64 folder in these 3 places are being used  and causing the problem ?</description>
      <pubDate>Tue, 03 May 2005 04:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536268#M222362</guid>
      <dc:creator>Anand_56</dc:creator>
      <dc:date>2005-05-03T04:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: 32 applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536269#M222363</link>
      <description>Here is the cc version:&lt;BR /&gt;&lt;BR /&gt;$ aCC -V&lt;BR /&gt;aCC: HP ANSI C++ B3910B A.03.55&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Anand.</description>
      <pubDate>Tue, 03 May 2005 04:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536269#M222363</guid>
      <dc:creator>Anand_56</dc:creator>
      <dc:date>2005-05-03T04:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: 32 applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536270#M222364</link>
      <description>Your makefile probably includes oracle makefile $ORACLE_HOME/precomp/lib/env_precomp.mk and making use of compile flags for 64-bit environment.&lt;BR /&gt;&lt;BR /&gt;You can try cloning $ORACLE_HOME/precomp/demo/proc/demo_proc32.mk for 32-bit compilation.&lt;BR /&gt;&lt;BR /&gt;I'm looking at 9i oracle installation; paths for 10g may be different, but you get the idea.</description>
      <pubDate>Tue, 03 May 2005 07:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536270#M222364</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-03T07:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: 32 applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536271#M222365</link>
      <description>Just a random question from a networking rather than compiler guy - are you compiling C or C++?  IIRC, aCC on PA-RISC isn't _really_ meant to compile C code</description>
      <pubDate>Thu, 05 May 2005 11:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-applications/m-p/3536271#M222365</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-05-05T11:58:25Z</dc:date>
    </item>
  </channel>
</rss>

