0

I have installed the libboost-all-dev package (debian), and cannot find the libraries I need inside my /usr/lib/ directory. (libboost_system-mt.a)

Are the library files that aren't suffixed with -mt thread aware? (As none of them are suffixed)

Jeroen
  • 15,257
  • 12
  • 59
  • 102
  • Suffixes can be present or absent, depending on flags used in `b2` command-line (eg., `--layout`). One way to be sure what libs you use is to build boost yourself - it's really simple. – Igor R. Oct 21 '13 at 14:07
  • @IgorR. I know it's simple, I've built boost before, but I'm just in love with automatically updating / removing all files using a package manager. – Jeroen Oct 21 '13 at 14:26

0 Answers0