Hi<br><br>You have to add the&nbsp; *gstreamer*<b><u>.dll </u></b>to the link libs list too, the compiler will resolve the problem itself through mingw tools (dlltool, dllwrap etc..)<br><br>Anyway I am agree with you the gstreamer binary packages for windows should be updated.<br>
<br>J. I.<br><br><div class="gmail_quote">2008/6/2 Andoni Morales Alastruey &lt;<a href="mailto:ylatuya@gmail.com">ylatuya@gmail.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello!<br>
<br>
I&#39;m trying to compile a dll on windows with MinGW that links to<br>
libgstreamer-0.10.lib and I get the following problem:<br>
<br>
&quot;undefined reference to &#39;__gst_debug_min&#39;<br>
<br>
On linux this symbol is correctly exported:<br>
<br>
:~$ nm /usr/lib/libgstreamer-0.10.a | grep debug_min<br>
 &nbsp; &nbsp; &nbsp; &nbsp; U __gst_debug_min<br>
 &nbsp; &nbsp; &nbsp; &nbsp; U __gst_debug_min<br>
 &nbsp; &nbsp; &nbsp; &nbsp; U __gst_debug_min<br>
<br>
But on Windows it isn&#39;t.<br>
<br>
Can you actualize the windows binaries to the 0.19 release and correct<br>
this problem?<br>
<br>
Thanks<br>
<br>
<br>
<br>
-------------------------------------------------------------------------<br>
This SF.net email is sponsored by: Microsoft<br>
Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
<a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>