Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12387: automatic lib link
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-10 11:56:08
#12387: automatic lib link
-------------------------------+--------------------------------
Reporter: boaz.barnea@⦠| Owner: andysem
Type: Bugs | Status: new
Milestone: To Be Determined | Component: log
Version: Boost 1.61.0 | Severity: Problem
Resolution: | Keywords: log,lib,linckage,X
-------------------------------+--------------------------------
Comment (by andysem):
I can't reproduce this with the latest develop branch. My MSVC version is
19.00.24210 and the test code compiles and links fine:
{{{
#include <boost/log/trivial.hpp>
#include <boost/log/sources/severity_logger.hpp>
#include <boost/log/sources/record_ostream.hpp>
#define X 0
int main()
{
return 0;
}
}}}
The command line is:
{{{
cl -I. /EHsc /MD -D_DEBUG test_vc14_hang.cpp /link /LIBPATH:stage/lib
}}}
If you can reproduce this with the develop branch from git then please
provide the source code and compiler command line to reproduce. Also
please provide the full compiler version.
Lastly, I suggest you report this to Microsoft as hanging compiler is
certainly a compiler bug.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12387#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC