GNOME Bugzilla – Bug 168645
libgst forgets to link with libm
Last modified: 2005-06-30 15:57:39 UTC
gstvalue.c calls floor(), but -lm is missing from the final link commandline. It happens that libxml2 drags libm into the link, so this doesn't usually cause a problem. But, if libxml2 is turned off via --disable-loadsave --disable-registry, undefined symbol errors start showing up.
Created attachment 37998 [details] [review] patch Here's a patch.
Good catch, thanks!