<?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 Stdarg.h files in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741034#M441</link>
    <description>&lt;BR /&gt;What you say is true. I made a test program that prove that. It is called square.c (attached). Put in stdio.h as an include filecompile with gcc it does not complain. Compile with icc and get the error in question. Simple.&lt;BR /&gt;&lt;BR /&gt;But what about all the icc example icccode with extension *.c that has a include file stdio.h in the include file section. I saw that and thought there must be something wrong.&lt;BR /&gt;&lt;BR /&gt;It is there in icc c code. Explain.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Newport_j</description>
    <pubDate>Fri, 17 Feb 2012 14:07:12 GMT</pubDate>
    <dc:creator>newport_j</dc:creator>
    <dc:date>2012-02-17T14:07:12Z</dc:date>
    <item>
      <title>stdarg.h files</title>
      <link>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741031#M438</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;I am starting a new thread on this. &lt;BR /&gt;&lt;BR /&gt;I get the error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;compilation aborted for (code4)&lt;BR /&gt;/usr/include/libio.h(53): catastrophic error: canot open source file "stdarg.h"&lt;BR /&gt; #include &lt;STDARG.H&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If there is anything in the Intel lit about this? if sothen direct me to it. Iguess that icc header files do not include&lt;BR /&gt;&lt;BR /&gt;stdarg.h.&lt;BR /&gt;&lt;BR /&gt;I did a search and yesit is not Intel Cilk++. . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, I never explicitly called for stdarg.h like I did math.h&lt;BR /&gt;&lt;BR /&gt;#include &lt;MATH.H&gt;&lt;BR /&gt;&lt;BR /&gt;It is looking for stdarg.h anyway. I mustemploy a work around.I am unsure how to do it.&lt;BR /&gt;&lt;BR /&gt;I know in my /usr/include/libio.h (53)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is a file libio.h in /usr/include/ that calls stdarg.h on line 53.&lt;BR /&gt;&lt;BR /&gt;That does not bother gcc at all, but itis catastrophic for icc.&lt;BR /&gt;&lt;BR /&gt;How do I deal with this?&lt;BR /&gt;&lt;BR /&gt;I am using Ubuntu 11.04 , gcc 4.2.4 and icc 12.0.0 with Intel Cilk++.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Newport_j&lt;BR /&gt;&lt;BR /&gt;&lt;/MATH.H&gt;&lt;/STDARG.H&gt;</description>
      <pubDate>Wed, 15 Feb 2012 21:28:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741031#M438</guid>
      <dc:creator>newport_j</dc:creator>
      <dc:date>2012-02-15T21:28:39Z</dc:date>
    </item>
    <item>
      <title>stdarg.h files</title>
      <link>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741032#M439</link>
      <description>As I've stated in other threads, try upgrading to update 6 or later and see if that helps with this.</description>
      <pubDate>Fri, 17 Feb 2012 00:23:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741032#M439</guid>
      <dc:creator>Brandon_H_Intel</dc:creator>
      <dc:date>2012-02-17T00:23:23Z</dc:date>
    </item>
    <item>
      <title>Stdarg.h files</title>
      <link>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741033#M440</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1329457962812="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=489993" href="https://community.intel.com/en-us/profile/489993/" class="basic"&gt;newport_j&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;...&lt;BR /&gt;compilation aborted for (code4)&lt;BR /&gt;/usr/include/libio.h(53): catastrophic error: &lt;SPAN style="text-decoration: underline;"&gt;canot open source file "stdarg.h"&lt;/SPAN&gt;&lt;BR /&gt; #include &lt;STDARG.H&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STDARG.H&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] Is there any possibility that your development environment is corrupted? When did you&lt;BR /&gt; install the &lt;STRONG&gt;GCC&lt;/STRONG&gt; compiler?&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;...&lt;BR /&gt;There is a file &lt;STRONG&gt;libio.h&lt;/STRONG&gt; in /usr/include/ that calls stdarg.h on line 53.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] Could you attach a'&lt;STRONG&gt;libio.h&lt;/STRONG&gt;' for areview?&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;That does not bother gcc at all, but itis catastrophic for icc.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;PS&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;By the way, this isa content of'&lt;STRONG&gt;stdarg.h&lt;/STRONG&gt;' file that I have and it has a very interesting comment:&lt;BR /&gt;&lt;BR /&gt; /*&lt;BR /&gt; * This is just an RC_INVOKED guard for the real stdarg.h&lt;BR /&gt; * fixincluded in gcc system dir. &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;One day we will delete this file&lt;/SPAN&gt;&lt;/STRONG&gt;.&lt;BR /&gt; */&lt;BR /&gt; #ifndef RC_INVOKED&lt;BR /&gt; &lt;STRONG&gt;#include_next&lt;STDARG.H&gt;&lt;/STDARG.H&gt;&lt;/STRONG&gt;&lt;BR /&gt; #endif&lt;BR /&gt;&lt;BR /&gt;There is nothing else in the header! My installation is about 6 years old.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2012 06:11:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741033#M440</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-17T06:11:37Z</dc:date>
    </item>
    <item>
      <title>Stdarg.h files</title>
      <link>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741034#M441</link>
      <description>&lt;BR /&gt;What you say is true. I made a test program that prove that. It is called square.c (attached). Put in stdio.h as an include filecompile with gcc it does not complain. Compile with icc and get the error in question. Simple.&lt;BR /&gt;&lt;BR /&gt;But what about all the icc example icccode with extension *.c that has a include file stdio.h in the include file section. I saw that and thought there must be something wrong.&lt;BR /&gt;&lt;BR /&gt;It is there in icc c code. Explain.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Newport_j</description>
      <pubDate>Fri, 17 Feb 2012 14:07:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741034#M441</guid>
      <dc:creator>newport_j</dc:creator>
      <dc:date>2012-02-17T14:07:12Z</dc:date>
    </item>
    <item>
      <title>Stdarg.h files</title>
      <link>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741035#M442</link>
      <description>Try adding the -H option to your compilation command line. It will display the include files as they're brought in.&lt;BR /&gt;&lt;BR /&gt; - Barry</description>
      <pubDate>Fri, 17 Feb 2012 15:10:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741035#M442</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2012-02-17T15:10:16Z</dc:date>
    </item>
    <item>
      <title>Stdarg.h files</title>
      <link>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741036#M443</link>
      <description>Again, I have to reiterate, you really need to upgrade to update 6. The 12.0 compiler was never tested on and does not support Ubuntu 11.04, and header problems like this are very typical when running the compiler on operating systems newer than what is supported. If you still see these problems with the 12.1 compiler that does support 11.04, then we can work from there. I strongly suspect though that these tests will work.</description>
      <pubDate>Fri, 17 Feb 2012 17:52:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741036#M443</guid>
      <dc:creator>Brandon_H_Intel</dc:creator>
      <dc:date>2012-02-17T17:52:50Z</dc:date>
    </item>
    <item>
      <title>Stdarg.h files</title>
      <link>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741037#M444</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1329524126796="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=489993" href="https://community.intel.com/en-us/profile/489993/" class="basic"&gt;newport_j&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;...&lt;BR /&gt;But what about all the icc example icccode with extension *.c that has a include file stdio.h in the include file section. I saw that and thought there must be something wrong.&lt;BR /&gt;&lt;BR /&gt;It is there in icc c code. Explain.&lt;BR /&gt;...&lt;/I&gt;&lt;/DIV&gt;&lt;BR /&gt;I would follow a&lt;STRONG&gt;Barry&lt;/STRONG&gt;'s advise( &lt;STRONG&gt;Post #4&lt;/STRONG&gt; )"...adding the &lt;STRONG&gt;-H option&lt;/STRONG&gt; to your compilation command line..."&lt;/DIV&gt;</description>
      <pubDate>Sat, 18 Feb 2012 00:17:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/stdarg-h-files/m-p/741037#M444</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-18T00:17:35Z</dc:date>
    </item>
  </channel>
</rss>

