<?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: lib version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579102#M832500</link>
    <description>Yes "file" shows that only.&lt;BR /&gt;&lt;BR /&gt;Then I hope that lib doesn't have the version tag associated with it.&lt;BR /&gt;&lt;BR /&gt;Becasue if it had, then it would be displayed by the "what" command.&lt;BR /&gt;&lt;BR /&gt;There might be any other option not in my knowledge</description>
    <pubDate>Mon, 11 Jul 2005 05:56:46 GMT</pubDate>
    <dc:creator>Vibhor Kumar Agarwal</dc:creator>
    <dc:date>2005-07-11T05:56:46Z</dc:date>
    <item>
      <title>lib version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579099#M832497</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How find out the system operation version of my lib and object (.a and .o) belongs? &lt;BR /&gt;there is a command or same like that?&lt;BR /&gt;&lt;BR /&gt;[]´s&lt;BR /&gt;&lt;BR /&gt;STH</description>
      <pubDate>Mon, 11 Jul 2005 04:40:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579099#M832497</guid>
      <dc:creator>Simone Teles da Hora_5</dc:creator>
      <dc:date>2005-07-11T04:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: lib version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579100#M832498</link>
      <description>Try 2 commands&lt;BR /&gt;&lt;BR /&gt;file and what.</description>
      <pubDate>Mon, 11 Jul 2005 05:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579100#M832498</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-07-11T05:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: lib version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579101#M832499</link>
      <description>doesnÂ´t work!!&lt;BR /&gt;&lt;BR /&gt;file show me just version of PA-RISC, and what show me nothing !!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 05:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579101#M832499</guid>
      <dc:creator>Simone Teles da Hora_5</dc:creator>
      <dc:date>2005-07-11T05:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: lib version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579102#M832500</link>
      <description>Yes "file" shows that only.&lt;BR /&gt;&lt;BR /&gt;Then I hope that lib doesn't have the version tag associated with it.&lt;BR /&gt;&lt;BR /&gt;Becasue if it had, then it would be displayed by the "what" command.&lt;BR /&gt;&lt;BR /&gt;There might be any other option not in my knowledge</description>
      <pubDate>Mon, 11 Jul 2005 05:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579102#M832500</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-07-11T05:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: lib version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579103#M832501</link>
      <description>"what" works for lib (.a) but not for object (.o).  I believe object file does not contain version information.&lt;BR /&gt;&lt;BR /&gt;What exactly you are looking for?</description>
      <pubDate>Mon, 11 Jul 2005 20:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579103#M832501</guid>
      <dc:creator>Pradeep_29</dc:creator>
      <dc:date>2005-07-11T20:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: lib version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579104#M832502</link>
      <description>IÂ´m migrating all of my system to 11i. And my developers can compiler .a or/and .o in 11.00. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2005 03:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579104#M832502</guid>
      <dc:creator>Simone Teles da Hora_5</dc:creator>
      <dc:date>2005-07-12T03:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: lib version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579105#M832503</link>
      <description>'what' should work as well for .o (objects) as for .a (archives/libraries) as for .sl (shared libraries)&lt;BR /&gt;&lt;BR /&gt;what just scans the binary for prefined patters, as used by the SCCS source code control system. Like tags.&lt;BR /&gt;&lt;BR /&gt;Other systems that leave tags are cvs, svk, rcs, ...&lt;BR /&gt;&lt;BR /&gt;If 'what' doesn't give you version info, you can see if your system has 'ident', which tries to grab other known version tags&lt;BR /&gt;&lt;BR /&gt;If you do not have ident, it's easy to write that in perl:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---[code]&lt;BR /&gt;#!/usr/bin/perl -n044&lt;BR /&gt;&lt;BR /&gt;# $Header:   perl version of ident (RCS) $&lt;BR /&gt;# $Date:     13 Oct 1999                 $&lt;BR /&gt;# $Revision: v 1.0                       $&lt;BR /&gt;# $Author:   H.Merijn Brand              $&lt;BR /&gt;# $Id:       H/HM/HMBRAND                $&lt;BR /&gt;# $State:    Stable                      $&lt;BR /&gt;&lt;BR /&gt;m/^( Author&lt;BR /&gt;   | Date&lt;BR /&gt;   | Header&lt;BR /&gt;   | Id&lt;BR /&gt;   | Locker&lt;BR /&gt;   | Log&lt;BR /&gt;   | RCSfile&lt;BR /&gt;   | Revision&lt;BR /&gt;   | Source&lt;BR /&gt;   | State&lt;BR /&gt;   ):/x and print "     $/$_\n";&lt;BR /&gt;[/code]--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;If all these fail, you can do&lt;BR /&gt;&lt;BR /&gt;# strings file | less&lt;BR /&gt;&lt;BR /&gt;(replace 'less' with your favourite pager)&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.merijn&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2005 04:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-version/m-p/3579105#M832503</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-07-12T04:59:57Z</dc:date>
    </item>
  </channel>
</rss>

