[Bug 747697] Documentation fails to build because of missing libraries

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Apr 11 09:42:41 PDT 2015


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

--- Comment #6 from LRN <lrn1986 at gmail.com> ---
Things "just work" because LD="${builddir}/libtool --mode=link ...", gtkdoc
uses it to link the scanner, libtool fills the $dllsearchpath variable and puts
it into the scanner wrapper, which uses it to modify PATH before running the
scanner proper.

$dllsearchpath is populated in two ways:
1) from -L arguments to libtool
2) from $sys_lib_dlsearch_path (LT_SYS_LIBRARY_PATH)

LT_SYS_LIBRARY_PATH is supposed to be user-defined (passed to configure), so we
can't use it to tell libtool to add adaptivedemux library dir to the path.

That leaves -L. See the attachment 301368.

-- 
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