[gstreamer-bugs] [Bug 316075] New: MinGW compilation: undefined Glib functions

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Sep 12 05:53:43 PDT 2005


Do not reply to this email.  You can add comments to this bug at
 http://bugzilla.gnome.org/show_bug.cgi?id=316075
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: MinGW compilation: undefined Glib functions
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: michal.benes at xeris.cz
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Shared libraries are not linked against $(GLIB_LIBS). Compilation fails, since
undefined symbols in shared libraries are not allowed in Windows.

this problem can be easily workarounded by definining 
LDFLAGS=`pkg-config --libs glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0`
but this not a clean solution.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list