<?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: hp-ux strip command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612015#M675508</link>
    <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Thanks very much for the mail.&lt;BR /&gt;Nice to see you!&lt;BR /&gt;&lt;BR /&gt;Im building the certiom libraries on hp-ux IA64 platform.&lt;BR /&gt;&lt;BR /&gt;I was able to build and strip the libraries on Sun sparc using the sun C compiler and gstrip (/v/toolchain/SunOS-5.9-sparc/binutils-2.16.1/bin/gstrip).&lt;BR /&gt;&lt;BR /&gt;Im trying to the same stuff on HP IA64.I was able to build using hp c compiler but failed to strip the libs using hp-ux strip.&lt;BR /&gt;&amp;gt;&amp;gt; Should i be using gstrip here also ?&lt;BR /&gt;&amp;gt;&amp;gt; hp-ux strip command cannot strip archive libs ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Usha&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Apr 2010 11:20:06 GMT</pubDate>
    <dc:creator>WW415503</dc:creator>
    <dc:date>2010-04-05T11:20:06Z</dc:date>
    <item>
      <title>hp-ux strip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612013#M675506</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm getting the below error while striping the archived version of certiom libraries.&lt;BR /&gt;&lt;BR /&gt;Running /usr/bin/strip -r libcrvs_pic.a&lt;BR /&gt;Ignoring options "-r" for files: libcrvs_pic.a&lt;BR /&gt;&lt;BR /&gt;strip: libcrvs_pic.a: relocation entries; cannot strip&lt;BR /&gt;ERROR: can't run /usr/bin/strip -r libcrvs_pic.a - error 256&lt;BR /&gt;Build failed, exit code 1&lt;BR /&gt;&lt;BR /&gt;Please suggest!&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;Regards,&lt;BR /&gt;Usha</description>
      <pubDate>Mon, 05 Apr 2010 09:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612013#M675506</guid>
      <dc:creator>WW415503</dc:creator>
      <dc:date>2010-04-05T09:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: hp-ux strip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612014#M675507</link>
      <description>&lt;P&gt;You can NOT strip archive libs. You can only strip objects (with -l) or load modules.&lt;BR /&gt;What are you really trying to do?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2011 22:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612014#M675507</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-08-21T22:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: hp-ux strip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612015#M675508</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Thanks very much for the mail.&lt;BR /&gt;Nice to see you!&lt;BR /&gt;&lt;BR /&gt;Im building the certiom libraries on hp-ux IA64 platform.&lt;BR /&gt;&lt;BR /&gt;I was able to build and strip the libraries on Sun sparc using the sun C compiler and gstrip (/v/toolchain/SunOS-5.9-sparc/binutils-2.16.1/bin/gstrip).&lt;BR /&gt;&lt;BR /&gt;Im trying to the same stuff on HP IA64.I was able to build using hp c compiler but failed to strip the libs using hp-ux strip.&lt;BR /&gt;&amp;gt;&amp;gt; Should i be using gstrip here also ?&lt;BR /&gt;&amp;gt;&amp;gt; hp-ux strip command cannot strip archive libs ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Usha&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Apr 2010 11:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612015#M675508</guid>
      <dc:creator>WW415503</dc:creator>
      <dc:date>2010-04-05T11:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: hp-ux strip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612016#M675509</link>
      <description>&lt;P&gt;&amp;gt;I was able to build using HP C compiler but failed to strip the libs using strip.&lt;BR /&gt;&lt;BR /&gt;As I said, you should use "strip -l" on the objects.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Should I be using gstrip here also?&lt;BR /&gt;&amp;gt;strip command cannot strip archive libs?&lt;BR /&gt;&lt;BR /&gt;Why? What are you trying to strip?&lt;BR /&gt;As I said, strip(1) only works on objects and load modules.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2011 22:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612016#M675509</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-08-21T22:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: hp-ux strip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612017#M675510</link>
      <description>It appears you can use "strip -l" on archives on Integrity:&lt;BR /&gt;strip: Warning - symbol directory deleted from archive libstd_v2.a&lt;BR /&gt;         execute  `ar ts libstd_v2.a` to restore symbol directory.&lt;BR /&gt;&lt;BR /&gt;What does "strip -V" show?  I'm using B.12.46.</description>
      <pubDate>Tue, 06 Apr 2010 02:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-strip-command/m-p/4612017#M675510</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-06T02:33:24Z</dc:date>
    </item>
  </channel>
</rss>

