<br><br><div><span class="gmail_quote">On 6/26/07, <b class="gmail_sendername">Julien Langlois</b> &lt;<a href="mailto:julien.langlois@gmail.com">julien.langlois@gmail.com</a>&gt; wrote:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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><span class="q"><br></span></div><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><br>Try using --target=mingw32 in place of --host=mingw32 and post back what happens.
<br><br>Justin T.<br></div></div>