Missing symbols on the windows release

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Missing symbols on the windows release

Andoni Morales
Hello!

I'm trying to compile a dll on windows with MinGW that links to
libgstreamer-0.10.lib and I get the following problem:

"undefined reference to '__gst_debug_min'

On linux this symbol is correctly exported:

:~$ nm /usr/lib/libgstreamer-0.10.a | grep debug_min
         U __gst_debug_min
         U __gst_debug_min
         U __gst_debug_min
 
But on Windows it isn't.

Can you actualize the windows binaries to the 0.19 release and correct
this problem?

Thanks
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Missing symbols on the windows release

Julien Isorce
Hi

You have to add the  *gstreamer*.dll to the link libs list too, the compiler will resolve the problem itself through mingw tools (dlltool, dllwrap etc..)

Anyway I am agree with you the gstreamer binary packages for windows should be updated.

J. I.

2008/6/2 Andoni Morales Alastruey <[hidden email]>:
Hello!

I'm trying to compile a dll on windows with MinGW that links to
libgstreamer-0.10.lib and I get the following problem:

"undefined reference to '__gst_debug_min'

On linux this symbol is correctly exported:

:~$ nm /usr/lib/libgstreamer-0.10.a | grep debug_min
        U __gst_debug_min
        U __gst_debug_min
        U __gst_debug_min

But on Windows it isn't.

Can you actualize the windows binaries to the 0.19 release and correct
this problem?

Thanks



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel