<?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: ld: Unsatisfied symbol in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834156#M100600</link>
    <description>Thanks for your reply Dennis&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Reg Orbix warnings&lt;BR /&gt;/opt/Orbix/lib/liborbixmt.sl is a soft link pointing to ./liborbixmt.3.3.aCC.1 (available in the same directory). I changed the soft link to .so file but still the warnings remain the same&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Reg SourcePro errors&lt;BR /&gt;I tried using all the SourcePro libraries and I still get the same errors. &lt;BR /&gt;&lt;BR /&gt;Here are the some other errors&lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "RWOrdered::occurrencesOf(RWCollectable const*) const" in file .../SourceP&lt;BR /&gt;ro/SourcePro32/Ed8/lib/libdbt62-_RogueWaveStdLib_NoThrLib_Static_Debug.a[forkey.o]&lt;BR /&gt;ld: Unsatisfied symbol "RWCollectable::self() const" in file .../SourcePro/SourcePro32/Ed8/lib/li&lt;BR /&gt;bdbt62-_RogueWaveStdLib_NoThrLib_Static_Debug.a[expr.o]&lt;BR /&gt;ld: Unsatisfied symbol "RWDate::saveOn(RWFile&amp;amp;) const" in file .../SourcePro/SourcePro32/Ed8/lib/&lt;BR /&gt;libdbt62-_RogueWaveStdLib_NoThrLib_Static_Debug.a[datetmio.o]&lt;BR /&gt;ld: Unsatisfied symbol "RWBasicUString::Counter::length() const" in file .../SourcePro/SourcePro3&lt;BR /&gt;2/Ed8/lib/liboci62-_RogueWaveStdLib_NoThrLib_Static_Debug.a[rwocitypes.o]&lt;BR /&gt;and so on&lt;BR /&gt;&lt;BR /&gt;This Makefile is linked with&lt;BR /&gt;-L$(ORBIX_HOME)/lib -lorbixmt -lpthread\&lt;BR /&gt;        $(ROGUE_HOME)/lib/rwoci_RogueWaveStdLib_NoThrLib_Static_Debug.o \&lt;BR /&gt;        -L$(ROGUE_HOME)/lib \&lt;BR /&gt;        -ltls79-_RogueWaveStdLib_NoThrLib_Static_Debug \&lt;BR /&gt;        -lstd41-_RogueWaveStdLib_NoThrLib_Static_Debug \&lt;BR /&gt;        -loci62-_RogueWaveStdLib_NoThrLib_Static_Debug \&lt;BR /&gt;        -ldbt62-_RogueWaveStdLib_NoThrLib_Static_Debug \&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have you come across these errors earlier? &lt;BR /&gt;</description>
    <pubDate>Wed, 02 Aug 2006 02:51:23 GMT</pubDate>
    <dc:creator>Thiagu_1</dc:creator>
    <dc:date>2006-08-02T02:51:23Z</dc:date>
    <item>
      <title>ld: Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834151#M100595</link>
      <description>&lt;!--!*#--&gt;When I try to compile a C++ code on HP-UX itanium 32-bit machine, I get the following error message. &lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "RWCTokenizer::RWCTokenizer(RWClassicCString const&amp;amp;)(complete)" in file ../liberror/lib/liberror.a[logfacility.o]&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "ostream::operator&amp;lt;&amp;lt;(void const*)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "ostream::operator&amp;lt;&amp;lt;(char const*)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "ostrstream::ostrstream()(complete)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "strstreambuf::freeze(int)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "ostrstream::~ostrstream()(complete)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "setw(int)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "strstreambase::rdbuf()" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "ostrstream::str()" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "ends(ostream&amp;amp;)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "Iostream_init::~Iostream_init()(complete)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "Iostream_init::Iostream_init()(complete)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "flush(ostream&amp;amp;)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "cerr" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "cout" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "endl(ostream&amp;amp;)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "ostream::operator&amp;lt;&amp;lt;(int)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "ostream::operator&amp;lt;&amp;lt;(unsigned long)" in file /opt/Orbix/lib/liborbixmt.sl&lt;BR /&gt;&lt;BR /&gt;Can anyone provide solution for this please?</description>
      <pubDate>Mon, 31 Jul 2006 11:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834151#M100595</guid>
      <dc:creator>Thiagu_1</dc:creator>
      <dc:date>2006-07-31T11:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834152#M100596</link>
      <description>Do you mean a 32 bit program?&lt;BR /&gt;&lt;BR /&gt;I thought HPUX on Itanium was only 64bit. Sorry doesn't help much, but just in case your expecting something you shouldn't be.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 11:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834152#M100596</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2006-07-31T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834153#M100597</link>
      <description>How are you linking your application?&lt;BR /&gt;&lt;BR /&gt;The above unsats indicate the lib is compiled with -AP.  This is NOT the default on IPF and indicates a problem and the lib will generally not be usable on IPF at all.  And goes against HP's recommendations.&lt;BR /&gt;&lt;BR /&gt;The symbols are defined in -lstream and the RWCTokenizer is likely to be in -lrwtool -AP or -lrwtool_v2 for -AA.</description>
      <pubDate>Mon, 31 Jul 2006 17:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834153#M100597</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-07-31T17:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834154#M100598</link>
      <description>My application are linked with &lt;BR /&gt;&lt;BR /&gt;-AA &lt;BR /&gt;-D_RWCONFIG__RogueWaveStdLib_NoThrLib_Static_Debug &lt;BR /&gt;-ltls79-_RogueWaveStdLib_NoThrLib_Static_Debug &lt;BR /&gt;-lstd41-_RogueWaveStdLib_NoThrLib_Static_Debug&lt;BR /&gt;-L/opt/Orbix/lib -lorbixmt -lpthread&lt;BR /&gt;&lt;BR /&gt;I tried adding -lrwtool_v2 but I still get the same error message. &lt;BR /&gt;&lt;BR /&gt;I think I may be missing some SourcePro libraries!!!&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 00:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834154#M100598</guid>
      <dc:creator>Thiagu_1</dc:creator>
      <dc:date>2006-08-01T00:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834155#M100599</link>
      <description>&amp;gt;My application are linked with -AA &lt;BR /&gt;&lt;BR /&gt;That's the problem.  You can't use liborbixmt.sl on IPF unless you recompile with -AP.  This is not all that usable, where did you get it?&lt;BR /&gt;&lt;BR /&gt;(The library also doesn't seem to fit in with other IPF conventions, have a .so suffix and in a directory hpux32/.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I tried adding -lrwtool_v2 but I still get the same error message.  I think I may be missing some SourcePro libraries!!!&lt;BR /&gt;&lt;BR /&gt;Adding -lrwtool_v2 will only fix ONE unsat, RWCTokenizer.  If you are using SourcePro, then you need to ignore what I said about lrwtool_v2, that's the HP supplied lib.</description>
      <pubDate>Tue, 01 Aug 2006 00:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834155#M100599</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-08-01T00:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834156#M100600</link>
      <description>Thanks for your reply Dennis&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Reg Orbix warnings&lt;BR /&gt;/opt/Orbix/lib/liborbixmt.sl is a soft link pointing to ./liborbixmt.3.3.aCC.1 (available in the same directory). I changed the soft link to .so file but still the warnings remain the same&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Reg SourcePro errors&lt;BR /&gt;I tried using all the SourcePro libraries and I still get the same errors. &lt;BR /&gt;&lt;BR /&gt;Here are the some other errors&lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "RWOrdered::occurrencesOf(RWCollectable const*) const" in file .../SourceP&lt;BR /&gt;ro/SourcePro32/Ed8/lib/libdbt62-_RogueWaveStdLib_NoThrLib_Static_Debug.a[forkey.o]&lt;BR /&gt;ld: Unsatisfied symbol "RWCollectable::self() const" in file .../SourcePro/SourcePro32/Ed8/lib/li&lt;BR /&gt;bdbt62-_RogueWaveStdLib_NoThrLib_Static_Debug.a[expr.o]&lt;BR /&gt;ld: Unsatisfied symbol "RWDate::saveOn(RWFile&amp;amp;) const" in file .../SourcePro/SourcePro32/Ed8/lib/&lt;BR /&gt;libdbt62-_RogueWaveStdLib_NoThrLib_Static_Debug.a[datetmio.o]&lt;BR /&gt;ld: Unsatisfied symbol "RWBasicUString::Counter::length() const" in file .../SourcePro/SourcePro3&lt;BR /&gt;2/Ed8/lib/liboci62-_RogueWaveStdLib_NoThrLib_Static_Debug.a[rwocitypes.o]&lt;BR /&gt;and so on&lt;BR /&gt;&lt;BR /&gt;This Makefile is linked with&lt;BR /&gt;-L$(ORBIX_HOME)/lib -lorbixmt -lpthread\&lt;BR /&gt;        $(ROGUE_HOME)/lib/rwoci_RogueWaveStdLib_NoThrLib_Static_Debug.o \&lt;BR /&gt;        -L$(ROGUE_HOME)/lib \&lt;BR /&gt;        -ltls79-_RogueWaveStdLib_NoThrLib_Static_Debug \&lt;BR /&gt;        -lstd41-_RogueWaveStdLib_NoThrLib_Static_Debug \&lt;BR /&gt;        -loci62-_RogueWaveStdLib_NoThrLib_Static_Debug \&lt;BR /&gt;        -ldbt62-_RogueWaveStdLib_NoThrLib_Static_Debug \&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have you come across these errors earlier? &lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 02:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834156#M100600</guid>
      <dc:creator>Thiagu_1</dc:creator>
      <dc:date>2006-08-02T02:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: ld: Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834157#M100601</link>
      <description>&amp;gt;Reg Orbix warnings&lt;BR /&gt;/opt/Orbix/lib/liborbixmt.sl is a soft link pointing to ./liborbixmt.3.3.aCC.1. I changed the soft link to .so file but still the warnings remain the same &lt;BR /&gt;&lt;BR /&gt;That wasn't the immediate issue.  The issue is that liborbixmt.sl is broken and not usable on IPF because it is compiled with -AP.  Where did you get it?  Can you get a -AA compiled version??&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,5520,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,5520,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I tried using all the SourcePro libraries and I still get the same errors.&lt;BR /&gt;&lt;BR /&gt;You are using archive libs.  They may have to be ordered. If you can use shared libs, you should.  If you don't want to worry about ordering (since you still may have the missing functions) you could just link with -Wl,+n.  You may also want to use -Wf,-o so you can see the mangled names.  That way you can use nm to search your libs to see which one has the missing symbol.&lt;BR /&gt;&lt;BR /&gt;Also your makefile has your libs in the wrong order.&lt;BR /&gt;You should have your objects, then the SourcePro libs, then put -lorbixmt -lpthread at the end.&lt;BR /&gt;&lt;BR /&gt;I'm not sure what ...NoThrLib_Static_Debug.o is for?</description>
      <pubDate>Wed, 02 Aug 2006 04:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-unsatisfied-symbol/m-p/3834157#M100601</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-08-02T04:25:06Z</dc:date>
    </item>
  </channel>
</rss>

