<?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: 32 bit ?? 64 bit??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166874#M903475</link>
    <description>From the FAQ on my HP ITRC site pages found at&lt;BR /&gt;&lt;BR /&gt;Singapore &lt;A href="https://www.beepz.com/personal/merijn/#FAQ" target="_blank"&gt;https://www.beepz.com/personal/merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;Rotterdam &lt;A href="http://www.cmve.net/~merijn/#FAQ" target="_blank"&gt;http://www.cmve.net/~merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;Seattle   &lt;A href="http://ww.hpux.ws/merijn/#FAQ" target="_blank"&gt;http://ww.hpux.ws/merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you can read:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;Does my system support 64bit builds&lt;BR /&gt;&lt;BR /&gt;You can find out if your kernel supports 64bit binaries by issuing:&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 110 &amp;gt; file /stand/vmunix&lt;BR /&gt;      /stand/vmunix:  ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 111 &amp;gt; getconf KERNEL_BITS&lt;BR /&gt;      64&lt;BR /&gt;      a5:/usr/local 112 &amp;gt; getconf HW_32_64_CAPABLE&lt;BR /&gt;      1&lt;BR /&gt;      a5:/usr/local 113 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX 10.20 does not support 64bit objects&lt;BR /&gt;How can I see if my program is a 64bit object?&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 108 &amp;gt; file pa*/bin/gcc&lt;BR /&gt;      pa11_32/bin/gcc:        PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;      pa20_32/bin/gcc:        PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;      pa20_64/bin/gcc:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 109 &amp;gt;&lt;BR /&gt;How can I see how my binary was compiled?&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 32bit SOM that info should be reveiled with odump -compunit&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 64bit ELF (LP64) that info should be reveiled with elfdump -dc&lt;BR /&gt;Do I need 64bit gcc?&lt;BR /&gt;&lt;BR /&gt;You only need 64bit gcc if you have to build 64bit binaries. gcc/64 cannot build 32bit binaries, so if you need both, you need two versions/builds of gcc&lt;BR /&gt;Do I need a 64bit build of perl?&lt;BR /&gt;&lt;BR /&gt;In general, no. You only need a 64bit build of perl when you have to link to 64bit objects/libraries of other applications, such as Oracle. 32bit build Oracle does not play nice with 64bit build of perl or the other way round.&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;and lots more&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
    <pubDate>Sat, 17 Jan 2004 05:12:31 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2004-01-17T05:12:31Z</dc:date>
    <item>
      <title>32 bit ?? 64 bit???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166873#M903474</link>
      <description>How do U identify an application in unix, if its 32 bit or 64 bit.&lt;BR /&gt;&lt;BR /&gt;What commant / Utility helps u to find this out.&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Jan 2004 04:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166873#M903474</guid>
      <dc:creator>Raghunandan M R_1</dc:creator>
      <dc:date>2004-01-17T04:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit ?? 64 bit???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166874#M903475</link>
      <description>From the FAQ on my HP ITRC site pages found at&lt;BR /&gt;&lt;BR /&gt;Singapore &lt;A href="https://www.beepz.com/personal/merijn/#FAQ" target="_blank"&gt;https://www.beepz.com/personal/merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;Rotterdam &lt;A href="http://www.cmve.net/~merijn/#FAQ" target="_blank"&gt;http://www.cmve.net/~merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;Seattle   &lt;A href="http://ww.hpux.ws/merijn/#FAQ" target="_blank"&gt;http://ww.hpux.ws/merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you can read:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;Does my system support 64bit builds&lt;BR /&gt;&lt;BR /&gt;You can find out if your kernel supports 64bit binaries by issuing:&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 110 &amp;gt; file /stand/vmunix&lt;BR /&gt;      /stand/vmunix:  ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 111 &amp;gt; getconf KERNEL_BITS&lt;BR /&gt;      64&lt;BR /&gt;      a5:/usr/local 112 &amp;gt; getconf HW_32_64_CAPABLE&lt;BR /&gt;      1&lt;BR /&gt;      a5:/usr/local 113 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX 10.20 does not support 64bit objects&lt;BR /&gt;How can I see if my program is a 64bit object?&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 108 &amp;gt; file pa*/bin/gcc&lt;BR /&gt;      pa11_32/bin/gcc:        PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;      pa20_32/bin/gcc:        PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;      pa20_64/bin/gcc:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 109 &amp;gt;&lt;BR /&gt;How can I see how my binary was compiled?&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 32bit SOM that info should be reveiled with odump -compunit&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 64bit ELF (LP64) that info should be reveiled with elfdump -dc&lt;BR /&gt;Do I need 64bit gcc?&lt;BR /&gt;&lt;BR /&gt;You only need 64bit gcc if you have to build 64bit binaries. gcc/64 cannot build 32bit binaries, so if you need both, you need two versions/builds of gcc&lt;BR /&gt;Do I need a 64bit build of perl?&lt;BR /&gt;&lt;BR /&gt;In general, no. You only need a 64bit build of perl when you have to link to 64bit objects/libraries of other applications, such as Oracle. 32bit build Oracle does not play nice with 64bit build of perl or the other way round.&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;and lots more&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Sat, 17 Jan 2004 05:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166874#M903475</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-01-17T05:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit ?? 64 bit???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166875#M903476</link>
      <description>Hi,&lt;BR /&gt;I want to know if the installed apps is 32 bit or 64 bit.&lt;BR /&gt;I am not asking abt the support of 32bit or 64 bit</description>
      <pubDate>Sat, 17 Jan 2004 05:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166875#M903476</guid>
      <dc:creator>Raghunandan M R_1</dc:creator>
      <dc:date>2004-01-17T05:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit ?? 64 bit???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166876#M903477</link>
      <description>Well, that info is included in above snippet:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;a5:/usr/local 108 &amp;gt; file pa*/bin/gcc&lt;BR /&gt;pa11_32/bin/gcc: PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;pa20_32/bin/gcc: PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;pa20_64/bin/gcc: ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;a5:/usr/local 109 &amp;gt;&lt;BR /&gt;How can I see how my binary was compiled?&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 32bit SOM that info should be reveiled with odump -compunit&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 64bit ELF (LP64) that info should be reveiled with elfdump -dc&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;Your application is 64bit if you see ELF64 or LP64&lt;BR /&gt;&lt;BR /&gt;the utils are 'file', 'odump', and 'elfdump'&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Sat, 17 Jan 2004 05:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166876#M903477</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-01-17T05:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit ?? 64 bit???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166877#M903478</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;do &lt;BR /&gt;&lt;BR /&gt;#file '&lt;BINARY&gt;' &lt;BR /&gt;&lt;BR /&gt;if returns ELF-64 executable object, it is 64bit.&lt;BR /&gt;&lt;BR /&gt;if returns something like PA-RISC2.0 shared executable, it is 32bit.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;/BINARY&gt;</description>
      <pubDate>Sat, 17 Jan 2004 05:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-64-bit/m-p/3166877#M903478</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-01-17T05:49:31Z</dc:date>
    </item>
  </channel>
</rss>

