<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><em>undefined reference to `WSAEventSelect</em>@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">configure.ac</a> with this sentences:<br><table class="blob"><tbody>
<tr><td class="txt">AC_CHECK_HEADERS([winsock2.h], HAVE_WINSOCK2_H=yes)</td></tr>
<tr><td class="txt">AM_CONDITIONAL(HAVE_WINSOCK2_H, test &quot;x$HAVE_WINSOCK2_H&quot; = &quot;xyes&quot;)</td></tr>
<tr><td class="txt">if test &quot;x$HAVE_WINSOCK2_H&quot; = &quot;xyes&quot;; then</td></tr>
<tr><td class="txt">  WIN32_LIBS=&quot;-lws2_32&quot;</td></tr>
<tr><td class="txt">  AC_SUBST(WIN32_LIBS)</td></tr>
<tr><td class="txt">fi</td></tr></tbody></table><br>Why it&#39;s not used anymore?<br><br><br></div>