Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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.
use-project /boost : /path/to/boost ; exe thing : thing.cpp /boost//system ;