<?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: Linking error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080723#M810930</link>
    <description>Gorka,&lt;BR /&gt;  Add that library which have the functions defined in your library path when linking.&lt;BR /&gt;&lt;BR /&gt;  Since I havnt seen these functions, I am not able to pinpoint which library/product it belongs to.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
    <pubDate>Mon, 29 Sep 2003 11:23:09 GMT</pubDate>
    <dc:creator>Umapathy S</dc:creator>
    <dc:date>2003-09-29T11:23:09Z</dc:date>
    <item>
      <title>Linking error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080720#M810927</link>
      <description>When I link whith the cc compiler it returns this error message:&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   __nwa__FUi (code)&lt;BR /&gt;   __nw__FUi (code)&lt;BR /&gt;&lt;BR /&gt;What is wrong?</description>
      <pubDate>Mon, 29 Sep 2003 10:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080720#M810927</guid>
      <dc:creator>Gorka Juan</dc:creator>
      <dc:date>2003-09-29T10:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080721#M810928</link>
      <description>Since you didn't bother to identify your OS, it's difficult to identify the library with certainty. Instead, I'll give you the general method to resolve linker problems.&lt;BR /&gt;&lt;BR /&gt;1) cd /usr/lib (or in special case to other library locations)&lt;BR /&gt;2) nm lib* &amp;gt; /tmp/list&lt;BR /&gt; &lt;BR /&gt;/tmp/list now contains a list of symbols along with the library in which they are found.&lt;BR /&gt;&lt;BR /&gt;3) vi /tmp/list&lt;BR /&gt;4) search for a symbol; e.g. /__nwa_Fui/; when found then do a reverse search for "Symbols from", e.g. ?Symbols from? and that will display the library file.&lt;BR /&gt;5) Add that library to your ld (or cc) command and you should be fixed.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2003 11:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080721#M810928</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-09-29T11:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080722#M810929</link>
      <description>I can't be too sure here but I believe this is what you get when attempting to use a shared library built on HP-UX 10.20 with a HP-UX 11.* build.  This isn't actually supported and the shared library needs to be re-built on 11.*</description>
      <pubDate>Mon, 29 Sep 2003 11:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080722#M810929</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-29T11:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080723#M810930</link>
      <description>Gorka,&lt;BR /&gt;  Add that library which have the functions defined in your library path when linking.&lt;BR /&gt;&lt;BR /&gt;  Since I havnt seen these functions, I am not able to pinpoint which library/product it belongs to.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Mon, 29 Sep 2003 11:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080723#M810930</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-09-29T11:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080724#M810931</link>
      <description>as mark said, there is some library on the link line that was built on 10.20, as documented page 68 of this (old?) hpux faq :&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/hpux/u_faqs.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/hpux/u_faqs.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but i wonder if its a shared library that has references to these symbols, as the linker would not stop linking if weak unsats are left unresolved.</description>
      <pubDate>Mon, 29 Sep 2003 12:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-error/m-p/3080724#M810931</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-09-29T12:27:03Z</dc:date>
    </item>
  </channel>
</rss>

