[Bug 720778] gst-uninstalled requires building with libtool

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 17 23:06:18 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=720778

--- Comment #21 from Julien Isorce <julien.isorce at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #20)
> 1) is clear, for 2) gcc should not look into LD_LIBRARY_PATH for linking at
> all but only at -L and the default search paths. That seems weird.

>From the web "As an often unwanted side effect, LD_LIBRARY_PATH will also be
searched at link (ld) stage". 
At least on my config there is this side effect, I let you experience it, just
do "export LD_LIBRARY_PATH=/home/somewhere" with libany.so in it and then just
invoke gcc sample.c -o sample -lany. (export call is required, just passing the
env var at the same time does not reveal the side effect).

At least it is pretty clear we should not rely on this side effect :). I'll
update the patches and make another go on Linux and OS X.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list