On Thu, May 25, 2017 at 02:27:51PM +0100, Stuart Henderson wrote: > apcupsd tries to link its binaries using cc (rather than c++) with a static > link to -lsupc++, for people who "care about binary portability between > Linux distributions". > > the simplest fix seems to be to just use c++ to link, switching it to > libstdc++ as usual.
Yep.
