Answer the question
In order to leave comments, you need to log in
Where to look for boost libraries?
I'm trying to enable boost in Code Blocks on Linux Mint. Installed boost with sudo apt-get install libboost-all-dev. Header files found here /usr/include/boost. But I can't find the binaries. According to Google, they should be somewhere here /usr/lib/libboost. But there is no such folder. :( Where to look for them?
I found everything. The find /usr/lib -name 'libboost*' command helped. It turns out that there were some in /usr/lib/x86_64-linux-gnu/
Answer the question
In order to leave comments, you need to log in
I have them in /usr/lib64/libboost_*
UPD: found in debian in /usr/lib/x86_64-linux-gnu/libboost_*
It's just that in /usr/lib they are, libboost is not a subdirectory but a file prefix like /usr/lib/libboost_regex.so
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question