<?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: __head (data)  from /usr/lib/libC.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876810#M98934</link>
    <description>Dima &lt;BR /&gt;which and the application?   In the installation occurred all certainty?   Voce had that to compile? if yes the compilation was successfully?</description>
    <pubDate>Mon, 09 Oct 2006 11:47:13 GMT</pubDate>
    <dc:creator>Calandrello</dc:creator>
    <dc:date>2006-10-09T11:47:13Z</dc:date>
    <item>
      <title>Unresolved symbol: __head (data)  from /usr/lib/libC.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876808#M98932</link>
      <description>Hello!&lt;BR /&gt;I am new on HPUX. But I am porting an application from linux to HPUX. And I got an error while trying to start it:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __head (data)  from /usr/lib/libC.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What is really wrong? I looked on libC and found that __head really undefined.</description>
      <pubDate>Mon, 09 Oct 2006 09:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876808#M98932</guid>
      <dc:creator>Dima_Ru</dc:creator>
      <dc:date>2006-10-09T09:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: __head (data)  from /usr/lib/libC.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876809#M98933</link>
      <description>Dima,&lt;BR /&gt;welcome to the ITRC !&lt;BR /&gt;&lt;BR /&gt;Have you seen this previous thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1029240" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1029240&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, what step have you used to compile/link your code after moving it from Solaris to HP? What is your environment setup, especially LIB locations?&lt;BR /&gt;&lt;BR /&gt;If this answer was useful, please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;</description>
      <pubDate>Mon, 09 Oct 2006 10:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876809#M98933</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-09T10:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: __head (data)  from /usr/lib/libC.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876810#M98934</link>
      <description>Dima &lt;BR /&gt;which and the application?   In the installation occurred all certainty?   Voce had that to compile? if yes the compilation was successfully?</description>
      <pubDate>Mon, 09 Oct 2006 11:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876810#M98934</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-10-09T11:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: __head (data)  from /usr/lib/libC.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876811#M98935</link>
      <description>As Peter points out, you are illegally using the obsolete cfront lib libC.  Remove -lC from your link lines.  The appropriate libs should be supplied by the aCC driver.</description>
      <pubDate>Mon, 09 Oct 2006 17:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876811#M98935</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-10-09T17:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: __head (data)  from /usr/lib/libC.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876812#M98936</link>
      <description>Oh! Thanks all of you. It really helped. I have removed -lC from linking and started without problems. &lt;BR /&gt;&lt;BR /&gt;But is it really a HPUX compiler/linker bug? It sounds strange when I add another library and it failes...</description>
      <pubDate>Tue, 10 Oct 2006 01:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876812#M98936</guid>
      <dc:creator>Dima_Ru</dc:creator>
      <dc:date>2006-10-10T01:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: __head (data)  from /usr/lib/libC.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876813#M98937</link>
      <description>&lt;P&gt;&amp;gt;But is it really a HP-UX compiler/linker bug? It sounds strange when I add another library and it fails.&lt;BR /&gt;&lt;BR /&gt;What more do I need to say besides illegal and obsolete and not supported? ;-)&lt;BR /&gt;&lt;BR /&gt;That obsolete lib requires you to link with the CC driver. Similar to aCC and -lCsup on PA.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2011 18:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876813#M98937</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-24T18:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: __head (data)  from /usr/lib/libC.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876814#M98938</link>
      <description>&amp;gt;That obsolete lib requires you to link the CC driver. Similar to aCC and -lCsup on PA.&lt;BR /&gt;&lt;BR /&gt;Thanks, Dennis. &lt;BR /&gt;&lt;BR /&gt;What do you mean "CC driver"? &lt;BR /&gt;As far as I got aCC is C++ compiler on HPUX. But rather strange... &lt;BR /&gt;&lt;BR /&gt;So, if link with aCC and with -lC what should I also link with? Or whether it is possible to link in this way?&lt;BR /&gt;&lt;BR /&gt;Can you suggest me any information about aCC, cc comopilers on HPUX. They are very different (as I see) comparing with sun's CC and gcc.</description>
      <pubDate>Tue, 10 Oct 2006 03:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876814#M98938</guid>
      <dc:creator>Dima_Ru</dc:creator>
      <dc:date>2006-10-10T03:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: __head (data)  from /usr/lib/libC.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876815#M98939</link>
      <description>&amp;gt;What do you mean "CC driver"? &lt;BR /&gt;&lt;BR /&gt;CC is the obsolete cfront driver.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;if link with aCC and with -lC what should I also link with?&lt;BR /&gt;&lt;BR /&gt;You should take the default.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can you suggest me any information about aCC, cc compilers on HPUX.&lt;BR /&gt;&lt;BR /&gt;There is a man page for each.  You can also use the +help option for Online Help.  The are also on the web:  (for aC++ and IPF C)&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,7862,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,7862,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For PA C:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/7763/5991-4871/c_index.html" target="_blank"&gt;http://www.docs.hp.com/en/7763/5991-4871/c_index.html&lt;/A&gt;</description>
      <pubDate>Tue, 10 Oct 2006 17:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unresolved-symbol-head-data-from-usr-lib-libc-2/m-p/3876815#M98939</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-10-10T17:54:56Z</dc:date>
    </item>
  </channel>
</rss>

