Thanks for the help.<br><br>Now I follow CygWin  instructions (<a href="http://wiki.videolan.org/Win32CompileCygwinNew" target="_blank">http://wiki.videolan.org/Win32CompileCygwinNew</a>) but in the following step I get an error when I run<br>

<pre style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;background-color:rgb(249,249,249);font-weight:normal;padding:1em;line-height:1.1em;text-transform:none;overflow:auto;border:1px dashed rgb(47,111,171);word-spacing:0px">
./configure-vlc.sh</pre><br><b>configure: error: C compiler cannot create executables</b><br><br>My GCC version is 4.5.3 and I use contrib-20110224-win32-bin-gcc-4.4.4-runtime-3.17-only.tar.bz2.<br><br>Could you please help me out to workaround the issue ?<br>

<br><div class="gmail_quote">On Tue, Jun 12, 2012 at 3:54 PM, Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

   Hello,<br>
<br>
On Tue, 12 Jun 2012 15:18:04 +0400, Hak Arm <<a href="mailto:hakinternetarm@gmail.com" target="_blank">hakinternetarm@gmail.com</a>><br>
wrote:<br>
<div>> I've downloaded the source code from<br>
> <a href="http://www.videolan.org/vlc/download-sources.html" target="_blank">http://www.videolan.org/vlc/download-sources.html</a> the official site but<br>
it<br>
> doesn't contain anything VS related.<br>
<br>
</div>To compile VLC, you need a C99, C++ and Lua5 byte code compiler. Microsoft<br>
VisualStudio provides neither the first nor the last, and Microsoft has<br>
explicitly stated that it had no intention to support C99 so far. Thus it<br>
is obviously not possible to compile VLC with VS.<br>
<br>
Some people have succeeded in compiling VLC with MingW on MSYS, or with<br>
the Cygwin environment. However, due to the complexity of setting up MSYS<br>
and the instability of Cygwin, neither can be recommended. Therefore,<br>
cross-compilation from Linux will remain the preferred and supported method<br>
until further notice.<br>
<span><font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
Sent from my collocated server<br>
</font></span></blockquote></div><br>