Could not find the following static Boost libraries:boost_thread
2018-06-21
2018-06-21
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
I'm trying to compile Boost libraries to use it with CGAL , I'm following these guidlines: CGAL guidline1 CGAL guidline2
after running ->
.\bootstrap
Then, ->
.\b2 link=static,shared threading=single,multi variant=debug,release
I stopped at compiling CGAL using cmake, it's shows the following error:
cmake
Cmake error log here
notice that: boost_1_67_0\stage\lib folder contains all requires .lib files except "libboost_thread" library file
I appreciate any help , thanks