<?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 Compilation Problem in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/compilation-problem/m-p/3623860#M6538</link>
    <description>Hi &lt;BR /&gt; Please help me in this regards&lt;BR /&gt; &lt;BR /&gt;My Code Looks likes this&lt;BR /&gt; &lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;printf("Hai\n");&lt;BR /&gt;}&lt;BR /&gt; &lt;BR /&gt;My Make File looks like this&lt;BR /&gt; &lt;BR /&gt;CC=gcc&lt;BR /&gt;&lt;BR /&gt;all:calc.exe&lt;BR /&gt; &lt;BR /&gt;calc.exe:calc.cpp&lt;BR /&gt; $(CC) $(CFLAGS) -c  calc.cpp -o calc.exe&lt;BR /&gt; &lt;BR /&gt;clean:&lt;BR /&gt; echo "clean is called"&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;I get an Error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt;make all&lt;BR /&gt;gcc  -c -I C:\Symbian\7.0s\Series60_v21_CW\Epoc32\include\libc  -I C:\Symbian\7.&lt;BR /&gt;0s\Series60_v21_CW\Epoc32\include\libc\sys   calc.cpp&lt;BR /&gt;In file included from calc.cpp:1:&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:145: syntax e &lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:146: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:147: syntax e&lt;BR /&gt;rror before `*' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:161: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:162: syntax e&lt;BR /&gt;rror before `char'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:163: syntax e &lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:164: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:165: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:166: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:167: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:168: syntax e &lt;BR /&gt;rror before `void'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:169: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:170: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:171: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:172: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:173: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:174: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:175: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:176: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:177: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:178: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:179: syntax e&lt;BR /&gt;rror before `char'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:180: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:181: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:182: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:183: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:184: syntax e&lt;BR /&gt;rror before `char'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:185: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:186: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:187: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:188: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:189: syntax e&lt;BR /&gt;rror before `fread'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:190: syntax e&lt;BR /&gt;rror before `fwrite' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:191: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:192: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:193: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:194: syntax e&lt;BR /&gt;rror before `long'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:195: syntax e&lt;BR /&gt;rror before `void' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:196: syntax e&lt;BR /&gt;rror before `void'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:197: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:198: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:199: syntax e&lt;BR /&gt;rror before `void'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:201: syntax e&lt;BR /&gt;rror before `*' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:202: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:203: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:211: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:217: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:218: syntax e&lt;BR /&gt;rror before `*' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:226: syntax e&lt;BR /&gt;rror before `void'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:233: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:234: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;calc.cpp: In function `int main()':&lt;BR /&gt;calc.cpp:4: warning: implicit declaration of function `int printf(...)'&lt;BR /&gt;&lt;BR /&gt;Please help me..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Gilly&lt;BR /&gt;&lt;BR /&gt;&lt;/STDIO.H&gt;</description>
    <pubDate>Mon, 12 Sep 2005 10:34:11 GMT</pubDate>
    <dc:creator>gilly_kumar</dc:creator>
    <dc:date>2005-09-12T10:34:11Z</dc:date>
    <item>
      <title>Compilation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/compilation-problem/m-p/3623860#M6538</link>
      <description>Hi &lt;BR /&gt; Please help me in this regards&lt;BR /&gt; &lt;BR /&gt;My Code Looks likes this&lt;BR /&gt; &lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;printf("Hai\n");&lt;BR /&gt;}&lt;BR /&gt; &lt;BR /&gt;My Make File looks like this&lt;BR /&gt; &lt;BR /&gt;CC=gcc&lt;BR /&gt;&lt;BR /&gt;all:calc.exe&lt;BR /&gt; &lt;BR /&gt;calc.exe:calc.cpp&lt;BR /&gt; $(CC) $(CFLAGS) -c  calc.cpp -o calc.exe&lt;BR /&gt; &lt;BR /&gt;clean:&lt;BR /&gt; echo "clean is called"&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;I get an Error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt;make all&lt;BR /&gt;gcc  -c -I C:\Symbian\7.0s\Series60_v21_CW\Epoc32\include\libc  -I C:\Symbian\7.&lt;BR /&gt;0s\Series60_v21_CW\Epoc32\include\libc\sys   calc.cpp&lt;BR /&gt;In file included from calc.cpp:1:&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:145: syntax e &lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:146: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:147: syntax e&lt;BR /&gt;rror before `*' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:161: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:162: syntax e&lt;BR /&gt;rror before `char'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:163: syntax e &lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:164: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:165: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:166: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:167: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:168: syntax e &lt;BR /&gt;rror before `void'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:169: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:170: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:171: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:172: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:173: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:174: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:175: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:176: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:177: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:178: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:179: syntax e&lt;BR /&gt;rror before `char'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:180: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:181: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:182: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:183: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:184: syntax e&lt;BR /&gt;rror before `char'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:185: syntax e&lt;BR /&gt;rror before `int' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:186: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:187: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:188: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:189: syntax e&lt;BR /&gt;rror before `fread'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:190: syntax e&lt;BR /&gt;rror before `fwrite' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:191: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:192: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:193: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:194: syntax e&lt;BR /&gt;rror before `long'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:195: syntax e&lt;BR /&gt;rror before `void' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:196: syntax e&lt;BR /&gt;rror before `void'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:197: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:198: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:199: syntax e&lt;BR /&gt;rror before `void'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:201: syntax e&lt;BR /&gt;rror before `*' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:202: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:203: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:211: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:217: syntax e&lt;BR /&gt;rror before `*'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:218: syntax e&lt;BR /&gt;rror before `*' &lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:226: syntax e&lt;BR /&gt;rror before `void'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:233: syntax e&lt;BR /&gt;rror before `int'&lt;BR /&gt;C:\\Symbian\\7.0s\\Series60_v21_CW\\Epoc32\\include\\libc\\stdio.h:234: syntax e &lt;BR /&gt;rror before `int'&lt;BR /&gt;calc.cpp: In function `int main()':&lt;BR /&gt;calc.cpp:4: warning: implicit declaration of function `int printf(...)'&lt;BR /&gt;&lt;BR /&gt;Please help me..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Gilly&lt;BR /&gt;&lt;BR /&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Mon, 12 Sep 2005 10:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/compilation-problem/m-p/3623860#M6538</guid>
      <dc:creator>gilly_kumar</dc:creator>
      <dc:date>2005-09-12T10:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/compilation-problem/m-p/3623861#M6539</link>
      <description>First, gcc is not the standard cc compiler for Tru64 and as seen from the error output it is a "windows" problem and not a unix problem due to "windows"-path specifications. Seems your environment variables are not defined properly.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2005 05:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/compilation-problem/m-p/3623861#M6539</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2005-09-13T05:52:59Z</dc:date>
    </item>
  </channel>
</rss>

