After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 392855 - [matroska] plugin must link against zlib (error with MinGW)
[matroska] plugin must link against zlib (error with MinGW)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal normal
: 0.10.6
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
: 412726 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-04 19:53 UTC by Vincent Torri
Modified: 2007-02-28 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2007-01-04 19:53:06 UTC
matroska plugin must link against -lz. With MinGW, -lz is not automatically added, hence an error.
Comment 1 Tim-Philipp Müller 2007-01-05 17:26:40 UTC
This should fix it (if I understood the problem correctly), please re-open if it doesn't:

 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>

       * gst/matroska/Makefile.am:
         If zlib is available and used, we must link it explicitly for
         things to work on MingW (fixes #392855).


When filing bugs about compile/linker errors, it's a good idea to always copy the entire make/compiler/linker output (ie. the whole compiler/linker line and the exact error message) into the bug report. That often makes it easier to see what's going on.

Comment 2 Tim-Philipp Müller 2007-02-28 12:42:26 UTC
*** Bug 412726 has been marked as a duplicate of this bug. ***