On 4/13/20 9:51 AM, PGNet Dev wrote: > haven't seen this b4. not sure if something's changed, my config's wrong, or > this is a GCC-10 sensitivity ...
looks like GCC10 related
switching from
CC=/usr/bin/gcc-10
CXX=/usr/bin/g++-10
to
CC=/usr/bin/clang
CXX=/usr/bin/clang++
seems to cure the issue
`make ...` & install complete with no errors
