*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.
-- In a world without walls and fences, who needs windows and gates?