<div dir="ltr">upsss....<br>I&#39;m sorry, solved with 0.10.21<br><br><div class="gmail_quote">2008/10/10 Andoni Morales <span dir="ltr">&lt;<a href="mailto:ylatuya@gmail.com">ylatuya@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Hi,<br>I&#39;m trying to compile GStreamer for Windows using mingw and I get an error when &quot;make&quot; tries to link libgstreamer.dll:<br><i>undefined reference to `WSAEventSelect</i>@12&#39;<br>and more... (I cannot copy all the ouput as I can&#39;t copy/paste with msys)<br>

<br>I saw It doesn&#39;t link&nbsp; -lws2_32.<br><br>I found a previous <a href="http://configure.ac" target="_blank">configure.ac</a> with this sentences:<br><table><tbody>
<tr><td>AC_CHECK_HEADERS([winsock2.h], HAVE_WINSOCK2_H=yes)</td></tr>
<tr><td>AM_CONDITIONAL(HAVE_WINSOCK2_H, test &quot;x$HAVE_WINSOCK2_H&quot; = &quot;xyes&quot;)</td></tr>
<tr><td>if test &quot;x$HAVE_WINSOCK2_H&quot; = &quot;xyes&quot;; then</td></tr>
<tr><td>  WIN32_LIBS=&quot;-lws2_32&quot;</td></tr>
<tr><td>  AC_SUBST(WIN32_LIBS)</td></tr>
<tr><td>fi</td></tr></tbody></table><br>Why it&#39;s not used anymore?<br><br><br></div>
</blockquote></div><br></div>