$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [release] Boost 1.70.0 Beta 1 Release Candidate 3
From: Adam Majer (amajer_at_[hidden])
Date: 2019-03-12 13:04:39
On 3/11/19 6:40 PM, Marshall Clow via Boost wrote:
> A new release candidates for the first 1.70.0 beta release are now
> available at:
>
> https://dl.bintray.com/boostorg/beta/1.70.0.beta1.rc3/source/
>
I've noticed that the symlinks are a little crazy in the 1.70.0 version.
libboost_thread.so -> libboost_thread.so.1.70.0
libboost_thread.so.1 -> libboost_thread.so.1.70.0
libboost_thread.so.1.70 -> libboost_thread.so.1.70.0
libboost_thread.so.1.70.0
but soname is libboost_thread.so.1.70.0
Where are there the .1 and .1.70? There should only be the .so and the
.so.1.70.0
Thank you for the cmake files :D
- Adam