libtool relinks against system libraries during make DESTDIR=... install

2011-06-20 Thread Peter Volkov
Hi. I'm looking for suggestion how to fix following issue: I'm building wireshark-1.6.0 package which contains (among others) following libraries: wsutil/libwsutil.la (dlname='libwsutil.so.1') wiretap/libwiretap.la wiretap/Makefile.am has following lines to link with libwsutil.la: libwiretap_la

libtoolize does not detect libltld directory correctly or what?

2008-05-21 Thread Peter Volkov
Hello. I've just encountered problem that running libtoolize (from libtool 2.2.4) inside libltdl directory from libtool-1.5.26 or older instead of updating libltdl files leads to creation of libltdl directory with its files inside. In other words if I do: $ cd libltdl/ $ ls acinclude.m4 config-h

libtool during runtime links program with system library instead of one from the build tree

2007-07-24 Thread Peter Volkov
Hello. I found the following problem that I'm not sure how to resolve. Consider the following situation: in package wireshark there are program tshark and library libwireshark. tshark is linked with libwireshark. Now, during compilation tshark is called to generate some package documentation, and

C++ shared library misses pthread dependency library

2007-05-04 Thread Peter Volkov
Hello list. This question was already asked on this list [1] and gcc bug report followed [2] but seems that there is no solution still. The problem is that libtool uses -nostdlib gcc flag during linkage of shared library which case gcc to drop -lpthread. Hence resulting library misses pthread depe