<?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: Mismatched ABI (not an ELF file) for -lX11 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075226#M94977</link>
    <description>Txns&lt;BR /&gt;&lt;BR /&gt;The problem is that I need a lib libX11.sl 64 bits and I canÂ´t find any even in the pa20_64.&lt;BR /&gt;&lt;BR /&gt;Is there any package I have to install to have the lib ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jose</description>
    <pubDate>Tue, 25 Sep 2007 12:12:50 GMT</pubDate>
    <dc:creator>Jose_C_Moraes</dc:creator>
    <dc:date>2007-09-25T12:12:50Z</dc:date>
    <item>
      <title>Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075221#M94972</link>
      <description>Hi can someone help me ?&lt;BR /&gt;&lt;BR /&gt;I am getting this error while compiling using the command:&lt;BR /&gt;&lt;BR /&gt;gcc  -g -O2   -o xte  xte.o debug.o -mpa-risc-2-0 -L /usr/lib/pa20_64 -L /usr/lib/X11R4 -lX11 -lXtst&lt;BR /&gt;ld: Mismatched ABI (not an ELF file) for -lX11, found /usr/lib/X11R4/libX11.sl&lt;BR /&gt;Fatal error.&lt;BR /&gt;&lt;BR /&gt;I appreciate any help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jose</description>
      <pubDate>Mon, 24 Sep 2007 14:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075221#M94972</guid>
      <dc:creator>Jose_C_Moraes</dc:creator>
      <dc:date>2007-09-24T14:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075222#M94973</link>
      <description>Hi Jose:&lt;BR /&gt;&lt;BR /&gt;If you're linking on an Itanium platform, you have a PA-RISC object.  This isn't supported by the linker.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 24 Sep 2007 14:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075222#M94973</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-24T14:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075223#M94974</link>
      <description>The problem is exactly as described. You are trying to mix 32-bit and 64-bit code in the same link. It must all be one flavor or the other and I rather doubt there is a 64-bit version of X11R4.</description>
      <pubDate>Mon, 24 Sep 2007 15:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075223#M94974</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-09-24T15:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075224#M94975</link>
      <description>Hi (again) Jose:&lt;BR /&gt;&lt;BR /&gt;Another reason is more general.  The linker cannot mix 32-bit and 64-bit shared libraries or objects.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 24 Sep 2007 15:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075224#M94975</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-24T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075225#M94976</link>
      <description>If you are generating a 64 bit application, you need to remove -L/usr/lib/X11R4.  This is a 32 bit path.  libX11.sl should be found in -L/usr/lib/pa20_64&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Clay: I rather doubt there is a 64-bit version of X11R4.&lt;BR /&gt;&lt;BR /&gt;HP supplies them for X11R6 in /usr/lib/X11R6/pa20_64/.</description>
      <pubDate>Mon, 24 Sep 2007 22:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075225#M94976</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-24T22:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075226#M94977</link>
      <description>Txns&lt;BR /&gt;&lt;BR /&gt;The problem is that I need a lib libX11.sl 64 bits and I canÂ´t find any even in the pa20_64.&lt;BR /&gt;&lt;BR /&gt;Is there any package I have to install to have the lib ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jose</description>
      <pubDate>Tue, 25 Sep 2007 12:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075226#M94977</guid>
      <dc:creator>Jose_C_Moraes</dc:creator>
      <dc:date>2007-09-25T12:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075227#M94978</link>
      <description>&amp;gt;The problem is that I need a lib libX11.sl 64 bits and I can't find any even in the pa20_64.&lt;BR /&gt;&lt;BR /&gt;If you don't purchase the HP C/aC++ Developer's bundle, you don't get the symlink.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Is there any package I have to install to have the lib?&lt;BR /&gt;&lt;BR /&gt;You'll have to download the "HP-UX Developer's Toolkit".  See Steven's link in the following thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1149221" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1149221&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2007 17:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075227#M94978</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-25T17:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075228#M94979</link>
      <description>Sorry for the delay.&lt;BR /&gt;&lt;BR /&gt;Thanks Dennis. It did work fine. But my problem still exists.&lt;BR /&gt;&lt;BR /&gt;I am trying to compile and linkedit xautomate, to emulate a user using a GUI in HP-UX.&lt;BR /&gt;&lt;BR /&gt;But it does not work. Does anyone know any package to do the same, as a depot? I tried Porting And Archive Centre For HP-UX, unsuccessfully.&lt;BR /&gt;&lt;BR /&gt;Any hints ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Josed</description>
      <pubDate>Tue, 02 Oct 2007 14:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075228#M94979</guid>
      <dc:creator>Jose_C_Moraes</dc:creator>
      <dc:date>2007-10-02T14:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatched ABI (not an ELF file) for -lX11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075229#M94980</link>
      <description>&amp;gt;But my problem still exists.&lt;BR /&gt;&lt;BR /&gt;Are you still getting the "mismatched ABI" message?&lt;BR /&gt;&lt;BR /&gt;Did you remove "-L /usr/lib/X11R4" from the link line?&lt;BR /&gt;&lt;BR /&gt;Should I ask why you are creating a 64 bit app?</description>
      <pubDate>Tue, 02 Oct 2007 21:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mismatched-abi-not-an-elf-file-for-lx11/m-p/4075229#M94980</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-02T21:32:54Z</dc:date>
    </item>
  </channel>
</rss>

