Random porting project I’ve been working on has this configure error:
~/src> ./configure
...
...
checking for boostlib >= 1.60.0... yes
ok
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the boost_system library!
Latest nightly and full-sync. boost170_devel and dependencies installed. Also tried various other versions of boostxxx_devel. Where should I start looking? Are there some already ported projects using Boost::System that I could compare notes with to track down the issue? I’m not asking for the solution. I’d like a pointer in the right direction to find the problem. This makes little sense to me as immediately after it says it is available, it then says it can’t find it.