bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

broken dependency_libs handling of -pthread


From: Joerg Sonnenberger
Subject: broken dependency_libs handling of -pthread
Date: Thu, 19 May 2005 19:17:28 +0200
User-agent: Mutt/1.5.9i

Hi,
libtool-1.5.18 doesn't include -pthread in the dependency_libs
field of the .la file. This leads to link errors on DragonFly,
when linking against that library. Typical example is
ligthread from glib, which is a dependency of libORBit-2.
orbit-name-server-2 is linked against libORBit-2, but without
explicit -pthread. This fails with missing symbols.

The attached patch illustrates a possible workaround, but doesn't
apply to -pthread.

Joerg

Attachment: patch-ac
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]