GNOME Bugzilla – Bug 316075
MinGW compilation: undefined Glib functions
Last modified: 2005-12-23 14:43:05 UTC
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.
Michal, could you be more specific ? Which ?
Hello Thomas, thank you, that you are solving the MinGW compilation issues. We are just hiring a new person responsible for the MinGW port. He should give you the necessary info and do the testing soon.
Created attachment 55088 [details] make output This is the error output from make command for gstreamer core. We will try to gvie some more details and perhaps a patch soon.
I do not know exacly when this was fixed, but we do not have a problem with our latest builds. Sorry, this was not a well specified bug. Thanks :-)