tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: boost-libs breakage on lots of platforms



On Fri, Nov 05, 2021 at 11:02:11AM +0000, John Klos wrote:
> Now I just have to learn what "PCH" is and why it's an issue on Alpha...

PCH = Pre-compiled headers and it's generally a problem on NetBSD.

boost-libs turns it off:

# pch enabled build is generally fragile and breaks with RELRO
BJAM_ARGS+=             pch=off


 Thomas


Home | Main Index | Thread Index | Old Index