<?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 Problem with CC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912360#M719822</link>
    <description>Hello,&lt;BR /&gt;I'm trying to compile an C program with 64bit,&lt;BR /&gt;but in the link step I get this message:&lt;BR /&gt;&lt;BR /&gt;ld: Mistmatched ABI (not an ELF file) for -lclntsh&lt;BR /&gt;Fatal Error.&lt;BR /&gt;&lt;BR /&gt;Well... maybe I'm using the wrong flag for 64bit? Or this library is not compiled for 64bit?&lt;BR /&gt;&lt;BR /&gt;Thank you for your help,&lt;BR /&gt;Alex.</description>
    <pubDate>Tue, 25 Feb 2003 07:02:38 GMT</pubDate>
    <dc:creator>Alex Lavrov</dc:creator>
    <dc:date>2003-02-25T07:02:38Z</dc:date>
    <item>
      <title>Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912360#M719822</link>
      <description>Hello,&lt;BR /&gt;I'm trying to compile an C program with 64bit,&lt;BR /&gt;but in the link step I get this message:&lt;BR /&gt;&lt;BR /&gt;ld: Mistmatched ABI (not an ELF file) for -lclntsh&lt;BR /&gt;Fatal Error.&lt;BR /&gt;&lt;BR /&gt;Well... maybe I'm using the wrong flag for 64bit? Or this library is not compiled for 64bit?&lt;BR /&gt;&lt;BR /&gt;Thank you for your help,&lt;BR /&gt;Alex.</description>
      <pubDate>Tue, 25 Feb 2003 07:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912360#M719822</guid>
      <dc:creator>Alex Lavrov</dc:creator>
      <dc:date>2003-02-25T07:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912361#M719823</link>
      <description>Hi!&lt;BR /&gt;That "ABI" means the linker finds both 32-bit and 64-bit objects or shared libraries while linking. The linker picks the first object fron the command line and uses it type to determine if the executable should be 32 or 64-bit. On the first object or shared library that is not of same type, ld reports an error like above. &lt;BR /&gt;&lt;BR /&gt;Regards,Stan&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2003 07:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912361#M719823</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-25T07:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912362#M719824</link>
      <description>Did you use the option +DA2.0W?&lt;BR /&gt;&lt;BR /&gt;try using this option during the final compilation and linking.&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2003 07:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912362#M719824</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-25T07:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912363#M719825</link>
      <description>hi,&lt;BR /&gt;I'm using this flag to compile my obejcts,&lt;BR /&gt;so all of my objects are 64bit, probably this library -lclntsh is not 64bit.&lt;BR /&gt;&lt;BR /&gt;What can I do now to make it link with my objects?&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Tue, 25 Feb 2003 09:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912363#M719825</guid>
      <dc:creator>Alex Lavrov</dc:creator>
      <dc:date>2003-02-25T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912364#M719826</link>
      <description>Hi!&lt;BR /&gt;1. Ensure, that 64-bit libclnsh.* is really &lt;BR /&gt;   missed on your system. &lt;BR /&gt;&lt;BR /&gt;2. Use related patch PHSS_* - from hp.com&lt;BR /&gt;  or other relatd place&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 25 Feb 2003 09:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912364#M719826</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-25T09:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912365#M719827</link>
      <description>I think you are doing something with the Oracle libraries and sl's.&lt;BR /&gt;&lt;BR /&gt;Then you should look at the object files LIBRARY_PATH or SHLIB_PATH at $ORACLE_HOME/lib64</description>
      <pubDate>Tue, 25 Feb 2003 10:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912365#M719827</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-25T10:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912366#M719828</link>
      <description>Hi alex&lt;BR /&gt;&lt;BR /&gt;1. To produce optimized code use '+DAportable' on the command line.&lt;BR /&gt; or&lt;BR /&gt;2. Turn off the warning in the linker with the '+vanocompat' option set to 'ld'.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2003 11:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912366#M719828</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-25T11:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912367#M719829</link>
      <description>What version of Oracle are you using?  Loks like you are linking with the 32-bit libclntsh.  DOes your Oracle installation include a 64-bit version?</description>
      <pubDate>Tue, 25 Feb 2003 11:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912367#M719829</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2003-02-25T11:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912368#M719830</link>
      <description>It is an oracle 32bit library .... We do not use 64bit oracle. Well, I'll look for other solutions for solving shared memory problem with 32bit programs, probably I'll use memwindow.&lt;BR /&gt;&lt;BR /&gt;Thanx all for your help !!!</description>
      <pubDate>Tue, 25 Feb 2003 18:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-cc/m-p/2912368#M719830</guid>
      <dc:creator>Alex Lavrov</dc:creator>
      <dc:date>2003-02-25T18:26:19Z</dc:date>
    </item>
  </channel>
</rss>

