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 316204 - MinGW compilation: smtpe plugin has undefined symbols from gstcollectpads
MinGW compilation: smtpe plugin has undefined symbols from gstcollectpads
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal normal
: 0.9.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 316073
 
 
Reported: 2005-09-13 13:52 UTC by Michal Benes
Modified: 2005-10-21 16:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michal Benes 2005-09-13 13:52:03 UTC
Since Windows do not allow undefined symbols in DLLs, smtpe plugin needs to be
linked against gstcollectpads.

It is sufficiend to add -lgstcollectpads to LIBADD in gst/smtpe/Makefile.am
Comment 1 Michael Smith 2005-09-14 11:25:10 UTC
Fixed by linking against $(GST_BASE_LIBS).