On Fri, 18 Dec 2009, Matěj Týč wrote:

Hello,
if I link to a library that uses pthreads (for example OpenEXR suggests
the -pthreads LDFLAG -- taken from OpenEXR.pc pkg-config file), I can
see that unlike library dependencies this dependency propagates further
like some disease. Even if my product is a library or a module, not only

As I recall, considerable effort was expended to spread this disease.

From reading your text I am a bit confused over exactly what the
problem is, but I gather that you don't want your program to need to be built as a thread-safe application in order to link with a (possibly) multi-threaded library. You would rather that thread-safety be lost in the interest of convenience and expedience.

What exactly is the bug?

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to