If you are using Fedora, &quot;yum install mingw32*&quot; will install the whole cross-compiling suite.<br><br><div class="gmail_quote">On Sat, Jul 25, 2009 at 6:39 PM, Austin English <span dir="ltr">&lt;<a href="mailto:austinenglish@gmail.com">austinenglish@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Sat, Jul 25, 2009 at 12:36 PM, dominik&lt;<a href="mailto:dominik@die-strassers.de">dominik@die-strassers.de</a>&gt; wrote:<br>

&gt; Hi all,<br>
&gt; I&#39;ve just tried to build wine on cygwin in order to build the test suite in<br>
&gt; order to maybe find out why some tests fail on my machine.<br>
&gt;<br>
&gt; configure runs reasonably well, but when the first dll is being built, hell<br>
&gt; breaks loose.<br>
&gt;<br>
&gt; The assembler files generated from the .spec files are not accepted by &quot;as&quot;.<br>
&gt;<br>
&gt; .section &quot;.init&quot;,&quot;ax&quot;<br>
&gt; yields<br>
&gt; a.0dtc3a.s: Assembler messages:<br>
&gt; a.0dtc3a.s:5: Error: junk at end of line, first unrecognized character is<br>
&gt; `&quot;&#39;<br>
&gt;<br>
&gt; Then there is:<br>
&gt; .hidden __wine_spec_nt_header<br>
&gt; =&gt;<br>
&gt; a.0dtc3a.s:14: Error: unknown pseudo-op: `.hidden&#39;<br>
&gt;<br>
&gt; �.type __wine_stub_EditAuditInfo,@function<br>
&gt; =&gt;<br>
&gt; a.iNk2s9.s:81: Warning: .type pseudo-op used outside of .def/.endef ignored.<br>
&gt; a.iNk2s9.s:81: Error: junk at end of line, first unrecognized character is<br>
&gt; `_&#39;<br>
&gt;<br>
&gt; and much more ...<br>
&gt;<br>
&gt; Are those Linux-specific assembler directives ?<br>
&gt;<br>
&gt; Does anybody have an idea on how to workaround those ?<br>
&gt;<br>
&gt; Regards<br>
&gt;<br>
&gt; Dominik<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div>The cygwin build is pretty broken...you can build the tests for<br>
windows really easily on Linux/Unix if you install mingw.<br>
<br>
Just &#39;sudo apt-get/yum/etc. install mingw&#39;, then ./configure in your<br>
wine tree. Use &#39;make crosstest&#39; to build the windows tests.<br>
<br>
--<br>
<font color="#888888">-Austin<br>
<br>
<br>
</font></blockquote></div><br>