<?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: gcc compiler problem (+DSitanium2) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500963#M680835</link>
    <description>&amp;gt;JRF: &amp;gt;&amp;gt; So any ideas on the unknown option +DSitanium2?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;It would appear that it isn't supported for gcc:&lt;BR /&gt;&lt;BR /&gt;You have already lost so much performance using gcc, trying to use +DSitanium2 wouldn't make much of a difference.  Just toss the option.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Shinji: Can the user accessing Oracle.so have the read permission of the following directories?&lt;BR /&gt;&lt;BR /&gt;You would need search permission.</description>
    <pubDate>Tue, 22 Sep 2009 07:32:53 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-09-22T07:32:53Z</dc:date>
    <item>
      <title>gcc compiler problem (+DSitanium2)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500957#M680829</link>
      <description>I'm trying to install the DBD-Oracle-1.23 perl module on an HPUX Itanium server.  Started by building it with just the ansi C compiler but then decided to install gcc from a distribution (so a simple swinstall was all I needed to do).  I'm rebuilding the DBD perl mod and am getting the following error:&lt;BR /&gt;&lt;BR /&gt;gcc: +DSitanium2: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Dan ...&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Sep 2009 15:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500957#M680829</guid>
      <dc:creator>dkkelley</dc:creator>
      <dc:date>2009-09-21T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compiler problem (+DSitanium2)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500958#M680830</link>
      <description>Hi Dan:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Started by building it with just the ansi C compiler but then decided to install gcc &lt;BR /&gt;&lt;BR /&gt;Remember that the compiler you choose to use for the requisite Perl module compilation _must_ match the compiler that was used to build the core Perl you are running:&lt;BR /&gt;&lt;BR /&gt;# perl -V:cc&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Sep 2009 15:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500958#M680830</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-21T15:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compiler problem (+DSitanium2)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500959#M680831</link>
      <description>All the more reason I should build this perl mod with gcc ...&lt;BR /&gt;&lt;BR /&gt;Set up gcc environment - 4.2.3&lt;BR /&gt;cc='gcc';&lt;BR /&gt;&lt;BR /&gt;So any ideas on the unknown option +DSitanium2 ??</description>
      <pubDate>Mon, 21 Sep 2009 17:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500959#M680831</guid>
      <dc:creator>dkkelley</dc:creator>
      <dc:date>2009-09-21T17:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compiler problem (+DSitanium2)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500960#M680832</link>
      <description>Hi (again) Dan:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; So any ideas on the unknown option +DSitanium2 ??&lt;BR /&gt;&lt;BR /&gt;It would appear that it isn't supported for 'gcc':&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mqseries.net/phpBB2/viewtopic.php?t=49628" target="_blank"&gt;http://www.mqseries.net/phpBB2/viewtopic.php?t=49628&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Sep 2009 17:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500960#M680832</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-21T17:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compiler problem (+DSitanium2)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500961#M680833</link>
      <description>Thanks for the help James.&lt;BR /&gt;&lt;BR /&gt;I just took out that option from the Makefile, ran make and it did compile (with some warnings).  I did a make install also and decided to try some code.  I ran a perl&lt;BR /&gt;-cw and now am getting this ...&lt;BR /&gt;&lt;BR /&gt;Can't load&lt;BR /&gt;'/blah/blah/auto/DBD/Oracle/Oracle.so'&lt;BR /&gt;for module DBD::Oracle: No such file or directory at&lt;BR /&gt;/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/DynaLoader.pm line 229.&lt;BR /&gt;&lt;BR /&gt;but when I ls -l ...&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x 1 root sys 886688 Sep 21 15:44&lt;BR /&gt;/blah/blah/auto/DBD/Oracle/Oracle.so*&lt;BR /&gt;&lt;BR /&gt;so it's there.&lt;BR /&gt;&lt;BR /&gt;Weird ...&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Sep 2009 19:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500961#M680833</guid>
      <dc:creator>dkkelley</dc:creator>
      <dc:date>2009-09-21T19:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compiler problem (+DSitanium2)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500962#M680834</link>
      <description>Can the user accessing Oracle.so have the read permission of the&lt;BR /&gt;following directories ?&lt;BR /&gt;&lt;BR /&gt;- /blah/blah/auto&lt;BR /&gt;- /blah/blah/auto/DBD&lt;BR /&gt;- /blah/blah/auto/DBD/Oracle&lt;BR /&gt;&lt;BR /&gt;What happens if the user performs to invoke ldd ? No errors ?&lt;BR /&gt;&lt;BR /&gt;% ldd /blah/blah/auto/DBD/Oracle/Oracle.so&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2009 04:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500962#M680834</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-09-22T04:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compiler problem (+DSitanium2)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500963#M680835</link>
      <description>&amp;gt;JRF: &amp;gt;&amp;gt; So any ideas on the unknown option +DSitanium2?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;It would appear that it isn't supported for gcc:&lt;BR /&gt;&lt;BR /&gt;You have already lost so much performance using gcc, trying to use +DSitanium2 wouldn't make much of a difference.  Just toss the option.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Shinji: Can the user accessing Oracle.so have the read permission of the following directories?&lt;BR /&gt;&lt;BR /&gt;You would need search permission.</description>
      <pubDate>Tue, 22 Sep 2009 07:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compiler-problem-dsitanium2/m-p/4500963#M680835</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-09-22T07:32:53Z</dc:date>
    </item>
  </channel>
</rss>

