D
D
DarkByte20152017-01-24 16:19:31
IDE
DarkByte2015, 2017-01-24 16:19:31

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

3 answer(s)
A
Andrey Burov, 2017-01-24
@BuriK666

I have them in /usr/lib64/libboost_*
UPD: found in debian in /usr/lib/x86_64-linux-gnu/libboost_*

L
leremin, 2017-01-24
@leremin

It's just that in /usr/lib they are, libboost is not a subdirectory but a file prefix like /usr/lib/libboost_regex.so

T
tsarevfs, 2017-01-25
@tsarevfs

dpkg -L package_name
This program will list all files added by package_name.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question