<?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 while compling libcma.sl on 64bit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284715#M672144</link>
    <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;I am porting my application from 32bit to 64bit. While compilation i am using /usr/lib/libcma.sl in 32bit. &lt;BR /&gt;When same is compiled on 64bit i am getting error&lt;BR /&gt;"ld: Mismatched ABI (not an ELF file) for /usr/lib/libcma.sl"&lt;BR /&gt;Can you please help in finding the 64bit version of same library.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/libcma.2:&lt;BR /&gt;        HP DCE/9000 1.8 PHSS_29669 Module: libcma.2 Date: Sep  5 2003 23:21:29&lt;BR /&gt;/usr/lib/libcma.1:&lt;BR /&gt;        HP DCE/9000 1.5 PHSS_29669 Module: libcma.1 (Export) Date: Sep  6 2003 01:40:48&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bhushan&lt;BR /&gt;+919833575488</description>
    <pubDate>Fri, 10 Oct 2008 12:32:56 GMT</pubDate>
    <dc:creator>LeoThe13th</dc:creator>
    <dc:date>2008-10-10T12:32:56Z</dc:date>
    <item>
      <title>Problem while compling libcma.sl on 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284715#M672144</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;I am porting my application from 32bit to 64bit. While compilation i am using /usr/lib/libcma.sl in 32bit. &lt;BR /&gt;When same is compiled on 64bit i am getting error&lt;BR /&gt;"ld: Mismatched ABI (not an ELF file) for /usr/lib/libcma.sl"&lt;BR /&gt;Can you please help in finding the 64bit version of same library.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/libcma.2:&lt;BR /&gt;        HP DCE/9000 1.8 PHSS_29669 Module: libcma.2 Date: Sep  5 2003 23:21:29&lt;BR /&gt;/usr/lib/libcma.1:&lt;BR /&gt;        HP DCE/9000 1.5 PHSS_29669 Module: libcma.1 (Export) Date: Sep  6 2003 01:40:48&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bhushan&lt;BR /&gt;+919833575488</description>
      <pubDate>Fri, 10 Oct 2008 12:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284715#M672144</guid>
      <dc:creator>LeoThe13th</dc:creator>
      <dc:date>2008-10-10T12:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while compling libcma.sl on 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284716#M672145</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;As you are undoubtedly awaare, you can't mix 32-bit and 64-bit objects when linking.  A 'file' command applied to a binary will tell you the bitness.  That said:&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5187-2255/ch14s04.html" target="_blank"&gt;http://docs.hp.com/en/5187-2255/ch14s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284716#M672145</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-10T13:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while compling libcma.sl on 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284717#M672146</link>
      <description>Hi Thanks for reply. I have undersatnd the lib is 32bit. &lt;BR /&gt;I am not able to finding the 64bit version of that lib. Can u please help in finding the 64bit version.&lt;BR /&gt;&lt;BR /&gt;i have tried with /usr/lib/libpthread.sl&lt;BR /&gt;but same error.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bhushan</description>
      <pubDate>Fri, 10 Oct 2008 13:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284717#M672146</guid>
      <dc:creator>LeoThe13th</dc:creator>
      <dc:date>2008-10-10T13:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while compling libcma.sl on 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284718#M672147</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;See the section titled "CMA Threads Obsolescence" in the link I posted above.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Oct 2008 13:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284718#M672147</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-10T13:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while compling libcma.sl on 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284719#M672148</link>
      <description>You should only be using libcma on 10.20.  On 11.00 and on, you should be using libpthread.  And not use -D_PTHREADS_DRAFT4.&lt;BR /&gt;&lt;BR /&gt;You should first port your 32 bit app to use kernel threads, then think about going to 64 bit.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I have tried with /usr/lib/libpthread.sl&lt;BR /&gt;&lt;BR /&gt;You don't use absolute paths.  You link with -lpthread and let the linker figure out the path.</description>
      <pubDate>Sat, 11 Oct 2008 02:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284719#M672148</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-11T02:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while compling libcma.sl on 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284720#M672149</link>
      <description>Thanks u.&lt;BR /&gt;I am able to resolve the probelm.&lt;BR /&gt;&lt;BR /&gt;Thanks u very much.&lt;BR /&gt;Bhushan</description>
      <pubDate>Mon, 13 Oct 2008 02:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-compling-libcma-sl-on-64bit/m-p/4284720#M672149</guid>
      <dc:creator>LeoThe13th</dc:creator>
      <dc:date>2008-10-13T02:49:45Z</dc:date>
    </item>
  </channel>
</rss>

