<?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: g++ linking issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691031#M655375</link>
    <description>&amp;gt; &amp;gt;Link command and output copied and saved in attachment.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I guess I should have looked more closely at your original message. g++ is broken in that it is treating functions (code) as data:&lt;BR /&gt;&amp;gt; snmpGet.o: OctetStr::valid() constis DATA UNSAT&lt;BR /&gt;&amp;gt; ../src/.libs/libsnmp++.sl: OctetStr::valid() constis DATA UNSAT&lt;BR /&gt;&amp;gt; ../src/.libs/libsnmp++.sl: OctetStr::valid() constis CODE UNSAT&lt;BR /&gt;&lt;BR /&gt;I wondered about this, too - but I often seen c++ compilers doing black magic (for my limited knowledge about object files and linking scripts). That's why I do not try to guess when I wonder ...&lt;BR /&gt;&lt;BR /&gt;H.Merijn Brand warned me using g++ 4.2.3 when I asked him personally using original compiler log. I wonder why the bug occurs on hppa only - neither ia64 nor powerpc nor sparc nor x86.&lt;BR /&gt;&lt;BR /&gt;I think I will ask in the development team to update all installed g++ 4.2.n installations, before it happens on other platforms, too.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; (I'm not sure why the missing space between the "const" and "is"?)&lt;BR /&gt;&lt;BR /&gt;me2 ;)&lt;BR /&gt;No, this time it's really the result from the executed command by output redirection, no copy'n'waste again :)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can you gzip and attach snmpGet.o and snmpGet.s.&lt;BR /&gt;&lt;BR /&gt;Latter needs to be created, but sure.&lt;BR /&gt;snmpGet.o.gz is attached.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Have you tried going to a newer g++?&lt;BR /&gt;&lt;BR /&gt;No, the HP-UX development machine admins arrive back from holiday in 2 days, I will show them this thread and cry "update that! now!" :)</description>
    <pubDate>Wed, 06 Oct 2010 05:20:40 GMT</pubDate>
    <dc:creator>Jens Rehsack</dc:creator>
    <dc:date>2010-10-06T05:20:40Z</dc:date>
    <item>
      <title>g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691020#M655364</link>
      <description>I'm currently setting up an snmp++/agent++ based snmpd for a client who's using gcc/g++ to compile software.&lt;BR /&gt;&lt;BR /&gt;I added some autoconf-stub to snmp++ and compiled it on all taget platforms. All HP-UX 11.x/hppa failed with the same issue. Short log:&lt;BR /&gt;&lt;BR /&gt;g++ -g -O2 -D_REENTRANT -pthread -o .libs/snmpGet snmpGet.o&lt;BR /&gt;-L/sysmgmt/opt/openssl/lib -L../src/.libs -lsnmp++&lt;BR /&gt;-L/var/bintmp/gcc-4.2.3/gccobj/hppa2.0w-hp-hpux11.23/libstdc++-v3/src&lt;BR /&gt;-L/var/bintmp/gcc-4.2.3/gccobj/hppa2.0w-hp-hpux11.23/libstdc++-v3/src/.libs&lt;BR /&gt;-L/var/bintmp/gcc-4.2.3/gccobj/./gcc&lt;BR /&gt;-L/usr/local/hppa2.0w-hp-hpux11.23/bin -L/usr/local/lib -lstdc++&lt;BR /&gt;-L/usr/local/lib/gcc/hppa2.0w-hp-hpux11.23/4.2.3 -L/usr/ccs/lib&lt;BR /&gt;-L/opt/langtools/lib -lm -lgcc -lssl -lcrypto -pthread -Wl,+b&lt;BR /&gt;-Wl,/var/tmp/build_0.797255175977142/src/.libs:/usr/local/lib&lt;BR /&gt;-Wl,+vallcompatwarnings&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Symbol "OctetStr::valid() const" was&lt;BR /&gt;defined both in ../src/.libs/libsnmp++.sl and another file to have&lt;BR /&gt;incompatible types (such as CODE and DATA). This may not be supported&lt;BR /&gt;in future releases.&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Symbol "OctetStr::valid() const" was&lt;BR /&gt;defined both in ../src/.libs/libsnmp++.sl and another file to have&lt;BR /&gt;incompatible types (such as CODE and DATA). This may not be supported&lt;BR /&gt;in future releases.&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Symbol "OctetStr::valid() const" was&lt;BR /&gt;defined both in ../src/.libs/libsnmp++.sl and another file to have&lt;BR /&gt;incompatible types (such as CODE and DATA). This may not be supported&lt;BR /&gt;in future releases.&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Symbol "OctetStr::valid() const" was&lt;BR /&gt;defined both in ../src/.libs/libsnmp++.sl and another file to have&lt;BR /&gt;incompatible types (such as CODE and DATA). This may not be supported&lt;BR /&gt;in future releases.&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Symbol "UdpAddress::clone() const" was&lt;BR /&gt;defined both in ../src/.libs/libsnmp++.sl and another file to have&lt;BR /&gt;incompatible types (such as CODE and DATA). This may not be supported&lt;BR /&gt;in future releases.&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Symbol "UdpAddress::clone() const" was&lt;BR /&gt;defined both in ../src/.libs/libsnmp++.sl and another file to have&lt;BR /&gt;incompatible types (such as CODE and DATA). This may not be supported&lt;BR /&gt;in future releases.&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Symbols named "OctetStr::valid() const" of&lt;BR /&gt;incompatible types (such as CODE and DATA) were found in (unknown) and&lt;BR /&gt;(unknown). This may not be supported in future releases.&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) Symbols named "UdpAddress::clone() const"&lt;BR /&gt;of incompatible types (such as CODE and DATA) were found in (unknown)&lt;BR /&gt;and (unknown). This may not be supported in future releases.&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;Â&amp;nbsp; OctetStr::valid() const(first referenced in snmpGet.o) (data)&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.23 &amp;amp; 11.31 on IA64 work fine, as well as Linux, AIX and Solaris. Full build log is attached.</description>
      <pubDate>Fri, 24 Sep 2010 06:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691020#M655364</guid>
      <dc:creator>Jens Rehsack</dc:creator>
      <dc:date>2010-09-24T06:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691021#M655365</link>
      <description>And here's the config.log</description>
      <pubDate>Fri, 24 Sep 2010 06:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691021#M655365</guid>
      <dc:creator>Jens Rehsack</dc:creator>
      <dc:date>2010-09-24T06:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691022#M655366</link>
      <description>What version of g++ are you using?  (It seems to be 4.2.3.)&lt;BR /&gt;&lt;BR /&gt;I'm not sure how you can get this warning:&lt;BR /&gt;ld: (Warning) Symbol "OctetStr::valid() const" was defined both in ../src/.libs/libsnmp++.sl and another file to have incompatible types (such as CODE and DATA). This may not be supported in future releases.&lt;BR /&gt;&lt;BR /&gt;Since it has "()" mangled into it, it can only be a function.  It seems that your g++ wasn't installed correctly?&lt;BR /&gt;Also, it doesn't help that it only says "another file" or "(unknown)".&lt;BR /&gt;&lt;BR /&gt;&amp;gt;ld: Unsatisfied symbols:&lt;BR /&gt;Ã   OctetStr::valid() const(first referenced in snmpGet.o) (data)&lt;BR /&gt;&lt;BR /&gt;Where should this be defined?  You know it was called from snmpGet.o.&lt;BR /&gt;(Was that non-ascii char at the beginning really there?)</description>
      <pubDate>Fri, 24 Sep 2010 07:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691022#M655366</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-24T07:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691023#M655367</link>
      <description>Yes, I'm using g++ 4.2.3.&lt;BR /&gt;&lt;BR /&gt;"OctetStr::valid() const" is defined in a header file as:&lt;BR /&gt;class OctetStr ... {&lt;BR /&gt;...&lt;BR /&gt;bool valid() const { return validity; };&lt;BR /&gt;...&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;So I assume, the compiler emits the symbol for this function in each c++ compiled object which includes the &lt;SNMP_PP&gt;&lt;BR /&gt;&lt;BR /&gt;I tried to compile using "-fno-keep-inline-functions", but it doesn't help.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; (Was that non-ascii char at the beginning really there?)&lt;BR /&gt;No, it wasn't - some kind of copy'n'waste error.&lt;/SNMP_PP&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691023#M655367</guid>
      <dc:creator>Jens Rehsack</dc:creator>
      <dc:date>2010-09-24T08:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691024#M655368</link>
      <description>&amp;gt;"OctetStr::valid() const" is defined in a header file as:&lt;BR /&gt;class OctetStr { bool valid() const { return validity; }&lt;BR /&gt;&lt;BR /&gt;&amp;gt;the compiler emits the symbol for this function in each C++ compiled object which includes the &lt;SNMP_PP&gt;&lt;BR /&gt;&lt;BR /&gt;It should.  You could try to preprocess your snmpGet.C source to see if that class looks like what you showed.&lt;BR /&gt;If it does, your compiler is broken, if it doesn't, it could be evil macros.&lt;/SNMP_PP&gt;</description>
      <pubDate>Fri, 24 Sep 2010 17:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691024#M655368</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-24T17:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691025#M655369</link>
      <description>The precompiled source looks like expected for class OctetStr (I didn't read the entire source). Since HP-UX is a supported platform of snmp++ (&lt;A href="http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html)" target="_blank"&gt;http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html)&lt;/A&gt; I'm afraid that the remaining reason is a buggy compiler. But &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt; doesn't list a newer (other) compiler as gcc-4.2.3, could there be another source where to get such a compiler from?</description>
      <pubDate>Mon, 04 Oct 2010 10:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691025#M655369</guid>
      <dc:creator>Jens Rehsack</dc:creator>
      <dc:date>2010-10-04T10:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691026#M655370</link>
      <description>&amp;gt;The preprocessed source looks like expected for class OctetStr&lt;BR /&gt;&lt;BR /&gt;Can you gzip and attach the output of -E?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;could there be another source where to get such a compiler from?&lt;BR /&gt;&lt;BR /&gt;You can get 4.4.3 or 4.3.4 from AllianceONE:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/gcc" target="_blank"&gt;http://www.hp.com/go/gcc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 11:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691026#M655370</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-04T11:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691027#M655371</link>
      <description>&amp;gt; &amp;gt;The preprocessed source looks like expected for class OctetStr&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can you gzip and attach the output of -E?&lt;BR /&gt;&lt;BR /&gt;Sure.</description>
      <pubDate>Mon, 04 Oct 2010 12:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691027#M655371</guid>
      <dc:creator>Jens Rehsack</dc:creator>
      <dc:date>2010-10-04T12:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691028#M655372</link>
      <description>I have no problems with 4.3.1 on PA.  The symbol is defined in the object file.&lt;BR /&gt;&lt;BR /&gt;You could try linking with -Wl,-y_ZNK8OctetStr5validEv to try tracking down that funny linker warning.</description>
      <pubDate>Mon, 04 Oct 2010 21:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691028#M655372</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-04T21:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691029#M655373</link>
      <description>Link command and output copied and saved in attachment.</description>
      <pubDate>Tue, 05 Oct 2010 09:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691029#M655373</guid>
      <dc:creator>Jens Rehsack</dc:creator>
      <dc:date>2010-10-05T09:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691030#M655374</link>
      <description>&amp;gt;Link command and output copied and saved in attachment.&lt;BR /&gt;&lt;BR /&gt;I guess I should have looked more closely at your original message.  g++ is broken in that it is treating functions (code) as data:&lt;BR /&gt;snmpGet.o: OctetStr::valid() constis DATA UNSAT&lt;BR /&gt;../src/.libs/libsnmp++.sl: OctetStr::valid() constis DATA UNSAT&lt;BR /&gt;../src/.libs/libsnmp++.sl: OctetStr::valid() constis CODE UNSAT&lt;BR /&gt;&lt;BR /&gt;(I'm not sure why the missing space between the "const" and "is"?)&lt;BR /&gt;&lt;BR /&gt;Can you gzip and attach snmpGet.o and snmpGet.s.&lt;BR /&gt;Have you tried going to a newer g++?</description>
      <pubDate>Tue, 05 Oct 2010 18:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691030#M655374</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-05T18:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691031#M655375</link>
      <description>&amp;gt; &amp;gt;Link command and output copied and saved in attachment.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I guess I should have looked more closely at your original message. g++ is broken in that it is treating functions (code) as data:&lt;BR /&gt;&amp;gt; snmpGet.o: OctetStr::valid() constis DATA UNSAT&lt;BR /&gt;&amp;gt; ../src/.libs/libsnmp++.sl: OctetStr::valid() constis DATA UNSAT&lt;BR /&gt;&amp;gt; ../src/.libs/libsnmp++.sl: OctetStr::valid() constis CODE UNSAT&lt;BR /&gt;&lt;BR /&gt;I wondered about this, too - but I often seen c++ compilers doing black magic (for my limited knowledge about object files and linking scripts). That's why I do not try to guess when I wonder ...&lt;BR /&gt;&lt;BR /&gt;H.Merijn Brand warned me using g++ 4.2.3 when I asked him personally using original compiler log. I wonder why the bug occurs on hppa only - neither ia64 nor powerpc nor sparc nor x86.&lt;BR /&gt;&lt;BR /&gt;I think I will ask in the development team to update all installed g++ 4.2.n installations, before it happens on other platforms, too.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; (I'm not sure why the missing space between the "const" and "is"?)&lt;BR /&gt;&lt;BR /&gt;me2 ;)&lt;BR /&gt;No, this time it's really the result from the executed command by output redirection, no copy'n'waste again :)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can you gzip and attach snmpGet.o and snmpGet.s.&lt;BR /&gt;&lt;BR /&gt;Latter needs to be created, but sure.&lt;BR /&gt;snmpGet.o.gz is attached.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Have you tried going to a newer g++?&lt;BR /&gt;&lt;BR /&gt;No, the HP-UX development machine admins arrive back from holiday in 2 days, I will show them this thread and cry "update that! now!" :)</description>
      <pubDate>Wed, 06 Oct 2010 05:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691031#M655375</guid>
      <dc:creator>Jens Rehsack</dc:creator>
      <dc:date>2010-10-06T05:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691032#M655376</link>
      <description>&amp;gt;I wonder why the bug occurs on PA-RISC only - neither ia64&lt;BR /&gt;&lt;BR /&gt;See the warning messages above.  The PA32 linker separates code and data symbol spaces but the ELF linker doesn't, so it doesn't matter.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;snmpGet.o.gz is attached.&lt;BR /&gt;&lt;BR /&gt;It shows the bad type problem:&lt;BR /&gt;$ odump -sym  362925.o | fgrep valid&lt;BR /&gt;00000000 00000000 Data  Unsat  0 ..........  3 00000 _ZNK8OctetStr5validEv&lt;BR /&gt;&lt;BR /&gt;I'm not sure if it also got inlined?  I guess not:&lt;BR /&gt;$ odump -fix -verb 1 362925.o | fgrep valid&lt;BR /&gt;  945   16 00000dc8 3167                 pc-rel call(rbits=10000, (sym=_ZNK8OctetStr5validEv)&lt;BR /&gt;**** sym=_ZNK8OctetStr5validEv is not of type code ****&lt;BR /&gt;  969   16 00000e28 3167                 pc-rel call(rbits=10000, (sym=_ZNK8OctetStr5validEv)&lt;BR /&gt;**** sym=_ZNK8OctetStr5validEv is not of type code ****&lt;BR /&gt;&lt;BR /&gt;So:&lt;BR /&gt;1) It doesn't get inlined&lt;BR /&gt;2) It has the wrong symbol type</description>
      <pubDate>Wed, 06 Oct 2010 09:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691032#M655376</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-06T09:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691033#M655377</link>
      <description>If a seperate gcc install is an option, I'd suggest also trying with gcc-3.4.6&lt;BR /&gt;I really never got gcc-4 on HP-UX to work reliable (e.g. the perl test suite doesn't pass when compiled with gcc-4).&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# wget &lt;A href="http://mirrors.develooper.com/hpux/gcc-3.4.6-11.11.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/gcc-3.4.6-11.11.sd.bz&lt;/A&gt;&lt;BR /&gt;# bzip2 -d gcc-3.4.6-11.11.sd.bz&lt;BR /&gt;# swinstall -s /tmp/gcc-3.4.6-11.11.sd \*&lt;BR /&gt;&lt;BR /&gt;Will install gcc-3.4.6 in /usr/local/pa20_32 and /usr/local/pa20_64&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 14 Dec 2010 09:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691033#M655377</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2010-12-14T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: g++ linking issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691034#M655378</link>
      <description>We gave gcc-3.4 a shot, thanks again for clarification. The depot you referred didn't contain headers for std - neither in 32-bit version nor 64-bit, so we finally used the 3.4.3 from &lt;A href="http://hpacxx.external.hp.com/gcc" target="_blank"&gt;http://hpacxx.external.hp.com/gcc&lt;/A&gt; (3.4.3, because we found an HP-UX 11.11 machine which has 3.4.3 and it works fine there).&lt;BR /&gt;&lt;BR /&gt;Thanks to you both,&lt;BR /&gt;Jens</description>
      <pubDate>Tue, 14 Dec 2010 14:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/g-linking-issue/m-p/4691034#M655378</guid>
      <dc:creator>Jens Rehsack</dc:creator>
      <dc:date>2010-12-14T14:17:48Z</dc:date>
    </item>
  </channel>
</rss>

