<?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: How to resolve “Unsatisfied code symbol '_mcount'” problem? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071400#M92085</link>
    <description>Your libpub.sl has been compiled with -G or -p but your executable wasn't linked with the same options.&lt;BR /&gt;&lt;BR /&gt;On IPF, _mcount is either in -lprof or -lgprof.&lt;BR /&gt;Note on IPF you should name your shlibs as .so, not .sl&lt;BR /&gt;Also A.06.00 is old and the latest is A.06.14.&lt;BR /&gt;&lt;BR /&gt;Instead of using obsolete technology like prof(1) or gprof(1), you should be using caliper(1).  It has similar options and many more.  And you don't have to compile with special options.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;TY 007: Install the following patches &amp;amp; try again:&lt;BR /&gt;&amp;gt;SEP: Also see that required libraries on on the path defined in SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;These aren't going to solve the problem.</description>
    <pubDate>Sat, 29 Sep 2007 01:46:15 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-09-29T01:46:15Z</dc:date>
    <item>
      <title>How to resolve “Unsatisfied code symbol '_mcount'” problem?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071397#M92082</link>
      <description>&lt;!--!*#--&gt;Hi:&lt;BR /&gt; When I execute a C++ program,it happens error,error information is:&lt;BR /&gt;“/usr/lib/hpux64/dld.so: Unsatisfied code symbol '_mcount' in load module '/develop /apps/dll/libpub.sl'.&lt;BR /&gt;Killed”&lt;BR /&gt;&lt;BR /&gt;Program’s Environment:&lt;BR /&gt;machine :ia64 hp server rx4640&lt;BR /&gt;OS info:&lt;BR /&gt;   sysname  = HP-UX&lt;BR /&gt;   nodename = SRBZ-3&lt;BR /&gt;   release  = B.11.2&lt;BR /&gt;aCC: HP aC++/ANSI C B3910B A.06.00 [Aug 25 2004]&lt;BR /&gt;&lt;BR /&gt;I hope somebody can help me to resolve this problem.&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071397#M92082</guid>
      <dc:creator>xinm</dc:creator>
      <dc:date>2007-09-28T04:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve “Unsatisfied code symbol '_mcount'” problem?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071398#M92083</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Install the following patches &amp;amp; try again:&lt;BR /&gt;PHSS_33278  aC++ Compiler&lt;BR /&gt;PHSS_33279  u2comp/be/plugin library patch&lt;BR /&gt;PHSS_35528  Aries cumulative patch&lt;BR /&gt;PHSS_36336  linker + fdp cumulative patch&lt;BR /&gt;PHSS_36343  aC++ Runtime&lt;BR /&gt;PHSS_37039  Integrity Unwind Library&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 28 Sep 2007 05:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071398#M92083</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-09-28T05:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve “Unsatisfied code symbol '_mcount'” problem?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071399#M92084</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Also see that required libraries on on the path defined in SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 28 Sep 2007 05:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071399#M92084</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-28T05:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve “Unsatisfied code symbol '_mcount'” problem?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071400#M92085</link>
      <description>Your libpub.sl has been compiled with -G or -p but your executable wasn't linked with the same options.&lt;BR /&gt;&lt;BR /&gt;On IPF, _mcount is either in -lprof or -lgprof.&lt;BR /&gt;Note on IPF you should name your shlibs as .so, not .sl&lt;BR /&gt;Also A.06.00 is old and the latest is A.06.14.&lt;BR /&gt;&lt;BR /&gt;Instead of using obsolete technology like prof(1) or gprof(1), you should be using caliper(1).  It has similar options and many more.  And you don't have to compile with special options.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;TY 007: Install the following patches &amp;amp; try again:&lt;BR /&gt;&amp;gt;SEP: Also see that required libraries on on the path defined in SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;These aren't going to solve the problem.</description>
      <pubDate>Sat, 29 Sep 2007 01:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071400#M92085</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-29T01:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve “Unsatisfied code symbol '_mcount'” problem?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071401#M92086</link>
      <description>Thanks all!&lt;BR /&gt;&lt;BR /&gt;I have done these:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;TY 007: Install the following patches &amp;amp; try again:&lt;BR /&gt;&amp;gt; SEP: Also see that required libraries on on the path defined in SHLIB_PATH &lt;BR /&gt;&lt;BR /&gt;After I done these ,my problem still not solve!&lt;BR /&gt;&lt;BR /&gt;SO I done with Dennis Handlyâ  s ideal,my libpub.sl has been compiled with â  G,my executable program linked with the same options,so the problem has resolved!!&lt;BR /&gt;Thanks all very much!</description>
      <pubDate>Sat, 29 Sep 2007 04:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071401#M92086</guid>
      <dc:creator>xinm</dc:creator>
      <dc:date>2007-09-29T04:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve “Unsatisfied code symbol '_mcount'” problem?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071402#M92087</link>
      <description>If your problem has been solved, please assign points and close the thread.  Please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Sat, 29 Sep 2007 04:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071402#M92087</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-29T04:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve “Unsatisfied code symbol '_mcount'” problem?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071403#M92088</link>
      <description>Thanks ALL!&lt;BR /&gt;    I have assigned points!</description>
      <pubDate>Thu, 11 Oct 2007 04:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071403#M92088</guid>
      <dc:creator>xinm</dc:creator>
      <dc:date>2007-10-11T04:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve “Unsatisfied code symbol '_mcount'” problem?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071404#M92089</link>
      <description>Thanks all!</description>
      <pubDate>Thu, 11 Oct 2007 05:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-resolve-unsatisfied-code-symbol-mcount-problem/m-p/5071404#M92089</guid>
      <dc:creator>xinm</dc:creator>
      <dc:date>2007-10-11T05:05:37Z</dc:date>
    </item>
  </channel>
</rss>

