<?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: information iside a shared lib in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085173#M736252</link>
    <description>&amp;gt;Duncan: On this 11.31/IA system odump is in /usr/ccs/pa/usr/ccs/bin&lt;BR /&gt;&lt;BR /&gt;Yes, the PA linker tools are in a SDK under /usr/ccs/pa on Integrity servers.&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Oct 2007 06:01:49 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-10-15T06:01:49Z</dc:date>
    <item>
      <title>information iside a shared lib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085166#M736245</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there a way/command to know the compiation options used to build that shared library?&lt;BR /&gt;&lt;BR /&gt;I am mainly interested in the optimization level/options used to build the shared lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Satya&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 03:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085166#M736245</guid>
      <dc:creator>Satya_6</dc:creator>
      <dc:date>2007-10-12T03:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: information iside a shared lib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085167#M736246</link>
      <description>Satya,&lt;BR /&gt;&lt;BR /&gt;Does:&lt;BR /&gt;&lt;BR /&gt;elfdump -dc &lt;SHARED lib=""&gt;&lt;BR /&gt;&lt;BR /&gt;show you what you need?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;/SHARED&gt;</description>
      <pubDate>Fri, 12 Oct 2007 04:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085167#M736246</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-10-12T04:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: information iside a shared lib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085168#M736247</link>
      <description>Duncan:&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggestion, but I get an error "Bad input filetype" when I use elfdump -dc on my .sl file, its the same on the executable&lt;BR /&gt;&lt;BR /&gt;I tried it on HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;which elfdump shows /usr/ccs/bin/elfdump&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Satya</description>
      <pubDate>Fri, 12 Oct 2007 05:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085168#M736247</guid>
      <dc:creator>Satya_6</dc:creator>
      <dc:date>2007-10-12T05:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: information iside a shared lib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085169#M736248</link>
      <description>Satya,&lt;BR /&gt;&lt;BR /&gt;I guess your shared lib is in the old SOM format rather than ELF. Try odump instead&lt;BR /&gt;&lt;BR /&gt;odump -compunit &lt;SHARED library=""&gt;&lt;BR /&gt;&lt;BR /&gt;On my (11.31) system odump wasn't in the path... but it may be on 11.11.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;/SHARED&gt;</description>
      <pubDate>Fri, 12 Oct 2007 06:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085169#M736248</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-10-12T06:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: information iside a shared lib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085170#M736249</link>
      <description>Duncan:&lt;BR /&gt;&lt;BR /&gt;thanks odump works fine for me. &lt;BR /&gt;&lt;BR /&gt;Satya</description>
      <pubDate>Sat, 13 Oct 2007 01:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085170#M736249</guid>
      <dc:creator>Satya_6</dc:creator>
      <dc:date>2007-10-13T01:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: information iside a shared lib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085171#M736250</link>
      <description>You can also use footprints(1) to get a nice summary/decode of the compile options.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Duncan: On my (11.31) system odump wasn't in the path&lt;BR /&gt;&lt;BR /&gt;They should both be in /usr/ccs/bin.</description>
      <pubDate>Sat, 13 Oct 2007 23:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085171#M736250</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-13T23:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: information iside a shared lib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085172#M736251</link>
      <description>Dennis,&lt;BR /&gt;&lt;BR /&gt;On this 11.31/IA system odump is in /usr/ccs/pa/usr/ccs/bin&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 15 Oct 2007 02:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085172#M736251</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-10-15T02:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: information iside a shared lib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085173#M736252</link>
      <description>&amp;gt;Duncan: On this 11.31/IA system odump is in /usr/ccs/pa/usr/ccs/bin&lt;BR /&gt;&lt;BR /&gt;Yes, the PA linker tools are in a SDK under /usr/ccs/pa on Integrity servers.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2007 06:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-iside-a-shared-lib/m-p/4085173#M736252</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-15T06:01:49Z</dc:date>
    </item>
  </channel>
</rss>

