<?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: aCC Compile Error 585 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201998#M91852</link>
    <description>The following works, without -AA:&lt;BR /&gt;&lt;BR /&gt;const o_double MAX = &lt;BR /&gt;::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Neel&lt;/O_DOUBLE&gt;</description>
    <pubDate>Wed, 11 Jun 2008 08:38:08 GMT</pubDate>
    <dc:creator>Neel2</dc:creator>
    <dc:date>2008-06-11T08:38:08Z</dc:date>
    <item>
      <title>aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201990#M91844</link>
      <description>After I compiled my code on several Unix and Windows platforms I got this strange Error on HP-UX and I can't figure out the problem. The problem is this:&lt;BR /&gt;Error 585: ./h/typemgr_intern.h, line 139 # Expected an operator before '::'.&lt;BR /&gt;                const o_double MAX = (std::numeric_limits::max)();&lt;BR /&gt;                                         ^^                                 &lt;BR /&gt;Error 172: ./h/typemgr_intern.h, line 139 # Undeclared variable 'std'.&lt;BR /&gt;                const o_double MAX = (std::numeric_limits::max)();&lt;BR /&gt;&lt;BR /&gt;The compiler call looks like this:&lt;BR /&gt;aCC -I. -I./h -I../h -I../om/h -I../sm/h  -O -c  +Z +DA2.0W +DS2.0 -DHP11 -mt -DVS_USE_64_CALLS -D_LARGEFILE64_SOURCE   -o /build/qa/VOD/VOD_7.x_Integration/VOD7.0.1.4-144-20080520_2030/HP-UX_64bit/opt/build_area/kernel/7.0.1.4/HP-UX_64bit/opt//o/typemgr.o  /versant/vod/qa.local/VOD_7.x_Integration/VOD7.0.1.4-144-20080520_2030/src/kernel/typemgr/typemgr.c&lt;BR /&gt;&lt;BR /&gt;Would be great if someone can help me.&lt;BR /&gt;Thanks,&lt;BR /&gt;Guido</description>
      <pubDate>Wed, 21 May 2008 07:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201990#M91844</guid>
      <dc:creator>Guido  Rost</dc:creator>
      <dc:date>2008-05-21T07:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201991#M91845</link>
      <description>&amp;gt;After I compiled my code on several Unix and Windows platforms&lt;BR /&gt;&lt;BR /&gt;If you want to use the std namespace, you'll need to compile with -AA.  Be aware the default on PA is -AP and if your application is going to use third party C++ libs, you may have to port back to -AP mode:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=eb08b3f1eee02110b3f1eee02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=eb08b3f1eee02110b3f1eee02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Error 172: # Undeclared variable 'std'.&lt;BR /&gt;&lt;BR /&gt;namespace std isn't defined.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;aCC -O -c +Z +DA2.0W +DS2.0 -mt -D_LARGEFILE64_SOURCE &lt;BR /&gt;&lt;BR /&gt;You should replace obsolete +DA2.0W by +DD64.</description>
      <pubDate>Wed, 21 May 2008 09:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201991#M91845</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-21T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201992#M91846</link>
      <description>&lt;P&gt;&amp;gt;const o_double MAX = (std::numeric_limits::max)();&lt;BR /&gt;&lt;BR /&gt;What do you think this syntax should be doing?&lt;BR /&gt;Did you want to do:&lt;BR /&gt;const o_double MAX = numeric_limits::max();&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2012 05:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201992#M91846</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-02-23T05:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201993#M91847</link>
      <description>Thanks for you reply. Your suggestion worked. The incorrect line was the output of the compiler. The source code looks of course different.&lt;BR /&gt;Thanks,&lt;BR /&gt;Guido</description>
      <pubDate>Mon, 26 May 2008 07:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201993#M91847</guid>
      <dc:creator>Guido  Rost</dc:creator>
      <dc:date>2008-05-26T07:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201994#M91848</link>
      <description>If you are happy with the answers you got, please read the following about how to assign points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Mon, 26 May 2008 07:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201994#M91848</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-26T07:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201995#M91849</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Could you please let me know, how can i compile the following statement on PA-RISC&lt;BR /&gt;using the following conf:&lt;BR /&gt;aCC: HP ANSI C++ B3910B A.03.57&lt;BR /&gt;HP-UX B.11.11 U 9000/800 109092009 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;The statement is: &lt;BR /&gt;const o_double MAX = (std::numeric_limits&lt;O_DOUBLE&gt;::max)();&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Currently I can compile the above statement using -AA, but i need to compile with the default on PA-RISC which is -AP, Could you please let me know how can modify the above statement in order to get compile with -AP.&lt;BR /&gt;&lt;BR /&gt;I have gone thru the following FAQ's.&lt;BR /&gt;Can I use this in any way:&lt;BR /&gt;11. Can I write code that works for both?&lt;BR /&gt;&lt;BR /&gt;Yes. Only with conditional compilation. And/or by using the following&lt;BR /&gt;namespace std:: construct:&lt;BR /&gt;namespace std {} using namespace std;&lt;BR /&gt;You can put this construct anywhere, as many times as you like. Or once at the beginning - as long it is before you reference any symbol that doesn't have the needed std::. And you can use it with -AP too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Neel&lt;BR /&gt;&lt;/O_DOUBLE&gt;</description>
      <pubDate>Wed, 11 Jun 2008 05:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201995#M91849</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-11T05:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201996#M91850</link>
      <description>&amp;gt;how can I compile the following statement on PA-RISC:&lt;BR /&gt;&amp;gt;const o_double MAX = (std::numeric_limits&lt;O_DOUBLE&gt;::max)();&lt;BR /&gt;&lt;BR /&gt;Why do you have an extra set of () around the function name?  Remove it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but I need to compile with the default on PA-RISC which is -AP, Could you please let me know how can modify the above statement in order to get compile with -AP.&lt;BR /&gt;&lt;BR /&gt;The simple way is to use:&lt;BR /&gt;const o_double MAX = numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;You can also use:&lt;BR /&gt;const o_double MAX = ::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;&lt;BR /&gt;That way you can evil macros and have std be replaced by empty:&lt;BR /&gt;#define std&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can I use this in any way:&lt;BR /&gt;&amp;gt;namespace std {} using namespace std;&lt;BR /&gt;&lt;BR /&gt;This works if you leave out "std::" in front of everything.  Then you use the namespace directive to also look in namespace std in -AA mode, in the global namespace for -AP.&lt;/O_DOUBLE&gt;&lt;/O_DOUBLE&gt;&lt;/O_DOUBLE&gt;</description>
      <pubDate>Wed, 11 Jun 2008 08:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201996#M91850</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-11T08:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201997#M91851</link>
      <description>aCC -I. -I./h -I../h -I../om/h -I../sm/h  -O -c  +DD64 +Z  -DHP11 -mt -DVS_USE_64_CALLS -D_LARGEFILE64_SOURCE   -o /dsk1/nkhemkar/vod7014_build_64bit/kernel/7.0.1.4/HP-UX_64bit/opt//o/typemgr.o  /dsk1/skadam/src/kernel/typemgr/typemgr.c&lt;BR /&gt;Error 172: "./h/typemgr_intern.h", line 140 # Undeclared variable 'std'.&lt;BR /&gt;                const o_double MAX = std::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;                                     ^^^&lt;BR /&gt;Error 20: "./h/typemgr_intern.h", line 140 # ';' expected before '::'.&lt;BR /&gt;                const o_double MAX = std::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;                                        ^^&lt;BR /&gt;aCC throws the above error.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Neel&lt;/O_DOUBLE&gt;&lt;/O_DOUBLE&gt;</description>
      <pubDate>Wed, 11 Jun 2008 08:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201997#M91851</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-11T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201998#M91852</link>
      <description>The following works, without -AA:&lt;BR /&gt;&lt;BR /&gt;const o_double MAX = &lt;BR /&gt;::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Neel&lt;/O_DOUBLE&gt;</description>
      <pubDate>Wed, 11 Jun 2008 08:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201998#M91852</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-11T08:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201999#M91853</link>
      <description>So, its using the default namespace or std namespace, could you please explain a bit.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2008 08:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4201999#M91853</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-11T08:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202000#M91854</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Also, Could you please let me know, the diagnostic for the following warnings.&lt;BR /&gt;&lt;BR /&gt;I have gone thru at: &lt;A href="http://docs.hp.com/en/11925/Diagnostics_Documentation/Diagnostics_index.htm#2068" target="_blank"&gt;http://docs.hp.com/en/11925/Diagnostics_Documentation/Diagnostics_index.htm#2068&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But could not find anything related to the same.&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;Warning 829: "/dsk1/src/kernel/ut/chk/chkusage.c", line 940 # Implicit conversion of string literal to 'char *' is deprecated.&lt;BR /&gt;            a_printf("\npart of the \"-sys\" module in case the module is not"&lt;BR /&gt;                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;Warning 829: "/dsk1/src/kernel/ut/chk/chkusage.c", line 942 # Implicit conversion of string literal to 'char *' is deprecated.&lt;BR /&gt;            a_printf("\ne.g \"%s -check &lt;DBNAME&gt;\" is the same as \"%s -sys -check"&lt;BR /&gt;                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;Warning 829: "/dsk1/src/kernel/ut/chk/chkusage.c", line 944 # Implicit conversion of string literal to 'char *' is deprecated.&lt;BR /&gt;            a_printf("\n\n");&lt;BR /&gt;                     ^^^^^^&lt;BR /&gt;Warning 749: "/dsk1/src/kernel/sl/slheap.c", line 2322 # The cast from 'h&lt;BR /&gt;eap_header *' to 'heap_shared *' is performed as a 'reinterpret_cast'. This oper&lt;BR /&gt;ation is non-portable and potentially unsafe.&lt;BR /&gt;            err = sl_shared_extend(HEAP_SHARED(heap_header), desired_size,&lt;BR /&gt;                                   ^^^^^^^^^^^&lt;BR /&gt;Warning 749: "/dsk1/src/kernel/sl/slheap.c", line 2339 # The cast from 'h&lt;BR /&gt;eap_header *' to 'heap_local *' is performed as a 'reinterpret_cast'. This opera&lt;BR /&gt;tion is non-portable and potentially unsafe.&lt;BR /&gt;            local = HEAP_LOCAL(heap_header);&lt;BR /&gt;                    ^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Neel&lt;/DBNAME&gt;</description>
      <pubDate>Wed, 11 Jun 2008 08:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202000#M91854</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-11T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202001#M91855</link>
      <description>&amp;gt;it's using the default namespace or std namespace, could you please explain a bit.&lt;BR /&gt;&lt;BR /&gt;-AP uses the global namespace for the STL.&lt;BR /&gt;-AA uses namespace std.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;the diagnostic for the following warnings.&lt;BR /&gt;&lt;BR /&gt;Which, the aCC6 ones for the aCC3 ones?&lt;BR /&gt;&lt;BR /&gt;To get Warning 829, you may have to use +w but then you'll be sorry.  :-)&lt;BR /&gt;&lt;BR /&gt;Warning 749, there is none.&lt;BR /&gt;These two are the must likely warnings to be suppressed in aCC3.&lt;BR /&gt;&lt;BR /&gt;Or did you want to fix them in aCC3??</description>
      <pubDate>Wed, 11 Jun 2008 09:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202001#M91855</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-11T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202002#M91856</link>
      <description>&lt;!--!*#--&gt;I am getting the above warning in aCC: HP ANSI C++ B3910B A.03.57.&lt;BR /&gt;&lt;BR /&gt;Also, any suggestions to generalize or (remove the dependency) of the following code,i.e.&lt;BR /&gt;&lt;BR /&gt;const o_double MAX = ::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;&lt;BR /&gt;Since, its got failed on other platform with the following error:&lt;BR /&gt;&lt;BR /&gt;g++ -I. -I./h -I../h -I../om/h -I../sm/h -O -c -D_REENTRANT -DVS_USE_64_CALLS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fpic -Wall -o /dsk1/VOD_BUILD/kernel/7.0.1.4/Linux_64bit_rhe4.0/opt//o/typemgr.o /vobs/kernel/typemgr/typemgr.c&lt;BR /&gt;In file included from /vobs/kernel/typemgr/typemgr.c:16:&lt;BR /&gt;./h/typemgr_intern.h: In function `o_err tm_isValid(o_typeid, T)':&lt;BR /&gt;./h/typemgr_intern.h:139: error: `numeric_limits' undeclared (first use this function)&lt;BR /&gt;./h/typemgr_intern.h:139: error: (Each undeclared identifier is reported only once for each function it appears in.)&lt;BR /&gt;./h/typemgr_intern.h:139: error: expected primary-expression before '&amp;gt;' token&lt;BR /&gt;./h/typemgr_intern.h:139: error: `::max' has not been declared&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Neel&lt;/O_DOUBLE&gt;</description>
      <pubDate>Wed, 11 Jun 2008 13:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202002#M91856</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-11T13:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202003#M91857</link>
      <description>&amp;gt;I am getting the above warning in aCC A.03.57.&lt;BR /&gt;&lt;BR /&gt;You can squash them like a bug with +W829,749.&lt;BR /&gt;&lt;BR /&gt;Note that 829 is going to be errors in the next Standard so you should fix them all.  You need to declare a_printf as taking a const char*.&lt;BR /&gt;For 749, you can add the reinterpret_cast.  Note the types in the message must not be derived classes from each other.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;any suggestions to generalize or (remove the dependency) of the following code&lt;BR /&gt;const o_double MAX = ::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;&lt;BR /&gt;You are going to have to use conditional compilation:&lt;BR /&gt;#if !defined(_HP_NAMESPACE_STD) &amp;amp;&amp;amp; defined(__HP_aCC)&lt;BR /&gt;#define STD_NS&lt;BR /&gt;#else&lt;BR /&gt;#defined STD_NS std&lt;BR /&gt;#endif&lt;BR /&gt;const o_double MAX = STD_NS::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;/O_DOUBLE&gt;&lt;/O_DOUBLE&gt;</description>
      <pubDate>Wed, 11 Jun 2008 20:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202003#M91857</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-11T20:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202004#M91858</link>
      <description>Hello Dennis,&lt;BR /&gt;&lt;BR /&gt;I tried the following:&lt;BR /&gt;&lt;BR /&gt;#if defined(__hpux)&lt;BR /&gt;#if !defined(_HP_NAMESPACE_STD)&amp;amp;&amp;amp;defined(__HP_aCC)&lt;BR /&gt;  #defined STD_NS&lt;BR /&gt;  #defined STD_NS std&lt;BR /&gt;  #endif&lt;BR /&gt;  const o_double MAX = STD_NS::numeric_limits&lt;O_DOUBLE&gt;::max();&lt;BR /&gt;  #else /* defined(__hpux)*/&lt;BR /&gt;  const o_double MAX = (std::numeric_limits&lt;O_DOUBLE&gt;::max)();&lt;BR /&gt;  #endif /* __hpux */&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The compilation throws an error for STD_NS not defined ;-(&lt;BR /&gt;&lt;BR /&gt;Could you suggest me the right way?&lt;BR /&gt;&lt;BR /&gt;Neel&lt;/O_DOUBLE&gt;&lt;/O_DOUBLE&gt;</description>
      <pubDate>Thu, 12 Jun 2008 06:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202004#M91858</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-12T06:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202005#M91859</link>
      <description>&amp;gt;Could you suggest me the right way?&lt;BR /&gt;&lt;BR /&gt;You lost the #else and added a whole extra level of #if.  Use what I gave you, it should work for aC++ or any other compiler.</description>
      <pubDate>Thu, 12 Jun 2008 06:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202005#M91859</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-12T06:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202006#M91860</link>
      <description>Hello Dennis,&lt;BR /&gt;&lt;BR /&gt;Thanks it works as it is.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Neel</description>
      <pubDate>Mon, 16 Jun 2008 05:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202006#M91860</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-16T05:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202007#M91861</link>
      <description>&amp;gt;Thanks it works as it is.&lt;BR /&gt;&lt;BR /&gt;If you have gotten the answers you wanted, please read the following about assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Mon, 16 Jun 2008 12:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202007#M91861</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-16T12:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202008#M91862</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I got the following error:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __shlinit (code)  from /build/HP-UX_32bit/opt/lib/libembed.sl&lt;BR /&gt;&lt;BR /&gt;My conf:&lt;BR /&gt;% uname -a&lt;BR /&gt;HP-UX B.11.11 U 9000/800 109092009 unlimited-user license&lt;BR /&gt;% aCC -V&lt;BR /&gt;aCC: HP ANSI C++ B3910B A.03.57&lt;BR /&gt;&lt;BR /&gt;Any pointers/suggestion will be helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Neel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202008#M91862</guid>
      <dc:creator>Neel2</dc:creator>
      <dc:date>2008-06-19T06:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: aCC Compile Error 585</title>
      <link>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202009#M91863</link>
      <description>&amp;gt;I got the following error:&lt;BR /&gt;&amp;gt;dld.sl: Unresolved symbol: __shlinit (code) &lt;BR /&gt;&lt;BR /&gt;You need to create your own thread so you can assign points.  Especially for this different topic.</description>
      <pubDate>Thu, 19 Jun 2008 06:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/acc-compile-error-585/m-p/4202009#M91863</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-19T06:15:12Z</dc:date>
    </item>
  </channel>
</rss>

