27 Mar
2017
27 Mar
'17
4:52 p.m.
It seems, I should not add a link-flag like "-lc++abi" to Boost.Build option "cxxflags!? Should I only use Boost.Build option "linkflags" or would I additionally have to prepend a "-Wl," to that link-flag?
Just use cxxflags= for compilation and linkflags= for linker flags and you should be fine, you will also need to add --reconfigure to the command line to prevent the last cached configure run from being used again. HTH, John. --- This email has been checked for viruses by AVG. http://www.avg.com