<?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 link time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299334#M673989</link>
    <description>Hello everybody,&lt;BR /&gt;&lt;BR /&gt;there is way to know when an executable file was compiled and linked?&lt;BR /&gt;&lt;BR /&gt;ciao&lt;BR /&gt;GIovanni&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Nov 2008 16:20:07 GMT</pubDate>
    <dc:creator>Gio4Rdb</dc:creator>
    <dc:date>2008-11-03T16:20:07Z</dc:date>
    <item>
      <title>link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299334#M673989</link>
      <description>Hello everybody,&lt;BR /&gt;&lt;BR /&gt;there is way to know when an executable file was compiled and linked?&lt;BR /&gt;&lt;BR /&gt;ciao&lt;BR /&gt;GIovanni&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2008 16:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299334#M673989</guid>
      <dc:creator>Gio4Rdb</dc:creator>
      <dc:date>2008-11-03T16:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299335#M673990</link>
      <description>hello Gio:&lt;BR /&gt;&lt;BR /&gt;you can use chatr commnad. for example:&lt;BR /&gt;&lt;BR /&gt;#chatr /usr/bin/ll&lt;BR /&gt;/usr/bin/ll:&lt;BR /&gt;         32-bit ELF executable&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             LD_LIBRARY_PATH    disabled first&lt;BR /&gt;             SHLIB_PATH         disabled second&lt;BR /&gt;             embedded path      enabled  third  Not Defined&lt;BR /&gt;         shared library list:&lt;BR /&gt;             libxcurses.so.1&lt;BR /&gt;             libc.so.1&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             deferred&lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         global hash table size 1103&lt;BR /&gt;         shared library mapped private disabled&lt;BR /&gt;         mem_check value disabled&lt;BR /&gt;         shared library segment merging disabled&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         explicit unloading disabled&lt;BR /&gt;         linkage table protection disabled&lt;BR /&gt;         segments:&lt;BR /&gt;             index type     address      flags size&lt;BR /&gt;                 7 text     04000000     z---c-    D (default)&lt;BR /&gt;                 8 data     40000000     ---m--    D (default)&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation for dynamic segments disabled&lt;BR /&gt;         nulptr dereferences trap disabled&lt;BR /&gt;         address space model: default&lt;BR /&gt;         caliper dynamic instrumentation disabled&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2008 16:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299335#M673990</guid>
      <dc:creator>Roberto Arias</dc:creator>
      <dc:date>2008-11-03T16:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299336#M673991</link>
      <description>Hello Roberto,&lt;BR /&gt;&lt;BR /&gt;unless I'm missing sometingh from your post...&lt;BR /&gt;&lt;BR /&gt;I cannot see when /usr/bin/ll have been compiled nor linked&lt;BR /&gt;&lt;BR /&gt;ciao&lt;BR /&gt;GIovanni&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2008 16:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299336#M673991</guid>
      <dc:creator>Gio4Rdb</dc:creator>
      <dc:date>2008-11-03T16:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299337#M673992</link>
      <description>I believe Roberto interpreted your request about "link time" to refer to static -vs- dynamic linking.&lt;BR /&gt;&lt;BR /&gt;If you are referring to the time the actual compile / link steps were performed to generate the executable, I don't believe that information is tracked anywhere within the executable.  The nearest would be the various access / modification times of the file itself, which are probably not going to be sufficient.</description>
      <pubDate>Mon, 03 Nov 2008 21:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299337#M673992</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-11-03T21:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299338#M673993</link>
      <description>On PA-RISC, you can use &lt;BR /&gt;'odump -compunit &lt;EXECUTABLE&gt;'&lt;BR /&gt;&lt;BR /&gt;This will give you the list of all source files that were used to compile the executable, along with the compile and source time for each of the source files.&lt;BR /&gt;&lt;BR /&gt;I noticed that though this works for some executables (like perl), it didn't work for many others (like ls).&lt;BR /&gt;&lt;BR /&gt;--Binu&lt;BR /&gt;&lt;/EXECUTABLE&gt;</description>
      <pubDate>Tue, 04 Nov 2008 04:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299338#M673993</guid>
      <dc:creator>Binu George</dc:creator>
      <dc:date>2008-11-04T04:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299339#M673994</link>
      <description>&amp;gt;Binu: On PA-RISC, 'odump -compunit &lt;EXECUTABLE&gt;'&lt;BR /&gt;&lt;BR /&gt;This is for PA32, compile times only.&lt;BR /&gt;For link time, you need to add "-aux" and look for the latest:&lt;BR /&gt;Auxiliary Header Record (Linker) for hiii:&lt;BR /&gt;product_id =     92453-07B      version_id =         11.53&lt;BR /&gt;when_linked =   Mon Nov 03 2008 22:29:59.000000000 PST&lt;BR /&gt;&lt;BR /&gt;For PA64 and ELF you can use "elfdump -dl".  -dl for linker only, -dc for compile, -d for both.&lt;BR /&gt;&lt;BR /&gt;You can also use footprints(1):&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;Number of compilation units:  3&lt;BR /&gt;Earliest compiler timestamp:  10-Jun-2008 17:51 UTC&lt;BR /&gt;Latest compiler timestamp:    04-Nov-2008 06:29 UTC&lt;BR /&gt;Linker timestamp:             04-Nov-2008 06:29 UTC&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;it didn't work for many others (like ls).&lt;BR /&gt;&lt;BR /&gt;Those were stripped.&lt;/EXECUTABLE&gt;</description>
      <pubDate>Tue, 04 Nov 2008 06:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299339#M673994</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-04T06:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299340#M673995</link>
      <description>with the latest linker/loader patches installed, you can use /usr/ccs/bin/footprints (same command for PA32 and ELF).&lt;BR /&gt;&lt;BR /&gt;partial output example:&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;$ uname -a&lt;BR /&gt;HP-UX hpux B.11.23 U ia64 3450348729 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;$ footprints /usr/bin/ls&lt;BR /&gt;Scanning /usr/bin/ls ...&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;                     &lt;BR /&gt;Number of compilation units:  2&lt;BR /&gt;                     &lt;BR /&gt;Earliest compiler timestamp:  N/A&lt;BR /&gt;Latest compiler timestamp:    N/A&lt;BR /&gt;Linker timestamp:             25-Aug-2004 05:01 UTC&lt;BR /&gt;                     &lt;BR /&gt;Total size:  45.1K (text)  5.1K (data)&lt;BR /&gt;                     &lt;BR /&gt;version                    [(na)/ANSI C    2]&lt;BR /&gt;architecture            [ipf32       2]&lt;BR /&gt;-O                         [02          2]&lt;BR /&gt;(etc)&lt;BR /&gt;--------------------------------------------------------------------------</description>
      <pubDate>Wed, 05 Nov 2008 05:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299340#M673995</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2008-11-05T05:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299341#M673996</link>
      <description>&lt;BR /&gt;thank you all for yours usefull hints.&lt;BR /&gt;&lt;BR /&gt;ciao&lt;BR /&gt;GIovanni</description>
      <pubDate>Thu, 13 Nov 2008 09:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299341#M673996</guid>
      <dc:creator>Gio4Rdb</dc:creator>
      <dc:date>2008-11-13T09:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: link time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299342#M673997</link>
      <description>&amp;gt;thank you all for yours useful hints.&lt;BR /&gt;&lt;BR /&gt;If our answers were helpful, please read the following about assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Fri, 14 Nov 2008 19:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-time/m-p/4299342#M673997</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-14T19:58:32Z</dc:date>
    </item>
  </channel>
</rss>

