<?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: Error &amp;quot;aCC runtime:&amp;quot;  while runing appication on HP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446752#M683003</link>
    <description>&amp;gt;Does the order in which the shared library is linked make any impact?&lt;BR /&gt;&lt;BR /&gt;Yes most definitely, if the leftmost one is bad, then it is more likely to happen.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;My module doesn't create any thread, so removed libpthread dependency from shlibs but the same error was coming&lt;BR /&gt;&lt;BR /&gt;You have to remove it from every stinkin' shlib.  Including Oracle?  You can use chatr(1) or ldd(1) to track them down.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I can't remove -Dvolatile= as my compilation was breaking.&lt;BR /&gt;&lt;BR /&gt;Then you need to fix the source, not add another kludge.  What's your error?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Removal /opt/aCC/include &amp;amp; include_std&lt;BR /&gt;&amp;gt;resulted in core from libxerces-c.sl.21&lt;BR /&gt;&lt;BR /&gt;Are these connected?  There shouldn't be any.  It just means there is a bad shlib to the left of libxerces-c.sl.21, in the binding order.</description>
    <pubDate>Wed, 01 Jul 2009 12:24:41 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-07-01T12:24:41Z</dc:date>
    <item>
      <title>Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446738#M682989</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am getting following error on HP.&lt;BR /&gt;&lt;BR /&gt;aCC runtime: Use of "-mt" must be consistent during both compilation and linking.&lt;BR /&gt;&lt;BR /&gt;ant it core giving:&lt;BR /&gt;#0  0xc020da50 in kill+0x10 () from /usr/lib/libc.2&lt;BR /&gt;&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0  0xc020da50 in kill+0x10 () from /usr/lib/libc.2&lt;BR /&gt;#1  0xc01a7f74 in raise+0x24 () from /usr/lib/libc.2&lt;BR /&gt;#2  0xc01e92c8 in abort_C+0x160 () from /usr/lib/libc.2&lt;BR /&gt;#3  0xc01e9324 in abort+0x1c () from /usr/lib/libc.2&lt;BR /&gt;#4  0xc0d83c68 in std::terminate+0x38 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#5  0xc0d84278 in ThrowException+0xc8 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#6  0xc0d847c8 in __throw__FPvT1+0x14c () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#7  0xc1780e94 in std::ios_base::setf+0x78 () from /usr/lib/libstd_v2.2&lt;BR /&gt;#8  0xc178095c in std::ios_base::Init::Init+0x1df0 () from /usr/lib/libstd_v2.2&lt;BR /&gt;#9  0xc1bf7fb8 in std::__sinit_auditbuf_cpp+0x28 () from /usr/lib/librwtool_v2.2&lt;BR /&gt;#10 0xc0d8627c in __shlInit+0x88 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#11 0xc1bf4a34 in _shlInit+0x20 () from /usr/lib/librwtool_v2.2&lt;BR /&gt;#12 0xc0d85ba8 in __shlinit+0xac () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#13 0xc0d881d4 in _main+0xd8 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;&lt;BR /&gt;Patch level of the build machine is:&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i aCC&lt;BR /&gt;  Accounting            B.11.11        Accounting     &lt;BR /&gt;  DirectAccess          B.11.00.11.02  Direct Access Runtime Shared Libraries &lt;BR /&gt;  PHCO_27009            1.0            acctdusg(1m) patch &lt;BR /&gt;  PHKL_28489            1.0            copyin EFAULT, LDCD access type &lt;BR /&gt;  PHSS_33945            1.0            HP aC++ -AA runtime libraries (aCC A.03.76) &lt;BR /&gt;  SUDO                  1.6.8p12.B01   Controlled and audited adminstrative access &lt;BR /&gt;&lt;BR /&gt;on test machine :&lt;BR /&gt;&lt;BR /&gt;&amp;gt; swlist -l product | grep -i aCC&lt;BR /&gt;  Accounting            B.11.11        Accounting     &lt;BR /&gt;  DirectAccess          B.11.00.06     Direct Access Runtime Shared Libraries &lt;BR /&gt;  PHCO_27009            1.0            acctdusg(1m) patch &lt;BR /&gt;  PHKL_28489            1.0            copyin EFAULT, LDCD access type &lt;BR /&gt;  PHSS_33946            1.0            HP aC++ -AA runtime libraries (aCC A.03.85) &lt;BR /&gt;&lt;BR /&gt;HP box :&lt;BR /&gt;uname -a&lt;BR /&gt;HP-UX hp11tst B.11.11 U 9000/800 1732048536 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anshuman</description>
      <pubDate>Thu, 25 Jun 2009 05:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446738#M682989</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-06-25T05:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446739#M682990</link>
      <description>This means what it says.  You have part of your application that isn't compiled with -mt.&lt;BR /&gt;You need to look for ALL aC++ objects, archives or shlibs, including third party ones.</description>
      <pubDate>Thu, 25 Jun 2009 06:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446739#M682990</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-25T06:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446740#M682991</link>
      <description>Thanks for the quick response.&lt;BR /&gt;&lt;BR /&gt;I have looked in to my binary with "footprints" and found that few of the thirdparty shared libs are not compiled with "mt" option.&lt;BR /&gt;&lt;BR /&gt;I can't change the thirdparty libs immediately .we will have to request them to build and provide us the new set.&lt;BR /&gt;&lt;BR /&gt;Currently we can remove the patches on HP box.&lt;BR /&gt;&lt;BR /&gt;What was the main patch which introduce this runtime check?We can remove the patch.&lt;BR /&gt;&lt;BR /&gt;(Because same thing was working on HP till few months back.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2009 09:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446740#M682991</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-06-25T09:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446741#M682992</link>
      <description>&amp;gt;What was the main patch which introduce this runtime check?  We can remove the patch.&lt;BR /&gt;&lt;BR /&gt;(Note: Your application was always illegal.)&lt;BR /&gt;&lt;BR /&gt;The check has been there always.  But a change in the aC++ runtime may have caused your illegal application to fail.  Most likely PHSS_33946.</description>
      <pubDate>Thu, 25 Jun 2009 09:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446741#M682992</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-25T09:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446742#M682993</link>
      <description>But the same binary (older version) , having few shared libs which are not compiled with mt option is working on the same setup setup .&lt;BR /&gt;&lt;BR /&gt;once i update my makefile to have shared libs:&lt;BR /&gt;&lt;BR /&gt;xcerces_c++ (no mt option found in footprints)&lt;BR /&gt;&lt;BR /&gt;xalan_c++ libs (no mt option found in footprints)&lt;BR /&gt;&lt;BR /&gt;easydom libs (compiled with mt option)-&lt;BR /&gt;footprints output:&lt;BR /&gt;mt                        [(off)      16]&lt;BR /&gt;&lt;BR /&gt;for my application binary &lt;BR /&gt;footprints output:&lt;BR /&gt;-mt                        [(off)     495]&lt;BR /&gt;&lt;BR /&gt;footprints  is unable to scan system library.&lt;BR /&gt;it fails.&lt;BR /&gt;&lt;BR /&gt;so i think its not due to the patch patch PHSS_33946.otherwise my older binary will also fail.&lt;BR /&gt;&lt;BR /&gt;Patch PHSS_33946 is applicable at the compile time or runtime?</description>
      <pubDate>Fri, 26 Jun 2009 05:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446742#M682993</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-06-26T05:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446743#M682994</link>
      <description>&amp;gt;But the same binary (older version), having few shared libs which are not compiled with -mt option is working on the same setup setup.&lt;BR /&gt;&lt;BR /&gt;You were just lucky.  Or don't need to lock those mutexes.  Or the uninitialized variable is zero&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I think it's not due to the patch PHSS_33946, otherwise my older binary will also fail.&lt;BR /&gt;&lt;BR /&gt;Does your older binary use -AA and iostream or string?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Patch PHSS_33946 is applicable at the compile time or runtime?&lt;BR /&gt;&lt;BR /&gt;The name says:&lt;BR /&gt;aC++ ... runtime libraries (aCC A.03.85)</description>
      <pubDate>Fri, 26 Jun 2009 08:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446743#M682994</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-26T08:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446744#M682995</link>
      <description>older and new binary both is compiled with -AA.&lt;BR /&gt;&lt;BR /&gt;yes binary uses iostream.</description>
      <pubDate>Fri, 26 Jun 2009 08:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446744#M682995</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-06-26T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446745#M682996</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Output of footprints on my binary clientmgrd:&lt;BR /&gt;&lt;BR /&gt;********************************************&lt;BR /&gt;Scanning bin/clientmgrd ...&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libeasydom.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libxerces-c.sl.21&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libxalan-c.sl&lt;BR /&gt;  Shared library: /usr/lib/libm.2 (system library - not scanned)&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndguisvr.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndscvrb.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndgw.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndtkit.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndvgm.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndoaba.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndcorex.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndsec.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndres.sl&lt;BR /&gt;  Shared library: /home/trv1/netexpert/netex622HP/Lib/libndcore.sl&lt;BR /&gt;  Shared library: /usr/lib/libX11.3 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libnsl.1 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libnsl_s.2 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libpthread.1 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libsec.2 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libdld.2 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/librwtool_v2.2 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libstd_v2.2 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libCsup_v2.2 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libcl.2 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libc.2 (system library - not scanned)&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  502&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    25-Jun-2009 07:41 UTC&lt;BR /&gt;Linker timestamp:             25-Jun-2009 07:41 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  1827.6K (text)  405.7K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [A.03.50/ANSI C++    4] [A.03.80/ANSI   48] [A.10.32/HPC  310] [A.11.01./HPC  137] [B11X.50/HPC    3]&lt;BR /&gt;architecture               [pa1.0     276] [pa1.1     175] [portable   51]&lt;BR /&gt;-O                         [00        138] [02        312] [default    52]&lt;BR /&gt;PBO                        [off       502]&lt;BR /&gt;-g                         [0          48] [1           2] [off       452]&lt;BR /&gt;debugopt                   [+O0         1] [+O4        49] [off       452]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [all         2] [const      52]&lt;BR /&gt;+eh                        [off         1]&lt;BR /&gt;-A                         [e         140]&lt;BR /&gt;-ansi_for_scope            [on         51]&lt;BR /&gt;-inline                    [1          52]&lt;BR /&gt;-koenig_lookup             [on         51]&lt;BR /&gt;-mt                        [(off)     495]&lt;BR /&gt;-pic                       [long      343]&lt;BR /&gt;-test                      [namesp     51]&lt;BR /&gt;aggressive                 [(off)     450]&lt;BR /&gt;all                        [(off)     450]&lt;BR /&gt;autopar                    [(off)     450]&lt;BR /&gt;cache_pad_common           [(off)     450]&lt;BR /&gt;clone                      [(off)       3]&lt;BR /&gt;conservative               [(off)     450]&lt;BR /&gt;data_prefetch              [(off)     450]&lt;BR /&gt;dynsel                     [(off)     140]&lt;BR /&gt;entrysched                 [(off)     450]&lt;BR /&gt;exemplar_model             [(on)      140]&lt;BR /&gt;extern                     [(on)      140]&lt;BR /&gt;fail_safe                  [(off)     138] [(on)      312]&lt;BR /&gt;fast/fastaccess            [(off)     450]&lt;BR /&gt;fltacc                     [(on)      450]&lt;BR /&gt;global_ptrs_unique         [(off)     450]&lt;BR /&gt;info                       [(off)     450]&lt;BR /&gt;initcheck                  [(on)      450]&lt;BR /&gt;inline                     [(off)     450]&lt;BR /&gt;kernel_threads             [(off)     140]&lt;BR /&gt;libcalls                   [(off)     450]&lt;BR /&gt;limit                      [(on)      450]&lt;BR /&gt;loop_block                 [(off)     140]&lt;BR /&gt;loop_transform             [(off)     450]&lt;BR /&gt;loop_unroll                [(off)     138] [(on)      312]&lt;BR /&gt;loop_unroll_jam            [(off)     140]&lt;BR /&gt;moveflops                  [(off)     138] [(on)      312]&lt;BR /&gt;multiprocessor             [(off)     140]&lt;BR /&gt;nodepar                    [(off)     140]&lt;BR /&gt;parallel                   [(off)     450]&lt;BR /&gt;parallel_env               [(off)     450]&lt;BR /&gt;parminit/pipeline          [(off)     138] [(on)      312]&lt;BR /&gt;parmsoverlap               [(on)      450]&lt;BR /&gt;procelim                   [(off)     450]&lt;BR /&gt;process_threads            [(off)     140]&lt;BR /&gt;promote_indirect_calls     [(off)     140]&lt;BR /&gt;ptrs_strongly_typed        [(off)     450]&lt;BR /&gt;ptrs_to_globals            [(on)      450]&lt;BR /&gt;regionsched                [(off)     450]&lt;BR /&gt;regreassoc                 [(on)      450]&lt;BR /&gt;report                     [(off)     140]&lt;BR /&gt;scheduler                  [1.0         1]&lt;BR /&gt;sharedgra                  [(on)      140]&lt;BR /&gt;signedpointers             [(off)     450]&lt;BR /&gt;size                       [(off)     450]&lt;BR /&gt;static_prediction          [(off)     450]&lt;BR /&gt;vectorize                  [(off)     450]&lt;BR /&gt;volatile                   [(off)     450]&lt;BR /&gt;whole_program_mode         [(off)     450]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libeasydom.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  16&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    25-Jun-2009 05:00 UTC&lt;BR /&gt;Linker timestamp:             25-Jun-2009 05:00 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  384.6K (text)  54.5K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [A.03.73/ANSI C++    1] [A.03.80/ANSI C++   15]&lt;BR /&gt;architecture               [pa1.1       1] [portable   15]&lt;BR /&gt;-O                         [02          1] [default    15]&lt;BR /&gt;PBO                        [off        16]&lt;BR /&gt;-g                         [off        16]&lt;BR /&gt;debugopt                   [off        16]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const      16]&lt;BR /&gt;-ansi_for_scope            [on         15]&lt;BR /&gt;-inline                    [1          15] [2           1]&lt;BR /&gt;-koenig_lookup             [on         15]&lt;BR /&gt;-mt                        [(off)      16]&lt;BR /&gt;-pic                       [long       16]&lt;BR /&gt;-test                      [namesp     15]&lt;BR /&gt;aggressive                 [(off)       1]&lt;BR /&gt;all                        [(off)       1]&lt;BR /&gt;autopar                    [(off)       1]&lt;BR /&gt;cache_pad_common           [(off)       1]&lt;BR /&gt;clone                      [(off)       1]&lt;BR /&gt;conservative               [(off)       1]&lt;BR /&gt;data_prefetch              [(off)       1]&lt;BR /&gt;dynsel                     [(off)       1]&lt;BR /&gt;entrysched                 [(off)       1]&lt;BR /&gt;exemplar_model             [(on)        1]&lt;BR /&gt;extern                     [(on)        1]&lt;BR /&gt;fail_safe                  [(on)        1]&lt;BR /&gt;fast/fastaccess            [(off)       1]&lt;BR /&gt;fltacc                     [(on)        1]&lt;BR /&gt;global_ptrs_unique         [(off)       1]&lt;BR /&gt;info                       [(off)       1]&lt;BR /&gt;initcheck                  [on          1]&lt;BR /&gt;inline                     [(off)       1]&lt;BR /&gt;kernel_threads             [(off)       1]&lt;BR /&gt;libcalls                   [(off)       1]&lt;BR /&gt;limit                      [off         1]&lt;BR /&gt;loop_block                 [(off)       1]&lt;BR /&gt;loop_transform             [(off)       1]&lt;BR /&gt;loop_unroll                [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)       1]&lt;BR /&gt;moveflops                  [(on)        1]&lt;BR /&gt;multiprocessor             [(off)       1]&lt;BR /&gt;nodepar                    [(off)       1]&lt;BR /&gt;parallel                   [(off)       1]&lt;BR /&gt;parallel_env               [(off)       1]&lt;BR /&gt;parminit/pipeline          [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)        1]&lt;BR /&gt;procelim                   [(off)       1]&lt;BR /&gt;process_threads            [(off)       1]&lt;BR /&gt;promote_indirect_calls     [(off)       1]&lt;BR /&gt;ptrs_strongly_typed        [(off)       1]&lt;BR /&gt;ptrs_to_globals            [(on)        1]&lt;BR /&gt;regionsched                [(off)       1]&lt;BR /&gt;regreassoc                 [(on)        1]&lt;BR /&gt;report                     [(off)       1]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)        1]&lt;BR /&gt;signedpointers             [(off)       1]&lt;BR /&gt;size                       [(off)       1]&lt;BR /&gt;static_prediction          [(off)       1]&lt;BR /&gt;vectorize                  [(off)       1]&lt;BR /&gt;volatile                   [(off)       1]&lt;BR /&gt;whole_program_mode         [(off)       1]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libxerces-c.sl.21 ...&lt;BR /&gt;  Shared library: /usr/lib/libpthread.1 (system library - not scanned)&lt;BR /&gt;  Shared library: /usr/lib/libnsl.1 (system library - not scanned)&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  285&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    26-Feb-2004 20:26 UTC&lt;BR /&gt;Linker timestamp:             26-Feb-2004 20:26 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  3356.2K (text)  823.1K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [A.03.50/ANSI C++  284] [X.03.37./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.1       1] [portable  284]&lt;BR /&gt;-O                         [02        285]&lt;BR /&gt;PBO                        [off       285]&lt;BR /&gt;-g                         [off       285]&lt;BR /&gt;debugopt                   [off       285]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const     285]&lt;BR /&gt;-ansi_for_scope            [on        284]&lt;BR /&gt;-inline                    [2         285]&lt;BR /&gt;-koenig_lookup             [on        284]&lt;BR /&gt;-pic                       [long      285]&lt;BR /&gt;-test                      [namesp    284]&lt;BR /&gt;aggressive                 [(off)     285]&lt;BR /&gt;all                        [(off)     285]&lt;BR /&gt;autopar                    [(off)     285]&lt;BR /&gt;cache_pad_common           [(off)     285]&lt;BR /&gt;clone                      [(off)     284]&lt;BR /&gt;conservative               [(off)     285]&lt;BR /&gt;data_prefetch              [(off)     285]&lt;BR /&gt;dynsel                     [(off)     285]&lt;BR /&gt;entrysched                 [(off)     285]&lt;BR /&gt;exemplar_model             [(on)      285]&lt;BR /&gt;extern                     [(on)      285]&lt;BR /&gt;fail_safe                  [(on)      285]&lt;BR /&gt;fast/fastaccess            [(off)     285]&lt;BR /&gt;fltacc                     [(on)      285]&lt;BR /&gt;global_ptrs_unique         [(off)     285]&lt;BR /&gt;info                       [(off)     285]&lt;BR /&gt;initcheck                  [(on)      284] [on          1]&lt;BR /&gt;inline                     [(off)     285]&lt;BR /&gt;kernel_threads             [(off)     285]&lt;BR /&gt;libcalls                   [(off)     285]&lt;BR /&gt;limit                      [(on)      284] [off         1]&lt;BR /&gt;loop_block                 [(off)     285]&lt;BR /&gt;loop_transform             [(off)     285]&lt;BR /&gt;loop_unroll                [(on)      285]&lt;BR /&gt;loop_unroll_jam            [(off)     285]&lt;BR /&gt;moveflops                  [(on)      285]&lt;BR /&gt;multiprocessor             [(off)     285]&lt;BR /&gt;nodepar                    [(off)     285]&lt;BR /&gt;parallel                   [(off)     285]&lt;BR /&gt;parallel_env               [(off)     285]&lt;BR /&gt;parminit/pipeline          [(on)      285]&lt;BR /&gt;parmsoverlap               [(on)      285]&lt;BR /&gt;procelim                   [(off)     285]&lt;BR /&gt;process_threads            [(off)     285]&lt;BR /&gt;promote_indirect_calls     [(off)     285]&lt;BR /&gt;ptrs_strongly_typed        [(off)     285]&lt;BR /&gt;ptrs_to_globals            [(on)      285]&lt;BR /&gt;regionsched                [(off)     285]&lt;BR /&gt;regreassoc                 [(on)      285]&lt;BR /&gt;report                     [(off)     285]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)      285]&lt;BR /&gt;signedpointers             [(off)     285]&lt;BR /&gt;size                       [(off)     285]&lt;BR /&gt;static_prediction          [(off)     285]&lt;BR /&gt;vectorize                  [(off)     285]&lt;BR /&gt;volatile                   [(off)     285]&lt;BR /&gt;whole_program_mode         [(off)     285]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libxalan-c.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  336&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    26-Feb-2004 20:04 UTC&lt;BR /&gt;Linker timestamp:             26-Feb-2004 20:04 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  6089.9K (text)  681.7K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [A.03.50/ANSI C++  335] [X.03.37./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.1       1] [portable  335]&lt;BR /&gt;-O                         [02        336]&lt;BR /&gt;PBO                        [off       336]&lt;BR /&gt;-g                         [off       336]&lt;BR /&gt;debugopt                   [off       336]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const     336]&lt;BR /&gt;-ansi_for_scope            [on        335]&lt;BR /&gt;-inline                    [2         336]&lt;BR /&gt;-koenig_lookup             [on        335]&lt;BR /&gt;-pic                       [long      336]&lt;BR /&gt;-test                      [namesp    335]&lt;BR /&gt;aggressive                 [(off)     336]&lt;BR /&gt;all                        [(off)     336]&lt;BR /&gt;autopar                    [(off)     336]&lt;BR /&gt;cache_pad_common           [(off)     336]&lt;BR /&gt;clone                      [(off)     335]&lt;BR /&gt;conservative               [(off)     336]&lt;BR /&gt;data_prefetch              [(off)     336]&lt;BR /&gt;dynsel                     [(off)     336]&lt;BR /&gt;entrysched                 [(off)     336]&lt;BR /&gt;exemplar_model             [(on)      336]&lt;BR /&gt;extern                     [(on)      336]&lt;BR /&gt;fail_safe                  [(on)      336]&lt;BR /&gt;fast/fastaccess            [(off)     336]&lt;BR /&gt;fltacc                     [(on)      336]&lt;BR /&gt;global_ptrs_unique         [(off)     336]&lt;BR /&gt;info                       [(off)     336]&lt;BR /&gt;initcheck                  [(on)      335] [on          1]&lt;BR /&gt;inline                     [(off)     336]&lt;BR /&gt;kernel_threads             [(off)     336]&lt;BR /&gt;libcalls                   [(off)     336]&lt;BR /&gt;limit                      [(on)      335] [off         1]&lt;BR /&gt;loop_block                 [(off)     336]&lt;BR /&gt;loop_transform             [(off)     336]&lt;BR /&gt;loop_unroll                [(on)      336]&lt;BR /&gt;loop_unroll_jam            [(off)     336]&lt;BR /&gt;moveflops                  [(on)      336]&lt;BR /&gt;multiprocessor             [(off)     336]&lt;BR /&gt;nodepar                    [(off)     336]&lt;BR /&gt;parallel                   [(off)     336]&lt;BR /&gt;parallel_env               [(off)     336]&lt;BR /&gt;parminit/pipeline          [(on)      336]&lt;BR /&gt;parmsoverlap               [(on)      336]&lt;BR /&gt;procelim                   [(off)     336]&lt;BR /&gt;process_threads            [(off)     336]&lt;BR /&gt;promote_indirect_calls     [(off)     336]&lt;BR /&gt;ptrs_strongly_typed        [(off)     336]&lt;BR /&gt;ptrs_to_globals            [(on)      336]&lt;BR /&gt;regionsched                [(off)     336]&lt;BR /&gt;regreassoc                 [(on)      336]&lt;BR /&gt;report                     [(off)     336]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)      336]&lt;BR /&gt;signedpointers             [(off)     336]&lt;BR /&gt;size                       [(off)     336]&lt;BR /&gt;static_prediction          [(off)     336]&lt;BR /&gt;vectorize                  [(off)     336]&lt;BR /&gt;volatile                   [(off)     336]&lt;BR /&gt;whole_program_mode         [(off)     336]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndguisvr.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  76&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:19 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 14:39 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  826.9K (text)  50.1K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [A.03.37/ANSI C++   75] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.1      76]&lt;BR /&gt;-O                         [01         75] [02          1]&lt;BR /&gt;PBO                        [off        76]&lt;BR /&gt;-g                         [off        76]&lt;BR /&gt;debugopt                   [off        76]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const      76]&lt;BR /&gt;-inline                    [1          75] [2           1]&lt;BR /&gt;-pic                       [long       76]&lt;BR /&gt;aggressive                 [(off)      76]&lt;BR /&gt;all                        [(off)      76]&lt;BR /&gt;autopar                    [(off)      76]&lt;BR /&gt;cache_pad_common           [(off)      76]&lt;BR /&gt;conservative               [(off)      76]&lt;BR /&gt;data_prefetch              [(off)      76]&lt;BR /&gt;dynsel                     [(off)      76]&lt;BR /&gt;entrysched                 [(off)      76]&lt;BR /&gt;exemplar_model             [(on)       76]&lt;BR /&gt;extern                     [(on)       76]&lt;BR /&gt;fail_safe                  [(on)       76]&lt;BR /&gt;fast/fastaccess            [(off)      76]&lt;BR /&gt;fltacc                     [(on)       76]&lt;BR /&gt;global_ptrs_unique         [(off)      76]&lt;BR /&gt;info                       [(off)      76]&lt;BR /&gt;initcheck                  [(on)       75] [on          1]&lt;BR /&gt;inline                     [(off)      76]&lt;BR /&gt;kernel_threads             [(off)      76]&lt;BR /&gt;libcalls                   [(off)      76]&lt;BR /&gt;limit                      [(on)       75] [off         1]&lt;BR /&gt;loop_block                 [(off)      76]&lt;BR /&gt;loop_transform             [(off)      76]&lt;BR /&gt;loop_unroll                [(off)      75] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)      76]&lt;BR /&gt;moveflops                  [(off)      75] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)      76]&lt;BR /&gt;nodepar                    [(off)      76]&lt;BR /&gt;parallel                   [(off)      76]&lt;BR /&gt;parallel_env               [(off)      76]&lt;BR /&gt;parminit/pipeline          [(off)      75] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)       76]&lt;BR /&gt;procelim                   [(off)      76]&lt;BR /&gt;process_threads            [(off)      76]&lt;BR /&gt;promote_indirect_calls     [(off)      76]&lt;BR /&gt;ptrs_strongly_typed        [(off)      76]&lt;BR /&gt;ptrs_to_globals            [(on)       76]&lt;BR /&gt;regionsched                [(off)      76]&lt;BR /&gt;regreassoc                 [(on)       76]&lt;BR /&gt;report                     [(off)      76]&lt;BR /&gt;scheduler                  [1.0        75] [2.0         1]&lt;BR /&gt;sharedgra                  [(on)       76]&lt;BR /&gt;signedpointers             [(off)      76]&lt;BR /&gt;size                       [(off)      76]&lt;BR /&gt;static_prediction          [(off)      76]&lt;BR /&gt;vectorize                  [(off)      76]&lt;BR /&gt;volatile                   [(off)      76]&lt;BR /&gt;whole_program_mode         [(off)      76]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndscvrb.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  27&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:14 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 14:39 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  78.1K (text)  23.0K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [B111106/HPC   26] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.0      26] [pa1.1       1]&lt;BR /&gt;-O                         [01         26] [02          1]&lt;BR /&gt;PBO                        [off        27]&lt;BR /&gt;-g                         [off        27]&lt;BR /&gt;debugopt                   [off        27]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const      27]&lt;BR /&gt;-A                         [e          26]&lt;BR /&gt;-inline                    [2           1]&lt;BR /&gt;-pic                       [long       27]&lt;BR /&gt;aggressive                 [(off)      27]&lt;BR /&gt;all                        [(off)      27]&lt;BR /&gt;autopar                    [(off)      27]&lt;BR /&gt;cache_pad_common           [(off)      27]&lt;BR /&gt;conservative               [(off)      27]&lt;BR /&gt;data_prefetch              [(off)      27]&lt;BR /&gt;dynsel                     [(off)      27]&lt;BR /&gt;entrysched                 [(off)      27]&lt;BR /&gt;exemplar_model             [(on)       27]&lt;BR /&gt;extern                     [(on)       27]&lt;BR /&gt;fail_safe                  [(on)       27]&lt;BR /&gt;fast/fastaccess            [(off)      27]&lt;BR /&gt;fltacc                     [(on)       27]&lt;BR /&gt;global_ptrs_unique         [(off)      27]&lt;BR /&gt;info                       [(off)      27]&lt;BR /&gt;initcheck                  [(on)       26] [on          1]&lt;BR /&gt;inline                     [(off)      27]&lt;BR /&gt;kernel_threads             [(off)      27]&lt;BR /&gt;libcalls                   [(off)      27]&lt;BR /&gt;limit                      [(on)       26] [off         1]&lt;BR /&gt;loop_block                 [(off)      27]&lt;BR /&gt;loop_transform             [(off)      27]&lt;BR /&gt;loop_unroll                [(off)      26] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)      27]&lt;BR /&gt;moveflops                  [(off)      26] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)      27]&lt;BR /&gt;nodepar                    [(off)      27]&lt;BR /&gt;parallel                   [(off)      27]&lt;BR /&gt;parallel_env               [(off)      27]&lt;BR /&gt;parminit/pipeline          [(off)      26] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)       27]&lt;BR /&gt;procelim                   [(off)      27]&lt;BR /&gt;process_threads            [(off)      27]&lt;BR /&gt;promote_indirect_calls     [(off)      27]&lt;BR /&gt;ptrs_strongly_typed        [(off)      27]&lt;BR /&gt;ptrs_to_globals            [(on)       27]&lt;BR /&gt;regionsched                [(off)      27]&lt;BR /&gt;regreassoc                 [(on)       27]&lt;BR /&gt;report                     [(off)      27]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)       27]&lt;BR /&gt;signedpointers             [(off)      27]&lt;BR /&gt;size                       [(off)      27]&lt;BR /&gt;static_prediction          [(off)      27]&lt;BR /&gt;vectorize                  [(off)      27]&lt;BR /&gt;volatile                   [(off)      27]&lt;BR /&gt;whole_program_mode         [(off)      27]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndgw.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  54&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:13 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 14:35 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  635.9K (text)  20.3K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [A.03.37/ANSI C++    1] [B111106/HPC   52] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.0      52] [pa1.1       2]&lt;BR /&gt;-O                         [01         53] [02          1]&lt;BR /&gt;PBO                        [off        54]&lt;BR /&gt;-g                         [off        54]&lt;BR /&gt;debugopt                   [off        54]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const      54]&lt;BR /&gt;-A                         [e          52]&lt;BR /&gt;-inline                    [1           1] [2           1]&lt;BR /&gt;-pic                       [long       54]&lt;BR /&gt;aggressive                 [(off)      54]&lt;BR /&gt;all                        [(off)      54]&lt;BR /&gt;autopar                    [(off)      54]&lt;BR /&gt;cache_pad_common           [(off)      54]&lt;BR /&gt;conservative               [(off)      54]&lt;BR /&gt;data_prefetch              [(off)      54]&lt;BR /&gt;dynsel                     [(off)      54]&lt;BR /&gt;entrysched                 [(off)      54]&lt;BR /&gt;exemplar_model             [(on)       54]&lt;BR /&gt;extern                     [(on)       54]&lt;BR /&gt;fail_safe                  [(on)       54]&lt;BR /&gt;fast/fastaccess            [(off)      54]&lt;BR /&gt;fltacc                     [(on)       54]&lt;BR /&gt;global_ptrs_unique         [(off)      54]&lt;BR /&gt;info                       [(off)      54]&lt;BR /&gt;initcheck                  [(on)       53] [on          1]&lt;BR /&gt;inline                     [(off)      54]&lt;BR /&gt;kernel_threads             [(off)      54]&lt;BR /&gt;libcalls                   [(off)      54]&lt;BR /&gt;limit                      [(on)       53] [off         1]&lt;BR /&gt;loop_block                 [(off)      54]&lt;BR /&gt;loop_transform             [(off)      54]&lt;BR /&gt;loop_unroll                [(off)      53] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)      54]&lt;BR /&gt;moveflops                  [(off)      53] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)      54]&lt;BR /&gt;nodepar                    [(off)      54]&lt;BR /&gt;parallel                   [(off)      54]&lt;BR /&gt;parallel_env               [(off)      54]&lt;BR /&gt;parminit/pipeline          [(off)      53] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)       54]&lt;BR /&gt;procelim                   [(off)      54]&lt;BR /&gt;process_threads            [(off)      54]&lt;BR /&gt;promote_indirect_calls     [(off)      54]&lt;BR /&gt;ptrs_strongly_typed        [(off)      54]&lt;BR /&gt;ptrs_to_globals            [(on)       54]&lt;BR /&gt;regionsched                [(off)      54]&lt;BR /&gt;regreassoc                 [(on)       54]&lt;BR /&gt;report                     [(off)      54]&lt;BR /&gt;scheduler                  [1.0         1] [2.0         1]&lt;BR /&gt;sharedgra                  [(on)       54]&lt;BR /&gt;signedpointers             [(off)      54]&lt;BR /&gt;size                       [(off)      54]&lt;BR /&gt;static_prediction          [(off)      54]&lt;BR /&gt;vectorize                  [(off)      54]&lt;BR /&gt;volatile                   [(off)      54]&lt;BR /&gt;whole_program_mode         [(off)      54]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndtkit.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  145&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:12 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 14:35 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  1608.9K (text)  52.2K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [B111106/HPC  144] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.0     144] [pa1.1       1]&lt;BR /&gt;-O                         [01        144] [02          1]&lt;BR /&gt;PBO                        [off       145]&lt;BR /&gt;-g                         [off       145]&lt;BR /&gt;debugopt                   [off       145]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const     145]&lt;BR /&gt;-A                         [e         144]&lt;BR /&gt;-inline                    [2           1]&lt;BR /&gt;-pic                       [long      145]&lt;BR /&gt;aggressive                 [(off)     145]&lt;BR /&gt;all                        [(off)     145]&lt;BR /&gt;autopar                    [(off)     145]&lt;BR /&gt;cache_pad_common           [(off)     145]&lt;BR /&gt;conservative               [(off)     145]&lt;BR /&gt;data_prefetch              [(off)     145]&lt;BR /&gt;dynsel                     [(off)     145]&lt;BR /&gt;entrysched                 [(off)     145]&lt;BR /&gt;exemplar_model             [(on)      145]&lt;BR /&gt;extern                     [(on)      145]&lt;BR /&gt;fail_safe                  [(on)      145]&lt;BR /&gt;fast/fastaccess            [(off)     145]&lt;BR /&gt;fltacc                     [(on)      145]&lt;BR /&gt;global_ptrs_unique         [(off)     145]&lt;BR /&gt;info                       [(off)     145]&lt;BR /&gt;initcheck                  [(on)      144] [on          1]&lt;BR /&gt;inline                     [(off)     145]&lt;BR /&gt;kernel_threads             [(off)     145]&lt;BR /&gt;libcalls                   [(off)     145]&lt;BR /&gt;limit                      [(on)      144] [off         1]&lt;BR /&gt;loop_block                 [(off)     145]&lt;BR /&gt;loop_transform             [(off)     145]&lt;BR /&gt;loop_unroll                [(off)     144] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)     145]&lt;BR /&gt;moveflops                  [(off)     144] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)     145]&lt;BR /&gt;nodepar                    [(off)     145]&lt;BR /&gt;parallel                   [(off)     145]&lt;BR /&gt;parallel_env               [(off)     145]&lt;BR /&gt;parminit/pipeline          [(off)     144] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)      145]&lt;BR /&gt;procelim                   [(off)     145]&lt;BR /&gt;process_threads            [(off)     145]&lt;BR /&gt;promote_indirect_calls     [(off)     145]&lt;BR /&gt;ptrs_strongly_typed        [(off)     145]&lt;BR /&gt;ptrs_to_globals            [(on)      145]&lt;BR /&gt;regionsched                [(off)     145]&lt;BR /&gt;regreassoc                 [(on)      145]&lt;BR /&gt;report                     [(off)     145]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)      145]&lt;BR /&gt;signedpointers             [(off)     145]&lt;BR /&gt;size                       [(off)     145]&lt;BR /&gt;static_prediction          [(off)     145]&lt;BR /&gt;vectorize                  [(off)     145]&lt;BR /&gt;volatile                   [(off)     145]&lt;BR /&gt;whole_program_mode         [(off)     145]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndvgm.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  108&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:10 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 14:35 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  1329.3K (text)  9824.1K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [B111106/HPC  107] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.0     107] [pa1.1       1]&lt;BR /&gt;-O                         [01        107] [02          1]&lt;BR /&gt;PBO                        [off       108]&lt;BR /&gt;-g                         [off       108]&lt;BR /&gt;debugopt                   [off       108]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const     108]&lt;BR /&gt;-A                         [e         107]&lt;BR /&gt;-inline                    [2           1]&lt;BR /&gt;-pic                       [long      108]&lt;BR /&gt;aggressive                 [(off)     108]&lt;BR /&gt;all                        [(off)     108]&lt;BR /&gt;autopar                    [(off)     108]&lt;BR /&gt;cache_pad_common           [(off)     108]&lt;BR /&gt;conservative               [(off)     108]&lt;BR /&gt;data_prefetch              [(off)     108]&lt;BR /&gt;dynsel                     [(off)     108]&lt;BR /&gt;entrysched                 [(off)     108]&lt;BR /&gt;exemplar_model             [(on)      108]&lt;BR /&gt;extern                     [(on)      108]&lt;BR /&gt;fail_safe                  [(on)      108]&lt;BR /&gt;fast/fastaccess            [(off)     108]&lt;BR /&gt;fltacc                     [(on)      108]&lt;BR /&gt;global_ptrs_unique         [(off)     108]&lt;BR /&gt;info                       [(off)     108]&lt;BR /&gt;initcheck                  [(on)      107] [on          1]&lt;BR /&gt;inline                     [(off)     108]&lt;BR /&gt;kernel_threads             [(off)     108]&lt;BR /&gt;libcalls                   [(off)     108]&lt;BR /&gt;limit                      [(on)      107] [off         1]&lt;BR /&gt;loop_block                 [(off)     108]&lt;BR /&gt;loop_transform             [(off)     108]&lt;BR /&gt;loop_unroll                [(off)     107] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)     108]&lt;BR /&gt;moveflops                  [(off)     107] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)     108]&lt;BR /&gt;nodepar                    [(off)     108]&lt;BR /&gt;parallel                   [(off)     108]&lt;BR /&gt;parallel_env               [(off)     108]&lt;BR /&gt;parminit/pipeline          [(off)     107] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)      108]&lt;BR /&gt;procelim                   [(off)     108]&lt;BR /&gt;process_threads            [(off)     108]&lt;BR /&gt;promote_indirect_calls     [(off)     108]&lt;BR /&gt;ptrs_strongly_typed        [(off)     108]&lt;BR /&gt;ptrs_to_globals            [(on)      108]&lt;BR /&gt;regionsched                [(off)     108]&lt;BR /&gt;regreassoc                 [(on)      108]&lt;BR /&gt;report                     [(off)     108]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)      108]&lt;BR /&gt;signedpointers             [(off)     108]&lt;BR /&gt;size                       [(off)     108]&lt;BR /&gt;static_prediction          [(off)     108]&lt;BR /&gt;vectorize                  [(off)     108]&lt;BR /&gt;volatile                   [(off)     108]&lt;BR /&gt;whole_program_mode         [(off)     108]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndoaba.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  16&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:06 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 14:38 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  357.5K (text)  14.2K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [A.03.37/ANSI C++   15] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.1      16]&lt;BR /&gt;-O                         [01         15] [02          1]&lt;BR /&gt;PBO                        [off        16]&lt;BR /&gt;-g                         [off        16]&lt;BR /&gt;debugopt                   [off        16]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const      16]&lt;BR /&gt;-inline                    [1          15] [2           1]&lt;BR /&gt;-pic                       [long       16]&lt;BR /&gt;aggressive                 [(off)      16]&lt;BR /&gt;all                        [(off)      16]&lt;BR /&gt;autopar                    [(off)      16]&lt;BR /&gt;cache_pad_common           [(off)      16]&lt;BR /&gt;conservative               [(off)      16]&lt;BR /&gt;data_prefetch              [(off)      16]&lt;BR /&gt;dynsel                     [(off)      16]&lt;BR /&gt;entrysched                 [(off)      16]&lt;BR /&gt;exemplar_model             [(on)       16]&lt;BR /&gt;extern                     [(on)       16]&lt;BR /&gt;fail_safe                  [(on)       16]&lt;BR /&gt;fast/fastaccess            [(off)      16]&lt;BR /&gt;fltacc                     [(on)       16]&lt;BR /&gt;global_ptrs_unique         [(off)      16]&lt;BR /&gt;info                       [(off)      16]&lt;BR /&gt;initcheck                  [(on)       15] [on          1]&lt;BR /&gt;inline                     [(off)      16]&lt;BR /&gt;kernel_threads             [(off)      16]&lt;BR /&gt;libcalls                   [(off)      16]&lt;BR /&gt;limit                      [(on)       15] [off         1]&lt;BR /&gt;loop_block                 [(off)      16]&lt;BR /&gt;loop_transform             [(off)      16]&lt;BR /&gt;loop_unroll                [(off)      15] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)      16]&lt;BR /&gt;moveflops                  [(off)      15] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)      16]&lt;BR /&gt;nodepar                    [(off)      16]&lt;BR /&gt;parallel                   [(off)      16]&lt;BR /&gt;parallel_env               [(off)      16]&lt;BR /&gt;parminit/pipeline          [(off)      15] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)       16]&lt;BR /&gt;procelim                   [(off)      16]&lt;BR /&gt;process_threads            [(off)      16]&lt;BR /&gt;promote_indirect_calls     [(off)      16]&lt;BR /&gt;ptrs_strongly_typed        [(off)      16]&lt;BR /&gt;ptrs_to_globals            [(on)       16]&lt;BR /&gt;regionsched                [(off)      16]&lt;BR /&gt;regreassoc                 [(on)       16]&lt;BR /&gt;report                     [(off)      16]&lt;BR /&gt;scheduler                  [1.0        15] [2.0         1]&lt;BR /&gt;sharedgra                  [(on)       16]&lt;BR /&gt;signedpointers             [(off)      16]&lt;BR /&gt;size                       [(off)      16]&lt;BR /&gt;static_prediction          [(off)      16]&lt;BR /&gt;vectorize                  [(off)      16]&lt;BR /&gt;volatile                   [(off)      16]&lt;BR /&gt;whole_program_mode         [(off)      16]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndcorex.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  18&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  21-Jul-2000 16:05 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:06 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 14:35 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  118.3K (text)  5.0K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [A.03.37/ANSI C++   17] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.1      18]&lt;BR /&gt;-O                         [01         17] [02          1]&lt;BR /&gt;PBO                        [off        18]&lt;BR /&gt;-g                         [off        18]&lt;BR /&gt;debugopt                   [off        18]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const      18]&lt;BR /&gt;-inline                    [1          17] [2           1]&lt;BR /&gt;-pic                       [long       18]&lt;BR /&gt;aggressive                 [(off)      18]&lt;BR /&gt;all                        [(off)      18]&lt;BR /&gt;autopar                    [(off)      18]&lt;BR /&gt;cache_pad_common           [(off)      18]&lt;BR /&gt;conservative               [(off)      18]&lt;BR /&gt;data_prefetch              [(off)      18]&lt;BR /&gt;dynsel                     [(off)      18]&lt;BR /&gt;entrysched                 [(off)      18]&lt;BR /&gt;exemplar_model             [(on)       18]&lt;BR /&gt;extern                     [(on)       18]&lt;BR /&gt;fail_safe                  [(on)       18]&lt;BR /&gt;fast/fastaccess            [(off)      18]&lt;BR /&gt;fltacc                     [(on)       18]&lt;BR /&gt;global_ptrs_unique         [(off)      18]&lt;BR /&gt;info                       [(off)      18]&lt;BR /&gt;initcheck                  [(on)       17] [on          1]&lt;BR /&gt;inline                     [(off)      18]&lt;BR /&gt;kernel_threads             [(off)      18]&lt;BR /&gt;libcalls                   [(off)      18]&lt;BR /&gt;limit                      [(on)       17] [off         1]&lt;BR /&gt;loop_block                 [(off)      18]&lt;BR /&gt;loop_transform             [(off)      18]&lt;BR /&gt;loop_unroll                [(off)      17] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)      18]&lt;BR /&gt;moveflops                  [(off)      17] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)      18]&lt;BR /&gt;nodepar                    [(off)      18]&lt;BR /&gt;parallel                   [(off)      18]&lt;BR /&gt;parallel_env               [(off)      18]&lt;BR /&gt;parminit/pipeline          [(off)      17] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)       18]&lt;BR /&gt;procelim                   [(off)      18]&lt;BR /&gt;process_threads            [(off)      18]&lt;BR /&gt;promote_indirect_calls     [(off)      18]&lt;BR /&gt;ptrs_strongly_typed        [(off)      18]&lt;BR /&gt;ptrs_to_globals            [(on)       18]&lt;BR /&gt;regionsched                [(off)      18]&lt;BR /&gt;regreassoc                 [(on)       18]&lt;BR /&gt;report                     [(off)      18]&lt;BR /&gt;scheduler                  [1.0        17] [2.0         1]&lt;BR /&gt;sharedgra                  [(on)       18]&lt;BR /&gt;signedpointers             [(off)      18]&lt;BR /&gt;size                       [(off)      18]&lt;BR /&gt;static_prediction          [(off)      18]&lt;BR /&gt;vectorize                  [(off)      18]&lt;BR /&gt;volatile                   [(off)      18]&lt;BR /&gt;whole_program_mode         [(off)      18]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndsec.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  58&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  09-May-1995 00:07 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:07 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 13:14 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  161.0K (text)  11.3K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [02.01/C Compiler   55] [B111106/HPC    2] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.0       2] [pa1.1      56]&lt;BR /&gt;-O                         [01          2] [02          1] [default    55]&lt;BR /&gt;PBO                        [off        58]&lt;BR /&gt;-g                         [off        58]&lt;BR /&gt;debugopt                   [off        58]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const       3]&lt;BR /&gt;-A                         [e           2]&lt;BR /&gt;-inline                    [2           1]&lt;BR /&gt;-pic                       [long        3]&lt;BR /&gt;aggressive                 [(off)       3]&lt;BR /&gt;all                        [(off)       3]&lt;BR /&gt;autopar                    [(off)       3]&lt;BR /&gt;cache_pad_common           [(off)       3]&lt;BR /&gt;conservative               [(off)       3]&lt;BR /&gt;data_prefetch              [(off)       3]&lt;BR /&gt;dynsel                     [(off)       3]&lt;BR /&gt;entrysched                 [(off)       3]&lt;BR /&gt;exemplar_model             [(on)        3]&lt;BR /&gt;extern                     [(on)        3]&lt;BR /&gt;fail_safe                  [(on)        3]&lt;BR /&gt;fast/fastaccess            [(off)       3]&lt;BR /&gt;fltacc                     [(on)        3]&lt;BR /&gt;global_ptrs_unique         [(off)       3]&lt;BR /&gt;info                       [(off)       3]&lt;BR /&gt;initcheck                  [(on)        2] [on          1]&lt;BR /&gt;inline                     [(off)       3]&lt;BR /&gt;kernel_threads             [(off)       3]&lt;BR /&gt;libcalls                   [(off)       3]&lt;BR /&gt;limit                      [(on)        2] [off         1]&lt;BR /&gt;loop_block                 [(off)       3]&lt;BR /&gt;loop_transform             [(off)       3]&lt;BR /&gt;loop_unroll                [(off)       2] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)       3]&lt;BR /&gt;moveflops                  [(off)       2] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)       3]&lt;BR /&gt;nodepar                    [(off)       3]&lt;BR /&gt;parallel                   [(off)       3]&lt;BR /&gt;parallel_env               [(off)       3]&lt;BR /&gt;parminit/pipeline          [(off)       2] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)        3]&lt;BR /&gt;procelim                   [(off)       3]&lt;BR /&gt;process_threads            [(off)       3]&lt;BR /&gt;promote_indirect_calls     [(off)       3]&lt;BR /&gt;ptrs_strongly_typed        [(off)       3]&lt;BR /&gt;ptrs_to_globals            [(on)        3]&lt;BR /&gt;regionsched                [(off)       3]&lt;BR /&gt;regreassoc                 [(on)        3]&lt;BR /&gt;report                     [(off)       3]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)        3]&lt;BR /&gt;signedpointers             [(off)       3]&lt;BR /&gt;size                       [(off)       3]&lt;BR /&gt;static_prediction          [(off)       3]&lt;BR /&gt;vectorize                  [(off)       3]&lt;BR /&gt;volatile                   [(off)       3]&lt;BR /&gt;whole_program_mode         [(off)       3]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndres.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  73&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  09-May-1995 00:07 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:06 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 13:14 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  555.8K (text)  20.8K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [B111106/HPC   72] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.0      72] [pa1.1       1]&lt;BR /&gt;-O                         [01         72] [02          1]&lt;BR /&gt;PBO                        [off        73]&lt;BR /&gt;-g                         [off        73]&lt;BR /&gt;debugopt                   [off        73]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const      73]&lt;BR /&gt;-A                         [e          72]&lt;BR /&gt;-inline                    [2           1]&lt;BR /&gt;-pic                       [long       73]&lt;BR /&gt;aggressive                 [(off)      73]&lt;BR /&gt;all                        [(off)      73]&lt;BR /&gt;autopar                    [(off)      73]&lt;BR /&gt;cache_pad_common           [(off)      73]&lt;BR /&gt;conservative               [(off)      73]&lt;BR /&gt;data_prefetch              [(off)      73]&lt;BR /&gt;dynsel                     [(off)      73]&lt;BR /&gt;entrysched                 [(off)      73]&lt;BR /&gt;exemplar_model             [(on)       73]&lt;BR /&gt;extern                     [(on)       73]&lt;BR /&gt;fail_safe                  [(on)       73]&lt;BR /&gt;fast/fastaccess            [(off)      73]&lt;BR /&gt;fltacc                     [(on)       73]&lt;BR /&gt;global_ptrs_unique         [(off)      73]&lt;BR /&gt;info                       [(off)      73]&lt;BR /&gt;initcheck                  [(on)       72] [on          1]&lt;BR /&gt;inline                     [(off)      73]&lt;BR /&gt;kernel_threads             [(off)      73]&lt;BR /&gt;libcalls                   [(off)      73]&lt;BR /&gt;limit                      [(on)       72] [off         1]&lt;BR /&gt;loop_block                 [(off)      73]&lt;BR /&gt;loop_transform             [(off)      73]&lt;BR /&gt;loop_unroll                [(off)      72] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)      73]&lt;BR /&gt;moveflops                  [(off)      72] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)      73]&lt;BR /&gt;nodepar                    [(off)      73]&lt;BR /&gt;parallel                   [(off)      73]&lt;BR /&gt;parallel_env               [(off)      73]&lt;BR /&gt;parminit/pipeline          [(off)      72] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)       73]&lt;BR /&gt;procelim                   [(off)      73]&lt;BR /&gt;process_threads            [(off)      73]&lt;BR /&gt;promote_indirect_calls     [(off)      73]&lt;BR /&gt;ptrs_strongly_typed        [(off)      73]&lt;BR /&gt;ptrs_to_globals            [(on)       73]&lt;BR /&gt;regionsched                [(off)      73]&lt;BR /&gt;regreassoc                 [(on)       73]&lt;BR /&gt;report                     [(off)      73]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)       73]&lt;BR /&gt;signedpointers             [(off)      73]&lt;BR /&gt;size                       [(off)      73]&lt;BR /&gt;static_prediction          [(off)      73]&lt;BR /&gt;vectorize                  [(off)      73]&lt;BR /&gt;volatile                   [(off)      73]&lt;BR /&gt;whole_program_mode         [(off)      73]&lt;BR /&gt;&lt;BR /&gt;Scanning /home/trv1/netexpert/netex622HP/Lib/libndcore.sl ...&lt;BR /&gt;&lt;BR /&gt;Compiler footprint summary&lt;BR /&gt;&lt;BR /&gt;Number of compilation units:  109&lt;BR /&gt;&lt;BR /&gt;Earliest compiler timestamp:  09-May-1995 00:07 UTC&lt;BR /&gt;Latest compiler timestamp:    12-Mar-2008 12:05 UTC&lt;BR /&gt;Linker timestamp:             12-Mar-2008 13:14 UTC&lt;BR /&gt;&lt;BR /&gt;Total size:  828.0K (text)  59.9K (data)&lt;BR /&gt;&lt;BR /&gt;version                    [B111106/HPC  108] [X.03.30./ANSI C++    1]&lt;BR /&gt;architecture               [pa1.0     108] [pa1.1       1]&lt;BR /&gt;-O                         [01        108] [02          1]&lt;BR /&gt;PBO                        [off       109]&lt;BR /&gt;-g                         [off       109]&lt;BR /&gt;debugopt                   [off       109]&lt;BR /&gt;&lt;BR /&gt;+Olit                      [const     109]&lt;BR /&gt;-A                         [e         108]&lt;BR /&gt;-inline                    [2           1]&lt;BR /&gt;-pic                       [long      109]&lt;BR /&gt;aggressive                 [(off)     109]&lt;BR /&gt;all                        [(off)     109]&lt;BR /&gt;autopar                    [(off)     109]&lt;BR /&gt;cache_pad_common           [(off)     109]&lt;BR /&gt;conservative               [(off)     109]&lt;BR /&gt;data_prefetch              [(off)     109]&lt;BR /&gt;dynsel                     [(off)     109]&lt;BR /&gt;entrysched                 [(off)     109]&lt;BR /&gt;exemplar_model             [(on)      109]&lt;BR /&gt;extern                     [(on)      109]&lt;BR /&gt;fail_safe                  [(on)      109]&lt;BR /&gt;fast/fastaccess            [(off)     109]&lt;BR /&gt;fltacc                     [(on)      109]&lt;BR /&gt;global_ptrs_unique         [(off)     109]&lt;BR /&gt;info                       [(off)     109]&lt;BR /&gt;initcheck                  [(on)      108] [on          1]&lt;BR /&gt;inline                     [(off)     109]&lt;BR /&gt;kernel_threads             [(off)     109]&lt;BR /&gt;libcalls                   [(off)     109]&lt;BR /&gt;limit                      [(on)      108] [off         1]&lt;BR /&gt;loop_block                 [(off)     109]&lt;BR /&gt;loop_transform             [(off)     109]&lt;BR /&gt;loop_unroll                [(off)     108] [(on)        1]&lt;BR /&gt;loop_unroll_jam            [(off)     109]&lt;BR /&gt;moveflops                  [(off)     108] [(on)        1]&lt;BR /&gt;multiprocessor             [(off)     109]&lt;BR /&gt;nodepar                    [(off)     109]&lt;BR /&gt;parallel                   [(off)     109]&lt;BR /&gt;parallel_env               [(off)     109]&lt;BR /&gt;parminit/pipeline          [(off)     108] [(on)        1]&lt;BR /&gt;parmsoverlap               [(on)      109]&lt;BR /&gt;procelim                   [(off)     109]&lt;BR /&gt;process_threads            [(off)     109]&lt;BR /&gt;promote_indirect_calls     [(off)     109]&lt;BR /&gt;ptrs_strongly_typed        [(off)     109]&lt;BR /&gt;ptrs_to_globals            [(on)      109]&lt;BR /&gt;regionsched                [(off)     109]&lt;BR /&gt;regreassoc                 [(on)      109]&lt;BR /&gt;report                     [(off)     109]&lt;BR /&gt;scheduler                  [2.0         1]&lt;BR /&gt;sharedgra                  [(on)      109]&lt;BR /&gt;signedpointers             [(off)     109]&lt;BR /&gt;size                       [(off)     109]&lt;BR /&gt;static_prediction          [(off)     109]&lt;BR /&gt;vectorize                  [(off)     109]&lt;BR /&gt;volatile                   [(off)     109]&lt;BR /&gt;whole_program_mode         [(off)     109]&lt;BR /&gt;********************************************</description>
      <pubDate>Mon, 29 Jun 2009 02:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446745#M682996</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-06-29T02:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446746#M682997</link>
      <description>&amp;gt;Output of footprints on my binary clientmgrd:&lt;BR /&gt;&amp;gt;-mt [(off) 495]&lt;BR /&gt;&lt;BR /&gt;This isn't good if these are aC++ objects.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;architecture [pa1.0 276]&lt;BR /&gt;&lt;BR /&gt;PA1.0 (+DA1.0) isn't supported after 10.10.&lt;BR /&gt;&lt;BR /&gt;/home/trv1/netexpert/netex622HP/Lib/libeasydom.sl&lt;BR /&gt;-mt [(off) 16]&lt;BR /&gt;&lt;BR /&gt;More bad ones.&lt;BR /&gt;Note: footprints(1) won't detect missing -mt for old aC++ compiler versions.</description>
      <pubDate>Mon, 29 Jun 2009 06:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446746#M682997</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-29T06:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446747#M682998</link>
      <description>"clientmgrd" is a my main application and is being compiled by aCC.&lt;BR /&gt;My application is a single threaded application.&lt;BR /&gt;&lt;BR /&gt;so if mt is off for "clientmgrd" ,is it a problem ?&lt;BR /&gt;It can be the case that all mt values is off in the lib?&lt;BR /&gt;&lt;BR /&gt;Few of the units are compiled with "architecture [pa1.0]",is it must to remove.&lt;BR /&gt;What is the impact of it.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2009 09:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446747#M682998</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-06-29T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446748#M682999</link>
      <description>&amp;gt;My application is a single threaded application.&lt;BR /&gt;&lt;BR /&gt;Since you linked with libpthread, it is multi-threaded.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;So if -mt is off for clientmgrd, is it a problem?  It can be the case that all -mt values is off in the lib?&lt;BR /&gt;&lt;BR /&gt;Yes.  Possible.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Few of the units are compiled with "architecture [pa1.0]", is it must to remove?  What is the impact of it?&lt;BR /&gt;&lt;BR /&gt;I see a lot more than just a "few".  It means someone hasn't updated the build process in 12+ years.  It would be a good idea to recompile those.</description>
      <pubDate>Mon, 29 Jun 2009 09:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446748#M682999</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-29T09:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446749#M683000</link>
      <description>so we need to recompile our module clientmgrd with mt option so that all the units comes as "on" with foot prints command.&lt;BR /&gt;&lt;BR /&gt;Same is to be done with related sharedlibararies.&lt;BR /&gt;&lt;BR /&gt;Pls confirm.&lt;BR /&gt;&lt;BR /&gt;As we are using quite a few thirdparties and same code base is working fine on Solaris box.&lt;BR /&gt;We have this problem only on HP.&lt;BR /&gt;&lt;BR /&gt;Here is our compilation log :&lt;BR /&gt;/opt/aCC/bin/aCC -AA -D_HPUX_SOURCE "-Dvolatile= " -DHP11 -DPORTMAP -c Logon.C -o build/Logon.o -DVCS_ID=\"`cleartool desc -short Logon.C`\" -z +DAportable -DHP -DHP11 -DHPUX11 -DSYSV4 -DCOMPILER_HAS_BOOL -I/usr -I/opt/aCC/include_std -I/opt/aCC/include -I/projects/netex/osidb -I/thirdparty/oracle/rdbms/demo -I/thirdparty/oracle/precomp/public -I/thirdparty/oracle/plsql/public -I/thirdparty/oracle/network/public -I/thirdparty/oracle/rdbms/public -I/projects/netex/server/ideas/relateTables -I/projects/netex/server/ideas/include -D_RWCONFIG_12d -D_RWSTD_MULTI_THREAD=1 -D_REENTRANT -ext -g0  -Dhpux -DHP700 -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6  -I/projects/netex/include -I/projects/netex/db -I/projects/netex/tools/tk1 -I/projects/netex/tools/tk2 -I/projects/netex/ui/gui -I/projects/netex/server/admin/netexadmin -I. -D_RWBUILDSHARED -DACE_NLOGGING -DXO_HP -DXO_USE_ALARM -DXO_NODEBUG -DXO_NO_XRT -DXO_USE_ASSERT -DXO_USE_MEM_MGR -DXO_NO_QUANTIFY -I/projects/netex/include -I/projects/fw -I/projects/fw/pos/rdb +Z -I. -I/projects/fw/include -I/opt/aCC -I/projects/ThirdParty/ACE323 -I/opt/cm/local/include -I/opt/cm/local/include -I/thirdparty/xerces_c++/rel/include -I/usr/openwin/include -DCRYPTED_PASSWORD -I/projects/netex/tools/cryptool -I/rel/ThirdParty/bsafe/include -DHP700 -DC_ISANSILIKE -DMULTILOGIN -I. -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6 -I/projects/netex/server/ideas/3.2/Package  -I/view/easydom_6.2.0_nightly_hp11/spm/easydom/rel/include -I/thirdparty/flexlm/rel/include&lt;BR /&gt;/opt/aCC/bin/aCC -AA -D_HPUX_SOURCE "-Dvolatile= " -DHP11 -DPORTMAP -c SessionMgr.C -o build/SessionMgr.o -DVCS_ID=\"`cleartool desc -short SessionMgr.C`\" -z +DAportable -DHP -DHP11 -DHPUX11 -DSYSV4 -DCOMPILER_HAS_BOOL -I/usr -I/opt/aCC/include_std -I/opt/aCC/include -I/projects/netex/osidb -I/thirdparty/oracle/rdbms/demo -I/thirdparty/oracle/precomp/public -I/thirdparty/oracle/plsql/public -I/thirdparty/oracle/network/public -I/thirdparty/oracle/rdbms/public -I/projects/netex/server/ideas/relateTables -I/projects/netex/server/ideas/include -D_RWCONFIG_12d -D_RWSTD_MULTI_THREAD=1 -D_REENTRANT -ext -g0  -Dhpux -DHP700 -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6  -I/projects/netex/include -I/projects/netex/db -I/projects/netex/tools/tk1 -I/projects/netex/tools/tk2 -I/projects/netex/ui/gui -I/projects/netex/server/admin/netexadmin -I. -D_RWBUILDSHARED -DACE_NLOGGING -DXO_HP -DXO_USE_ALARM -DXO_NODEBUG -DXO_NO_XRT -DXO_USE_ASSERT -DXO_USE_MEM_MGR -DXO_NO_QUANTIFY -I/projects/netex/include -I/projects/fw -I/projects/fw/pos/rdb +Z -I. -I/projects/fw/include -I/opt/aCC -I/projects/ThirdParty/ACE323 -I/opt/cm/local/include -I/opt/cm/local/include -I/thirdparty/xerces_c++/rel/include -I/usr/openwin/include -DCRYPTED_PASSWORD -I/projects/netex/tools/cryptool -I/rel/ThirdParty/bsafe/include -DHP700 -DC_ISANSILIKE -DMULTILOGIN -I. -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6 -I/projects/netex/server/ideas/3.2/Package  -I/view/easydom_6.2.0_nightly_hp11/spm/easydom/rel/include -I/thirdparty/flexlm/rel/include&lt;BR /&gt;/opt/aCC/bin/aCC -AA -D_HPUX_SOURCE "-Dvolatile= " -DHP11 -DPORTMAP -c clientdisplay.C -o build/clientdisplay.o -DVCS_ID=\"`cleartool desc -short clientdisplay.C`\" -z +DAportable -DHP -DHP11 -DHPUX11 -DSYSV4 -DCOMPILER_HAS_BOOL -I/usr -I/opt/aCC/include_std -I/opt/aCC/include -I/projects/netex/osidb -I/thirdparty/oracle/rdbms/demo -I/thirdparty/oracle/precomp/public -I/thirdparty/oracle/plsql/public -I/thirdparty/oracle/network/public -I/thirdparty/oracle/rdbms/public -I/projects/netex/server/ideas/relateTables -I/projects/netex/server/ideas/include -D_RWCONFIG_12d -D_RWSTD_MULTI_THREAD=1 -D_REENTRANT -ext -g0  -Dhpux -DHP700 -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6  -I/projects/netex/include -I/projects/netex/db -I/projects/netex/tools/tk1 -I/projects/netex/tools/tk2 -I/projects/netex/ui/gui -I/projects/netex/server/admin/netexadmin -I. -D_RWBUILDSHARED -DACE_NLOGGING -DXO_HP -DXO_USE_ALARM -DXO_NODEBUG -DXO_NO_XRT -DXO_USE_ASSERT -DXO_USE_MEM_MGR -DXO_NO_QUANTIFY -I/projects/netex/include -I/projects/fw -I/projects/fw/pos/rdb +Z -I. -I/projects/fw/include -I/opt/aCC -I/projects/ThirdParty/ACE323 -I/opt/cm/local/include -I/opt/cm/local/include -I/thirdparty/xerces_c++/rel/include -I/usr/openwin/include -DCRYPTED_PASSWORD -I/projects/netex/tools/cryptool -I/rel/ThirdParty/bsafe/include -DHP700 -DC_ISANSILIKE -DMULTILOGIN -I. -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6 -I/projects/netex/server/ideas/3.2/Package  -I/view/easydom_6.2.0_nightly_hp11/spm/easydom/rel/include -I/thirdparty/flexlm/rel/include&lt;BR /&gt;/opt/aCC/bin/aCC -AA -D_HPUX_SOURCE "-Dvolatile= " -DHP11 -DPORTMAP -c clientmain.C -o build/clientmain.o -DVCS_ID=\"`cleartool desc -short clientmain.C`\" -z +DAportable -DHP -DHP11 -DHPUX11 -DSYSV4 -DCOMPILER_HAS_BOOL -I/usr -I/opt/aCC/include_std -I/opt/aCC/include -I/projects/netex/osidb -I/thirdparty/oracle/rdbms/demo -I/thirdparty/oracle/precomp/public -I/thirdparty/oracle/plsql/public -I/thirdparty/oracle/network/public -I/thirdparty/oracle/rdbms/public -I/projects/netex/server/ideas/relateTables -I/projects/netex/server/ideas/include -D_RWCONFIG_12d -D_RWSTD_MULTI_THREAD=1 -D_REENTRANT -ext -g0  -Dhpux -DHP700 -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6  -I/projects/netex/include -I/projects/netex/db -I/projects/netex/tools/tk1 -I/projects/netex/tools/tk2 -I/projects/netex/ui/gui -I/projects/netex/server/admin/netexadmin -I. -D_RWBUILDSHARED -DACE_NLOGGING -DXO_HP -DXO_USE_ALARM -DXO_NODEBUG -DXO_NO_XRT -DXO_USE_ASSERT -DXO_USE_MEM_MGR -DXO_NO_QUANTIFY -I/projects/netex/include -I/projects/fw -I/projects/fw/pos/rdb +Z -I. -I/projects/fw/include -I/opt/aCC -I/projects/ThirdParty/ACE323 -I/opt/cm/local/include -I/opt/cm/local/include -I/thirdparty/xerces_c++/rel/include -I/usr/openwin/include -DCRYPTED_PASSWORD -I/projects/netex/tools/cryptool -I/rel/ThirdParty/bsafe/include -DHP700 -DC_ISANSILIKE -DMULTILOGIN -I. -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6 -I/projects/netex/server/ideas/3.2/Package  -I/view/easydom_6.2.0_nightly_hp11/spm/easydom/rel/include -I/thirdparty/flexlm/rel/include&lt;BR /&gt;/opt/aCC/bin/aCC -AA -D_HPUX_SOURCE "-Dvolatile= " -DHP11 -DPORTMAP -c clientmgrPref.C -o build/clientmgrPref.o -DVCS_ID=\"`cleartool desc -short clientmgrPref.C`\" -z +DAportable -DHP -DHP11 -DHPUX11 -DSYSV4 -DCOMPILER_HAS_BOOL -I/usr -I/opt/aCC/include_std -I/opt/aCC/include -I/projects/netex/osidb -I/thirdparty/oracle/rdbms/demo -I/thirdparty/oracle/precomp/public -I/thirdparty/oracle/plsql/public -I/thirdparty/oracle/network/public -I/thirdparty/oracle/rdbms/public -I/projects/netex/server/ideas/relateTables -I/projects/netex/server/ideas/include -D_RWCONFIG_12d -D_RWSTD_MULTI_THREAD=1 -D_REENTRANT -ext -g0  -Dhpux -DHP700 -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6  -I/projects/netex/include -I/projects/netex/db -I/projects/netex/tools/tk1 -I/projects/netex/tools/tk2 -I/projects/netex/ui/gui -I/projects/netex/server/admin/netexadmin -I. -D_RWBUILDSHARED -DACE_NLOGGING -DXO_HP -DXO_USE_ALARM -DXO_NODEBUG -DXO_NO_XRT -DXO_USE_ASSERT -DXO_USE_MEM_MGR -DXO_NO_QUANTIFY -I/projects/netex/include -I/projects/fw -I/projects/fw/pos/rdb +Z -I. -I/projects/fw/include -I/opt/aCC -I/projects/ThirdParty/ACE323 -I/opt/cm/local/include -I/opt/cm/local/include -I/thirdparty/xerces_c++/rel/include -I/usr/openwin/include -DCRYPTED_PASSWORD -I/projects/netex/tools/cryptool -I/rel/ThirdParty/bsafe/include -DHP700 -DC_ISANSILIKE -DMULTILOGIN -I. -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6 -I/projects/netex/server/ideas/3.2/Package  -I/view/easydom_6.2.0_nightly_hp11/spm/easydom/rel/include -I/thirdparty/flexlm/rel/include&lt;BR /&gt;/opt/aCC/bin/aCC -AA -D_HPUX_SOURCE "-Dvolatile= " -DHP11 -DPORTMAP -c message.C -o build/message.o -DVCS_ID=\"`cleartool desc -short message.C`\" -z +DAportable -DHP -DHP11 -DHPUX11 -DSYSV4 -DCOMPILER_HAS_BOOL -I/usr -I/opt/aCC/include_std -I/opt/aCC/include -I/projects/netex/osidb -I/thirdparty/oracle/rdbms/demo -I/thirdparty/oracle/precomp/public -I/thirdparty/oracle/plsql/public -I/thirdparty/oracle/network/public -I/thirdparty/oracle/rdbms/public -I/projects/netex/server/ideas/relateTables -I/projects/netex/server/ideas/include -D_RWCONFIG_12d -D_RWSTD_MULTI_THREAD=1 -D_REENTRANT -ext -g0  -Dhpux -DHP700 -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6  -I/projects/netex/include -I/projects/netex/db -I/projects/netex/tools/tk1 -I/projects/netex/tools/tk2 -I/projects/netex/ui/gui -I/projects/netex/server/admin/netexadmin -I. -D_RWBUILDSHARED -DACE_NLOGGING -DXO_HP -DXO_USE_ALARM -DXO_NODEBUG -DXO_NO_XRT -DXO_USE_ASSERT -DXO_USE_MEM_MGR -DXO_NO_QUANTIFY -I/projects/netex/include -I/projects/fw -I/projects/fw/pos/rdb +Z -I. -I/projects/fw/include -I/opt/aCC -I/projects/ThirdParty/ACE323 -I/opt/cm/local/include -I/opt/cm/local/include -I/thirdparty/xerces_c++/rel/include -I/usr/openwin/include -DCRYPTED_PASSWORD -I/projects/netex/tools/cryptool -I/rel/ThirdParty/bsafe/include -DHP700 -DC_ISANSILIKE -DMULTILOGIN -I. -I/thirdparty/presenter/rel/c/include -I/usr/include/X11R6 -I/projects/netex/server/ideas/3.2/Package  -I/view/easydom_6.2.0_nightly_hp11/spm/easydom/rel/include -I/thirdparty/flexlm/rel/include&lt;BR /&gt;/opt/aCC/bin/aCC -AA -D_HPUX_SOURCE "-Dvolatile= " -DHP11 -DPORTMAP  +DAportable -o build/clientmgrd build/Logon.o build/SessionMgr.o build/clientdisplay.o build/clientmain.o build/clientmgrPref.o build/message.o /projects/netex/lib/gui.a /projects/netex/lib/libtk2lite_hp.a /projects/netex/lib/tk1_hp.a  \&lt;BR /&gt; -lm /thirdparty/flexlm/rel/lib/lm_new.o -L/thirdparty/flexlm/rel/lib -losilm -llmgr -lcrvs -lsb -L/projects/netex/lib -lnxcrypt -L/rel/ThirdParty/bsafe/lib -lbsafe -lnxcrypt  -g0 -Wl,+s -Wl,-a,archive -lV3 -Wl,-a,default -L/thirdparty/presenter/rel/c/lib -lndguisvr -lndscvrb -lndgw -lndtkit -lndvgm -lndoaba -lndcorex -lndsec -lndres -lndcore -L/usr/lib/X11R6 -lX11 -ltermcap -lm -lnsl -lnsl_s -lpthread -lsec -ldld -Wl,-a,default -L/usr/lib -lrwtool_v2  -L/view/easydom_6.2.0_nightly_hp11/spm/easydom/rel/lib -l easydom -L/thirdparty/xerces_c++/rel/lib -l xerces-c -L/thirdparty/xalan_c++/rel/lib -l xalan-c&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; Releasing - clientmgrd&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;ln build/clientmgrd /projects/netex/rel/hp/ora/bin/clientmgrd&lt;BR /&gt;chmod 775 /projects/netex/rel/hp/ora/bin/clientmgrd&lt;BR /&gt;ln -s ../../gui/build/gui.dat build/gui.dat&lt;BR /&gt;cd build; /thirdparty/presenter/rel/c/bin/rescomp   ../clientmgr.rc ../clientdisplay.rc ../message.rc ../Logon.rc ../SessionMgr.rc ../VERSION.rc&lt;BR /&gt;Rescompiling ../clientmgr.rc&lt;BR /&gt;Rescompiling ../clientdisplay.rc&lt;BR /&gt;Rescompiling ../message.rc&lt;BR /&gt;Rescompiling ../Logon.rc&lt;BR /&gt;Rescompiling ../SessionMgr.rc&lt;BR /&gt;Rescompiling ../VERSION.rc&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; Releasing - clientmgr.dat&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;ln build/clientmgr.dat /projects/netex/rel/hp/ora/Dat/clientmgr.dat&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jun 2009 03:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446749#M683000</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-06-30T03:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446750#M683001</link>
      <description>&amp;gt;We have this problem only on HP-UX.&lt;BR /&gt;&lt;BR /&gt;Unfortunately we tried to optimize the non-threaded case and that can't be run with libpthread.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;aCC -AA "-Dvolatile= "&lt;BR /&gt;&lt;BR /&gt;There should be no reason to remove the volatile keyword.  This can break the runtime.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;-I/usr -I/opt/aCC/include_std -I/opt/aCC/include&lt;BR /&gt;&lt;BR /&gt;It is illegal to specify the default aC++ include paths, remove these.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;-D_RWSTD_MULTI_THREAD=1 -D_REENTRANT&lt;BR /&gt;&lt;BR /&gt;These are equivalent to -mt, so recompiling will only make footprints(1) happy.&lt;BR /&gt;&lt;BR /&gt;If you aren't creating threads, the right thing to do is remove the libpthread dependency.  Which shlibs have it?</description>
      <pubDate>Tue, 30 Jun 2009 04:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446750#M683001</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-30T04:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446751#M683002</link>
      <description>Does the order in which the shared library is linked make any impact?&lt;BR /&gt;&lt;BR /&gt;I have done few changes in compilation for my module i can't change complete compilation as there are lot many modules. Here is the outcome:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We have this problem only on HP-UX. &lt;BR /&gt;Unfortunately we tried to optimize the non-threaded case and that can't be run with libpthread. &lt;BR /&gt;&lt;BR /&gt;@&lt;BR /&gt;My module doesn't create any thread ,so removed libpthread dependency from shlibs,but the same error was coming&lt;BR /&gt;@&lt;BR /&gt;&lt;BR /&gt;&amp;gt;aCC -AA "-Dvolatile= " &lt;BR /&gt;There should be no reason to remove the volatile keyword. This can break the runtime. &lt;BR /&gt;&lt;BR /&gt;@&lt;BR /&gt;I can't remove this as my compilation was breaking .&lt;BR /&gt;@&lt;BR /&gt;&amp;gt;-I/usr -I/opt/aCC/include_std -I/opt/aCC/include &lt;BR /&gt;It is illegal to specify the default aC++ include paths, remove these. &lt;BR /&gt;&lt;BR /&gt;@&lt;BR /&gt;Removal /opt/aCC/include &amp;amp; include_std&lt;BR /&gt;&lt;BR /&gt;resulted in core from libxerces-c.sl.21&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0  0xc020da50 in kill+0x10 () from /usr/lib/libc.2&lt;BR /&gt;#1  0xc01a7f74 in raise+0x24 () from /usr/lib/libc.2&lt;BR /&gt;#2  0xc01e92c8 in abort_C+0x160 () from /usr/lib/libc.2&lt;BR /&gt;#3  0xc01e9324 in abort+0x1c () from /usr/lib/libc.2&lt;BR /&gt;#4  0xc0d83c68 in std::terminate+0x38 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#5  0xc0d84278 in ThrowException+0xc8 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#6  0xc0d847c8 in __throw__FPvT1+0x14c () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#7  0xc1780e94 in std::ios_base::setf+0x78 () from /usr/lib/libstd_v2.2&lt;BR /&gt;#8  0xc178095c in std::ios_base::Init::Init+0x1df0 () from /usr/lib/libstd_v2.2&lt;BR /&gt;#9  0xc7c82848 in std::__sinit_StdOutFormatTarget_cpp+0x30 () from /home/trv1/netexpert/netex622HP/Lib/libxerces-c.sl.21&lt;BR /&gt;#10 0xc0d8627c in __shlInit+0x88 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#11 0xc7b9ee48 in _shlInit+0x20 () from /home/trv1/netexpert/netex622HP/Lib/libxerces-c.sl.21&lt;BR /&gt;#12 0xc0d85ba8 in __shlinit+0xac () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#13 0xc0d881d4 in _main+0xd8 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;&lt;BR /&gt;@&lt;BR /&gt;&amp;gt;-D_RWSTD_MULTI_THREAD=1 -D_REENTRANT &lt;BR /&gt;These are equivalent to -mt, so recompiling will only make footprints(1) happy. &lt;BR /&gt;&lt;BR /&gt;@&lt;BR /&gt;this just let footprint  know that 6 units are with mt (on) &lt;BR /&gt;@&lt;BR /&gt;If you aren't creating threads, the right thing to do is remove the libpthread dependency. Which shlibs have it?</description>
      <pubDate>Wed, 01 Jul 2009 12:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446751#M683002</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-07-01T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446752#M683003</link>
      <description>&amp;gt;Does the order in which the shared library is linked make any impact?&lt;BR /&gt;&lt;BR /&gt;Yes most definitely, if the leftmost one is bad, then it is more likely to happen.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;My module doesn't create any thread, so removed libpthread dependency from shlibs but the same error was coming&lt;BR /&gt;&lt;BR /&gt;You have to remove it from every stinkin' shlib.  Including Oracle?  You can use chatr(1) or ldd(1) to track them down.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I can't remove -Dvolatile= as my compilation was breaking.&lt;BR /&gt;&lt;BR /&gt;Then you need to fix the source, not add another kludge.  What's your error?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Removal /opt/aCC/include &amp;amp; include_std&lt;BR /&gt;&amp;gt;resulted in core from libxerces-c.sl.21&lt;BR /&gt;&lt;BR /&gt;Are these connected?  There shouldn't be any.  It just means there is a bad shlib to the left of libxerces-c.sl.21, in the binding order.</description>
      <pubDate>Wed, 01 Jul 2009 12:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446752#M683003</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-01T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446753#M683004</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Thanks for your support.&lt;BR /&gt;&lt;BR /&gt;We were able to resolve the issue by removing the newly added library dependency for now.&lt;BR /&gt;&lt;BR /&gt;You were very quick in responding.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anshuman</description>
      <pubDate>Tue, 07 Jul 2009 06:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446753#M683004</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-07-07T06:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446754#M683005</link>
      <description>&amp;gt;Thanks for your support.&lt;BR /&gt;&lt;BR /&gt;If you were happy with answers you can assign points for each reply:&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>Tue, 07 Jul 2009 06:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446754#M683005</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-07T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error "aCC runtime:"  while runing appication on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446755#M683006</link>
      <description>done that.</description>
      <pubDate>Tue, 07 Jul 2009 07:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-quot-acc-runtime-quot-while-runing-appication-on-hp/m-p/4446755#M683006</guid>
      <dc:creator>anshuman_3</dc:creator>
      <dc:date>2009-07-07T07:18:04Z</dc:date>
    </item>
  </channel>
</rss>

