From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2006-07-23 07:59:30


As a result of yesterday's changes to tools/build/v2/python.jam,
several python tests are now failing on Solaris. When linking with
the Python library, at least on this platform, one needs to also link
with -lrt to pull in definitions for the sem_* and fdatasync
functions.

The <threading>multi requirement used to pull this in automatically,
but if I am following this thread correctly, that requirement was
removed.

See the link errors at http://tinyurl.com/fpedz

-- 
Caleb Epstein