boostorg / boostorg/boost

lboost_system is not getting built

Open
#1,071 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
8.6k
Forks
1.9k
Avg merge
39m
Merged PRs (30d)
2

Description

I'm trying to build boost 1.87 from source on Debian 12.2.0
```
git checkout boost-1.87.0
./bootstrap.sh --with-libraries=system,thread
sudo ./b2 install
```
I've also tried
```
sudo ./b2 install --with-system --with-thread
```
Then
```
find /usr/local/lib -name "libboost_thread*"
/usr/local/lib/libboost_thread.so.1.87.0
/usr/local/lib/cmake/boost_thread-1.87.0/libboost_thread-variant-static.cmake
/usr/local/lib/cmake/boost_thread-1.87.0/libboost_thread-variant-shared.cmake
/usr/local/lib/libboost_thread.so
/usr/local/lib/libboost_thread.a
find /usr/local/lib -name "libboost_system*"
# returns nothing
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.