[gst-devel] Error compiling gstreamer on windows

Andoni Morales ylatuya at gmail.com
Fri Oct 10 01:42:25 CEST 2008


Hi,
I'm trying to compile GStreamer for Windows using mingw and I get an error
when "make" tries to link libgstreamer.dll:
*undefined reference to `WSAEventSelect*@12'
and more... (I cannot copy all the ouput as I can't copy/paste with msys)

I saw It doesn't link  -lws2_32.

I found a previous configure.ac with this sentences:
AC_CHECK_HEADERS([winsock2.h], HAVE_WINSOCK2_H=yes)
AM_CONDITIONAL(HAVE_WINSOCK2_H,
test "x$HAVE_WINSOCK2_H" = "xyes") if test "x$HAVE_WINSOCK2_H" = "xyes";
then WIN32_LIBS="-lws2_32" AC_SUBST(WIN32_LIBS) fi
Why it's not used anymore?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081010/963a49ec/attachment.htm>


More information about the gstreamer-devel mailing list