<?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: Are +u and +z still valid options in aCC version A.05.50? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402793#M706301</link>
    <description>Thanks for the +z info. That helps.&lt;BR /&gt;&lt;BR /&gt;I looked in the aCC version A.05.550 man page yet again for the +unum option and still cannot find it. I can find +ub and +uc options but these cannot possibly be providing the same functionality as +unum. And it's definitely not in the Online Documentation.&lt;BR /&gt;&lt;BR /&gt;Are there different versions of the documentation perhaps? Can you point me to the man page number that you find it at?&lt;BR /&gt;&lt;BR /&gt;charlie</description>
    <pubDate>Wed, 20 Oct 2004 12:17:42 GMT</pubDate>
    <dc:creator>Charles_126</dc:creator>
    <dc:date>2004-10-20T12:17:42Z</dc:date>
    <item>
      <title>Are +u and +z still valid options in aCC version A.05.50?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402791#M706299</link>
      <description>I can find no reference to these options in the aCC man page nor are they in the Online Documentation (&lt;A href="http://docs.hp.com/hpux/onlinedocs/4310/options.htm)." target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/4310/options.htm).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Yet, they are referred to in the "Programmer's Guide for Java 2, JNI section as being necessary.&lt;BR /&gt;&lt;BR /&gt;I would prefer not to use them because it would change the build scripts we have been using.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;charlie</description>
      <pubDate>Mon, 18 Oct 2004 16:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402791#M706299</guid>
      <dc:creator>Charles_126</dc:creator>
      <dc:date>2004-10-18T16:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Are +u and +z still valid options in aCC version A.05.50?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402792#M706300</link>
      <description>The +u4 option is still valid in aCC A.05.55.&lt;BR /&gt;It continues to appear in "man aCC".&lt;BR /&gt;&lt;BR /&gt;The +z option is really always on for the IPF versions of aCC.  It requests position-independent code for use in shared libraries.  aCC does that by default.  It ignores the option.</description>
      <pubDate>Tue, 19 Oct 2004 13:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402792#M706300</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2004-10-19T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Are +u and +z still valid options in aCC version A.05.50?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402793#M706301</link>
      <description>Thanks for the +z info. That helps.&lt;BR /&gt;&lt;BR /&gt;I looked in the aCC version A.05.550 man page yet again for the +unum option and still cannot find it. I can find +ub and +uc options but these cannot possibly be providing the same functionality as +unum. And it's definitely not in the Online Documentation.&lt;BR /&gt;&lt;BR /&gt;Are there different versions of the documentation perhaps? Can you point me to the man page number that you find it at?&lt;BR /&gt;&lt;BR /&gt;charlie</description>
      <pubDate>Wed, 20 Oct 2004 12:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402793#M706301</guid>
      <dc:creator>Charles_126</dc:creator>
      <dc:date>2004-10-20T12:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Are +u and +z still valid options in aCC version A.05.50?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402794#M706302</link>
      <description>I find it in "man aCC" using the /opt/aCC/share/man/man1.Z/aCC.1 manual page.&lt;BR /&gt;It is just before the +ub option.&lt;BR /&gt;I will attach the output of "man aCC | col -b".&lt;BR /&gt;&lt;BR /&gt;      +unum          Allow pointers to access non-natively aligned data.&lt;BR /&gt;                     This option alters the way that the compiler accesses&lt;BR /&gt;                     dereferenced data.  Use of this option may reduce the&lt;BR /&gt;                     efficiency of generated code.  (See also #pragma pack&lt;BR /&gt;                     in the HP aC++ Online Programmer's Guide for a more&lt;BR /&gt;                     efficient method.)&lt;BR /&gt;                        1    Assume single byte alignment.  Dereferences are&lt;BR /&gt;                             performed with a series of single-byte loads&lt;BR /&gt;                             and stores.&lt;BR /&gt;                        2    Dereferences are performed with a series of&lt;BR /&gt;                             two-byte loads and stores.&lt;BR /&gt;                        4    Dereferences are performed with a series of&lt;BR /&gt;                             four-byte loads and stores.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 12:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402794#M706302</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2004-10-20T12:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Are +u and +z still valid options in aCC version A.05.50?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402795#M706303</link>
      <description>Thanks Mike. We are definitely looking at different man pages as the one I am using has the +tls option prior to the +ub option.&lt;BR /&gt;&lt;BR /&gt;The man pages I am using have a header on each page that looks like this:&lt;BR /&gt; Hewlett-Packard Company           - 12 -             aC++/C Version A.05.50&lt;BR /&gt;&lt;BR /&gt;As well when I enter:&lt;BR /&gt;aCC -V&lt;BR /&gt;the result is:&lt;BR /&gt;aCC: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]&lt;BR /&gt;&lt;BR /&gt;Are these the same versions that you have?&lt;BR /&gt;&lt;BR /&gt;charlie</description>
      <pubDate>Wed, 20 Oct 2004 13:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402795#M706303</guid>
      <dc:creator>Charles_126</dc:creator>
      <dc:date>2004-10-20T13:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Are +u and +z still valid options in aCC version A.05.50?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402796#M706304</link>
      <description>OK, I just noticed you had attached the entire man page. I looked at it and it *is* different from the man page we have here but it is for the same version.&lt;BR /&gt;&lt;BR /&gt;Weird.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help Mike.&lt;BR /&gt;&lt;BR /&gt;charlie</description>
      <pubDate>Wed, 20 Oct 2004 14:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/are-u-and-z-still-valid-options-in-acc-version-a-05-50/m-p/3402796#M706304</guid>
      <dc:creator>Charles_126</dc:creator>
      <dc:date>2004-10-20T14:57:37Z</dc:date>
    </item>
  </channel>
</rss>

