Hi,

I'm facing a problem compiling a library with libtool (via automake/autoconf). It depends on OpenCV, and deplibs links against all indirect libraries as well (that is, it adds the libs such as "/usr/lib64/libhighgui.so /usr/lib64/libgthread-2.0.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so").

For some reason this breaks the application (don't ask me why, the cameras just stop working). All I need is to link only against the libraries I specify. I though "link_all_deplibs=no" in configure.in would achieve this, but it has no effect at all.

        Any tips? Thanks!

_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to