<?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: Programming library availability in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713193#M721622</link>
    <description>Thanks all,&lt;BR /&gt;&lt;BR /&gt;After more research I came to the same conclusion and informed said developer.  Not sure I convinced him but I did print out the text in "black &amp;amp; white" so he could see it.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help.&lt;BR /&gt;&lt;BR /&gt;JMD</description>
    <pubDate>Tue, 30 Apr 2002 12:08:42 GMT</pubDate>
    <dc:creator>Joseph Dumbra</dc:creator>
    <dc:date>2002-04-30T12:08:42Z</dc:date>
    <item>
      <title>Programming library availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713187#M721616</link>
      <description>I'm supporting some developers on HP-UX B10.20.  In trying to build a static distribution for our product, one of our developers requested/required a specific lib (libdld.a)  &lt;BR /&gt;&lt;BR /&gt;All my research @ HP site indicates HP-UX 11.x pre-req. and "add-on" STK package.&lt;BR /&gt; - Can someone verify this pre-req.?&lt;BR /&gt; - Is there an alternate location/package for 10.20?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;JMD</description>
      <pubDate>Mon, 29 Apr 2002 14:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713187#M721616</guid>
      <dc:creator>Joseph Dumbra</dc:creator>
      <dc:date>2002-04-29T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Programming library availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713188#M721617</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I searched in various sources for libdld.a.&lt;BR /&gt;&lt;BR /&gt;o  a search on the whole system (10.20 and 11.00) shows up any libdld.a&lt;BR /&gt;&lt;BR /&gt;o  a search on extensive software depots containing HP-UX SW shows up any libdld.a&lt;BR /&gt;&lt;BR /&gt;o  a search on the patch database of ITRC shows up any libdld.a&lt;BR /&gt;&lt;BR /&gt;o  a search on the technical knowledge database of ITRC shows up any libdld.a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not a developer specialist, but I would assume the file libdld.a to be somewhere at the places I looked for. Are you sure your developer really needs a file called libdld.a?</description>
      <pubDate>Mon, 29 Apr 2002 16:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713188#M721617</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2002-04-29T16:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Programming library availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713189#M721618</link>
      <description>Thanks for you question.&lt;BR /&gt;&lt;BR /&gt;I found pretty much the same results in my "OS-specific" searches, but I came upon the STK, which references this file, by performing a General search at the HP Homepage.&lt;BR /&gt;&lt;BR /&gt;I developer-challenged myself, so if there is a different forum  I should be posting on please let me know.&lt;BR /&gt;&lt;BR /&gt;JMD</description>
      <pubDate>Mon, 29 Apr 2002 16:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713189#M721618</guid>
      <dc:creator>Joseph Dumbra</dc:creator>
      <dc:date>2002-04-29T16:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Programming library availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713190#M721619</link>
      <description>You can't find it because it doesn't exist... libdld contains the "dynamic loader" routines, which means its whole purpose is to load shared libraries.  Therefore it exists only in shared (.sl) form. &lt;BR /&gt;&lt;BR /&gt;For more information have a read of the linker and libraries user guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90655/B2355-90655.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90655/B2355-90655.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 30 Apr 2002 06:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713190#M721619</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-04-30T06:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Programming library availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713191#M721620</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It indeed doesnt exist&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use -l in your link command to pickup libdld.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                    Steve Steel</description>
      <pubDate>Tue, 30 Apr 2002 06:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713191#M721620</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-30T06:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Programming library availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713192#M721621</link>
      <description>libdld is a dynamic loader used by the OS to load the required shared libraries just prior to running the executables. &lt;BR /&gt;Why would your developer want to include it as part of the executable?</description>
      <pubDate>Tue, 30 Apr 2002 07:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713192#M721621</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-04-30T07:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Programming library availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713193#M721622</link>
      <description>Thanks all,&lt;BR /&gt;&lt;BR /&gt;After more research I came to the same conclusion and informed said developer.  Not sure I convinced him but I did print out the text in "black &amp;amp; white" so he could see it.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help.&lt;BR /&gt;&lt;BR /&gt;JMD</description>
      <pubDate>Tue, 30 Apr 2002 12:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-library-availability/m-p/2713193#M721622</guid>
      <dc:creator>Joseph Dumbra</dc:creator>
      <dc:date>2002-04-30T12:08:42Z</dc:date>
    </item>
  </channel>
</rss>

