<?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 New link error when converting to -AA in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054566#M93792</link>
    <description>HP_UX 11.00&lt;BR /&gt;aC++ A.03.30&lt;BR /&gt;&lt;BR /&gt;Have an application - worked out the compile bugs with the nice folks here.&lt;BR /&gt;Now the link in with some existing c code.&lt;BR /&gt;I added libstream.a and libstd_v2.a and I Still get:&lt;BR /&gt;&lt;BR /&gt;set_new_handler__3stdFPFv_v (first referenced in /vobs/build/devlib/libdcm.a(dcmif_api.o)) (code)&lt;BR /&gt;[Vtable]key:__dt__Q2_3std9exceptionFv (first referenced in /usr/lib/libstd_v2.a(char.o)) (data)&lt;BR /&gt;typeid__XTQ2_3std9exception_ (first referenced in /vobs/build/devlib/libdcm.a(dcmif_api.o)) (data)&lt;BR /&gt;__dt__Q2_3std9exceptionFv (first referenced in /vobs/build/devlib/libdcm.a(dcmif_api.o)) (code)&lt;BR /&gt;__nw__FUi (first referenced in /vobs/HP-UX_stage/lib/libi4nsi.a(nsiint.o)) (code)&lt;BR /&gt;&lt;BR /&gt;dcmif_api.cpp is NOT the first cpp in the archive but it doesn't look "dangerous" either.</description>
    <pubDate>Fri, 22 Jun 2007 19:55:59 GMT</pubDate>
    <dc:creator>Kevin Normandy</dc:creator>
    <dc:date>2007-06-22T19:55:59Z</dc:date>
    <item>
      <title>New link error when converting to -AA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054566#M93792</link>
      <description>HP_UX 11.00&lt;BR /&gt;aC++ A.03.30&lt;BR /&gt;&lt;BR /&gt;Have an application - worked out the compile bugs with the nice folks here.&lt;BR /&gt;Now the link in with some existing c code.&lt;BR /&gt;I added libstream.a and libstd_v2.a and I Still get:&lt;BR /&gt;&lt;BR /&gt;set_new_handler__3stdFPFv_v (first referenced in /vobs/build/devlib/libdcm.a(dcmif_api.o)) (code)&lt;BR /&gt;[Vtable]key:__dt__Q2_3std9exceptionFv (first referenced in /usr/lib/libstd_v2.a(char.o)) (data)&lt;BR /&gt;typeid__XTQ2_3std9exception_ (first referenced in /vobs/build/devlib/libdcm.a(dcmif_api.o)) (data)&lt;BR /&gt;__dt__Q2_3std9exceptionFv (first referenced in /vobs/build/devlib/libdcm.a(dcmif_api.o)) (code)&lt;BR /&gt;__nw__FUi (first referenced in /vobs/HP-UX_stage/lib/libi4nsi.a(nsiint.o)) (code)&lt;BR /&gt;&lt;BR /&gt;dcmif_api.cpp is NOT the first cpp in the archive but it doesn't look "dangerous" either.</description>
      <pubDate>Fri, 22 Jun 2007 19:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054566#M93792</guid>
      <dc:creator>Kevin Normandy</dc:creator>
      <dc:date>2007-06-22T19:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: New link error when converting to -AA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054567#M93793</link>
      <description>If you compile with -AA you must link with -AA.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I added libstream.a and libstd_v2.a&lt;BR /&gt;&lt;BR /&gt;You can NOT mix -AP and -AA libs.  Remove libstream.&lt;BR /&gt;&lt;BR /&gt;Also, why are you using archive libs?  Stick with shared libs.</description>
      <pubDate>Fri, 22 Jun 2007 20:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054567#M93793</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-22T20:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: New link error when converting to -AA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054568#M93794</link>
      <description>&lt;BR /&gt;Hey Dennis,&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;"If you compile with -AA you must link with -AA."&lt;BR /&gt;&lt;BR /&gt;ld doesn't look like it has an -AA option.&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: Can't open A&lt;BR /&gt;/usr/ccs/bin/ld: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Do I need to explitily add any libs on this transition? Like libstd_v2 ?</description>
      <pubDate>Mon, 25 Jun 2007 16:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054568#M93794</guid>
      <dc:creator>Kevin Normandy</dc:creator>
      <dc:date>2007-06-25T16:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: New link error when converting to -AA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054569#M93795</link>
      <description>Did more reseach and moved along.</description>
      <pubDate>Fri, 29 Jun 2007 19:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054569#M93795</guid>
      <dc:creator>Kevin Normandy</dc:creator>
      <dc:date>2007-06-29T19:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: New link error when converting to -AA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054570#M93796</link>
      <description>&amp;gt;ld doesn't look like it has an -AA option.&lt;BR /&gt;&lt;BR /&gt;It is not legal to directly use ld to link C++ applications or shlibs.&lt;BR /&gt;&lt;BR /&gt;So the statement you must link with -AA means you must use "aCC -AA" at link time.&lt;BR /&gt;&lt;BR /&gt;You haven't assigned any points to the responses in this thread.  Is there some answers you still need?&lt;BR /&gt;Please read this.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;You can reopen the thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#41" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#41&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jun 2007 21:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-link-error-when-converting-to-aa/m-p/5054570#M93796</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-29T21:36:13Z</dc:date>
    </item>
  </channel>
</rss>

