<?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: ld: Mismatched ABI (not an ELF file) when compiling Pro C Program in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665855#M677702</link>
    <description>Thanks for the responses. I solved the problem by removing $PRECOMPPUBLIC and $CFLAGS from the line in the Makefile that builds the executable. There are still some warnings in the compile but at least the executable is built now.</description>
    <pubDate>Tue, 27 Jul 2010 16:08:23 GMT</pubDate>
    <dc:creator>Curtis Deese</dc:creator>
    <dc:date>2010-07-27T16:08:23Z</dc:date>
    <item>
      <title>ld: Mismatched ABI (not an ELF file) when compiling Pro C Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665850#M677697</link>
      <description>I get the following error on an Itanium 64-bit system when compiling in pro c:&lt;BR /&gt;&lt;BR /&gt;ld: Mismatched ABI (not an ELF file) for /u01/app/oracle/product/11.2.0/db_1/precomp/public&lt;BR /&gt;&lt;BR /&gt;Why am I getting this error for this directory and how do I resolve it?</description>
      <pubDate>Sun, 25 Jul 2010 20:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665850#M677697</guid>
      <dc:creator>Curtis Deese</dc:creator>
      <dc:date>2010-07-25T20:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Mismatched ABI (not an ELF file) when compiling Pro C Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665851#M677698</link>
      <description>Hi Curtis:&lt;BR /&gt;&lt;BR /&gt;This is a linker error.  You can't mix 32-bit and 64-bit objects nor can you link PA-Risc objects with Itanium ones.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2010 11:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665851#M677698</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-07-26T11:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Mismatched ABI (not an ELF file) when compiling Pro C Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665852#M677699</link>
      <description>How do I ensure that the objects in /u01/app/oracle/product/11.2.0/db_1/precomp/public are 64 bit Itanium?</description>
      <pubDate>Mon, 26 Jul 2010 11:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665852#M677699</guid>
      <dc:creator>Curtis Deese</dc:creator>
      <dc:date>2010-07-26T11:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Mismatched ABI (not an ELF file) when compiling Pro C Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665853#M677700</link>
      <description>&amp;gt;How do I ensure that the objects in /u01/app/oracle/product/11.2.0/db_1/precomp/public are 64 bit Integrity?&lt;BR /&gt;&lt;BR /&gt;You can use file(1) on each one to check the architecture.  Then remove all of the ones that aren't valid for your link.</description>
      <pubDate>Mon, 26 Jul 2010 11:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665853#M677700</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-07-26T11:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Mismatched ABI (not an ELF file) when compiling Pro C Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665854#M677701</link>
      <description>Check to see if there is a 64 bit version of the library routines that you are trying to link in and install them if they exist.&lt;BR /&gt;&lt;BR /&gt;Try and link the code/changes on a PA server and move the program over (if you have a PA server that you can use).&lt;BR /&gt;&lt;BR /&gt;This is one of the frustrating parts of migrating from PA to IA.&lt;BR /&gt;&lt;BR /&gt;Good Luck!</description>
      <pubDate>Mon, 26 Jul 2010 20:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665854#M677701</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2010-07-26T20:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Mismatched ABI (not an ELF file) when compiling Pro C Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665855#M677702</link>
      <description>Thanks for the responses. I solved the problem by removing $PRECOMPPUBLIC and $CFLAGS from the line in the Makefile that builds the executable. There are still some warnings in the compile but at least the executable is built now.</description>
      <pubDate>Tue, 27 Jul 2010 16:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ld-mismatched-abi-not-an-elf-file-when-compiling-pro-c-program/m-p/4665855#M677702</guid>
      <dc:creator>Curtis Deese</dc:creator>
      <dc:date>2010-07-27T16:08:23Z</dc:date>
    </item>
  </channel>
</rss>

