0

What is the correct/portable way to link against the boost-system library in a bjam project?

If an example Jamroot.jam file could be posted that would be great.

4

1 回答 1

1
use-project /boost : /path/to/boost ;
exe thing : thing.cpp /boost//system ;
于 2011-07-10T10:32:54.327 回答