<?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: Warning 7004 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553091#M724908</link>
    <description>Just found an doc that breaks down like this : &lt;BR /&gt;&lt;BR /&gt;If you are using compiler version A.03.30 or higher I suspect that's exactly what it is.&lt;BR /&gt;&lt;BR /&gt;The powers that be are aware of it (may 2001) and it looks like a patch should be arriving shortly.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Jul 2001 14:18:16 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2001-07-17T14:18:16Z</dc:date>
    <item>
      <title>Warning 7004</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553086#M724903</link>
      <description>I'm getting the following compile-time warning when using aCC compiler:&lt;BR /&gt;&lt;BR /&gt;Warning 7004: Exact position unknown; near ["/opt/aCC/include/SC/List.c", line &lt;BR /&gt;    15]. # Debug information may be corrupt: 1 unresolvable reference  (7004)  &lt;BR /&gt;&lt;BR /&gt;I have been trying to isolate the source of this warning, but haven't succeeded. It seems to be related to using virtual functions in base/derived classes. That is the closest I have come. It does not seem to be file-specific either, as it shows up in several places.&lt;BR /&gt;&lt;BR /&gt;Anyone have any clues?&lt;BR /&gt;Appreciate any help I can get.&lt;BR /&gt;Thanks,&lt;BR /&gt;Nareen&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2001 13:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553086#M724903</guid>
      <dc:creator>Nareen Gurnani</dc:creator>
      <dc:date>2001-07-16T13:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 7004</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553087#M724904</link>
      <description>Consider the following :&lt;BR /&gt;&lt;BR /&gt;1. ensure you have the latests aCC patches installed first there are known/related  issues which should be cured by them.&lt;BR /&gt;&lt;BR /&gt;2. If the proble still occurs - try compiling wthout -g option if applicable ?&lt;BR /&gt;&lt;BR /&gt;3. consider increasing maxdsize (for test purposes) &lt;BR /&gt;and compare the results ?&lt;BR /&gt;&lt;BR /&gt;4. get in touch with HP support (unless someone else can help ?)</description>
      <pubDate>Mon, 16 Jul 2001 13:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553087#M724904</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-07-16T13:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 7004</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553088#M724905</link>
      <description>I have the latest patches.&lt;BR /&gt;What is maxdsize? How would I change it?&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2001 14:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553088#M724905</guid>
      <dc:creator>Nareen Gurnani</dc:creator>
      <dc:date>2001-07-17T14:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 7004</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553089#M724906</link>
      <description>maxdsize is a kernal parameter - you can increase it via SAM.&lt;BR /&gt;&lt;BR /&gt;incidentally are you using the -g option ?</description>
      <pubDate>Tue, 17 Jul 2001 14:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553089#M724906</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-07-17T14:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 7004</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553090#M724907</link>
      <description>Yes, I get the warning when I use -g0 or -g1.&lt;BR /&gt;I found this same warning by searching thru tech database back in 1998 that was fixed in a patch for 10.2 release. Maybe the problem has re-surfaced in 11.0.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2001 14:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553090#M724907</guid>
      <dc:creator>Nareen Gurnani</dc:creator>
      <dc:date>2001-07-17T14:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 7004</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553091#M724908</link>
      <description>Just found an doc that breaks down like this : &lt;BR /&gt;&lt;BR /&gt;If you are using compiler version A.03.30 or higher I suspect that's exactly what it is.&lt;BR /&gt;&lt;BR /&gt;The powers that be are aware of it (may 2001) and it looks like a patch should be arriving shortly.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2001 14:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553091#M724908</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-07-17T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 7004</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553092#M724909</link>
      <description>1) How do I check the compiler version I have?&lt;BR /&gt;2) What is the link to the document you found?</description>
      <pubDate>Tue, 17 Jul 2001 14:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553092#M724909</guid>
      <dc:creator>Nareen Gurnani</dc:creator>
      <dc:date>2001-07-17T14:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 7004</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553093#M724910</link>
      <description>1. "what aCC" or swlist should reveal details&lt;BR /&gt;&lt;BR /&gt;2. It's internal I'm affraid. !</description>
      <pubDate>Tue, 17 Jul 2001 15:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-7004/m-p/2553093#M724910</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-07-17T15:03:10Z</dc:date>
    </item>
  </channel>
</rss>

