Vladimir Prus wrote:
*Should* "<library>rt" have worked?
    
No. <library> is a dependency feature and the value of it should
be a name of a target. If you don't declare target named 'rt' in your
Jamfile, then

        <library>rt

won't work. You can use:

        <target-os>linux:<find-library>rt

though.
  

Thanks again Volodya.  I'll try that next time I'm on the Windoze box.

BTW, what is the best reference for finding properties?  I'm using the BBV2 manual but it doesn't contain <find-library>.

~ray

-- 
In a world without walls and fences, who needs windows and gates?