[Bug 698627] opencv: doesn't build with opencv 2.4.5

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 27 13:00:55 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698627
  GStreamer | gst-plugins-bad | 1.x

--- Comment #11 from Daniel Macks <dmacks at netspace.org> 2013-04-27 20:00:52 UTC ---
I just tried to reproduce the reported link problem with a test program. Using
libtool-2.4.2:

$ glibtool --mode=link --tag=CC gcc foo.lo -o foo /sw/lib/libintl.3.4.3.dylib 
glibtool: link: gcc .libs/foo.o -o foo /sw/lib/libintl.3.4.3.dylib  

$ otool -L foo
foo:
        /sw/lib/libintl.3.dylib (compatibility version 8.0.0, current version
8.3.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.2.11)

it's not dropping the explicit-path library during linking. Todd, could you
post a snippet of the build transcript so we can see if it's libtool omitting a
library that is being passed to it, vs autotools not propagating the correct
flags?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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