<?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: My problem when I linked my project in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077010#M94940</link>
    <description>&amp;gt;what's the mean of -AP? I can't find this option in my aCC manual.&lt;BR /&gt;&lt;BR /&gt;You must use the latest:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/7762/5991-4874/options.htm#opt-AP" target="_blank"&gt;http://www.docs.hp.com/en/7762/5991-4874/options.htm#opt-AP&lt;/A&gt;&lt;BR /&gt;It is a name for the PA default, not -AA.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but when I run my executable file, I get this:&lt;BR /&gt;Unresolved symbol: __dt__9exceptionFv (code)&lt;BR /&gt;&lt;BR /&gt;This comes from -AP compiled sources.  You must  recompile these with -AA.&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Sep 2007 19:58:53 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-09-28T19:58:53Z</dc:date>
    <item>
      <title>My problem when I linked my project</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077005#M94935</link>
      <description>I compiled my company project under HPUX(HP-UX hp100 B.11.00):Our project is developped by C/C++&amp;amp;Fortran codes. I used the aCC/cc/f77 to compiled our sources. When I linked all of our *.o files, I met a error like this:&lt;BR /&gt;&lt;BR /&gt;   warning 1007, parm "exception::~exception()"&lt;BR /&gt;   warning 1008, parm "typeid&lt;EXCEPTION&gt;"&lt;BR /&gt;&lt;BR /&gt;    I can't find any threads in our project, we don't have any codes like that. I'm very doubt now.&lt;BR /&gt;    We used STL in our codes(I added the -AA in my makefile), and the standard mmgr.cxx to find the memary leak. I'm not sure are these lead the error.&lt;BR /&gt;    Anybody can give me some advice? Thank you!&lt;/EXCEPTION&gt;</description>
      <pubDate>Wed, 26 Sep 2007 21:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077005#M94935</guid>
      <dc:creator>hupo</dc:creator>
      <dc:date>2007-09-26T21:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: My problem when I linked my project</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077006#M94936</link>
      <description>Hello Hupo,&lt;BR /&gt;&lt;BR /&gt;Compilers Version? # swlist -l bundle&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2007 21:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077006#M94936</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-09-26T21:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: My problem when I linked my project</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077007#M94937</link>
      <description>B3911DB  C.03.33  HP aC++ Compiler ï¼ S700) &lt;BR /&gt;&lt;BR /&gt; B3907DB    B.11.01.40    HP Fortran 90 Compiler and associated products (S700) &lt;BR /&gt;&lt;BR /&gt;  B3899BA    B.11.02.04    HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S700)</description>
      <pubDate>Thu, 27 Sep 2007 00:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077007#M94937</guid>
      <dc:creator>hupo</dc:creator>
      <dc:date>2007-09-27T00:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: My problem when I linked my project</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077008#M94938</link>
      <description>Something is wrong with your linker message catalog.  Have you exported NLSPATH or set LANG?  Don't set either one.&lt;BR /&gt;&lt;BR /&gt;Where are your errors, these are warnings?&lt;BR /&gt;1007 %1$s (first referenced in %2$s) (code)&lt;BR /&gt;1008 %1$s (first referenced in %2$s) (data)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I can't find any threads in our project, we don't have any codes like that.&lt;BR /&gt;&lt;BR /&gt;Why do you say "threads"?  These are the -AP C++ Standard class exception.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We used STL in our code (I added the -AA in my makefile),&lt;BR /&gt;&lt;BR /&gt;That's one problem.  You are mixing -AP objects with -AA objects.  The above unsats are from -AP.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;the standard mmgr.cxx to find the memory leak.&lt;BR /&gt;&lt;BR /&gt;Why not use wdb instead?&lt;BR /&gt;You can download the latest:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;http://www.hp.com/go/wdb&lt;/A&gt;&lt;BR /&gt;(But 11.00 is no longer supported.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;B3911DB C.03.33 HP aC++ Compiler S700)&lt;BR /&gt;&lt;BR /&gt;This is almost 6 years old and no longer supported, even if you were on 11.11.&lt;BR /&gt;The last version on 11.00 was A.03.55.</description>
      <pubDate>Thu, 27 Sep 2007 04:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077008#M94938</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-27T04:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: My problem when I linked my project</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077009#M94939</link>
      <description>what's the mean of -AP? I can't find this option in my aCC manual.&lt;BR /&gt;this is two warnings, but when I run my executable file, I met this:&lt;BR /&gt;&lt;BR /&gt;Unresolved symbol: __dt__9exceptionFv (code)&lt;BR /&gt;Unresolved symbol: __dt__9exceptionFv (code)</description>
      <pubDate>Fri, 28 Sep 2007 01:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077009#M94939</guid>
      <dc:creator>hupo</dc:creator>
      <dc:date>2007-09-28T01:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: My problem when I linked my project</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077010#M94940</link>
      <description>&amp;gt;what's the mean of -AP? I can't find this option in my aCC manual.&lt;BR /&gt;&lt;BR /&gt;You must use the latest:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/7762/5991-4874/options.htm#opt-AP" target="_blank"&gt;http://www.docs.hp.com/en/7762/5991-4874/options.htm#opt-AP&lt;/A&gt;&lt;BR /&gt;It is a name for the PA default, not -AA.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but when I run my executable file, I get this:&lt;BR /&gt;Unresolved symbol: __dt__9exceptionFv (code)&lt;BR /&gt;&lt;BR /&gt;This comes from -AP compiled sources.  You must  recompile these with -AA.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2007 19:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-problem-when-i-linked-my-project/m-p/4077010#M94940</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-28T19:58:53Z</dc:date>
    </item>
  </channel>
</rss>

