<?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 (invalid magic number) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396381#M681795</link>
    <description>I'm new working with UNIX and I was trying to compile a program a it returns me te following error.&lt;BR /&gt;&lt;BR /&gt;/opt/XPADE/v3/usr/ccs/lbin/ld32: ../../lib/libXwnlio.a: Not a valid library (inv&lt;BR /&gt;alid magic number). Possibly a 64-bit PA archive library (Mismatched ABI).&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;The library libXwnlio.a has been compiled by me in 32bits mode.&lt;BR /&gt;&lt;BR /&gt;I have tryed to compile with de modificator +DD64 but I hadn't success and It gave me the following messege.&lt;BR /&gt;&lt;BR /&gt;1 -lm&lt;BR /&gt;ld: Mismatched ABI (not an ELF file) for ivibuild.o&lt;BR /&gt;Fatal error.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Any ideas, what could I do?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
    <pubDate>Tue, 07 Apr 2009 08:06:09 GMT</pubDate>
    <dc:creator>Eder Urruela</dc:creator>
    <dc:date>2009-04-07T08:06:09Z</dc:date>
    <item>
      <title>(invalid magic number)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396381#M681795</link>
      <description>I'm new working with UNIX and I was trying to compile a program a it returns me te following error.&lt;BR /&gt;&lt;BR /&gt;/opt/XPADE/v3/usr/ccs/lbin/ld32: ../../lib/libXwnlio.a: Not a valid library (inv&lt;BR /&gt;alid magic number). Possibly a 64-bit PA archive library (Mismatched ABI).&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;The library libXwnlio.a has been compiled by me in 32bits mode.&lt;BR /&gt;&lt;BR /&gt;I have tryed to compile with de modificator +DD64 but I hadn't success and It gave me the following messege.&lt;BR /&gt;&lt;BR /&gt;1 -lm&lt;BR /&gt;ld: Mismatched ABI (not an ELF file) for ivibuild.o&lt;BR /&gt;Fatal error.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Any ideas, what could I do?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 07 Apr 2009 08:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396381#M681795</guid>
      <dc:creator>Eder Urruela</dc:creator>
      <dc:date>2009-04-07T08:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: (invalid magic number)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396382#M681796</link>
      <description>Are you working with PA or Integrity?&lt;BR /&gt;You need to make sure you compile AND link with the same options, +DD64 or without.&lt;BR /&gt;&lt;BR /&gt;What does "file ivibuild.o" show?</description>
      <pubDate>Tue, 07 Apr 2009 10:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396382#M681796</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-07T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: (invalid magic number)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396383#M681797</link>
      <description>&lt;BR /&gt;Before I forced the compilation with +DD32, but the&lt;BR /&gt;&lt;BR /&gt;I don't know if I am working with PA or with integrity, but I generated this library as root user, and te ivibuild I am trying to generate as other user, I know that isn't the best chosen but It was easier because it's a very old program.&lt;BR /&gt;&lt;BR /&gt;Now I'm compiling the librarys under the same user than the other files. and the problem has disarpear in libXwnlio.a and the same error has apeared in other library, so I supose that the problem is that I generated libraries under diferent users.&lt;BR /&gt;&lt;BR /&gt;Thanks I'm going to continue working with it.&lt;BR /&gt;&lt;BR /&gt;Could you explain me the diference between PA and Integrity?&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 10:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396383#M681797</guid>
      <dc:creator>Eder Urruela</dc:creator>
      <dc:date>2009-04-07T10:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: (invalid magic number)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396384#M681798</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I don't know if I am working with PA or with integrity,&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;# uname -m&lt;BR /&gt;&lt;BR /&gt;If a string containing "9000" is returned ( e.g. 9000/899 ) then you have a PA-RISC machine.  An Itanium server will return "ia64".&lt;BR /&gt;&lt;BR /&gt;For an overview of the PA-RISC and Itanium architectures, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/PA-RISC" target="_blank"&gt;http://en.wikipedia.org/wiki/PA-RISC&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Itanium" target="_blank"&gt;http://en.wikipedia.org/wiki/Itanium&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 07 Apr 2009 10:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396384#M681798</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-04-07T10:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: (invalid magic number)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396385#M681799</link>
      <description>&amp;gt;I don't know if I am working with PA or with integrity&lt;BR /&gt;&lt;BR /&gt;It should be obvious.  Integrity good, PA old.  ;-)&lt;BR /&gt;&lt;BR /&gt;Never mind: /opt/XPADE/&lt;BR /&gt;This means you are doing PA development on Integrity.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;the same error has appeared in other library, so I suppose that the problem is that I generated libraries under different users.&lt;BR /&gt;&lt;BR /&gt;I would assume it's because you weren't consistent in your +DD option, rather than switching users.&lt;BR /&gt;&lt;BR /&gt;You need to remove all of your objects &amp;amp; libs and start over.</description>
      <pubDate>Tue, 07 Apr 2009 10:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396385#M681799</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-07T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: (invalid magic number)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396386#M681800</link>
      <description>I type #uname -m, and It returns a ia64 so I'm working with an Itanium server and that's also true I'm doing an a PA development on Itanium server.&lt;BR /&gt;&lt;BR /&gt;The ivibuild is an old program developed years ago and now I'm trying to do a new compilation with a new machine.Ã§&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Tue, 07 Apr 2009 11:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396386#M681800</guid>
      <dc:creator>Eder Urruela</dc:creator>
      <dc:date>2009-04-07T11:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: (invalid magic number)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396387#M681801</link>
      <description>&amp;gt;I'm trying to do a new compilation with a new machine&lt;BR /&gt;&lt;BR /&gt;Are you also going to compile it natively to run on Integrity?</description>
      <pubDate>Wed, 08 Apr 2009 22:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-magic-number/m-p/4396387#M681801</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-08T22:23:13Z</dc:date>
    </item>
  </channel>
</rss>

