Boost logo

Boost-Build :

From: jwulp_at_[hidden]
Date: 2006-06-06 08:36:45


Hello everyone,

It looks as though the linkflags in (usage) requirements no longer have an
effect. For instance I specify:

 project root
        : requirements
          <linkflags>-undefined dynamic_lookup
        ;

But, if running bjam with -d2, in none of the commands any linkflags specified
in this fashion show up. Even with a library and a tool:

 lib root
        :
        :
        :
        : <linkflags>-undefined dynamic_lookup -lm
        ;

 exe a : : <library>root ;

The specific linkflag is specific to the Mac OS linker, so usually I add it
conditionally. To make sure it had nothing to do with the condition I
removed it. Is this construction still allowed or is there a better way in
which I can do the same?

By the way, I use a checked out copy of Boost Build v2 from yesterday evening.

Best regards,

Jeroen van der Wulp


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk