[ cc: llvmdev -- please cc the list rather than only emailing me ]<br><br><div class="gmail_quote">2009/7/2 Dmitry <span dir="ltr"><<a href="mailto:rohan@land.ru">rohan@land.ru</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  
  

<div bgcolor="#ffffff" text="#000000">
<big><big>Here is result
<a href="http://clip2net.com/clip/m0/1246553178-clip-125kb.png" target="_blank">http://clip2net.com/clip/m0/1246553178-clip-125kb.png</a> Look like it's
compilled sucessfully<br>
</big></big><font size="+2"></font>
</div>

</blockquote></div><br><div>Note that the entire bulk of the code is surrounded with </div><div><br></div><div>#ifdef DEBUG == 1</div><div>.... code ...</div><div>#endif</div><div><br></div><div>but you're compiling it with:</div>
<div><br></div><div>% gcc test.c -o test</div><div><br></div><div>so you're not including any of the code into your binary.  Your editor window partially obscures your terminal, so I assume you don't have any other options on your command line.</div>
<div><br></div><div>The code is supposed to print messages to stderr, and your test run shows no output.</div>