On Thu, May 13, 2021 at 03:31:03AM +0100, Aaron Sloman wrote:
> I've just realised that we may need multiple versions of corepop for
> bootstrapping a new poplog on different machines.
One version (per platform) should be enough. However, preparing
such version needs some care: ATM there are two "major" versions of
ncurses library. Change in major version is deemed incompatible
change, so we have binary incompatiblity. In 'poplog_base'
tarball I include 'corepop' linked without ncurses, so it only
uses compatible libraries. Another things is to build corepop
on oldest supported system: linking on new system tends to
introduce dependence on newer library.
--
Waldek Hebisch