<div dir="ltr">upsss....<br>I'm sorry, solved with 0.10.21<br><br><div class="gmail_quote">2008/10/10 Andoni Morales <span dir="ltr"><<a href="mailto:ylatuya@gmail.com">ylatuya@gmail.com</a>></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'm trying to compile GStreamer for Windows using mingw and I get an error when "make" tries to link libgstreamer.dll:<br><i>undefined reference to `WSAEventSelect</i>@12'<br>and more... (I cannot copy all the ouput as I can't copy/paste with msys)<br>
<br>I saw It doesn't link -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 "x$HAVE_WINSOCK2_H" = "xyes")</td></tr>
<tr><td>if test "x$HAVE_WINSOCK2_H" = "xyes"; then</td></tr>
<tr><td> WIN32_LIBS="-lws2_32"</td></tr>
<tr><td> AC_SUBST(WIN32_LIBS)</td></tr>
<tr><td>fi</td></tr></tbody></table><br>Why it's not used anymore?<br><br><br></div>
</blockquote></div><br></div>