<?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 HOW TO implement  PBO when using .sl libs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132531#M799760</link>
    <description>Hi&lt;BR /&gt;I would like to use PBO optimization but I have several dynamic libraries and I can't set it successfully.&lt;BR /&gt;I did not find a clear document about the "how to"&lt;BR /&gt;&lt;BR /&gt;Can somebody help me thru this issue?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
    <pubDate>Mon, 01 Dec 2003 09:10:14 GMT</pubDate>
    <dc:creator>Laurent Laperrousaz</dc:creator>
    <dc:date>2003-12-01T09:10:14Z</dc:date>
    <item>
      <title>HOW TO implement  PBO when using .sl libs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132531#M799760</link>
      <description>Hi&lt;BR /&gt;I would like to use PBO optimization but I have several dynamic libraries and I can't set it successfully.&lt;BR /&gt;I did not find a clear document about the "how to"&lt;BR /&gt;&lt;BR /&gt;Can somebody help me thru this issue?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 01 Dec 2003 09:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132531#M799760</guid>
      <dc:creator>Laurent Laperrousaz</dc:creator>
      <dc:date>2003-12-01T09:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO implement  PBO when using .sl libs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132532#M799761</link>
      <description>from the hpux linker and libraries user's guide -&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90654/B2355-90654.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90654/B2355-90654.html&lt;/A&gt; (or ld +help) : &lt;BR /&gt;To profile shared libraries, you must set the environment variable&lt;BR /&gt;SHLIB_FLOW_DATA to the file that receives profile data. Unlike FLOW_DATA,&lt;BR /&gt;SHLIB_FLOW_DATA has no default output file. If SHLIB_FLOW_DATA is not set,&lt;BR /&gt;profile data is not collected.</description>
      <pubDate>Tue, 02 Dec 2003 00:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132532#M799761</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-12-02T00:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO implement  PBO when using .sl libs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132533#M799762</link>
      <description>thank you.&lt;BR /&gt;using your recommendation, I got my flow.data&lt;BR /&gt;It appears that for phase 3 of PBO it needs an explicit path for the flow.data so:&lt;BR /&gt;I forced the use of the flow.data with the +df otion like this:&lt;BR /&gt;/opt/aCC/bin/aCC  +O2 +P -Wl,-aarchive_shared +df../flow.data -I/home/TANGO/STLport/stlport  -D__unix__ -D__hpux__  -Wl,+s -Wl,+blib +z +Z  -mt -AA -ext +DA2.0 +W829,921,652  -L./lib  -L/home/TANGO/STLport/lib -L/usr/local/lib  -b   -o lib/libtg_disp.sl tmp/expatpp.o tmp/matchs_routages_parser.o tmp/regles_routages_parser.o tmp/routes_routages_parser.o tmp/tg_dispatcher.o tmp/tg_dispatcher_cfg.o tmp/tg_dispatcher_customer.o tmp/tg_dispatcher_log.o tmp/tg_dispatcher_request.o tmp/tg_dispatcher_routage.o tmp/tg_dispatcher_subscriber.o tmp/tg_dispatcher_timer.o&lt;BR /&gt;&lt;BR /&gt;but I still get this message:&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/fdp: No profile data for program lib/libtg_disp.sl in profile database ../flow.data&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Error executing feedback directed positioning call graph tool: /usr/ccs/bin/fdp&lt;BR /&gt;&lt;BR /&gt;What went wrong?</description>
      <pubDate>Tue, 02 Dec 2003 06:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132533#M799762</guid>
      <dc:creator>Laurent Laperrousaz</dc:creator>
      <dc:date>2003-12-02T06:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO implement  PBO when using .sl libs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132534#M799763</link>
      <description>add +pgm libtg_disp.sl to your link line.</description>
      <pubDate>Wed, 03 Dec 2003 01:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-implement-pbo-when-using-sl-libs/m-p/3132534#M799763</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-12-03T01:21:05Z</dc:date>
    </item>
  </channel>
</rss>

