[gstreamer-bugs] [Bug 473234] gst-python-0.10.8 fails to link with -Wl, -z, now

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Sep 3 14:37:24 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=473234

  GStreamer | gst-python | Ver: HEAD CVS

Mike Frysinger changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vapier at gentoo.org




------- Comment #3 from Mike Frysinger  2007-09-03 21:37 UTC -------
the GST python code goes through hoops to make sure the dl bindings are LAZY at
runtime ... unfortunately, the ldso respects the dynamic tags over the flags
given to dlopen(), so the configure script should make sure to link the modules
with -z,lazy whenever possible

presumably the people who threw in the logic to force everything to lazy
bindings did so for a reason ... the loading process is done in a specific
order to make sure the symbols needed are available at the right time


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=473234.




More information about the Gstreamer-bugs mailing list