From ee8b2ded17bdbded87c3c8b8d22958455eb0e4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Wed, 2 Aug 2006 08:05:44 +0000 Subject: [PATCH] Added librt when linking on Tru64/gcc. [SVN r34802] --- src/tools/python.jam | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tools/python.jam b/src/tools/python.jam index 2c8486d78..69b0f7c0f 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -160,12 +160,18 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * ) # way to refactor it. # Note that for 'sun' toolset, rt is already unconditionally # added. + + # (MS) Question: Why not [ os.name ] in the next statement? switch [ modules.peek : JAMUNAME ] { case SunOS* : { extra-libs-conditional += gcc:rt ; } + case OSF* : + { + extra-libs-conditional += gcc:rt ; + } } # On Linux, we don't want to link either Boost.Python or