<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">.<br><br>So for compile, i do :<br><br># ./configure --host=mingw32<br># make</blockquote>
<div><br>I think you want to do --target=mingw32. --host implies that the tool will be running on that architecture, and is only useful in Canadian crosses. I also get confused though, I might be wrong.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
after reading error or warning, i installed dependencies :<br> - libatomic_ops<br> - libsamplerate<br> - libsndfile<br>using ./configure --host=mingw32 --prefix=/usr/mingw32/usr &amp;&amp; make &amp;&amp;<br>sudo make install
</blockquote><div><br>Again, I think you need to use --target.&nbsp; It appears that it&#39;s looking for linux style libraries instead of Windows style .dll&#39;s <br></div><br>Try using --target=mingw32 in place of --host=mingw32 and post back what happens.
<br><br>Justin T.<br></div><br>