<?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: Unresolved symbol in HPUX 11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633560#M613753</link>
    <description>Found something interesting... wctob seems to be a newly added function in HPUX 11i. i saw this in HPUX 11i release notes.. omg, now what to do? Please help :)</description>
    <pubDate>Fri, 14 May 2010 08:46:08 GMT</pubDate>
    <dc:creator>Jithin Prakash</dc:creator>
    <dc:date>2010-05-14T08:46:08Z</dc:date>
    <item>
      <title>Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633553#M613746</link>
      <description>/usr/lib/dld.sl: Unresolved symbol: wctob (code)  from &lt;MYPATH&gt;/libstdc++.sl.6&lt;BR /&gt;My product is compiled with hp-gcc. On running the binary, I get this error. This does not occur in HPUX 11.11 or HPUX 11.23. Is there any hotfix/patch that I can apply HPUX 11.00 PA-RISC?&lt;BR /&gt;Can you please tell me how to resolve this issue?  Need this a little fast. Thanks a lot.&lt;/MYPATH&gt;</description>
      <pubDate>Fri, 14 May 2010 05:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633553#M613746</guid>
      <dc:creator>Jithin Prakash</dc:creator>
      <dc:date>2010-05-14T05:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633554#M613747</link>
      <description>Hello Jithin&lt;BR /&gt;&lt;BR /&gt;please rerer below is your solusion, thanks, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1242185" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1242185&lt;/A&gt;</description>
      <pubDate>Fri, 14 May 2010 05:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633554#M613747</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2010-05-14T05:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633555#M613748</link>
      <description>Please note that the solution you have given seems to be changing linker option for acc, but I use gcc compiler. Also, the link gives a problem associated with 11.11, while I am having this issue only on 11.00 and not on 11.11. Any ideas?</description>
      <pubDate>Fri, 14 May 2010 06:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633555#M613748</guid>
      <dc:creator>Jithin Prakash</dc:creator>
      <dc:date>2010-05-14T06:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633556#M613749</link>
      <description>Unless you built your libstdc++ for 11.00, it isn't likely to work on 11.00.&lt;BR /&gt;&lt;BR /&gt;Your libc.sl doesn't have wctob.  This may be part of the massive 11.11 changes that added all of these wchar_t functions.  But if you don't have the last 11.00 libc patch, install that.&lt;BR /&gt;&lt;BR /&gt;(I assume you know 11.00 isn't supported.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;avizen9: please refer below is your solution&lt;BR /&gt;&lt;BR /&gt;Not hardly.  All Unresolved symbol messages likely have different causes.</description>
      <pubDate>Fri, 14 May 2010 07:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633556#M613749</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-05-14T07:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633557#M613750</link>
      <description>Thanks a lot Dennis. Firstly, the libstdc++ is not compiled in HPUX 11.00, but is taken from gcc installed in 11.23. This could be the issue. But can you tell me some way to work around this problem.. &lt;BR /&gt;&lt;BR /&gt;Also, the libc cumulative patch PHCO_28425 is installed in the system I am trying out.&lt;BR /&gt;&lt;BR /&gt;Note: ld(1) and linker toold patch also is installed.&lt;BR /&gt;&lt;BR /&gt;I know 11.00 is no longer supported, but wat to do.. need to do this.. :)</description>
      <pubDate>Fri, 14 May 2010 08:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633557#M613750</guid>
      <dc:creator>Jithin Prakash</dc:creator>
      <dc:date>2010-05-14T08:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633558#M613751</link>
      <description>&amp;gt;gcc installed in 11.23. This could be the issue.&lt;BR /&gt;&lt;BR /&gt;Exactly.  Code is only forward compatible, not backward.  You may soon run into missing system calls.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But can you tell me some way to work around this problem.&lt;BR /&gt;&lt;BR /&gt;You need to build the application on 11.00 with a g++ made for 11.00.</description>
      <pubDate>Fri, 14 May 2010 08:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633558#M613751</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-05-14T08:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633559#M613752</link>
      <description>What you say is true, but actually, I managed to run this same binaries on 11.11 without issues. So, if the binaries compiled on 11.23 can run in 11.11, should there not be a way to run on 11.00 too? Any ideas?</description>
      <pubDate>Fri, 14 May 2010 08:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633559#M613752</guid>
      <dc:creator>Jithin Prakash</dc:creator>
      <dc:date>2010-05-14T08:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633560#M613753</link>
      <description>Found something interesting... wctob seems to be a newly added function in HPUX 11i. i saw this in HPUX 11i release notes.. omg, now what to do? Please help :)</description>
      <pubDate>Fri, 14 May 2010 08:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633560#M613753</guid>
      <dc:creator>Jithin Prakash</dc:creator>
      <dc:date>2010-05-14T08:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633561#M613754</link>
      <description>&amp;gt;if the binaries compiled on 11.23 can run in 11.11, should there not be a way to run on 11.00 too?&lt;BR /&gt;&lt;BR /&gt;You were extremely lucky.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;now what to do?&lt;BR /&gt;&lt;BR /&gt;Can you recompile on 11.00?</description>
      <pubDate>Fri, 14 May 2010 09:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633561#M613754</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-05-14T09:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol in HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633562#M613755</link>
      <description>last resort.. will update if I get any workaround or patch which solves this issue.. :)</description>
      <pubDate>Fri, 14 May 2010 09:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-in-hpux-11-00/m-p/4633562#M613755</guid>
      <dc:creator>Jithin Prakash</dc:creator>
      <dc:date>2010-05-14T09:28:39Z</dc:date>
    </item>
  </channel>
</rss>

