<?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: Need help with aCC compiler version 6 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044165#M95992</link>
    <description>one of the TAO libraries was not compiled with -mt option</description>
    <pubDate>Wed, 09 May 2007 03:16:02 GMT</pubDate>
    <dc:creator>nayeem khan</dc:creator>
    <dc:date>2007-05-09T03:16:02Z</dc:date>
    <item>
      <title>Need help with aCC compiler version 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044162#M95989</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We were using aC++ compiler version 5 and now we are migrating to new Version 6 Compiler&lt;BR /&gt;&lt;BR /&gt;But one of the module which compiles fine but on execution throws a run time error &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;ABORT instruction (core dumped)"&lt;BR /&gt;&lt;BR /&gt;This means some of the libraries/archives are not compiled with "-mt" option,this error was not appearing with Version 5 compiler may its a new compiler feature&lt;BR /&gt;&lt;BR /&gt;Can someone tell me how to switch off this feature in version 6 compiler&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2007 05:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044162#M95989</guid>
      <dc:creator>nayeem khan</dc:creator>
      <dc:date>2007-05-03T05:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with aCC compiler version 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044163#M95990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do exactly what the compiler tells you:&lt;BR /&gt;if you want to create a multithreaded application, every part of it need to be compiled/linked with the option '-mt'.&lt;BR /&gt;&lt;BR /&gt;If it worked before without using '-mt' in all calls to aCC, it was by mistake.&lt;BR /&gt;Other UNIXes/Compilers behave exactly this way, as well.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 03 May 2007 10:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044163#M95990</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-05-03T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with aCC compiler version 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044164#M95991</link>
      <description>You switch off this error by not linking with libpthread.  -mt is a required option for making multithreaded aC++ applications.&lt;BR /&gt;&lt;BR /&gt;It it didn't appear with aCC5, it is either a fluke, (the heap wasn't zeroed), or aCC6 generates better/smaller code.&lt;BR /&gt;&lt;BR /&gt;There is a bug with one version of the aC++ runtime lib that will give false missing -mt errors if you have illegally linked a shared lib with the aC++ runtime libs in the wrong order.  You can fix that by going to the latest:&lt;BR /&gt;PHSS_35978&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Peter: do exactly what the compiler tells you:&lt;BR /&gt;&lt;BR /&gt;Right.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2007 23:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044164#M95991</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-05-03T23:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with aCC compiler version 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044165#M95992</link>
      <description>one of the TAO libraries was not compiled with -mt option</description>
      <pubDate>Wed, 09 May 2007 03:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-acc-compiler-version-6/m-p/5044165#M95992</guid>
      <dc:creator>nayeem khan</dc:creator>
      <dc:date>2007-05-09T03:16:02Z</dc:date>
    </item>
  </channel>
</rss>

