<br><br><div class="gmail_quote">On Sun, May 6, 2012 at 9:09 AM, Markus Kittenberger <span dir="ltr"><<a href="mailto:Markus.Kittenberger@gmx.at" target="_blank">Markus.Kittenberger@gmx.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
afair its trivial,.<div><br></div><div>e.g. <br>apt-get install mingw </div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>and compile with it,.. (CC=/path/to/mingw/gcc)</div>
</blockquote><div><br></div><div>i just retested on a "new" ubuntu install, which till now did not have any mingw crosscompiler.</div><div><br></div><div>cd olsrd</div><div>make clean_all </div><div>sudo apt-get install mingw32</div>
<div><span class="Apple-style-span" style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">CC=i586-mingw32msvc-gcc make build_all OS=win32</span></div><div><br></div><div>
worked flawless</div><div><br></div><div>Markus</div></div>